Closed Bug 1143053 Opened 9 years ago Closed 6 years ago

Lots of "lib64/libz.so.1: no version information available" logspam with Emulator L builds

Categories

(Firefox OS Graveyard :: Emulator, defect)

ARM
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: RyanVM, Unassigned)

References

Details

(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from bug 1126695 comment #61)
> Emulator-L builds have a lot of logspam like the below as well:
> 16:47:00     INFO - 
> prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/bin/arm-linux-
> androideabi-ar: /lib64/libz.so.1: no version information available (required
> by
> prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/bin/arm-linux-
> androideabi-ar)

A full log from a b2g37 opt build shows 95 instances of this warning. Can we do something to silence it?
Juan, does this look like something you recognize?
Flags: needinfo?(atilag)
Well, this warning is because the toolchain (arm-linux-androideabi-4.8) needs a newer libz installed in the system.
Sometimes this happens when you install two versions of the same library in different locations, and the LD_LIBRARY_PATH is looking first into the wrong path, so rearranging search paths in /etc/ld.so.conf or removing the wrong version of the library should do the trick.
If this is not the problem, I'd take a look into updating libz.

I'm using the one that comes with Ubuntu 14.10: libz.so.1.2.8.
Flags: needinfo?(atilag)
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.