Arch Linux

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#39159 - [snarf] build fails

Attached to Project: Arch Linux
Opened by Joel Teichroeb (klusark) - Tuesday, 04 March 2014, 19:22 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 27 March 2014, 20:24 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Eric Belanger (Snowman)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

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 ftp.c
In file included from ftp.c:3:0:
./config.h:8:15: error: two or more data types in declaration specifiers
#define off_t long
^
./config.h:17:17: error: two or more data types in declaration specifiers
#define ssize_t long
^
./config.h:16:19: error: two or more data types in declaration specifiers
#define socklen_t int
^
ftp.c: In function 'send_control':
ftp.c:71:26: error: expected expression before 'char'
s = va_arg(args, char *);
^
ftp.c:76:34: error: expected expression before 'char'
s = va_arg(args, char *);
^
ftp.c: In function 'close_quit':
ftp.c:35:22: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
write(sock, "QUIT\r\n", 6);
^
ftp.c: In function 'send_control':
ftp.c:80:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
write(sock, line, strlen(line));
^
Makefile:192: recipe for target 'ftp.o' failed
make: *** [ftp.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...


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

Closed by  Eric Belanger (Snowman)
Thursday, 27 March 2014, 20:24 GMT
Reason for closing:  Fixed
Additional comments about closing:  snarf-7.0-6
Comment by Doug Newgard (Scimmia) - Wednesday, 05 March 2014, 06:11 GMT
Orphan, assigning to last packager
Comment by Allan McRae (Allan) - Wednesday, 05 March 2014, 06:17 GMT
  • Assignment removed
Assign to me an I will remove the package from the repos...
Comment by Doug Newgard (Scimmia) - Thursday, 27 March 2014, 17:14 GMT
Then let's try the one before Allan...
Comment by Doug Newgard (Scimmia) - Thursday, 27 March 2014, 17:16 GMT
Or even better, the archboot maintainer, since that's the only package in the repos that needs this.

Loading...