Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#39550 - [rblcheck] build fails

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Thursday, 20 March 2014, 03:26 GMT
Last edited by Sébastien Luttringer (seblu) - Thursday, 27 March 2014, 01:22 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


make all-recursive
make[1]: Entering directory '/build/rblcheck/src/rblcheck-1.5'
Making all in docs
make[2]: Entering directory '/build/rblcheck/src/rblcheck-1.5/docs'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/rblcheck/src/rblcheck-1.5/docs'
Making all in .
make[2]: Entering directory '/build/rblcheck/src/rblcheck-1.5'
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c rblcheck.c
rm -f rbl rbl.tmp
sed -e 's,@bindir\@,/usr/bin,g' \
-e 's,@sysconfdir\@,/etc,g' rbl.in >rbl.tmp
chmod +x rbl.tmp
mv rbl.tmp rbl
rblcheck.c: In function 'togglesite':
rblcheck.c:157:4: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
free( ptr->site );
^
rblcheck.c:165:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit( 1 );
^
rblcheck.c:176:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit( 1 );
^
rblcheck.c: In function 'full_rblcheck':
rblcheck.c:321:4: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
free( response );
^
rblcheck.c: In function 'main':
rblcheck.c:370:28: error: 'optarg' undeclared (first use in this function)
rblsites = togglesite( optarg, rblsites );
^
rblcheck.c:370:28: note: each undeclared identifier is reported only once for each function it appears in
rblcheck.c:378:6: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
free( ptr->site );
^
rblcheck.c:395:6: error: 'optind' undeclared (first use in this function)
if( optind == argc )
^
Makefile:218: recipe for target 'rblcheck.o' failed
make[2]: *** [rblcheck.o] Error 1
make[2]: Leaving directory '/build/rblcheck/src/rblcheck-1.5'
Makefile:271: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/build/rblcheck/src/rblcheck-1.5'
Makefile:444: recipe for target 'all-recursive-am' failed
make: *** [all-recursive-am] Error 2
==> ERROR: A failure occurred in build().
Aborting..

Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Thursday, 27 March 2014, 01:22 GMT
Reason for closing:  Fixed

Loading...