Bug #2009
lighttpd 1.4 autotools build broken with BSD make
| Status: | Fixed | Start date: | 2009-06-15 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | - | % Done: | 100% | |
| Category: | build_autotools | |||
| Target version: | 1.4.23 | |||
| Missing in 1.5.x: |
Description
The autotools build is broken with BSD make again..
===> Building for lighttpd-1.4.23rc2-r2534 Can't open /usr/ports/www/lighttpd/w-lighttpd-1.4.23rc2-r2534/lighttpd-1.4.23/doc/lighttpd.1: No such file or director y. make all-recursive Making all in src cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/lib/lighttpd\"" -DSBIN_DIR="\"/usr/local/sbin\"" -I. - I.. -I/usr/local/include -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/usr/local/include -D_FILE_OFFSET_BITS=6 4 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O2 -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -MT lemon.o -MD -MP -MF .deps/l emon.Tpo -c -o lemon.o lemon.c mv -f .deps/lemon.Tpo .deps/lemon.Po /usr/local/bin/libtool --tag=disable-static --tag=CC --mode=link cc -O2 -pipe -Wall -W -Wshadow -pedantic -std=gnu 99 -L/usr/local/lib -o lemon lemon.o mkdir .libs cc -O2 -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -o lemon lemon.o -L/usr/local/lib lemon.o(.text+0x1695): In function `ErrorMsg': : warning: vsprintf() is often misused, please use vsnprintf() lemon.o(.text+0x3873): In function `file_makename': : warning: strcpy() is almost always misused, please use strlcpy() lemon.o(.text+0x3893): In function `file_makename': : warning: strcat() is almost always misused, please use strlcat() lemon.o(.text+0x1631): In function `ErrorMsg': : warning: sprintf() is often misused, please use snprintf() rm -f configparser.h ../src/lemon -q ./configparser.y ./lempar.c rm -f mod_ssi_exprparser.h ../src/lemon -q ./mod_ssi_exprparser.y ./lempar.c *** Error code 127
Associated revisions
Make dependency on svnversion/git optional (for devel versionstamp, fixes #2009)
History
#1 Updated by stbuehler almost 4 years ago
- Status changed from New to Invalid
That is your ports system - there is no reference to lighttpd.1 in the tar ball (it is now section 8; and spawn-fcgi.1 got removed, as spawn-fcgi is now in a separate project).
#2 Updated by brad@comstyle.com almost 4 years ago
- Status changed from Invalid to Reopened
The relevant error is at the bottom, not the top.
#3 Updated by stbuehler almost 4 years ago
Perhaps you should post the real error next time:
git: not found *** Error code 127
#4 Updated by brad@comstyle.com almost 4 years ago
I posted what was on the screen. I can't post what is not there.
#5 Updated by stbuehler almost 4 years ago
Hm sry, probably you are missing svn too.
I think with gmake it works, still needs to be fixed of course.
#6 Updated by stbuehler almost 4 years ago
- Status changed from Reopened to Fixed
- % Done changed from 0 to 100
Applied in changeset r2540.
Also available in: Atom