From: tom f. <tf...@al...> - 2010-01-07 19:13:05
|
Brent Austin <br...@co...> writes: > Well, I re-ran config then gmake and it's not the same output as > before but here's what I get: > > brent-austins-mac-pro:~ brent1a$ cd /Mesa-7.7 > brent-austins-mac-pro:Mesa-7.7 brent1a$ sudo ./configure > Password: !!! Don't configure as root... for any software package. You should only need root during `make install', and then only if you're installing to a system directory such as /usr/local. [snip] > EGL: yes > /bin/sh ../../../bin/mklib -o EGL -linker 'gcc' -ldflags '' \ > -major 1 -minor 0 \ > -install ../../../lib \ > -L/opt/local/lib -lX11 -lXau -lXdmcp eglapi.o eglconfig.o e > glconfigutil.o eglcontext.o eglcurrent.o egldisplay.o egldriver.o eglglobals. > o egllog.o eglmisc.o eglmode.o eglscreen.o eglstring.o eglsurface.o > mklib: Making Darwin shared library: libEGL.1.0.dylib > mklib: Installing libEGL.1.0.dylib libEGL.1.dylib libEGL.dylib in ../../../li > b > override rwxr-xr-x root/staff for ../../../lib/libEGL.1.0.dylib? (y/n [n]) y > mv: rename libEGL.1.0.dylib to ../../../lib/libEGL.1.0.dylib: Permission deni > ed > override rwxr-xr-x root/staff for ../../../lib/libEGL.1.dylib? (y/n [n]) y > mv: rename libEGL.1.dylib to ../../../lib/libEGL.1.dylib: Permission denied > override rwxr-xr-x root/staff for ../../../lib/libEGL.dylib? (y/n [n]) y > mv: rename libEGL.dylib to ../../../lib/libEGL.dylib: Permission denied It's conceivable that previously running things as root has created files you now cannot overwrite as a normal user, now. I suggest wiping your tree and reextracting it. You probably don't need EGL. You can get rid of EGL entirely with --disable-egl, but of course if there's an issue it's nice to report it. -tom > On Jan 7, 2010, at 9:44 AM, Brian Paul wrote: > > > Brent Austin wrote: > >> I'm attempting to build mesa 7.6.1 then 7.7 on OS X 10.6.2 and it fails bo > th builds with the same errors: > >> .SNIP > >> collect2: ld returned 1 exit status > >> mklib: Installing libdemodriver.so.1.0.dylib libdemodriver.so.1.dylib libd > emodriver.so.dylib in ../../../../lib > >> mv: rename libdemodriver.so.1.0.dylib to ../../../../lib/libdemodriver.so. > 1.0.dylib: No such file or directory > >> gmake[4]: *** [../../../../lib/demodriver.so] Error 1 > >> gmake[4]: Leaving directory `/Mesa-7.6-1.1/src/egl/drivers/demo' > >> gmake[3]: *** [subdirs] Error 1 > >> gmake[3]: Leaving directory `/Mesa-7.6-1.1/src/egl/drivers' > >> gmake[2]: *** [subdirs] Error 1 > >> gmake[2]: Leaving directory `/Mesa-7.6-1.1/src/egl' > >> gmake[1]: *** [subdirs] Error 1 > >> gmake[1]: Leaving directory `/Mesa-7.6-1.1/src' > >> gmake: *** [default] Error 1 > >> .SNIP > >> collect2: ld returned 1 exit status > >> mklib: Installing libdemodriver.so.1.0.dylib libdemodriver.so.1.dylib libd > emodriver.so.dylib in ../../../../lib > >> mv: rename libdemodriver.so.1.0.dylib to ../../../../lib/libdemodriver.so. > 1.0.dylib: No such file or directory > >> gmake[4]: *** [../../../../lib/demodriver.so] Error 1 > >> gmake[4]: Leaving directory `/Mesa-7.7/src/egl/drivers/demo' > >> gmake[3]: *** [subdirs] Error 1 > >> gmake[3]: Leaving directory `/Mesa-7.7/src/egl/drivers' > >> gmake[2]: *** [subdirs] Error 1 > >> gmake[2]: Leaving directory `/Mesa-7.7/src/egl' > >> gmake[1]: *** [subdirs] Error 1 > >> gmake[1]: Leaving directory `/Mesa-7.7/src' > >> gmake: *** [default] Error 1 > > > > I'd like to see the commands leading up to the "collect2: ld returned 1 exi > t status" line. > > > > -Brian > > > ----------------------------------------------------------------------------- > - > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Mesa3d-users mailing list > Mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa3d-users |