Project

General

Profile

Actions

Bug #211

closed

Building 1.4.0 on Solaris 10 (x86) fails.

Added by Anonymous over 19 years ago. Updated over 18 years ago.

Status:
Fixed
Priority:
High
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

Description


if gcc -DHAVE_CONFIG_H -DLIBRARY_DIR="\"/usr/local/lighttpd/lib\"" -I. -I. -I..   -D_REENTRANT -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -MT network_solaris_sendfilev.o -MD -MP -MF ".deps/network_solaris_sendfilev.Tpo" -c -o network_solaris_sendfilev.o network_solaris_sendfilev.c; \
then mv -f ".deps/network_solaris_sendfilev.Tpo" ".deps/network_solaris_sendfilev.Po"; else rm -f ".deps/network_solaris_sendfilev.Tpo"; exit 1; fi
network_solaris_sendfilev.c:25:24: file_cache.h: No such file or directory
network_solaris_sendfilev.c: In function `network_write_chunkqueue_solarissendfilev':
network_solaris_sendfilev.c:151: warning: implicit declaration of function `file_cache_get_entry'
network_solaris_sendfilev.c:151: error: structure has no member named `fce'
network_solaris_sendfilev.c:160: error: structure has no member named `fce'
network_solaris_sendfilev.c:166: error: structure has no member named `fce'
make[2]: *** [network_solaris_sendfilev.o] Error 1
make[2]: Leaving directory `/usr/local/src/lighttpd-1.4.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/lighttpd-1.4.0'
make: *** [all] Error 2

-- toni.viemero

Actions #1

Updated by Anonymous over 19 years ago

It seems that there just is no file named file_cache.h in the src/ directory. By comparing network_linux_sendfilev.c to network_linux_sendfilev.c it seems that one has to substitute the line


#include "file_cache.h" 

for


#include "stat_cache.h" 

You might wan't to try this out.

-- J

Actions #2

Updated by Anonymous over 19 years ago

That alone doesn't do the trick.
file-cache was dropped out on changeset r502, but it seems like someone forgot Solaris.

-- toni.viemero

Actions #3

Updated by jan over 19 years ago

  • Status changed from New to Assigned

Can you please verify if changeset r598 fixes this problem ?

Actions #4

Updated by jan over 19 years ago

  • Status changed from Assigned to Fixed
  • Resolution set to fixed
Actions

Also available in: Atom