#27570: mldonkey: Update to 3.0.6 version ---------------------------------+------------------------------------------ Reporter: mcklaren@… | Owner: ryandesign@… Type: update | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: | Keywords: Port: mldonkey | ---------------------------------+------------------------------------------ Changes (by jacf01@…): * status: closed => reopened * resolution: fixed => Comment: Hi, The seems to be something going on with the port. Observe the following line: :info:build -ccopt "-L/opt/local/lib " -cclib "-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo -lX11 -lpng14 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl -lX11" -I +lablgtk2 lablgtk.cmxa gtkInit.cmx lablrsvg.cmxa \ :info:build \ :info:build \ :info:build \ :info:build \ :info:build \ :info:build -I build build/extlib.cmxa build/cdk.cmxa build/common.cmxa build/icons.cmxa build/guibase.cmxa src/gtk2/gui/guiStarter.cmx :info:build ocamlopt.opt -inline 10 -I src/utils/extlib -I src/utils/cdk -I src/utils/bitstring -I src/utils/lib -I src/utils/ocamlrss -I src/utils/xml-light -I src/utils/net -I tools -I src/daemon/common -I src/daemon/driver -I src/utils/mp3tagui -I src/config/unix -I src/gtk2/gui -I src/gtk2/gui/x11 -I src/gtk2/gui/win32 -I icons/rsvg -I +lablgtk2 -I src/networks/direct_connect -I src/networks/fasttrack -I src/networks/fileTP -I src/networks/bittorrent -I src/networks/donkey -I +camlp4 -c src/networks/direct_connect/dcServers.ml We can clearly see the reference to libpng14. Now check this out: :info:build ld: library not found for -lpng12 :info:build collect2: ld returned 1 exit status :info:build File "caml_startup", line 1, characters 0-1: :info:build Error: Error during linking :info:build make: *** [mlguistarter] Error 2 No idea where the the png12 reference comes from, perhaps from a call to ld that's not reported to the log. Anyway, the port appears incomplete. It could be limited to mlguistarter. -- Ticket URL: <https://trac.macports.org/ticket/27570#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS