Branches
Articles referencing this project
Comments
[»]
Not configurable with latest libelf (0.8.3)
by sigra - Apr 1st 2003 01:32:04
With the latest version of libelf (0.8.3), prelink is not
even configurable:
configure: error: libelf does not properly convert
Elf64_Sxword quantities.
If you are using libelf-0.7.0, please use
patches/libelf-0.7.0.patch.
It looks like prelink is dead.
[reply]
[top]
[»]
Package not buildable
by sigra - Dec 11th 2002 13:34:52
Prelink is not buildable. It ends with:
prelink.c: In function `prelink_set_checksum':
prelink.c:819: warning: passing arg 1 of
`elf32_xlatetof' from incompatible pointer type
prelink.c:819: warning: passing arg 3 of
`elf32_xlatetof' makes integer from pointer
without a cast
prelink.c:819: too many arguments to function
`elf32_xlatetof'
prelink.c:822: warning: passing arg 1 of
`elf32_xlatetom' from incompatible pointer type
prelink.c:822: warning: passing arg 3 of
`elf32_xlatetom' makes integer from pointer
without a cast
prelink.c:822: too many arguments to function
`elf32_xlatetom'
make[2]: *** [prelink.o] Error 1
I have glibc-2.3.1 and libelf-0.8.2.
[reply]
[top]
[»]
Re: Package not buildable
by Patrick Kursawe - Apr 16th 2003 02:28:03
> prelink.c:822: too many arguments to
> function
> `elf32_xlatetom'
> make[2]: *** [prelink.o] Error 1
>
> I have glibc-2.3.1 and libelf-0.8.2.
Try elfutils instead of libelf.
[reply]
[top]
|