Package: gclcvs
Version: 2.7.0-100
Severity: important
User: debian-...@lists.debian.org
Usertags: kfreebsd


Hi,

this is kind of reminder for thread started by
http://lists.debian.org/debian-bsd/2010/02/msg00022.html

The "ldd" command have different layout of memory mappings
compared to standard one, i.e. "cat /proc/self/maps"

As a result, gclcvs FTBFS on kfreebsd-amd64.

It suffices to add before line "AC_MSG_RESULT($heap_ceiling)" in configure.in this:

case $canonical in
     *x86_64*kfreebsd*)
     heap_ceiling=0x80000a000
     ;;
esac

Or get the value dynamically by
heap_ceiling=0x`/bin/cat /proc/self/maps | grep "/lib/ld" | cut -f1 -d- | head 
-1`

Petr




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to