Project

General

Profile

Actions

Bug #1958

closed

Current 1.4.x svn code fails to build

Added by dfavor about 15 years ago. Updated about 15 years ago.

Status:
Invalid
Priority:
Normal
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:

Description

/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined -o mod_accesslog.la -rpath /runtime/lighttpd-1.4.23-2466/lib mod_accesslog.lo
gcc -shared .libs/mod_accesslog.o -Wl,-soname -Wl,mod_accesslog.so -o .libs/mod_accesslog.so
creating mod_accesslog.la
(cd .libs && rm -f mod_accesslog.la && ln -s ../mod_accesslog.la mod_accesslog.la)
make3: * No rule to make target `spawn-fcgi.o', needed by `spawn-fcgi'. Stop.
make3: Leaving directory `/build/work/lighttpd-1.4.x/src'
make2:
[all] Error 2
make2: Leaving directory `/build/work/lighttpd-1.4.x/src'
make1:
[all-recursive] Error 1
make1: Leaving directory `/build/work/lighttpd-1.4.x'
make: *
[all] Error 2
exp=0, got ec=2, abort=1

Actions #1

Updated by nitrox about 15 years ago

  • Status changed from New to Invalid
  • Priority changed from High to Normal

again you missed to run autogen.sh before...

Actions #2

Updated by dfavor about 15 years ago

dfavor wrote:

/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined -o mod_accesslog.la -rpath /runtime/lighttpd-1.4.23-2466/lib mod_accesslog.lo
gcc -shared .libs/mod_accesslog.o -Wl,-soname -Wl,mod_accesslog.so -o .libs/mod_accesslog.so
creating mod_accesslog.la
(cd .libs && rm -f mod_accesslog.la && ln -s ../mod_accesslog.la mod_accesslog.la)
make3: * No rule to make target `spawn-fcgi.o', needed by `spawn-fcgi'. Stop.
make3: Leaving directory `/build/work/lighttpd-1.4.x/src'
make2:
[all] Error 2
make2: Leaving directory `/build/work/lighttpd-1.4.x/src'
make1:
[all-recursive] Error 1
make1: Leaving directory `/build/work/lighttpd-1.4.x'
make: *
[all] Error 2
exp=0, got ec=2, abort=1

Don't mind me, I'm just smokin' my lawn this morning...

Running autogen cleared up all problems.

Thanks!

Actions

Also available in: Atom