[MacPorts] #14320: BUG: yafc 1.1_1 fails to build on Mac OS X 10.4.11 Tiger
#14320: BUG: yafc 1.1_1 fails to build on Mac OS X 10.4.11 Tiger ---------------------------------+------------------------------------------ Reporter: mpapamanz@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: ports | Version: 1.6.0 Keywords: BUG yafc tiger | ---------------------------------+------------------------------------------ I tried to compile it on Mac os X 10.4.11 but i go# port install yafc[[BR]] ---> Fetching yafc[[BR]] ---> Verifying checksum(s) for yafc[[BR]] ---> Extracting yafc[[BR]] ---> Applying patches to yafc[[BR]] ---> Configuring yafc[[BR]] ---> Building yafc with target all[[BR]] Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_yafc/work/yafc-1.1.1" && make all " returned error 2 Command output: if /usr/bin/gcc-4.0 -DSYSCONFDIR=\"/opt/local/etc\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I. -I../lib -I../src/ftp -I../src/libmhe -I/opt/local/include -I/opt/local/include -O2 -MT fxp.o -MD -MP -MF ".deps/fxp.Tpo" -c -o fxp.o fxp.c; \ then mv -f ".deps/fxp.Tpo" ".deps/fxp.Po"; else rm -f ".deps/fxp.Tpo"; exit 1; fi if /usr/bin/gcc-4.0 -DSYSCONFDIR=\"/opt/local/etc\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I. -I../lib -I../src/ftp -I../src/libmhe -I/opt/local/include -I/opt/local/include -O2 -MT gvars.o -MD -MP -MF ".deps/gvars.Tpo" -c -o gvars.o gvars.c; \ then mv -f ".deps/gvars.Tpo" ".deps/gvars.Po"; else rm -f ".deps/gvars.Tpo"; exit 1; fi if /usr/bin/gcc-4.0 -DSYSCONFDIR=\"/opt/local/etc\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I. -I../lib -I../src/ftp -I../src/libmhe -I/opt/local/include -I/opt/local/include -O2 -MT lglob.o -MD -MP -MF ".deps/lglob.Tpo" -c -o lglob.o lglob.c; \ then mv -f ".deps/lglob.Tpo" ".deps/lglob.Po"; else rm -f ".deps/lglob.Tpo"; exit 1; fi if /usr/bin/gcc-4.0 -DSYSCONFDIR=\"/opt/local/etc\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I. -I../lib -I../src/ftp -I../src/libmhe -I/opt/local/include -I/opt/local/include -O2 -MT help.o -MD -MP -MF ".deps/help.Tpo" -c -o help.o help.c; \ then mv -f ".deps/help.Tpo" ".deps/help.Po"; else rm -f ".deps/help.Tpo"; exit 1; fi if /usr/bin/gcc-4.0 -DSYSCONFDIR=\"/opt/local/etc\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I. -I../lib -I../src/ftp -I../src/libmhe -I/opt/local/include -I/opt/local/include -O2 -MT input.o -MD -MP -MF ".deps/input.Tpo" -c -o input.o input.c; \ then mv -f ".deps/input.Tpo" ".deps/input.Po"; else rm -f ".deps/input.Tpo"; exit 1; fi[[BR]] input.c:79:22: error: termio.h: No such file or directory[[BR]] input.c: In function 'getpass_hook':[[BR]] input.c:92: error: storage size of 'tbuf' isn't known[[BR]] input.c:92: error: storage size of 'tbufsave' isn't known[[BR]] input.c:99: error: 'TCGETA' undeclared (first use in this function)[[BR]] input.c:99: error: (Each undeclared identifier is reported only once[[BR]] input.c:99: error: for each function it appears in.)[[BR]] input.c:105: error: 'IUCLC' undeclared (first use in this function)[[BR]] input.c:105: error: 'ISTRIP' undeclared (first use in this function)[[BR]] input.c:105: error: 'IXON' undeclared (first use in this function)[[BR]] input.c:105: error: 'IXOFF' undeclared (first use in this function)[[BR]] input.c:106: error: 'ICANON' undeclared (first use in this function)[[BR]] input.c:106: error: 'ISIG' undeclared (first use in this function)[[BR]] input.c:106: error: 'ECHO' undeclared (first use in this function)[[BR]] input.c:108: error: 'TCSETA' undeclared (first use in this function)[[BR]] make[4]: *** [input.o] Error 1[[BR]] make[3]: *** [all-recursive] Error 1[[BR]] make[2]: *** [all] Error 2[[BR]] make[1]: *** [all-recursive] Error 1[[BR]] make: *** [all] Error 2[[BR]] [[BR]] Error: Status 1 encountered during processing.t:[[BR]] [[BR]] Should be applied the same patch for darwin 9 Leopard patch- src__input.c.diff -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14320> MacPorts </projects/macports> Ports system for Mac OS
#14320: BUG: yafc 1.1_1 fails to build on Mac OS X 10.4.11 Tiger ----------------------------------+----------------------------------------- Reporter: mpapamanz@gmail.com | Owner: ram@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: BUG yafc tiger ----------------------------------+----------------------------------------- Changes (by ram@macports.org): * owner: macports-tickets@lists.macosforge.org => ram@macports.org * status: new => assigned * milestone: MacPorts base bugs => Port Bugs Comment: I'm assuming you mean version 1.1.1_1 and not 1.1_1? I don't have access to a Tiger machine, so can you can confirm that applying the patch-src_input.c.diff patch on Tiger fixes the build? -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14320#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#14320: BUG: yafc 1.1_1 fails to build on Mac OS X 10.4.11 Tiger ----------------------------------+----------------------------------------- Reporter: mpapamanz@gmail.com | Owner: ram@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: BUG yafc tiger ----------------------------------+----------------------------------------- Comment (by mpapamanz@gmail.com): yes, my fault, i meant 1.1.1_1. I can confirm that applying the patch-src_input.c.diff patch on Tiger fixes the build. (i am using it now ;-)) -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14320#comment:2> MacPorts </projects/macports> Ports system for Mac OS
#14320: BUG: yafc 1.1.1_1 fails to build on Mac OS X 10.4.11 Tiger ----------------------------------+----------------------------------------- Reporter: mpapamanz@gmail.com | Owner: ram@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: BUG yafc tiger ----------------------------------+----------------------------------------- Changes (by ram@macports.org): * summary: BUG: yafc 1.1_1 fails to build on Mac OS X 10.4.11 Tiger => BUG: yafc 1.1.1_1 fails to build on Mac OS X 10.4.11 Tiger -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14320#comment:3> MacPorts </projects/macports> Ports system for Mac OS
#14320: BUG: yafc 1.1.1_0 fails to build on Mac OS X 10.4.11 Tiger ----------------------------------+----------------------------------------- Reporter: mpapamanz@gmail.com | Owner: ram@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: BUG yafc tiger ----------------------------------+----------------------------------------- Changes (by ram@macports.org): * summary: BUG: yafc 1.1.1_1 fails to build on Mac OS X 10.4.11 Tiger => BUG: yafc 1.1.1_0 fails to build on Mac OS X 10.4.11 Tiger -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14320#comment:4> MacPorts </projects/macports> Ports system for Mac OS
#14320: BUG: yafc 1.1.1_0 fails to build on Mac OS X 10.4.11 Tiger ----------------------------------+----------------------------------------- Reporter: mpapamanz@gmail.com | Owner: ram@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: BUG yafc tiger ----------------------------------+----------------------------------------- Changes (by ram@macports.org): * status: assigned => closed * resolution: => fixed Comment: fixed in r34124, thanks -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14320#comment:5> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts