#24279 closed defect (wontfix)
moreutils-0.39 Compile error on 10.4, missing symbol "_waitid"
Reported by: | craig.cottingham@… | Owned by: | milosh@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | tiger | Cc: | |
Port: | moreutils |
Description
OS Platform: darwin
OS Version: 8.11.0
Mac OS X Version: 10.4
System Arch: powerpc
Xcode Version: 2.5
... /usr/bin/gcc-4.0 -O2 -g -Wall parallel.c -o parallel parallel.c:166:2: warning: #warning Cannot autodetect number of CPUS on this system: _SC_NPROCESSORS_ONLN not defined. /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: _waitid collect2: ld returned 1 exit status make: *** [parallel] Error 1
Change History (4)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Keywords: | tiger added |
---|---|
Owner: | changed from macports-tickets@… to milosh@… |
Port: | moreutils added |
comment:2 Changed 15 years ago by milosh@…
Status: | new → assigned |
---|
It works on leopard powerpc. Please try an older version (that did not contain parallel), r57375 for example. howto/InstallingOlderPort
comment:3 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Summary: | moreutils-0.39 Compile error, missing symbol "_waitid" → moreutils-0.39 Compile error on 10.4, missing symbol "_waitid" |
Added an early error to the port in r78310. Apple apparently left waitid out of libc on 10.4 by mistake (it's declared in the headers). You could ask upstream to add a workaround for this.
comment:4 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Note: See
TracTickets for help on using
tickets.
Please remember to fill in the Port field and cc the maintainer.