Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15380] subversion cannot be build because of bad zlib headers

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15380] subversion cannot be build because of bad zlib headers
  • Date: 2 Sep 2009 17:36:38 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15380





--- Comment #3 from Jaka Kranjc <svn AT lynxlynx.info> 2009-09-02 12:36:36 ---
That's just the message, the result of the error. configure scripts are shell
scripts, so something failed. The tricky thing is that some stuff is supposed
to (some of those checks).

configure:26631: zlib library configuration
configure:26652: checking zlib.h usability
configure:26669: gcc -c -march=pentium4 -pipe -DPIC -fPIC -O2 gdb -pthread
-D_LARGEFILE64_SOURCE -DNE_LFS -DNDEBUG -DLINUX=2 -D_REENTRANT
-D_GNU_SOURCE
-I/usr/include conftest.c >&5
gcc: gdb: No such file or directory

gdb!? Same error repeats and you can see:
CXXFLAGS='-march=pentium4 -pipe -DPIC -fPIC -O2 gdb -DNDEBUG'

So it is maybe your fault (what are your CXXFLAGS?), or the spell/package
could
be constructing a bad one. It should have -ggdb if anything.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page