Opened 14 years ago
Closed 14 years ago
#28238 closed defect (fixed)
arb: Build failure with libpng 1.4
Reported by: | urban.anjar@… | Owned by: | matt.cottrell@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | arb |
Description (last modified by mf2k (Frank Schima))
Error: Target org.macports.build returned: shell command failed (see log for details) Log for arb is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_arb/main.log Error: Status 1 encountered during processing.
on MacOS X 10.6.6. Dependencies installed just fine imho.
:info:build -> rebuilding bin/arb_name_server (Thu Jan 1 00:59:59 1970) :info:build Link bin/arb_name_server :info:build g++ -arch x86_64 -o bin/arb_name_server -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_arb/work/stable_5.0/LIBLINK NAMES_COM/server.a NAMES/NAMES.a SERVERCNTRL/SERVERCNTRL.a -lARBDB NAMES_COM/client.a -lstdc++ :info:build Undefined symbols: :info:build "_gluLookAt", referenced from: :info:build RenderOpenGLScene(_WidgetRec*) in RNA3D.a :info:build "_gluPerspective", referenced from: :info:build ReshapeOpenGLWindow(int, int)in RNA3D.a :info:build "_gluUnProject", referenced from: :info:build OpenGLGraphics::WinToScreenCoordinates(int, int, double*)in RNA3D.a :info:build "_png_check_sig", referenced from: :info:build _pngLoadF in libglpng_arb.a :info:build _pngLoadRawF in libglpng_arb.a :info:build ld: symbol(s) not found :info:build collect2: ld returned 1 exit status :info:build make[2]: *** [bin/arb_edit4] Error 1 :info:build make[2]: *** Waiting for unfinished jobs.... :info:build make[1]: *** [arb] Error 2 :info:build make: *** [all] Error 2 :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_arb/work/stable_5.0" && /usr/bin/make -j2 all " returned error 2 :error:build Target org.macports.build returned: shell command failed (see log for details) :debug:build Backtrace: shell command failed (see log for details) while executing "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname" :info:build Warning: the following items did not execute (for arb): org.macports.activate org.macports.build org.macports.destroot org.macports.install :notice:build Log for arb is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_arb/main.log
Change History (6)
comment:1 Changed 14 years ago by urban.anjar@…
Cc: | urban.anjar@… added |
---|
comment:2 Changed 14 years ago by mf2k (Frank Schima)
Cc: | matt.cottrell@… added; urban.anjar@… removed |
---|---|
Port: | arb added |
comment:3 Changed 14 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:4 follow-ups: 5 6 Changed 14 years ago by matt.cottrell@…
Thanks for the heads up. I have identified the source of the problem and will be posting a patch to the Makefile soon. I'm away traveling on business but I'll deal with this as soon as I am able. The problem is ARB breaks with png14 that was updated in MacPorts about two weeks ago. Will patch things to explicitly use png12.
comment:5 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added; matt.cottrell@… removed |
---|---|
Owner: | changed from macports-tickets@… to matt.cottrell@… |
Replying to matt.cottrell@…:
Thanks for the heads up. I have identified the source of the problem and will be posting a patch to the Makefile soon. I'm away traveling on business but I'll deal with this as soon as I am able. The problem is ARB breaks with png14 that was updated in MacPorts about two weeks ago. Will patch things to explicitly use png12.
MacPorts only has libpng version 1.4.x now; 1.2.x is not available anymore. Please try to patch arb so it works with libpng 1.4.x.
comment:6 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | arb Build failure → arb: Build failure with libpng 1.4 |
This should have been resolved by #28276.
Cc Me!