[Bug 2562] New: imake tries running files in /tmp/

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 17 13:56:40 PST 2005


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=2562          
     
           Summary: imake tries running files in /tmp/
           Product: xorg
           Version: 6.8.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: imake
        AssignedTo: xorg-bugzilla-noise at freedesktop.org
        ReportedBy: gderber at sourcemage.org


imake tries running file in /tmp/ this will not work with systems that mount
/tmp/ noexec

The entire compile:

make[1]: Entering directory `/usr/src/xc'

Building Release 6.8.2.

I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.

Thu Feb 17 16:58:49 EST 2005

cd ./config/imake && /usr/bin/make -w -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
 clean
make[2]: Entering directory `/usr/src/xc/config/imake'
rm -f ccimake imake.o imake
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#*
rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
rm -f imakemdep_cpp.h
make[2]: Leaving directory `/usr/src/xc/config/imake'
/usr/bin/make -w Makefile.boot
make[2]: Entering directory `/usr/src/xc'
cd ./config/imake && /usr/bin/make -w -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
make[3]: Entering directory `/usr/src/xc/config/imake'
making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in
 config/imake
cc -o ccimake -DCROSSCOMPILEDIR=\"\"  -O -I../../include -I../../imports/x11/inc
lude/X11 ccimake.c
if [ -n "" ] ; then \
/cc -E `./ccimake` \
-DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; \
else touch imakemdep_cpp.h; fi
cc -c  -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c
cc -o imake  -O -I../../include -I../../imports/x11/include/X11 imake.o
make[3]: Leaving directory `/usr/src/xc/config/imake'
rm -f ./config/makedepend/Makefile.proto
./config/imake/imake -I./config/cf  -s ./config/makedepend/Makefile.proto -f ./c
onfig/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
sh: /tmp/imake8v4KbF: Permission denied
make[2]: Leaving directory `/usr/src/xc'
make[2]: *** [config/makedepend/Makefile.proto] Aborted
make[2]: *** Deleting file `config/makedepend/Makefile.proto'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/usr/src/xc'

the "sh: /tmp/imake8v4KbF: Permission denied" seems particularly indicative of
the problem.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list