NATIVEENGLISH / ardesia

Automatically exported from code.google.com/p/ardesia
0 stars 0 forks source link

binary package ardesia_0.6-0ubuntu1_amd64.deb doesn't work on ubuntu Maverick Meercat amd64 #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install the mentioned package on a vanilla maverick 64bit
2. try to run ardesia

What is the expected output? What do you see instead?

The ardesia app should start up, instead the startup is aborted.
Running it from a terminal revealed that a required library is missing:

 azazel@kermit:~$ ardesia
 ardesia: error while loading shared libraries: libbfd-2.20.1-system.20100303.so: cannot open shared object file: No such file or directory

I tried to search for the required lib on packages.ubuntu.com but it doesn't 
seem to be in any package on the standard ubuntu distro

Also, the package installs files with prefix /usr/local instead of /usr 

Original issue reported on code.google.com by alberto....@gmail.com on 27 Jan 2011 at 12:27

GoogleCodeExporter commented 8 years ago
Here follows an maybe useful ldd output:

 azazel@kermit:~$ ldd /usr/local/bin/ardesia 
    linux-vdso.so.1 =>  (0x00007fff011ff000)
    libgsl.so.0 => /usr/lib/libgsl.so.0 (0x00007f68ef56f000)
    libgslcblas.so.0 => /usr/lib/libgslcblas.so.0 (0x00007f68ef334000)
    libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x00007f68eed15000)
    libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x00007f68eea66000)
    libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x00007f68ee846000)
    libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x00007f68ee53a000)
    libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x00007f68ee311000)
    libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x00007f68ee0f5000)
    libm.so.6 => /lib/libm.so.6 (0x00007f68ede71000)
    libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x00007f68edc65000)
    libcairo.so.2 => /usr/lib/libcairo.so.2 (0x00007f68ed9a9000)
    libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x00007f68ed760000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007f68ed4d9000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007f68ed2a4000)
    libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007f68ed057000)
    libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00007f68ece53000)
    libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00007f68ecc4e000)
    librt.so.1 => /lib/librt.so.1 (0x00007f68eca45000)
    libglib-2.0.so.0 => /lib/libglib-2.0.so.0 (0x00007f68ec763000)
    libbfd-2.20.1-system.20100303.so => not found
    libsigsegv.so.0 => /usr/lib/libsigsegv.so.0 (0x00007f68ec55f000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007f68ec342000)
    libc.so.6 => /lib/libc.so.6 (0x00007f68ebfbf000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f68ebdac000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007f68ebba2000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00007f68eb99f000)
    libXi.so.6 => /usr/lib/libXi.so.6 (0x00007f68eb78e000)
    libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x00007f68eb585000)
    libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x00007f68eb37b000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f68eb044000)
    libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0x00007f68eae41000)
    libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00007f68eac3e000)
    libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007f68eaa37000)
    libpng12.so.0 => /lib/libpng12.so.0 (0x00007f68ea810000)
    libz.so.1 => /lib/libz.so.1 (0x00007f68ea5f8000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007f68ea3f3000)
    libpcre.so.3 => /lib/libpcre.so.3 (0x00007f68ea1c2000)
    libresolv.so.2 => /lib/libresolv.so.2 (0x00007f68e9fa8000)
    libselinux.so.1 => /lib/libselinux.so.1 (0x00007f68e9d8a000)
    libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x00007f68e9b2a000)
    libxcb-shm.so.0 => /usr/lib/libxcb-shm.so.0 (0x00007f68e9927000)
    libxcb-render.so.0 => /usr/lib/libxcb-render.so.0 (0x00007f68e971e000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f68e9500000)
    libexpat.so.1 => /lib/libexpat.so.1 (0x00007f68e92d7000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f68ef99f000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f68e90d3000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f68e8ecd000)

Original comment by alberto....@gmail.com on 27 Jan 2011 at 12:30

GoogleCodeExporter commented 8 years ago
I know this issue the package in fact is for Lucid and it doesn't work in 
Maverick;
the libbfd is part of binultils but it has a different name in Lucid and 
Maverick.
You can workaround the problem making a symbolic link following the instruction 
on 
http://www.ubuntuvibes.com/2011/01/turn-your-linux-desktoptablet-or-touch.html#m
ore
or you can build from source and make a maverick deb package.

Original comment by al...@paranoici.org on 27 Jan 2011 at 4:32

GoogleCodeExporter commented 8 years ago

Original comment by al...@paranoici.org on 6 Feb 2011 at 8:47