Your message dated Fri, 03 Oct 2014 15:26:36 +0000
with message-id <e1xa4ke-00009d...@franck.debian.org>
and subject line Bug#763816: fixed in openscenegraph 3.2.1-4
has caused the Debian Bug report #763816,
regarding libopenscenegraph100: osgDB fails to load any plugin
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
763816: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763816
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libopenscenegraph100
Version: 3.2.1-3
Severity: grave
Justification: renders package unusable

No software that uses any osgDB loaders works on this system with this
version of openscenegraph. Easiest tested by trying to show a font, any one,
using osgfont. It prints:

    Warning: Could not find plugin to read objects from file "the-font.ttf"

(the-font.ttf being actual path to the argument) and displays some default
font.

I have tried to strace to find where it is looking for the loader plugin. It
tries following paths:

    
access("/usr/lib/x86_64-1-gnu/osgPlugins-3.2.1/osgPlugins-3.2.1/osgdb_png.so", 
F_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/osgPlugins-3.2.1/osgdb_png.so", F_OK) = -1 ENOENT (No such 
file or directory)
    access("/usr/lib64/osgPlugins-3.2.1/osgdb_png.so", F_OK) = -1 ENOENT (No 
such file or directory)
    access("/usr/local/lib/osgPlugins-3.2.1/osgdb_png.so", F_OK) = -1 ENOENT 
(No such file or directory)
    access("/usr/local/lib64/osgPlugins-3.2.1/osgdb_png.so", F_OK) = -1 ENOENT 
(No such file or directory)
    access("osgPlugins-3.2.1/osgdb_png.so", F_OK) = -1 ENOENT (No such file or 
directory)
    access("/usr/lib/x86_64-1-gnu/osgPlugins-3.2.1/osgdb_png.so", F_OK) = -1 
ENOENT (No such file or directory)
    access("/usr/lib/osgdb_png.so", F_OK)   = -1 ENOENT (No such file or 
directory)
    access("/usr/lib64/osgdb_png.so", F_OK) = -1 ENOENT (No such file or 
directory)
    access("/usr/local/lib/osgdb_png.so", F_OK) = -1 ENOENT (No such file or 
directory)
    access("/usr/local/lib64/osgdb_png.so", F_OK) = -1 ENOENT (No such file or 
directory)
    access("osgPlugins-3.2.1/osgdb_png.so", F_OK) = -1 ENOENT (No such file or 
directory)

but the actual path is:

    /usr/lib/x86_64-linux-gnu/osgPlugins-3.2.1/osgdb_png.so

The problem is apparently the prefix "x86_64-1-gnu" that does not match the
actual value of "x86_64-linux-gnu". Incorrect detection during build?

A workaround is to create symlink to actual osgPlugsins-3.2.1 in one of the
paths it does look in (I chose /usr/local/lib64/osgPlugins-3.2.1 as
/usr/local/lib64 is not otherwise used).

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libopenscenegraph100 depends on:
ii  libavcodec56              6:11-1
ii  libavdevice55             6:11-1
ii  libavformat56             6:11-1
ii  libavresample2            6:11-1
ii  libavutil54               6:11-1
ii  libc6                     2.19-11
ii  libcairo2                 1.12.16-5
ii  libcoin80                 3.1.4~abc9f50-7
ii  libcurl3-gnutls           7.38.0-2
ii  libfreetype6              2.5.2-2
ii  libgcc1                   1:4.9.1-15
ii  libgdal1h                 1.10.1+dfsg-8+b2
ii  libgif4                   4.1.6-11
ii  libgl1-mesa-glx [libgl1]  10.2.6-1
ii  libglib2.0-0              2.42.0-1
ii  libjasper1                1.900.1-debian1-2+b1
ii  libjpeg8                  8d1-1
ii  libopenthreads20          3.2.1-3
ii  libpng12-0                1.2.50-2
ii  libpoppler-glib8          0.26.4-1
ii  libqt4-opengl             4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libqtcore4                4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libqtgui4                 4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  librsvg2-2                2.40.4-1
ii  libstdc++6                4.9.1-15
ii  libswscale3               6:11-1
ii  libtiff5                  4.0.3-10
ii  libx11-6                  2:1.6.2-3
ii  libxine2                  1.2.6-1+b1
ii  zlib1g                    1:1.2.8.dfsg-2

libopenscenegraph100 recommends no packages.

libopenscenegraph100 suggests no packages.

-- no debconf information
-- 
                                                 Jan 'Bulb' Hudec <b...@ucw.cz>

--- End Message ---
--- Begin Message ---
Source: openscenegraph
Source-Version: 3.2.1-4

We believe that the bug you reported is fixed in the latest version of
openscenegraph, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 763...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alberto Luaces Fernández <alua...@udc.es> (supplier of updated openscenegraph 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 03 Oct 2014 16:30:41 +0200
Source: openscenegraph
Binary: libopenthreads-dev libopenthreads20 libopenscenegraph-dev 
libopenscenegraph100 openscenegraph-doc openscenegraph openscenegraph-examples
Architecture: source all amd64
Version: 3.2.1-4
Distribution: unstable
Urgency: medium
Maintainer: Loic Dachary (OuoU) <l...@debian.org>
Changed-By: Alberto Luaces Fernández <alua...@udc.es>
Description:
 libopenscenegraph-dev - 3D scene graph, development files
 libopenscenegraph100 - 3D scene graph, shared libs
 libopenthreads-dev - Object-Oriented (OO) thread interface for C++, 
development files
 libopenthreads20 - Object-Oriented (OO) thread interface for C++, shared libs
 openscenegraph - 3D scene graph, utilities and examples (binaries)
 openscenegraph-doc - 3D scene graph, documentation
 openscenegraph-examples - 3D scene graph, examples (sources)
Closes: 763816
Changes:
 openscenegraph (3.2.1-4) unstable; urgency=medium
 .
   * A preprocessor substitution was interferring with the architecture name 
for loading plugins.
     (Closes: 763816)
Checksums-Sha1:
 8db448ec29961a8adb3e8f0277831e4df735a171 2852 openscenegraph_3.2.1-4.dsc
 d890e4adc2de8632ff7add71ccd0e63b5932c818 19356 
openscenegraph_3.2.1-4.debian.tar.xz
 c47e934ababcb55735e32032f5c910c00a8b8264 83410 
openscenegraph-doc_3.2.1-4_all.deb
 4c812248b48e68e501ebf76bbc6f0f78277c783e 466800 
openscenegraph-examples_3.2.1-4_all.deb
 d9ca484e554b04082c94ec5021a511d98bff2189 19684 
libopenthreads-dev_3.2.1-4_amd64.deb
 888d067bbf7be1f579e66861b0dddef7a1aeed03 20582 
libopenthreads20_3.2.1-4_amd64.deb
 4f2b5a6292ad44ebd29252c24e2bf47beac08c62 451650 
libopenscenegraph-dev_3.2.1-4_amd64.deb
 88330cf2092c6591b7f7d9cd0c9737f515814409 5687732 
libopenscenegraph100_3.2.1-4_amd64.deb
 4d426921a50f10f90563ff4df8961131d79d9838 1625384 
openscenegraph_3.2.1-4_amd64.deb
Checksums-Sha256:
 1d8c36709990ba90e997380206a501554e03fa81ce6dd24123285f8927b3248a 2852 
openscenegraph_3.2.1-4.dsc
 bf3d89d2dfea446be1f325514bc808a03968bded94b7b2e7422518b659d18967 19356 
openscenegraph_3.2.1-4.debian.tar.xz
 9ba989b1db15190125fcc64fbcf640db3c82318f11004026a6e71ae0ef2866e4 83410 
openscenegraph-doc_3.2.1-4_all.deb
 af9def67617db60c37d00563b575edfb232531d37e1706dd83f6988f60e91b85 466800 
openscenegraph-examples_3.2.1-4_all.deb
 28ad436cfef93cb339f8902f0a50baa26ffd5a8fa74b44abca48c63bf4e62944 19684 
libopenthreads-dev_3.2.1-4_amd64.deb
 a6e9fcc0fd1aa8fc7c71fcbd7fa11d8d36f723e00df6a8e909521f374ff9c640 20582 
libopenthreads20_3.2.1-4_amd64.deb
 75900e318b883ac138f24b26190a62ad447e6d17e04a06fdb906de3c66ebd1fb 451650 
libopenscenegraph-dev_3.2.1-4_amd64.deb
 d4d2a3c25d0db59b20359cae0dc3728e9c89c8bef548f5c83cf6c7972cd0d34b 5687732 
libopenscenegraph100_3.2.1-4_amd64.deb
 0054c7a0b88929795b39dc6c3d2d8e0f16bc70f36365066e9706fe3e2caab8fd 1625384 
openscenegraph_3.2.1-4_amd64.deb
Files:
 3036c1d4e9072dd2dce855868e9097ba 83410 doc optional 
openscenegraph-doc_3.2.1-4_all.deb
 3032b64cc2de2a62a913c24225a5fe70 466800 devel optional 
openscenegraph-examples_3.2.1-4_all.deb
 411fe3451569565aafa134a62afaaa06 19684 libdevel optional 
libopenthreads-dev_3.2.1-4_amd64.deb
 ea6d5830d3b1e594a893efd9c18d14a4 20582 libs optional 
libopenthreads20_3.2.1-4_amd64.deb
 f728c30ad1f06c7f0488fbc68d6391f8 451650 libdevel optional 
libopenscenegraph-dev_3.2.1-4_amd64.deb
 aae90b42cdf3819d46fcd9f107e6e2c0 5687732 libs optional 
libopenscenegraph100_3.2.1-4_amd64.deb
 bfd779018acc45d6a6aeabc8421834b7 1625384 devel optional 
openscenegraph_3.2.1-4_amd64.deb
 b0e2621b1f85ef984cdda5cb576ede09 2852 devel optional openscenegraph_3.2.1-4.dsc
 bc1f3d331b2bbe3fdd9562b192463e05 19356 devel optional 
openscenegraph_3.2.1-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJULrrwAAoJEJsua4J1LbA72tEP/0B9v2+ifklkRdoG7i29loV9
TZagrifq4WFxZvRBT3WWP8KoO5mCVBDboCtVYgl2SYQUW8nXwfQkI73E0x3Xw3u2
uIGateAieg59Ckqt95qqZvoi0HPOKuQcQzb5QhhpEncu3qmhMbFvvFvScTYMSQ9P
ZGA7LAg5XfC8N+srSx/VEAHaEGWQd/GiOSF9jxH/YL90ET/DwsN5idvNUaQcZmqE
NwWi+quk02wKNNjv1RJtw3uikaZBC1Gr+7S2jw2+/Mcf49MkK10UdiAsFMpTHpeQ
uPJu04v3GftQAILAA5sNfza4mW6AikLs7vTq7viGegTiqAye+YtzM2TuBT+Qlbai
S/0leN7ixoJcA9p992imRcXuPG2ietlelOyyNK9/mMkZSLTJDNYLp5D9Gmb5o55i
/wPNZQhmsuFcYd6gddQx2ZAU1IHnuJ3Ru+YROIQAG+kHZNix4IAxXTcYwldncOy3
cvnQ6FjyrO65Mr+BAzL0jy7ZICLJUW/bI1d1L7oi2CNDXV2Qg7sLDp8H9jk0Ppo4
x64RVopLHzB6qUPoYdpfZTSSUjT8drnl1UdUAIPwAWq1uHnwcCvTYLxRXiRpFq9G
elhTvLngR8P7Oivb5F5d9oeZAw3V8FZfoWKg2C7lZ3YSwJmAzBMaMXe1eZB6WkYX
UPPb2xO3+Z/faK69PaNR
=OM41
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to