Re: Unable to build strace-4.5.18 under FreeBSD 6.4

2008-12-27 Thread andrew clarke
On Sat 2008-12-27 02:57:04 UTC+1100, andrew clarke (m...@ozzmosis.com) wrote:

 ===  Building for strace-4.5.18
 make  all-am
 cc -DHAVE_CONFIG_H -I. -Ifreebsd/i386 -I./freebsd/i386 -Ifreebsd -I./freebsd  
   -Wall -O2 -fno-strict-aliasing -pipe -MT strace.o -MD -MP -MF 
 .deps/strace.Tpo -c -o strace.o strace.c
 mv -f .deps/strace.Tpo .deps/strace.Po
 cc -DHAVE_CONFIG_H -I. -Ifreebsd/i386 -I./freebsd/i386 -Ifreebsd -I./freebsd  
   -Wall -O2 -fno-strict-aliasing -pipe -MT syscall.o -MD -MP -MF 
 .deps/syscall.Tpo -c -o syscall.o syscall.c
 syscall.c: In function `internal_syscall':
 syscall.c:719: error: `sys_waitpid' undeclared (first use in this function)
 syscall.c:719: error: (Each undeclared identifier is reported only once
 syscall.c:719: error: for each function it appears in.)
 *** Error code 1

Update: Fixed in strace-4.5.18_1.

Thanks!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Unable to build strace-4.5.18 under FreeBSD 6.4

2008-12-27 Thread Philip M. Gollucci

Sorry, this was fixed in the next commit
4.5.18_1

Update your ports tree.

andrew clarke wrote:

# uname -a
FreeBSD blizzard.phoenix 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Nov 26 
11:43:51 UTC 2008 r...@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC 
 i386

# make
===  Vulnerability check disabled, database not found
===  Extracting for strace-4.5.18
= MD5 Checksum OK for strace-4.5.18.tar.bz2.
= SHA256 Checksum OK for strace-4.5.18.tar.bz2.
===   strace-4.5.18 depends on file: /usr/local/bin/perl5.8.8 - found
===  Patching for strace-4.5.18
===   strace-4.5.18 depends on file: /usr/local/bin/perl5.8.8 - found
===  Applying FreeBSD patches for strace-4.5.18
/usr/bin/sed -i.bak 's,/usr/bin/perl,/usr/local/bin/perl,' 
/spare/ports/devel/strace/work/strace-4.5.18/strace-graph
===   strace-4.5.18 depends on file: /usr/local/bin/perl5.8.8 - found
===  Configuring for strace-4.5.18

...

===  Building for strace-4.5.18
make  all-am
cc -DHAVE_CONFIG_H -I. -Ifreebsd/i386 -I./freebsd/i386 -Ifreebsd -I./freebsd
-Wall -O2 -fno-strict-aliasing -pipe -MT strace.o -MD -MP -MF .deps/strace.Tpo 
-c -o strace.o strace.c
mv -f .deps/strace.Tpo .deps/strace.Po
cc -DHAVE_CONFIG_H -I. -Ifreebsd/i386 -I./freebsd/i386 -Ifreebsd -I./freebsd
-Wall -O2 -fno-strict-aliasing -pipe -MT syscall.o -MD -MP -MF 
.deps/syscall.Tpo -c -o syscall.o syscall.c
syscall.c: In function `internal_syscall':
syscall.c:719: error: `sys_waitpid' undeclared (first use in this function)
syscall.c:719: error: (Each undeclared identifier is reported only once
syscall.c:719: error: for each function it appears in.)
*** Error code 1

Stop in /spare/ports/devel/strace/work/strace-4.5.18.
*** Error code 1

Regards
Andrew
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org



--

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
Consultant  - P6M7G8 Inc.http://p6m7g8.net
Director IT - RideCharge, Inc.   http://ridecharge.com
Contractor  - PositiveEnergyUSA  http://positiveenergyusa.com
ASF Member  - Apache Software Foundation http://apache.org
FreeBSD Committer   - FreeBSD Foundation http://freebsd.org

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Unable to build strace-4.5.18 under FreeBSD 6.4

2008-12-26 Thread andrew clarke
# uname -a
FreeBSD blizzard.phoenix 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Nov 26 
11:43:51 UTC 2008 r...@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC 
 i386

# make
===  Vulnerability check disabled, database not found
===  Extracting for strace-4.5.18
= MD5 Checksum OK for strace-4.5.18.tar.bz2.
= SHA256 Checksum OK for strace-4.5.18.tar.bz2.
===   strace-4.5.18 depends on file: /usr/local/bin/perl5.8.8 - found
===  Patching for strace-4.5.18
===   strace-4.5.18 depends on file: /usr/local/bin/perl5.8.8 - found
===  Applying FreeBSD patches for strace-4.5.18
/usr/bin/sed -i.bak 's,/usr/bin/perl,/usr/local/bin/perl,' 
/spare/ports/devel/strace/work/strace-4.5.18/strace-graph
===   strace-4.5.18 depends on file: /usr/local/bin/perl5.8.8 - found
===  Configuring for strace-4.5.18

...

===  Building for strace-4.5.18
make  all-am
cc -DHAVE_CONFIG_H -I. -Ifreebsd/i386 -I./freebsd/i386 -Ifreebsd -I./freebsd
-Wall -O2 -fno-strict-aliasing -pipe -MT strace.o -MD -MP -MF .deps/strace.Tpo 
-c -o strace.o strace.c
mv -f .deps/strace.Tpo .deps/strace.Po
cc -DHAVE_CONFIG_H -I. -Ifreebsd/i386 -I./freebsd/i386 -Ifreebsd -I./freebsd
-Wall -O2 -fno-strict-aliasing -pipe -MT syscall.o -MD -MP -MF 
.deps/syscall.Tpo -c -o syscall.o syscall.c
syscall.c: In function `internal_syscall':
syscall.c:719: error: `sys_waitpid' undeclared (first use in this function)
syscall.c:719: error: (Each undeclared identifier is reported only once
syscall.c:719: error: for each function it appears in.)
*** Error code 1

Stop in /spare/ports/devel/strace/work/strace-4.5.18.
*** Error code 1

Regards
Andrew
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org