[MacPorts] #16560: netpbm fails a parallel build
#16560: netpbm fails a parallel build -------------------------------+-------------------------------------------- Reporter: jjstickel@vcn.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: netpbm | Port: -------------------------------+-------------------------------------------- a parallel build on Tiger (10.4.11) with recent XCode and Macports failed with the following: gcc-4.0 -no-cpp-precomp -c -O3 -I/opt/local/include -o libopt.o \-DSHLIBPREFIXLIST="\"lib\"" \ \ libopt.cIn file included from pm.h:16, from libpm.c:42:pm_config.h:487: error: redefinition of typedef 'uint32n'pm_config.h:178: error: previous declaration of 'uint32n' was herepm_config.h:488: error: redefinition of typedef 'int32n'pm_config.h:179: error: previous declaration of 'int32n' was hereIn file included from pm.h:16, from libpm.c:42:pm_config.h:623: error: redefinition of typedef 'pm_filepos'pm_config.h:314: error: previous declaration of 'pm_filepos' was heregnumake[3]: *** [libpm.o] Error 1gnumake[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/work/netpbm-10.26.51/lib/libnetpbm.dylib] Error 2gnumake[2]: *** Waiting for unfinished jobs....gcc-4.0 -no-cpp- precomp -o libopt -L/opt/local/lib libopt.ognumake[1]: *** [pgm/all] Error 2gnumake: *** [converter/all] Error 2Error: Status 1 encountered during processing. Not allowing a parallel build resolved the problem. I have attached a diff to the portfile. -- Ticket URL: <http://trac.macports.org/ticket/16560> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16560: netpbm fails a parallel build --------------------------------+------------------------------------------- Reporter: jjstickel@vcn.com | Owner: ryandesign@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ticketformatting Port: netpbm | --------------------------------+------------------------------------------- Changes (by ryandesign@macports.org): * keywords: netpbm => ticketformatting * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org * status: new => assigned * port: => netpbm Comment: Indeed, it fails for me now too on a dual-core MacBook Pro. This is unfortunate since I enabled the parallel build in r38586. I don't enable the parallel build in ports if I haven't tested it... but that's the fun thing about parallel builds -- they can work sometimes and then fail other times. -- Ticket URL: <http://trac.macports.org/ticket/16560#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16560: netpbm fails a parallel build --------------------------------+------------------------------------------- Reporter: jjstickel@vcn.com | Owner: ryandesign@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ticketformatting Port: netpbm | --------------------------------+------------------------------------------- Comment(by ryandesign@macports.org): I disabled the parallel build in r40029. The authors of netpbm should still be informed about this problem in their software. -- Ticket URL: <http://trac.macports.org/ticket/16560#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16560: netpbm fails a parallel build --------------------------------+------------------------------------------- Reporter: jjstickel@vcn.com | Owner: ryandesign@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: netpbm | --------------------------------+------------------------------------------- Changes (by jmr@macports.org): * keywords: ticketformatting => Old description:
a parallel build on Tiger (10.4.11) with recent XCode and Macports failed with the following:
gcc-4.0 -no-cpp-precomp -c -O3 -I/opt/local/include -o libopt.o \-DSHLIBPREFIXLIST="\"lib\"" \ \ libopt.cIn file included from pm.h:16, from libpm.c:42:pm_config.h:487: error: redefinition of typedef 'uint32n'pm_config.h:178: error: previous declaration of 'uint32n' was herepm_config.h:488: error: redefinition of typedef 'int32n'pm_config.h:179: error: previous declaration of 'int32n' was hereIn file included from pm.h:16, from libpm.c:42:pm_config.h:623: error: redefinition of typedef 'pm_filepos'pm_config.h:314: error: previous declaration of 'pm_filepos' was heregnumake[3]: *** [libpm.o] Error 1gnumake[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/work/netpbm-10.26.51/lib/libnetpbm.dylib] Error 2gnumake[2]: *** Waiting for unfinished jobs....gcc-4.0 -no-cpp- precomp -o libopt -L/opt/local/lib libopt.ognumake[1]: *** [pgm/all] Error 2gnumake: *** [converter/all] Error 2Error: Status 1 encountered during processing.
Not allowing a parallel build resolved the problem. I have attached a diff to the portfile.
New description: a parallel build on Tiger (10.4.11) with recent XCode and Macports failed with the following: {{{ gcc-4.0 -no-cpp-precomp -c -O3 -I/opt/local/include -o libopt.o \-DSHLIBPREFIXLIST="\"lib\"" \ \ libopt.cIn file included from pm.h:16, from libpm.c:42:pm_config.h:487: error: redefinition of typedef 'uint32n'pm_config.h:178: error: previous declaration of 'uint32n' was herepm_config.h:488: error: redefinition of typedef 'int32n'pm_config.h:179: error: previous declaration of 'int32n' was hereIn file included from pm.h:16, from libpm.c:42:pm_config.h:623: error: redefinition of typedef 'pm_filepos'pm_config.h:314: error: previous declaration of 'pm_filepos' was heregnumake[3]: *** [libpm.o] Error 1gnumake[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/work/netpbm-10.26.51/lib/libnetpbm.dylib] Error 2gnumake[2]: *** Waiting for unfinished jobs....gcc-4.0 -no-cpp- precomp -o libopt -L/opt/local/lib libopt.ognumake[1]: *** [pgm/all] Error 2gnumake: *** [converter/all] Error 2Error: Status 1 encountered during processing. }}} Not allowing a parallel build resolved the problem. I have attached a diff to the portfile. -- -- Ticket URL: <http://trac.macports.org/ticket/16560#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16560: netpbm fails a parallel build --------------------------------+------------------------------------------- Reporter: jjstickel@vcn.com | Owner: ryandesign@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: netpbm | --------------------------------+------------------------------------------- Description changed by ryandesign@macports.org: Old description:
a parallel build on Tiger (10.4.11) with recent XCode and Macports failed with the following:
{{{ gcc-4.0 -no-cpp-precomp -c -O3 -I/opt/local/include -o libopt.o \-DSHLIBPREFIXLIST="\"lib\"" \ \ libopt.cIn file included from pm.h:16, from libpm.c:42:pm_config.h:487: error: redefinition of typedef 'uint32n'pm_config.h:178: error: previous declaration of 'uint32n' was herepm_config.h:488: error: redefinition of typedef 'int32n'pm_config.h:179: error: previous declaration of 'int32n' was hereIn file included from pm.h:16, from libpm.c:42:pm_config.h:623: error: redefinition of typedef 'pm_filepos'pm_config.h:314: error: previous declaration of 'pm_filepos' was heregnumake[3]: *** [libpm.o] Error 1gnumake[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/work/netpbm-10.26.51/lib/libnetpbm.dylib] Error 2gnumake[2]: *** Waiting for unfinished jobs....gcc-4.0 -no-cpp- precomp -o libopt -L/opt/local/lib libopt.ognumake[1]: *** [pgm/all] Error 2gnumake: *** [converter/all] Error 2Error: Status 1 encountered during processing. }}}
Not allowing a parallel build resolved the problem. I have attached a diff to the portfile.
New description: a parallel build on Tiger (10.4.11) with recent XCode and Macports failed with the following: {{{ gcc-4.0 -no-cpp-precomp -c -O3 -I/opt/local/include -o libopt.o \-DSHLIBPREFIXLIST="\"lib\"" \ \ libopt.c In file included from pm.h:16, from libpm.c:42: pm_config.h:487: error: redefinition of typedef 'uint32n' pm_config.h:178: error: previous declaration of 'uint32n' was here pm_config.h:488: error: redefinition of typedef 'int32n' pm_config.h:179: error: previous declaration of 'int32n' was here In file included from pm.h:16, from libpm.c:42: pm_config.h:623: error: redefinition of typedef 'pm_filepos' pm_config.h:314: error: previous declaration of 'pm_filepos' was here gnumake[3]: *** [libpm.o] Error 1 gnumake[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/work/netpbm-10.26.51/lib/libnetpbm.dylib] Error 2 gnumake[2]: *** Waiting for unfinished jobs.... gcc-4.0 -no-cpp-precomp -o libopt -L/opt/local/lib libopt.o gnumake[1]: *** [pgm/all] Error 2 gnumake: *** [converter/all] Error 2 Error: Status 1 encountered during processing. }}} Not allowing a parallel build resolved the problem. I have attached a diff to the portfile. -- -- Ticket URL: <http://trac.macports.org/ticket/16560#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16560: netpbm fails a parallel build --------------------------------+------------------------------------------- Reporter: jjstickel@vcn.com | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: Port: netpbm | --------------------------------+------------------------------------------- Changes (by ryandesign@macports.org): * status: assigned => closed * resolution: => fixed Comment: I sent an email to developer Bryan Henderson (there is no bug tracker or mailing list). -- Ticket URL: <http://trac.macports.org/ticket/16560#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16560: netpbm fails a parallel build --------------------------------+------------------------------------------- Reporter: jjstickel@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: Port: netpbm | --------------------------------+------------------------------------------- Comment(by ryandesign@…): Bryan responded saying he would fix it: {{{ From: bryanh@giraffe-data.com (Bryan Henderson) Date: September 24, 2008 12:45:05 CDT To: ryandesign@macports.org Subject: Re: netpbm fails parallel build I have added dependencies so a parallel make should work in current releases in a few days. -- Bryan Henderson San Jose, California }}} Marcus re-enabled the parallel build in r43004 but this caused problems again; see #17516. -- Ticket URL: <http://trac.macports.org/ticket/16560#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts