Greetings, and thanks so much!  This is going in in -101, already
built and waiting on -100 migration.

Great ldd replacement idea!

Petr Salinger <[email protected]> writes:

> Package: gclcvs
> Version: 2.7.0-100
> Severity: important
> User: [email protected]
> 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
>
>
>
>
>
>
>

-- 
Camm Maguire                                        [email protected]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to