On 11/01/2006 06:02 PM, Graham Leggett wrote: > On Wed, November 1, 2006 5:48 pm, Ruediger Pluem wrote: > > >>I have svn up to the latest revision and it is not fixed. >>If you still think that it is fixed please point me to the revision >>that should have fixed it and I will have a look if something is wrong >>on my side. > > > If you do an svn log on that file it should give you the revision. > > The problem came about when the line that initialises pconf was deleted to > remove a compiler warning - it needed to be there in the APR_HAS_SENDFILE > case but wasn't surrounded in an #if. It was put back, and surrounded > with an #if.
The problem is that pconf is not declared. > > Can you post the compile error? Sure: make[3]: Verlassen des Verzeichnisses »/usr/src/apache/httpd-trunk/modules/aaa« make[2]: Verlassen des Verzeichnisses »/usr/src/apache/httpd-trunk/modules/aaa« Making install in cache make[2]: Wechsel in das Verzeichnis »/usr/src/apache/httpd-trunk/modules/cache« make[3]: Wechsel in das Verzeichnis »/usr/src/apache/httpd-trunk/modules/cache« /usr/src/apache/httpd-trunk/srclib/apr/libtool --silent --mode=compile gcc -pthread -O2 -g -Wall -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/apache/httpd-trunk/srclib/pcre -I. -I/usr/src/apache/httpd-trunk/os/unix -I/usr/src/apache/httpd-trunk/server/mpm/worker -I/usr/src/apache/httpd-trunk/modules/http -I/usr/src/apache/httpd-trunk/modules/filters -I/usr/src/apache/httpd-trunk/modules/proxy -I/usr/src/apache/httpd-trunk/include -I/usr/src/apache/httpd-trunk/modules/generators -I/usr/src/apache/httpd-trunk/modules/mappers -I/usr/src/apache/httpd-trunk/modules/database -I/usr/src/apache/httpd-trunk/srclib/apr/include -I/usr/src/apache/httpd-trunk/srclib/apr-util/include -I/usr/src/apache/httpd-trunk/server -I/usr/src/apache/httpd-trunk/modules/proxy/../generators -I/usr/src/apache/httpd-trunk/modules/ssl -I/usr/src/apache/httpd-trunk/modules/dav/main -prefer-pic -c mod_disk_cache.c && touch mod_disk_cache.slo mod_disk_cache.c: In function `open_new_file': mod_disk_cache.c:1304: `pdconf' undeclared (first use in this function) mod_disk_cache.c:1304: (Each undeclared identifier is reported only once mod_disk_cache.c:1304: for each function it appears in.) make[3]: *** [mod_disk_cache.slo] Fehler 1 make[3]: Verlassen des Verzeichnisses »/usr/src/apache/httpd-trunk/modules/cache« make[2]: *** [install-recursive] Fehler 1 make[2]: Verlassen des Verzeichnisses »/usr/src/apache/httpd-trunk/modules/cache« make[1]: *** [install-recursive] Fehler 1 make[1]: Verlassen des Verzeichnisses »/usr/src/apache/httpd-trunk/modules« make: *** [install-recursive] Fehler 1 svn info modules/cache/mod_disk_cache.c Path: modules/cache/mod_disk_cache.c Name: mod_disk_cache.c URL: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/cache/mod_disk_cache.c Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 469941 Node Kind: file Schedule: normal Last Changed Author: minfrin Last Changed Rev: 468409 Last Changed Date: 2006-10-27 17:15:24 +0200 (Fri, 27 Oct 2006) Text Last Updated: 2006-11-01 20:32:46 +0100 (Wed, 01 Nov 2006) Properties Last Updated: 2006-11-01 13:29:15 +0100 (Wed, 01 Nov 2006) Checksum: f64b1dba6692fbd4978ff7709a0bd67c Regards Rüdiger
