[nexus7] libjpeg supplied by multiple packages

Bug #1100146 reported by Steve Payne
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
xbmc (Ubuntu)
New
Undecided
Unassigned

Bug Description

Looks like we have a bit of "I am Sparticus" going on with libjpeg:

srp@dexter:~$ uname -a
Linux dexter 3.1.10-8-nexus7 #21-Ubuntu SMP PREEMPT Tue Jan 8 15:28:10 UTC 2013 armv7l armv7l armv7l GNU/Linux
srp@dexter:/usr/lib$ for i in `find . -name libjpeg.so 2> /dev/null | sed 's@^\.@/usr/lib@'`; do dpkg -S $i; done
libjpeg-turbo8-dev:armhf: /usr/lib/arm-linux-gnueabihf/libjpeg.so
nvidia-tegra3: /usr/lib/nvidia-tegra/libjpeg.so
nvidia-tegra3: /usr/lib/libjpeg.so
srp@dexter:/usr/lib$

I noticed this when compiling xbmc-12 from the source:

srp@dexter:~/src/xbmc-deb2/xbmc-12.0~git20130103.0959-rc3$ make
make -C xbmc/main
make[1]: Entering directory `/home/srp/src/xbmc-deb2/xbmc-12.0~git20130103.0959-rc3/xbmc/main'
make[1]: `main.a' is up to date.
[...]
make[1]: `/home/srp/src/xbmc-deb2/xbmc-12.0~git20130103.0959-rc3/system/players/paplayer/stsoundlibrary-arm.so' is up to date.
make[1]: Leaving directory `/home/srp/src/xbmc-deb2/xbmc-12.0~git20130103.0959-rc3/lib/stsound/StSoundLibrary'
LD xbmc.bin
xbmc/guilib/guilib.a(JpegIO.o): In function `CJpegIO::CreateThumbnailFromSurface(unsigned char*, unsigned int, unsigned int, unsigned int, unsigned int, CStdStr<char> const&)':
JpegIO.cpp:(.text+0x3a4): undefined reference to `jpeg_mem_dest'
xbmc/guilib/guilib.a(JpegIO.o): In function `CJpegIO::Read(unsigned char*, unsigned int, unsigned int, unsigned int)':
JpegIO.cpp:(.text+0x644): undefined reference to `jpeg_mem_src'
collect2: error: ld returned 1 exit status
make: *** [xbmc.bin] Error 1
srp@dexter:~/src/xbmc-deb2/xbmc-12.0~git20130103.0959-rc3$ strings -a /usr/lib/libjpeg.so | grep jpeg_mem_src
srp@dexter:~/src/xbmc-deb2/xbmc-12.0~git20130103.0959-rc3$ strings -a /usr/lib/arm-linux-gnueabihf/libjpeg.so | grep jpeg_mem_src
jpeg_mem_src
srp@dexter:~/src/xbmc-deb2/xbmc-12.0~git20130103.0959-rc3$

I am guessing that the nvidia one is bogus...

Revision history for this message
Sasa Paporovic (melchiaros) wrote :

In respect to the xbmc version adding the tag raring.

tags: added: raring
tags: added: mobile
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.