Compiling 5.0-CURRENT on 4.0-STABLE generates problems in getconf:

===> usr.bin/getconf
gperf -t -L ANSI-C -C -k 1,2,7-10,21,'$'
/usr/current/src/usr.bin/getconf/confstr.gperf >confstr.c
/* starting time is 11:48:16 */
gperf: unrecognized option `-L'
usage: gperf
[-acCdDef[num]gGhH<hashname>i<init>jk<keys>K<keyname>lnN<name>oprs<size>S<switches>tTv].
(type gperf -h for help)
*** Error code 1

Stop in /usr/current/src/usr.bin/getconf.
*** Error code 1

Stop in /usr/current/src/usr.bin.
*** Error code 1

Stop in /usr/current/src.
*** Error code 1

Stop in /usr/current/src.
*** Error code 1

Stop in /usr/current/src.

It seems the makefile is using the /usr/bin/gperf, which doesn't have
the -L option on 4.0-STABLE
--
Peter.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to