Summary: | app-arch/rpm-4.4.6 - rpmbuild produces incompatible LD_ASSUME_KERNEL variable | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Valentin Longchamp <valentin.longchamp> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 143316 |
Description
Valentin Longchamp
2006-08-07 07:09:47 UTC
Did you test with older versions of app-arch/rpm? So this is a problem of the perl script...can you change the calls of rpm so the local version is used? I would assume your problem is something to do with: # # 27jun05: the if block was added as setting LD_ASSUME_KERNEL causes # failure on IA64 (error while loading shared libraries: libc.so.6) if [ "`uname -m`" != "x86_64" ] then export LD_ASSUME_KERNEL=2.2.5 fi Closing as invalid, if you think this bug is still valid and gentoo specific please re-open and provide a minimal test script so we can reproduce it (one that does not involve mixing a binary incompatible rpm that has probably been copied from redhat). At the moment it appears that the problem is something related to your packaged perl script, or build environment, rather than a gentoo bug. |