Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471922 - dev-libs/DirectFB-1.6.3-r1 - dfbinfo: open("/usr/lib64/libdirectfb-1.6.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
Summary: dev-libs/DirectFB-1.6.3-r1 - dfbinfo: open("/usr/lib64/libdirectfb-1.6.so.3",...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-31 17:25 UTC by ysal
Modified: 2014-10-18 22:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge_info.txt,5.14 KB, text/plain)
2013-05-31 17:25 UTC, ysal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ysal 2013-05-31 17:25:30 UTC
Created attachment 349748 [details]
emerge --info

Any programm linked with directfb crash with error:
$ dfbinfo

   ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.6.3 |~~~~~~~~~~~~~~~~~~~~~~~~~~
        (c) 2012-2013  DirectFB integrated media GmbH
        (c) 2001-2013  The world wide DirectFB Open Source Community
        (c) 2000-2004  Convergence (integrated media) GmbH
      ----------------------------------------------------------------

(*) DirectFB/Core: Single Application Core. (2013-05-31 16:09) 
(!) DirectFB/core/system: No system found!
(#) DirectFBError [DirectFBCreate() failed]: No implementation for this interface or content type has been found

strace dfbinfo say:
...
open("/usr/lib64/libdirectfb-1.6.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
...
Making symlink /usr/lib64/libdirectfb-1.6.so.3 -> /usr/lib64/libdirectfb-1.6.so.0.3.0 doesn't help.
Comment 1 Julian Ospald 2013-06-01 19:28:31 UTC
is that an ebuild issue? Did you try to compile directfb manually and reproduce the bug?
Comment 2 ysal 2013-06-02 06:47:03 UTC
Yes, i get same results after manual compilation, it is not gentoo bug, sorry.
Comment 3 Julian Ospald 2013-06-02 10:43:32 UTC
could you please open an upstream bug and add it in the "See Also" field?
Comment 4 Märt Bakhoff 2013-08-25 20:57:09 UTC
I had the same problem. Building DirectFB with dynload useflag fixes the "No system found!" error for me. Still, seems like an upsteam bug.
Comment 5 SpanKY gentoo-dev 2014-10-18 22:09:28 UTC
i think this is fixed in DirectFB-1.7.x