|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[Fwd: Unresolved dependency rtld(GNU_HASH) required by gpsd]I'm cross compiling to Wind River Linux 2.0, and during the final installation stages of the build I get an error for this unresolved dependency. I've tried 2.37 and 2.39. I've manually installed the gpsd and it seems to work fine in the environment, so I'm not convinced this is a true error, and maybe I can patch around it? Thoughts or suggestions? --CB - This message is intended only for the addressee and may contain information that is company confidential or privileged. Any technical data in this message may be exported only in accordance with the U.S. International Traffic in Arms Regulations (22 CFR Parts 120-130) or the Export Administration Regulations (15 CFR Parts 730-774). Unauthorized use is strictly prohibited and may be unlawful. If you are not the intended recipient, or the person responsible for delivering to the intended recipient, you should not read, copy, disclose or otherwise use this message. If you have received this email in error, please delete it, and advise the sender immediately. - _______________________________________________ Gpsd-dev mailing list Gpsd-dev@... https://lists.berlios.de/mailman/listinfo/gpsd-dev |
|
|
Re: [Fwd: Unresolved dependency rtld(GNU_HASH) required by gpsd]Charles Brown wrote:
> I'm cross compiling to Wind River Linux 2.0, and during the final > installation stages of the build I get an error for this unresolved > dependency. I've tried 2.37 and 2.39. This smells like an issue with libc - are you sure your cross-build environment is properly setup? For example - do the header files suit the used libc? -- Bernd Zeimetz Debian GNU/Linux Developer http://bzed.de http://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F _______________________________________________ Gpsd-dev mailing list Gpsd-dev@... https://lists.berlios.de/mailman/listinfo/gpsd-dev |
|
|
Re: [Fwd: Unresolved dependency rtld(GNU_HASH) required by gpsd]Bernd Zeimetz wrote:
> Charles Brown wrote: > > I'm cross compiling to Wind River Linux 2.0, and during the final > > installation stages of the build I get an error for this unresolved > > dependency. I've tried 2.37 and 2.39. > > This smells like an issue with libc - are you sure your cross-build > environment > is properly setup? For example - do the header files suit the used libc? > Other than a selecting between 'cgl' and 'std' the environment drives off some WR config script, and I have little/no capability to delve into the guts of their distro and figure it out. Of course, WR says "upgrade", which is not possible. glibc is v 2.5.1, which is a few years old, so I could step backwards in GPSD versions. Maybe 2.34? Any recommendations? I've installed other packages net-snmp, postrgesql, samba with no issues. I'm wondering if there isn't some configure parameter for gpsd I should be using that I don't know? Currently I use; --host=powerpc-wrs-linux-gnu --build=i686-linux --with-x=no --prefix=/usr --CB - This message is intended only for the addressee and may contain information that is company confidential or privileged. Any technical data in this message may be exported only in accordance with the U.S. International Traffic in Arms Regulations (22 CFR Parts 120-130) or the Export Administration Regulations (15 CFR Parts 730-774). Unauthorized use is strictly prohibited and may be unlawful. If you are not the intended recipient, or the person responsible for delivering to the intended recipient, you should not read, copy, disclose or otherwise use this message. If you have received this email in error, please delete it, and advise the sender immediately. - _______________________________________________ Gpsd-dev mailing list Gpsd-dev@... https://lists.berlios.de/mailman/listinfo/gpsd-dev |
|
|
Re: [Fwd: Unresolved dependency rtld(GNU_HASH) required by gpsd]Charles Brown wrote:
> glibc is v 2.5.1, which is a few years old, so I could step backwards in > GPSD versions. Maybe 2.34? Any recommendations? Probably you should post the whole error message including the place where it happened first - its hard to guess what the problem is if you don't now where the problem arises. Still I'm kinda sure that the problem is not in the gpsd code, but in your build environment instead. Maybe the wrong linker is being used? -- Bernd Zeimetz Debian GNU/Linux Developer http://bzed.de http://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F _______________________________________________ Gpsd-dev mailing list Gpsd-dev@... https://lists.berlios.de/mailman/listinfo/gpsd-dev |
|
|
Re: [Fwd: Unresolved dependency rtld(GNU_HASH) required by gpsd]Bernd Zeimetz wrote:
> Charles Brown wrote: > > glibc is v 2.5.1, which is a few years old, so I could step backwards in > > GPSD versions. Maybe 2.34? Any recommendations? > > Probably you should post the whole error message including the place > where it > happened first - its hard to guess what the problem is if you don't now > where > the problem arises. Still I'm kinda sure that the problem is not in the gpsd > code, but in your build environment instead. Maybe the wrong linker is > being used? > I've tried all versions from 2.34 to 2.37 and 2.39. 2.34 builds and installs with no problem, and the rtld issue starts with 2.35. There isn't much by way of an error, the code is compiling fine. The following occurs when the build system begins to install the RPMs, to create a filesystem; Verifying build is up to date Generating list of RPMs to install Processing dependency data in /home/cbrown/cbrown/trunk/kernel/comm/export/RPMS/.stamp Processing ace and dependencies Processing acl and dependencies Processing libacl and dependencies Processing alsa-lib and dependencies Processing alsa-utils and dependencies Processing apache-ssl and dependencies ...snip... Processing glib2 and dependencies Processing glibc and dependencies Processing glibc-common and dependencies Processing gmp and dependencies Processing gpsd and dependencies /usr/local/WindRiver/wrlinux-2.0/wrlinux/scripts/rpmdeps.pl: Unresolved dependency rtld(GNU_HASH) required by gpsd make[3]: *** [pre_export] Error 1 Anyhow. I'm satisfied with using 2.34 for now. That appears to be the version used by Fedora 7, which I think WR 2.0 is very close to. --CB - This message is intended only for the addressee and may contain information that is company confidential or privileged. Any technical data in this message may be exported only in accordance with the U.S. International Traffic in Arms Regulations (22 CFR Parts 120-130) or the Export Administration Regulations (15 CFR Parts 730-774). Unauthorized use is strictly prohibited and may be unlawful. If you are not the intended recipient, or the person responsible for delivering to the intended recipient, you should not read, copy, disclose or otherwise use this message. If you have received this email in error, please delete it, and advise the sender immediately. - _______________________________________________ Gpsd-dev mailing list Gpsd-dev@... https://lists.berlios.de/mailman/listinfo/gpsd-dev |
|
|
Re: [Fwd: Unresolved dependency rtld(GNU_HASH) required by gpsd]Charles Brown wrote:
> There isn't much by way of an error, the code is compiling fine. The > following occurs when the build system begins to install the RPMs, to > create a filesystem; You have a problem with your build environment then. http://linux.derkeiler.com/Mailing-Lists/Fedora/2006-11/msg05619.html explains what GNU_HASH is - I guess it is not supported on your target platform - but rpm on your build host adds an dependency on it. Nothing I can help you to figure out, you might want to ask Wind River or Fedora people about the problem. -- Bernd Zeimetz Debian GNU/Linux Developer http://bzed.de http://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F _______________________________________________ Gpsd-dev mailing list Gpsd-dev@... https://lists.berlios.de/mailman/listinfo/gpsd-dev |
| Free embeddable forum powered by Nabble | Forum Help |