Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107788 - revdep-rebuild: ldd: warning: you do not have execution permission for
Summary: revdep-rebuild: ldd: warning: you do not have execution permission for
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-01 07:10 UTC by Toralf Förster
Modified: 2005-10-01 12:58 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2005-10-01 07:10:45 UTC
ldd complains about execution permission but also says smething is broken. Is
that a message which can be ignored the warning should be directed to /dev/null,
isn't it ?

n22 ~ # revdep-rebuild -p

Checking reverse dependencies...
Packages containing binaries and libraries broken by any package update,
will be recompiled.

Collecting system binaries and libraries... done.
  (/root/.revdep-rebuild.1_files)

Collecting complete LD_LIBRARY_PATH... done.
  (/root/.revdep-rebuild.2_ldpath)

Checking dynamic linking consistency...
ldd: warning: you do not have execution permission for
`/opt/ict-linux-1.7.8.2/native/linux/libswt-gnome-gtk-3063.so'
  broken /opt/ict-linux-1.7.8.2/native/linux/libswt-gnome-gtk-3063.so (requires
libgnomeui-2.so.0 libbonoboui-2.so.0 libgnomecanvas-2.so.0 libgnome-2.so.0
libbonobo-2.so.0 libgnomevfs-2.so.0 libbonobo-activation.so.4 liblinc.so.1)
 done.
  (/root/.revdep-rebuild.3_rebuild)

Assigning files to ebuilds... done.
  (/root/.revdep-rebuild.4_ebuilds)

Evaluating package order... done.
  (/root/.revdep-rebuild.5_order)

Dynamic linking on your system is consistent... All done.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-10-01 07:15:19 UTC
I have no clue to which ebuild
/opt/ict-linux-1.7.8.2/native/linux/libswt-gnome-gtk-3063.so belongs and won't
guess. 
Comment 2 Toralf Förster gentoo-dev 2005-10-01 07:17:56 UTC
Oh, ict an an external application installed without using portage (more a less
a simple copy)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-10-01 07:19:55 UTC
We don't support applications outside of portage. 
Comment 4 Toralf Förster gentoo-dev 2005-10-01 12:58:20 UTC
I don't want bother you, but is the described behaviour only expected for
unsupported applications or could there be a situation where an application
installed by portage produce the same behaviour too ?