public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/3861] Exception in thread "main" java.lang.UnsatisfiedLinkError: libEggTrayIcon: libEggTrayIcon.so: cannot open shared object file: No such file or directory
       [not found] <20070111202323.3861.nurdin.premji.frysk@gmail.com>
@ 2007-11-27  9:18 ` mark at klomp dot org
  2007-11-27  9:30 ` mark at klomp dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: mark at klomp dot org @ 2007-11-27  9:18 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From mark at klomp dot org  2007-11-27 09:18 -------
The same is now true for inside the build tree now:

./frysk-gui/frysk/bindir/frysk
Exception in thread "main" java.lang.UnsatisfiedLinkError: libEggTrayIcon:
libEggTrayIcon.so: cannot open shared object file: No such file or directory
   at java.lang.Runtime._load(libgcj.so.8rh)
   at java.lang.Runtime.loadLibrary(libgcj.so.8rh)
   at java.lang.System.loadLibrary(libgcj.so.8rh)
   at org.gnu.gtk.frysk.EggTrayIcon.<clinit>(frysk)
   at java.lang.Class.initializeClass(libgcj.so.8rh)
   at frysk.gui.monitor.TrayIcon.<init>(frysk)
   at frysk.gui.common.IconManager.<clinit>(frysk)
   at java.lang.Class.initializeClass(libgcj.so.8rh)
   at frysk.gui.common.IconManager.loadIcons(frysk)
   at frysk.gui.Gui.gui(frysk)
   at frysk.bindir.frysk.main(frysk)

This seems to have been caused by one of the patches on Monday 2007-11-26

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3861

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug general/3861] Exception in thread "main" java.lang.UnsatisfiedLinkError: libEggTrayIcon: libEggTrayIcon.so: cannot open shared object file: No such file or directory
       [not found] <20070111202323.3861.nurdin.premji.frysk@gmail.com>
  2007-11-27  9:18 ` [Bug general/3861] Exception in thread "main" java.lang.UnsatisfiedLinkError: libEggTrayIcon: libEggTrayIcon.so: cannot open shared object file: No such file or directory mark at klomp dot org
@ 2007-11-27  9:30 ` mark at klomp dot org
  2007-11-27 13:26 ` mark at klomp dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: mark at klomp dot org @ 2007-11-27  9:30 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From mark at klomp dot org  2007-11-27 09:30 -------
There are also several test failures related to this:

There were 5 errors:
1) testGladeLoading(frysk.gui.TestGlade)java.lang.UnsatisfiedLinkError:
libEggTrayIcon: libEggTrayIcon.so: cannot open shared object file: No such file
or directory
   at java.lang.Runtime._load(libgcj.so.8rh)
   at java.lang.Runtime.loadLibrary(libgcj.so.8rh)
   at java.lang.System.loadLibrary(libgcj.so.8rh)
   at org.gnu.gtk.frysk.EggTrayIcon.<clinit>(TestRunner)
   at java.lang.Class.initializeClass(libgcj.so.8rh)
   at frysk.gui.monitor.TrayIcon.<init>(TestRunner)
   at frysk.gui.common.IconManager.<clinit>(TestRunner)
   at java.lang.Class.initializeClass(libgcj.so.8rh)
   at frysk.gui.common.IconManager.loadIcons(TestRunner)
   at frysk.gui.TestGlade.testGladeLoading(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)
2)
testIconManagerLoad(frysk.gui.test.TestIconManager)java.lang.NoClassDefFoundError:
frysk.gui.common.IconManager
   at java.lang.Class.initializeClass(libgcj.so.8rh)
   at frysk.gui.common.IconManager.loadIcons(TestRunner)
   at frysk.gui.test.TestIconManager.testIconManagerLoad(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)
3)
testIconManagerGetFactory(frysk.gui.test.TestIconManager)java.lang.NoClassDefFoundError:
frysk.gui.common.IconManager
   at java.lang.Class.initializeClass(libgcj.so.8rh)
   at frysk.gui.common.IconManager.getFactory(TestRunner)
   at frysk.gui.test.TestIconManager.testIconManagerGetFactory(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)
4)
testIconLookups(frysk.gui.test.TestIconManager)java.lang.NoClassDefFoundError:
frysk.gui.common.IconManager
   at java.lang.Class.initializeClass(libgcj.so.8rh)
   at frysk.gui.common.IconManager.getFactory(TestRunner)
   at frysk.gui.test.TestIconManager.testIconLookups(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)
5)
testWindowFactorization(frysk.gui.test.TestWindowFactorization)java.lang.NoClassDefFoundError:
frysk.gui.common.IconManager
   at java.lang.Class.initializeClass(libgcj.so.8rh)
   at frysk.gui.common.IconManager.loadIcons(TestRunner)
   at frysk.gui.test.TestWindowFactorization.setUp(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cagney at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=3861

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug general/3861] Exception in thread "main" java.lang.UnsatisfiedLinkError: libEggTrayIcon: libEggTrayIcon.so: cannot open shared object file: No such file or directory
       [not found] <20070111202323.3861.nurdin.premji.frysk@gmail.com>
  2007-11-27  9:18 ` [Bug general/3861] Exception in thread "main" java.lang.UnsatisfiedLinkError: libEggTrayIcon: libEggTrayIcon.so: cannot open shared object file: No such file or directory mark at klomp dot org
  2007-11-27  9:30 ` mark at klomp dot org
@ 2007-11-27 13:26 ` mark at klomp dot org
  2007-11-27 16:14 ` cagney at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: mark at klomp dot org @ 2007-11-27 13:26 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From mark at klomp dot org  2007-11-27 13:26 -------
Seems to be a 64bit problem. 32bit x86 Fedora 8 seems OK.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3861

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug general/3861] Exception in thread "main" java.lang.UnsatisfiedLinkError: libEggTrayIcon: libEggTrayIcon.so: cannot open shared object file: No such file or directory
       [not found] <20070111202323.3861.nurdin.premji.frysk@gmail.com>
                   ` (2 preceding siblings ...)
  2007-11-27 13:26 ` mark at klomp dot org
@ 2007-11-27 16:14 ` cagney at redhat dot com
  2007-11-27 16:37 ` mark at klomp dot org
  2007-12-04 21:02 ` rmoseley at redhat dot com
  5 siblings, 0 replies; 6+ messages in thread
From: cagney at redhat dot com @ 2007-11-27 16:14 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From cagney at redhat dot com  2007-11-27 16:13 -------
(In reply to comment #1)
> The same is now true for inside the build tree now:
> 
> ./frysk-gui/frysk/bindir/frysk
> Exception in thread "main" java.lang.UnsatisfiedLinkError: libEggTrayIcon:

This is an unrelated problem.  "frysk" does not work in the build tree, period -
it is built to _only_ search for libraries in the install tree.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3861

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug general/3861] Exception in thread "main" java.lang.UnsatisfiedLinkError: libEggTrayIcon: libEggTrayIcon.so: cannot open shared object file: No such file or directory
       [not found] <20070111202323.3861.nurdin.premji.frysk@gmail.com>
                   ` (3 preceding siblings ...)
  2007-11-27 16:14 ` cagney at redhat dot com
@ 2007-11-27 16:37 ` mark at klomp dot org
  2007-12-04 21:02 ` rmoseley at redhat dot com
  5 siblings, 0 replies; 6+ messages in thread
From: mark at klomp dot org @ 2007-11-27 16:37 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From mark at klomp dot org  2007-11-27 16:37 -------
There is a difference between running frysk-gui/frysk/bindir/frysk and
frysk-gui/frysk/gui/FryskGui both failed in the same way on x86_64. But the
later seems to be fixed by:

commit f2d100dad2256b784de45495b1ea9a71e2b6ff5b
Author: Andrew Cagney <cagney@redhat.com>
Date:   Tue Nov 27 10:55:55 2007 -0500

    Fix typo; match -L% not just -L.
    
    frysk-common/ChangeLog
    2007-11-27  Andrew Cagney  <cagney@redhat.com>
    
        * Makefile.rules (GEN_GCJ_SO_DIRS): Fix typo, match -L%.
        (GEN_GCC_BUILDTREE_RPATHS): Delete.


(Including the regression tests mentioned in comment #2)

frysk-gui/frysk/bindir/frysk still fails in the same way.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3861

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug general/3861] Exception in thread "main" java.lang.UnsatisfiedLinkError: libEggTrayIcon: libEggTrayIcon.so: cannot open shared object file: No such file or directory
       [not found] <20070111202323.3861.nurdin.premji.frysk@gmail.com>
                   ` (4 preceding siblings ...)
  2007-11-27 16:37 ` mark at klomp dot org
@ 2007-12-04 21:02 ` rmoseley at redhat dot com
  5 siblings, 0 replies; 6+ messages in thread
From: rmoseley at redhat dot com @ 2007-12-04 21:02 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From rmoseley at redhat dot com  2007-12-04 21:02 -------
Yeah, I'm seeing the same problem on my x86_64 F8 system.  The problem does not
occur on my F7 x86 machine.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3861

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-12-04 21:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20070111202323.3861.nurdin.premji.frysk@gmail.com>
2007-11-27  9:18 ` [Bug general/3861] Exception in thread "main" java.lang.UnsatisfiedLinkError: libEggTrayIcon: libEggTrayIcon.so: cannot open shared object file: No such file or directory mark at klomp dot org
2007-11-27  9:30 ` mark at klomp dot org
2007-11-27 13:26 ` mark at klomp dot org
2007-11-27 16:14 ` cagney at redhat dot com
2007-11-27 16:37 ` mark at klomp dot org
2007-12-04 21:02 ` rmoseley at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).