On Thu, 19 Sep 2013 18:52:55 -0700, Sean Lake <[email protected]> wrote: Hello all, > > I'm not sure what's going wrong with this build. There's a very long > list of warnings that precedes what follows. > > Thanks, > Sean > > System info: > Package manager version: 0.35.1 > Distribution version: selfupdate-rsync Thu Sep 19 18:37:26 2013, 10.8, x86_64 > Trees: local/main stable/main unstable/main unstable/crypto > Xcode.app: 4.6.3 > Xcode command-line tools: 4.6.0.0.1.1358221012 > Max. Fink build jobs: 2 > > Error text ([. . .] stands in for lots of excised warning texts): > gcc -L/sw/lib/system-openssl/lib -L/sw/lib -o python.exe \ > Modules/python.o \ > libpython2.6.dylib -ldl -Wl,-framework,CoreFoundation > /sw/src/fink.build/python26-2.6.8-4/Python-2.6.8/Modules/datetimemodule.c:616:19: > warning: expression result unused > [-Wunused-value] > PyObject_INIT(self, type); > ^~~~ > /sw/src/fink.build/python26-2.6.8-4/Python-2.6.8/./Include/objimpl.h:157:69: > note: expanded from macro 'PyObject_INIT' > ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) ) > ^ > [. . .] > /sw/src/fink.build/python26-2.6.8-4/Python-2.6.8/Modules/cjkcodecs/_codecs_tw.c:80:9: > warning: if statement has empty body > [-Wempty-body] > UCS4INVALID(c) > ^ > /sw/src/fink.build/python26-2.6.8-4/Python-2.6.8/Modules/cjkcodecs/cjkcodecs.h:100:12: > note: expanded from macro > 'UCS4INVALID' > if (0) ; > ^ > /sw/src/fink.build/python26-2.6.8-4/Python-2.6.8/Modules/cjkcodecs/_codecs_tw.c:80:9: > note: put the semicolon on a separate line to silence this > warning > UCS4INVALID(c) > ^ > /sw/src/fink.build/python26-2.6.8-4/Python-2.6.8/Modules/cjkcodecs/cjkcodecs.h:100:12: > note: expanded from macro > 'UCS4INVALID' > if (0) ; > ^ > 2 warnings generated. > ld: warning: directory not found for option '-L/usr/X11R6/lib64' > > Failed to find the necessary bits to build these modules: > bsddb185 dl imageop linuxaudiodev > ossaudiodev spwd sunaudiodev > To find the necessary bits, look in setup.py in > detect_modules() for the module's name. > (Fink package build should have 7 missing)
I still don't see any actual error there. Lots of warnings (which are just that, not a fatal error), and a note that bits were missing for (by my count) 7 modules, followed by a message that this is exactly what *should* happen...presumably something that happens as expected is also not a fatal error. What's later in the build process? dan -- Daniel Macks [email protected] ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
