Thomas Lotterer wrote:
On Tue, Jun 22, 2004, F. Even wrote:
It dies in pretty much the same place trying to go from 1.9.1-2.0.1.
OK, I assume you give 1.9.3 or a very recent CURRENT a try, too.
[EMAIL PROTECTED] rpm --rebuild openpkg-1.9.1-2.0.1.src.rpm <snip> main.c:1014:2: #error "lack of strtoll() needs fixing"
If the error persists the first actions digging down are a "man strtoll" and a look in libc having that function defined using
$ nm /usr/lib/libc.a | egrep 'T strtoll' 00000000 T strtoll
That looks to be the problem:
[EMAIL PROTECTED]:/usr/lib] nm /usr/lib/libc.a | egrep 'T strtoll' [EMAIL PROTECTED]:/usr/lib]
...and on a 4.7 box: bash-2.05b# nm /usr/lib/libc.a | egrep 'T strtoll' 00000000 T strtoll
Is there any way I can fix this short of bringing the box down and recompiling everything? Any particular packages I can install? Could I attempt to copy the library over from a newer box?
Thanks, Frank ______________________________________________________________________ The OpenPKG Project www.openpkg.org User Communication List [EMAIL PROTECTED]
