[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#566774: src:freebsd-utils: FTBFS on k-i: kdump_subr.c and pppctl.c issues



Package: src:freebsd-utils
Version: 8.0-7
Severity: serious
Justification: FTBFS

Hi,

our package FTBFS on kfreebsd-i386:
| cc -Wall -g -pipe -fPIC -I. -D_GNU_SOURCE -D'__FBSDID(string)=' -O2  -Wall -g -pipe -fPIC -I. -D_GNU_SOURCE -D'__FBSDID(string)=' -O2  -c pppctl.c
| pppctl.c:41:22: error: histedit.h: No such file or directory
| pppctl.c:57: error: expected specifier-qualifier-list before 'EditLine'
| pppctl.c:107: error: expected ')' before '*' token
| pppctl.c:245: error: expected ')' before '*' token
| pppctl.c: In function 'Terminal':
| pppctl.c:283: error: 'HistEvent' undeclared (first use in this function)
| pppctl.c:283: error: (Each undeclared identifier is reported only once
| pppctl.c:283: error: for each function it appears in.)
| pppctl.c:283: error: expected ';' before 'hev'
| pppctl.c:294: warning: implicit declaration of function 'SmartGets'
| pppctl.c:294: error: 'struct thread_data' has no member named 'edit'
| pppctl.c:294: error: 'struct thread_data' has no member named 'ppp'
| pppctl.c:299: warning: implicit declaration of function 'history'
| pppctl.c:299: error: 'struct thread_data' has no member named 'hist'
| pppctl.c:299: error: 'hev' undeclared (first use in this function)
| pppctl.c:299: error: 'H_ENTER' undeclared (first use in this function)
| pppctl.c:301: error: 'struct thread_data' has no member named 'ppp'
| pppctl.c:302: error: 'struct thread_data' has no member named 'ppp'
| pppctl.c: In function 'Monitor':
| pppctl.c:328: error: 'struct thread_data' has no member named 'ppp'
| pppctl.c:328: error: 'struct thread_data' has no member named 'ppp'
| pppctl.c:332: error: 'struct thread_data' has no member named 'ppp'
| pppctl.c:333: error: 'struct thread_data' has no member named 'trm'
| pppctl.c:328: error: invalid lvalue in asm output 0
| pppctl.c: In function 'main':
| pppctl.c:579: error: 'HistEvent' undeclared (first use in this function)
| pppctl.c:579: error: expected ';' before 'hev'
| pppctl.c:582: error: 'struct thread_data' has no member named 'hist'
| pppctl.c:582: warning: implicit declaration of function 'history_init'
| pppctl.c:593: error: 'struct thread_data' has no member named 'hist'
| pppctl.c:593: error: 'hev' undeclared (first use in this function)
| pppctl.c:593: error: 'H_SETSIZE' undeclared (first use in this function)
| pppctl.c:594: error: 'struct thread_data' has no member named 'edit'
| pppctl.c:594: warning: implicit declaration of function 'el_init'
| pppctl.c:596: warning: implicit declaration of function 'el_source'
| pppctl.c:596: error: 'struct thread_data' has no member named 'edit'
| pppctl.c:597: warning: implicit declaration of function 'el_set'
| pppctl.c:597: error: 'struct thread_data' has no member named 'edit'
| pppctl.c:597: error: 'EL_PROMPT' undeclared (first use in this function)
| pppctl.c:597: error: 'GetPrompt' undeclared (first use in this function)
| pppctl.c:600: error: 'struct thread_data' has no member named 'edit'
| pppctl.c:600: error: 'EL_EDITOR' undeclared (first use in this function)
| pppctl.c:602: error: 'struct thread_data' has no member named 'edit'
| pppctl.c:604: error: 'struct thread_data' has no member named 'edit'
| pppctl.c:604: error: 'EL_SIGNAL' undeclared (first use in this function)
| pppctl.c:605: error: 'struct thread_data' has no member named 'edit'
| pppctl.c:605: error: 'EL_HIST' undeclared (first use in this function)
| pppctl.c:605: error: 'struct thread_data' has no member named 'hist'
| pppctl.c:607: error: 'struct thread_data' has no member named 'ppp'
| pppctl.c:608: error: 'struct thread_data' has no member named 'trm'
| pppctl.c:623: error: 'struct thread_data' has no member named 'trm'
| pppctl.c:627: error: 'struct thread_data' has no member named 'trm'
| pppctl.c:638: warning: implicit declaration of function 'el_end'
| pppctl.c:638: error: 'struct thread_data' has no member named 'edit'
| pppctl.c:639: warning: implicit declaration of function 'history_end'
| pppctl.c:639: error: 'struct thread_data' has no member named 'hist'
| *** Error code 1

Full build logs:
  https://buildd.debian.org/status/package.php?suite=unstable&p=freebsd-utils

On my porter box, that's different:
| cc -Wall -g -pipe -fPIC -I. -D_GNU_SOURCE -D'__FBSDID(string)=' -O2  -I/srv/storage/kibi/hack/porting-4/freebsd-utils-8.0/usr.bin/kdump/../ktrace -I/srv/storage/kibi/hack/porting-4/freebsd-utils-8.0/usr.bin/kdump -I/srv/storage/kibi/hack/porting-4/freebsd-utils-8.0/usr.bin/kdump/../.. -Wall -g -pipe -fPIC -I. -D_GNU_SOURCE -D'__FBSDID(string)=' -O2  -c kdump_subr.c
| kdump_subr.c: In function ‘acltypename’:
| kdump_subr.c:821: error: ‘ACL_TYPE_ACCESS’ undeclared (first use in this function)
| kdump_subr.c:821: error: (Each undeclared identifier is reported only once
| kdump_subr.c:821: error: for each function it appears in.)
| kdump_subr.c:824: error: ‘ACL_TYPE_DEFAULT’ undeclared (first use in this function)
| *** Error code 1

Mraw,
KiBi.



Reply to: