On 10/1/14, 2:20 PM, Alexander Hansen wrote: > On 10/1/14, 1:12 PM, Sean Lake wrote: >> Hello all, >> >> It looks like libpng15 is missing from the 10.9 version of fink. >> >> Thanks, >> Sean >> >> fink --version >> Package manager version: 0.37.1 >> Distribution version: selfupdate-rsync Wed Oct 1 12:48:57 2014, 10.9, >> x86_64 >> Trees: local/main stable/main >> > > (cc'ing the last updater for the package) > > The lack of libpng15 on 10.9 and later is intentional. When we have to > change trees for an ABI break or some other issue that provides a > convenient time for us to encourage maintainers to update their packages > to use newer library versions and not to bring them forward. > > In this case, libpng15 was added to the dependency list of graphviz, so > while we get this worked out, if your fink tree is the default /sw you > can install a binary version via "sudo apt-get install graphviz". > > ==== > > After changing the dependendencies to libpng16 and libpng16-shlibs, I > see the following error: > > ./configure --prefix=/sw --mandir=/sw/share/man \ > --disable-static \ > --with-included-ltdl=no \ > --with-ltdl-include=/sw/include \ > --with-ltdl-lib=/sw/lib \ > --with-extraincludedir=/sw/include \ > --with-extralibdir=/sw/lib \ > --with-tcl=/usr/bin/tclsh \ > --with-tclsh=/usr/bin/tclsh \ > --with-wish=/usr/bin/wish \ > --without-lasi \ > --without-ghostscript \ > --without-devil \ > --with-ming \ > --with-quartz \ > LUA=lua51 \ > --with-x \ > --with-rsvg \ > --x-includes=$X11_ROOT/include \ > --x-libraries=$X11_ROOT/lib \ > --with-glitz \ > --with-libgd \ > --with-gts \ > --with-glutincludedir="/sw/include -I$X11_ROOT/include" \ > --with-glutlibdir=/sw/lib \ > \ > \ > \ > \ > \ > \ > \ > \ > \ > \ > \ > --disable-r \ > --disable-perl \ > --disable-python \ > GUILE=/sw/bin/guile-1.8 \ > RUBY=/usr/bin/ruby > CPPFLAGS="-I/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Headers > -I/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers > -I/sw/lib/ocaml -idirafter $system_ruby_include" -C > ;; > "1.7" ) export > LDFLAGS="-L/Library/Java/JavaVirtualMachines/jdk$JAVA_VERSION.jdk/Contents/Home/lib > -Wl,-framework,ApplicationServices -Wl,-framework,CoreServices" > ./configure --prefix=/sw --mandir=/sw/share/man \ > --disable-static \ > --with-included-ltdl=no \ > --with-ltdl-include=/sw/include \ > --with-ltdl-lib=/sw/lib \ > --with-extraincludedir=/sw/include \ > --with-extralibdir=/sw/lib \ > --with-tcl=/usr/bin/tclsh \ > --with-tclsh=/usr/bin/tclsh \ > --with-wish=/usr/bin/wish \ > --without-lasi \ > --without-ghostscript \ > --without-devil \ > --with-ming \ > --with-quartz \ > LUA=lua51 \ > --with-x \ > --with-rsvg \ > --x-includes=$X11_ROOT/include \ > --x-libraries=$X11_ROOT/lib \ > --with-glitz \ > --with-libgd \ > --with-gts \ > --with-glutincludedir="/sw/include -I$X11_ROOT/include" \ > --with-glutlibdir=/sw/lib \ > \ > \ > \ > \ > \ > \ > \ > \ > \ > \ > \ > --disable-r \ > --disable-perl \ > --disable-python \ > GUILE=/sw/bin/guile-1.8 \ > RUBY=/usr/bin/ruby > CPPFLAGS="-I/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Headers > -I/Library/Java/JavaVirtualMachines/jdk$JAVA_VERSION.jdk/Contents/Home/include > -I/sw/lib/ocaml -idirafter $system_ruby_include" -C > ;; > *) ;; > esac > # TK_XINCLUDES needed for 10.8 > sed -i.orig -e '/framework/s|-\(framework\) |-Wl,-\1,|g' \ > -e "/TK_XINCLUDES/s|\"\"|\"-I$X11_ROOT/include\"|" config.status > sed: can't read config.status: No such file or directory > > It looks like ./configure isn't being run. >
Ah, I see what's going on. The latest Java here is a 1.8.x, and so the test is failing. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&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
