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#39330 - [httptunnel] build fails

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Tuesday, 11 March 2014, 04:13 GMT
Last edited by Lukas Fleischer (lfleischer) - Tuesday, 22 July 2014, 08:58 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


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 poll.c
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 daemon.c
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 vsyslog.c
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 endprotoent.c
In file included from ./netdb_.h:12:0,
from endprotoent.c:7:
../config.h:102:0: warning: "INADDR_NONE" redefined [enabled by default]
#define INADDR_NONE 0xffffffff
^
In file included from /usr/include/netdb.h:27:0,
from ./netdb_.h:10,
from endprotoent.c:7:
/usr/include/netinet/in.h:192:0: note: this is the location of the previous definition
#define INADDR_NONE ((in_addr_t) 0xffffffff)
^
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 getopt.c
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 getopt1.c
In file included from getopt.c:36:0:
../config.h:20:16: error: duplicate 'unsigned'
#define size_t unsigned
^
In file included from getopt1.c:25:0:
../config.h:20:16: error: duplicate 'unsigned'
#define size_t unsigned
^
Makefile:121: recipe for target 'getopt1.o' failed
make[3]: *** [getopt1.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Makefile:121: recipe for target 'getopt.o' failed
make[3]: *** [getopt.o] Error 1
make[3]: Leaving directory '/build/httptunnel/src/httptunnel-3.3/port'
Makefile:156: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/build/httptunnel/src/httptunnel-3.3/port'
Makefile:271: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/build/httptunnel/src/httptunnel-3.3'
Makefile:433: 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  Lukas Fleischer (lfleischer)
Tuesday, 22 July 2014, 08:58 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 3.3-4.

Loading...