Opened 12 years ago
Closed 12 years ago
#36979 closed defect (fixed)
sodipodi will not build with libpng 1.5
Reported by: | amadeus24 | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | sodipodi |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Last lines of sodipodi build-log:
:info:build 2 warnings and 2 errors generated. :info:build make[4]: *** [png-write.o] Error 1 :info:build make[4]: *** Waiting for unfinished jobs.... :info:build make[4]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_sodipodi/sodipodi/work/sodipodi-0.34/src/helper' :info:build make[3]: *** [all] Error 2 :info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_sodipodi/sodipodi/work/sodipodi-0.34/src/helper' :info:build make[2]: *** [all-recursive] Error 1 :info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_sodipodi/sodipodi/work/sodipodi-0.34/src' :info:build make[1]: *** [all-recursive] Error 1 :info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_sodipodi/sodipodi/work/sodipodi-0.34' :info:build make: *** [all] Error 2 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_sodipodi/sodipodi/work/sodipodi-0.34' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_sodipodi/sodipodi/work/sodipodi-0.34" && /usr/bin/make -j4 -w all :info:build Exit code: 2 :error:build org.macports.build for port sodipodi returned: command execution failed :debug:build Error code: CHILDSTATUS 77652 2 :debug:build Backtrace: command execution failed while executing "system -nice 0 $fullcmdstring" ("eval" body line 1) invoked from within "eval system $notty $nice \$fullcmdstring" invoked from within "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname" :info:build Warning: targets not executed for sodipodi: org.macports.activate org.macports.build org.macports.destroot org.macports.install
Attachments (1)
Change History (4)
Changed 12 years ago by amadeus24
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | sodipodi don't build removed |
Summary: | sodipodi will not build → sodipodi will not build with libpng 1.5 |
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
No newer version exists; this software appears to have been abandoned by its developers in 2004.
I found a patch for libpng 1.5 compatibility here: http://cvs.pld-linux.org/cgi-bin/viewvc.cgi/cvs/packages/sodipodi/sodipodi-libpng15.patch?revision=1.2&view=markup
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The relevant part of the log is:
So this is the usual symptom of incompatibility with libpng 1.5. We need to update the port to a newer version or patch this problem ourselves.