You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2014/09/06 13:26:12 UTC

[Bug 56918] New: error: 'ap_copy_scoreboard_worker' undeclared here

https://issues.apache.org/bugzilla/show_bug.cgi?id=56918

            Bug ID: 56918
           Summary: error: 'ap_copy_scoreboard_worker' undeclared here
           Product: Apache httpd-2
           Version: 2.2.27
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Core
          Assignee: bugs@httpd.apache.org
          Reporter: nephaste91@free.fr

Created attachment 31967
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31967&action=edit
config.log

using last 2.2.29 (not 2.2.27) compiling on big Endian error

error: 'ap_copy_scoreboard_worker' undeclared here

gawk -f /raid/SRC/httpd-2.2.29/build/make_exports.awk `cat export_files` >
exports.c
/raid/data/module/apache/sys/share/build-1/libtool --silent --mode=compile gcc
-pthread  -O2 -I/raid/data/module/apache/sys/include -DBIG_SECURITY_HOLE 
-DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE  -O2
-I/raid/data/module/apache/sys/include -lldap  -I.
-I/raid/SRC/httpd-2.2.29/os/unix -I/raid/SRC/httpd-2.2.29/server/mpm/prefork
-I/raid/SRC/httpd-2.2.29/modules/http -I/raid/SRC/httpd-2.2.29/modules/filters
-I/raid/SRC/httpd-2.2.29/modules/proxy -I/raid/SRC/httpd-2.2.29/include
-I/raid/SRC/httpd-2.2.29/modules/generators
-I/raid/SRC/httpd-2.2.29/modules/mappers
-I/raid/SRC/httpd-2.2.29/modules/database
-I/raid/data/module/apache/sys/include -I/raid/SRC/httpd-2.2.29/server
-I/raid/SRC/httpd-2.2.29/modules/proxy/../generators
-I/raid/SRC/httpd-2.2.29/modules/ssl -I/raid/SRC/httpd-2.2.29/modules/dav/main 
-prefer-non-pic -static -c exports.c && touch exports.lo
exports.c:1682:63: error: 'ap_copy_scoreboard_worker' undeclared here (not in a
function)
make[2]: *** [exports.lo] Error 1
make[2]: Leaving directory `/raid/SRC/httpd-2.2.29/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/raid/SRC/httpd-2.2.29/server'
make: *** [all-recursive] Error 1

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56918] error: 'ap_copy_scoreboard_worker' undeclared here

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56918

--- Comment #3 from stephane <ne...@free.fr> ---
EDIT : no make uninstall

:(((

i have remove header manually i think

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56918] error: 'ap_copy_scoreboard_worker' undeclared here

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56918

--- Comment #1 from Rainer Jung <ra...@kippdata.de> ---
I suspect you have an older scoreboard.h in your include path that shadows the
one that came with 2.2.29 and contains 'ap_copy_scoreboard_worker' (which is
new).

Especially suspect is -I/raid/data/module/apache/sys/include which comes before
any -I/raid/SRC/httpd-2.2.29/... in your provided libtool snippet. The
.../SRC/... seems to be the build path of your new 2.2.29 and /.../data/...
might be from some older instalation.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56918] error: 'ap_copy_scoreboard_worker' undeclared here

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56918

stephane <ne...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nephaste91@free.fr

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56918] error: 'ap_copy_scoreboard_worker' undeclared here

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56918

--- Comment #2 from stephane <ne...@free.fr> ---
indeed you are right...

it goes pick up the old header from the Apache 2.2.27 still present in my
prefix
I tried to rename scoreboard.h and error is gone..

but a new old header make another breack in compilation 

i think i have reinstall apache 2.2.27 and a make uninstall to clean old
headers

thanks a lot for your help,

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56918] error: 'ap_copy_scoreboard_worker' undeclared here

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56918

Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56918] error: 'ap_copy_scoreboard_worker' undeclared here

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56918

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.2.27                      |2.2.29

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56918] error: 'ap_copy_scoreboard_worker' undeclared here

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56918

Jeff Trawick <tr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #4 from Jeff Trawick <tr...@apache.org> ---
httpd needs to look in its source tree for its includes before looking
elsewhere in order to avoid build failures when an incompatible (usually older)
level of httpd is in the search path for some library.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org