Missing Lib

First of all and being my first post hi everyone
I'm trying to run ddd and it complains about  libXm.so.2 couldn't be found.What package has that lib?

Thanks alot Seems i've gotta learn how to use pacman a little better

Similar Messages

  • Missing-libs.sh: find ELF files referencing missing libs

    http://ino-waiting.gmxhome.de/softwares.html#s17
    This script does not use ldd(1), so it isn't vulnerable to related exploits.  It only reads encountered ELF files using readelf(1), parses out the NEEDED and RPATH sections, compares the result to the output of "ldconfig -p" and puts together a report.  It has options to automatically invoke some command (eg. the package manager pacman in our case) and to flag risky RPATHs (containing unsecure paths).
    It is also reasonably fast:
    $ time missing-libs.sh /bin/ /sbin/ /usr/bin/ /usr/sbin/ /l/bin/ /l/sbin/
    lrwxrwxrwx 1 root root 34 Oct 16 18:56 /l/bin/drawtiming -> /opt/drawtiming/_l_/bin/drawtiming
    /l/bin/drawtiming: 'libMagick++.so.2' must point to existing file: 'uncached, not existing or missing RPATH!'
    /l/bin/drawtiming: 'libMagickCore.so.2' must point to existing file: 'uncached, not existing or missing RPATH!'
    real: 4m13.6s user: 1m37.3s sys: 2m32.8s
    ie. a few minutes without anything cashed, this  is after booting.
    Missing-libs.sh is intended for people who have their own locally compiled programs using distribution supplied libraries.  In verbose mode, it lists all libs some lib or program depends on and recursively the libs these libraries depend on, down to libc, weeding out duplicates.
    regards, clemens fischer

    Handy! You might also want to look at the rebuildlist script the devs use, which is like this but run on a repo for specific libraries

  • NPTL - Can't do LD_ASSUME_KERNEL=2.4.x due to missing libs

    Some of you may be aware that the jack audio connection kit does not play nicely with the NPTL glibc due to problems setting priorities. A workaround for this is, apparently, to set LD_ASSUME_KERNEL to 2.4.19 before starting jack, to use the old threading system. This doesn't work with arch's NPTL glibc - every program that I try to start after setting this env variable complains of missing libs, like libc.so.6 (I think), so I assume that arch differs from other nptl distros in not including the libraries required. Or something. Is there something I can do about this?

    Ok - a glance at the jack-devel archives has solved this for me. Here is a patch I found there that works for me. I called it jacknptl.diff ...
    --- client.c.old 2004-04-14 05:38:32.000000000 +0200
    +++ client.c 2004-07-18 11:58:36.675323392 +0200
    @@ -1342,6 +1342,11 @@
    pthread_attr_init (attributes);
    + if (pthread_attr_setinheritsched (attributes, PTHREAD_EXPLICIT_SCHED)) {
    + jack_error ("cannot set inherit attributen");
    + return -1;
    + }
    +
    if (pthread_attr_setschedpolicy (attributes, SCHED_FIFO)) {
    jack_error ("cannot set FIFO scheduling class for RT "
    "thread");
    And here is a modified PKGBUILD that will build jack with this patch...
    # $Id: PKGBUILD,v 1.2 2004/07/13 23:17:44 tobias Exp $
    # Maintainer: tobias <[email protected]>
    # Contributor: Robert Emil Berge <[email protected]>
    pkgname=jack-audio-connection-kit
    pkgver=0.98.1
    pkgrel=3t1
    pkgdesc="a low-latency audio server"
    depends=('libsndfile' 'bash')
    makedepends=('doxygen')
    install=jack-audio-connection-kit.install
    url="http://jackit.sourceforge.net/"
    backup=(/etc/conf.d/jack-audio-connection-kit)
    source=(http://heanet.dl.sourceforge.net/sourceforge/jackit/$pkgname-$pkgver.tar.gz
    $pkgname.d $pkgname.conf.d jacknptl.diff )
    md5sums=('6ebd659a431e75b841fa5e0c397372ee' '4dcba5381e45bd449def164927854e48'
    '0517b67ef912e2a84b6a15dea2dc2680')
    build() {
    cd $startdir/src/$pkgname-$pkgver/libjack
    patch < $startdir/src/jacknptl.diff
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    install -D -m 755 ../$pkgname.d $startdir/pkg/etc/rc.d/$pkgname
    install -D -m 644 ../$pkgname.conf.d $startdir/pkg/etc/conf.d/$pkgname
    In case anyone wants that too.

  • Missing lib libcwait.so in OEL 6.0

    I updated a development machine from OEL 4.0 to OEL 6.0 (64 bit) and a script I used and worked before complains about a missing library: /usr/lib/libcwait.so
    Any ideas how can I replace this library? Or maybe in OEL 6.0 there is a different lib doing the stuff that libcwait.so does?

    The best solution is to know which program still requires this library and to find out if there is an update available.
    Unfortunatly I do not have an old program that needs libcwait.so and therefore I don't know if the below will work, but perhaps it's worth a try. Please try this on a test machine.
    rpm -ivh http://oss.oracle.com/projects/compat-oracle/dist/files/source/RedHat/compat-libcwait-2.1-2.src.rpm
    cd /usr/src/redhat/SOURCES
    tar zxvf compat-libcwait-2.1.tar.gz
    cd compat-libcwait-2.1
    gcc -fPIC -g -c -Wall libc_wait.c
    gcc -shared -Wl,-soname,libcwait.so.2 -o libcwait.so.2.1  libc_wait.o
    ln -s libcwait.so.2.1 libcwait.so.2
    ln -s libcwait.so.2 libcwait.so
    mv libcwait.* /usr/lib

  • [solved] Gnome3 - installation issues (missing lib / missing bin)

    Hi everyone,
    i tried to install Gnome 3 from testing.
    However i ran into some problems.
    Problem 1:
    While installing I get some "gtk-update-icon-cache: command not found" errors. They come from install scripts that are executed while upgrading.
    I am 100% sure that the gtk-update-icon-cache binary is present in /usr/lib before executing pacman -Syu.
    After pacman the binary is gone, reinstalling the package helps. So it seems some package breaks something here. (Don't know exactly which though, because there are plenty installed when upgrading)
    Problem 2:
    Just for the records: I'm using arch x86_64 and my repo order is
    - testing
    - multilib-testing
    - community-testing
    - core
    - extra
    - community
    nothing else.
    Upgrading itself works fine. Gnome 3 starts and fallback mode (gnome-panel) works from what I can see. (starting programs, including nautlilus, works well)
    But when I try to start gnome-shell (with or without the --replace option) I get an "error while loading shared libraries: libgtk-x11-3.0.so.0: cannot open shared object file: No such file or directory".
    Sometimes it is libgdk instead of gtk.
    Additional information:
    Using an Lenovo x200 with intel graphics. intel-dri is installed.
    I used compiz in gnome2, could that arise some problems?
    It does not work with a new user account also.
    If you need any further information to help me, feel free to ask. I tried the search engine but couldn't find any results regarding gtk-update-icon-cache or libgtk-x11. (Searching the packages via google seems to show that no package contains these files?!)
    Thank you very much
    David
    Last edited by deekay (2011-04-13 21:35:41)

    thanks for your help, but unfortunately nothing changed!
    [root@x200 deekay]# pacman -Sy gtk-update-icon-cache gtk3
    :: Synchronising package databases...
    testing is up to date
    multilib-testing is up to date
    community-testing is up to date
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    warning: gtk-update-icon-cache-2.24.4-1 is up to date -- reinstalling
    warning: gtk3-3.0.8-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): gtk-update-icon-cache-2.24.4-1 gtk3-3.0.8-1
    Total Download Size: 0.00 MB
    Total Installed Size: 31.75 MB
    Proceed with installation? [Y/n]
    (2/2) checking package integrity [######################] 100%
    (2/2) checking for file conflicts [######################] 100%
    (1/2) upgrading gtk-update-icon-cache [######################] 100%
    (2/2) upgrading gtk3 [######################] 100%
    [root@x200 deekay]# pacman -Qm
    acct 6.5.5-1
    android-sdk r10-2
    anyremote-j2me-client-bin 4.18-1
    archlinux-themes-gdm 1.4-1
    autoconf-compat 2.13-2
    bootchart 0.9-9
    clutter-imcontext 0.1.4-1
    ddcxinfo-arch 0.8-2
    dropbox-experimental 1.1.7-1
    gdm-old 2.20.11-1
    gdm-themes 2.4-5
    gedit-latex-plugin 0.2-3
    gnomebaker 0.6.4-2
    gtkam 0.1.17-1
    hal-cups-utils 0.6.19-3
    hibernate-script 2.0-6
    hwd 5.5.2-1
    keepass 2.14-2
    lib32-dbus-glib 0.92-2
    lib32-libidl2 0.8.14-2
    lib32-libsasl 2.1.23-4
    libcanberra-gtk3 0.26-1
    libdownload 1.3-3
    libexif-gtk 0.3.5-9
    libpng12 1.2.44-1
    mozplugger 1.14.3-1
    nautilus-share 0.7.2-5
    package-query 0.7-1
    python-pyalsaaudio 0.6-2
    songbird-bin 1.8.0-1
    ssh2 2.0.13-6
    teamviewer 6.0.9224-4
    texmakerx 2.1-1
    tpb 0.6.4-2
    tpfan-admin 0.95-4
    tpfand 0.94-7
    tpfand-profiles 20090309-1
    tp_smapi 0.40-4
    ttf-ms-fonts 2.0-7
    ttf-vista-fonts 1-3
    ultrastardx 1.1-1
    violet 0.21.1-2
    virtualbox_bin 4.0.4-3
    wlan-ng26-utils 0.2.9-1
    wqy-microhei 0.2.0_beta-2
    yaourt 0.10.1-2
    yed 3.6.1.1-2
    Last edited by deekay (2011-04-13 21:18:08)

  • Missing lib folder

    Hi there
    I'm fairly new to Netbeans, just started using it 2 weeks ago.
    I've been working on a project which has been going fine... until last night! For no apparent reason Netbeans, is no longer writing the lib folder in my project dist folder, hence I cant run my jar file. It doesnt even write the usual readme.txt. All there is in the dist folder is the .jar file.
    I've no changed anything to do with project properties or classpaths so why should this be?
    And more importantly how do I fix it??
    Please help - I'm desperate!!
    Dave

    Problem solved. The file manifest.mf had vanished from the project. Replacing it with one copied from another project sorted it.

  • Kernel Panic after last full update - missing /lib

    hi all
    i have a problem witch my arch... i not use arch long time, because i work Adobe CS at my job. Any way after over month i boot my arch and i do normaly full update
    <code>pacman -Suy</code>
    and i get message about error
    <code>glibc: /lib is in file system</code>
    so i read on polish forum i need use --force, so i do that, and after restart i have Kernel Panic... so i try chroot by Ubuntu, i do this before a lot time but this time i get error message when i try chroot
    <code>chroot: cannot change root directory to /ar/bin/bashrc: No such file or directory</code>
    but /ar/bin/bash existing any way so i reali dont know what happened, but i detect directory /lib just have /modules/3.3.2.1-ARCH nothing more... and i this is a reaso of my problem,
    any idea how i can repair installations ??
    thanks

    It's a biggie, but read this thread (all of it) - there are instructions in there for fixing the forced upgrade, but also lots of other stuff to be aware of:
    https://bbs.archlinux.org/viewtopic.php?id=145006&p=1

  • Missing lib photos

    LR 2.0 on Vista 64, 8gb ram.
    I have a folder with 5500 photos in it that LR still reports as seeing but it won't display them all. I'm missing about 300 that I was just working on last night. I have cleared all filters and attributes and even did a text search by a name that I know is in there and it can't find them.
    The photos are still in the folder on the HD I checked through windows so I'm at a loss. This is the second time this has happened in LR2.0 and I don't remember how I got out of it last time. I don't want to re-import the entire catalog just to get at these missing photos.

    I've been suffering a similar thing. Launched LR2 today and found a number of folders from yesterday "missing".
    I'd dragged 'n' dropped these into another folder as part of my cataloguing yesterday. These were my out-takes
    I'd also dropped the renumbered images into a "Cataloged" folder that now has a bunch of images missing... now being reimported.
    It's as if the Catalogue has reverted to a time 2 hours before I exited LR and went to bed.
    Annoying to say the least. I'm worried, as this could have happened in a less obvious way leading to a loss of images from my catalogue. Sure they're still on the hard-drive, but I can't see them. It'd be very easy to miss the missing images completely from my workflow and not have the faintest idea where they've gone.
    As second issue is drag'n'dropping between folders. When looking at the top level folder, I should be able to see ALL images from the lower folders. However, I can only see SOME of them. I'd get it, if there were NONE, as it'd be a tick missing in preferences, but SOME!!! This WILL LEAD TO LOSS OF IMAGES!
    FYI Windows Vista Ultimate 3Gb RAM, loads of spare HD capacity.
    We need a fix ASAP!!!
    Al.

  • Pidgin 2.6.1-1 broken (missing gstreamer0.10-base dep)

    Since bugtracking is down I'm reporting this here and I apologize if I missed something obvious.
    I've used pidgin for ages and the last update to 2.6.1 broke it for me:
    pidgin: error while loading shared libraries: libgstinterfaces-0.10.so.0: cannot open shared object file: No such file or directory
    From what I can tell the libgstinterfaces-0.10.so.0 lib is provided by the gstreamer0.10-base package which is NOT present directly nor indirectly in the deps section of the PKGBUILD of pidgin. The only package present is gstreamer0.10, NOT gstreamer0.10-base.
    Since I'm a minimal user I also didn't get gstreamer0.10-base installed as a dep of other package which may otherwise have been pulled as a dep in the case of users who install much more packages than me.

    tut wrote:
    wonder wrote:the package need a rebuild in a clean chroot
    what exactely do you mean by that? I have just upgraded to 2.6.1 and the same problem as described above.
    wonder probably means that the maintainer of the package (not you) needs to build it in a clean environment so that he doesn't forget to add some dependencies just because his desktop system already has them installed by other packages.
    As for the regular user, the easiest solution before it gets fixed is:
    pacman -S gstreamer0.10-base
    or
    pacman -S --asdeps gstreamer0.10-base
    The gstreamer0.10-base package owns the currently missing libs for pidgin, so just install it while it isn't included as a dep in the PKGBUILD.

  • [Resolved] Finding Libs in Repositories

    Hello All,
    I am trying hard, but starting to get frustrated about ArchLinux... Maybe someone can help me before I give up and try SuSE 10.3:
    I am having two issues, i.e. two threads:
    Thread 1)
    I installed ArchLinux a while back but rarely used it. So it is time to update the system but I am getting below error - of course, I have done "pacman -Sy" first.
    (Sorry, forgot to change locale. Rough and brief translation: "Error: Cannot resolve "fltk" dependecies ("gcc-libs" not in packet list). fltk requires gcc-libs.")
    [root@archlinux ~]# pacman -Su
    :: Starte komplette Systemaktualisierung...
    Warnung: sudo: Erzwungene Aktualisierung auf Version 1.6.9p5-1
    Loese Abhaengigkeiten auf...
    Fehler: Kann Abhaengigkeiten fuer "fltk" nicht aufloesen ("gcc-libs" ist nicht in Paketliste enthalten)
    Fehler: Konnte Vorgang nicht vorbereiten (Kann Abhaengigkeiten nicht erfuellen)
    :: fltk Benoetigt gcc-libs
    Searching for gcc-libs via "pacman -Ss gcc-libs" does not return a proper result.
    Similar, I tried to install Firefox as downloaded from Mozilla. I unpacked Firefox into ~/bin/firefox. When trying to start the browser I am getting an error for a missing lib. Again searching for the lib did not return any result. Where/how would I get the lib for ArchLinux? So this question relates to my first issue.
    [guest@archlinux firefox]$ ./firefox
    ./firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
    To rephrase my question: How can I find missing libs in ArchLinux (in particular the ones listed above)? I tried pacman -Ss but no joy.
    Thanks in advance for any response!
    Jochen
    Last edited by schimpfj (2007-10-23 07:06:16)

    There is something wrong with your repos:
    $ pacman -Ss gcc-libs
    core/gcc-libs 4.2.2-1 (base)
    Runtime libraries shipped by GCC for C and C++ languages
    Did you read the frontpage news about the change from current to core? You might need to change some file in /etc/pacman.d/ .

  • Script to find missing library references

    When readline5 came out I decided to write a quick shell script to find any binary that references readline4.  Then I generalized it:
    #!/bin/bash
    # 2004/08/22 K. Piche Find missing library references.
    ifs=$IFS
    IFS=':'
    libdirs="/lib:/usr/lib:/usr/X11R6/lib:/opt/gnome/lib:/opt/qt/lib:/opt/mozilla/lib/mozilla-1.7:/opt/kde/lib"
    extras=
    # Check ELF binaries in the PATH and specified dir trees.
    for tree in $PATH $libdirs $extras
    do
    echo DIR $tree
    # Get list of files in tree.
    files=$(find $tree -type f)
    IFS=$ifs
    for i in $files
    do
    if [ `file $i | grep -c 'ELF'` -ne 0 ]; then
    # Is an ELF binary.
    if [ `ldd $i 2>/dev/null | grep -c 'not found'` -ne 0 ]; then
    # Missing lib.
    echo "$i:"
    ldd $i 2>/dev/null | grep 'not found'
    fi
    fi
    done
    done
    exit
    I successfully used it to find readline4 usage by guile and jack, and other older library references in other packages.  Hope the devs or somebody finds it useful.  And yeah it could pull the lib dirs from ld.so.conf or search the whole system but it is quick and dirty...
    PS. Without the /dev/null redirects ldd reports tons of libraries without the exec bit set.  Take it out if you want to see that stuff.

    so simple and SOOO USEFULL!!!!!!!
    thanx a lot, for this script :-)
    i detected also some more trouble:
    e.g.:
    /usr/bin/xml2ps:
    libgtkmm-2.0.so.1 => not found
    libgdkmm-2.0.so.1 => not found
    libatkmm-1.0.so.1 => not found
    libpangomm-1.0.so.1 => not found
    libglibmm-2.0.so.1 => not found
    /usr/bin/passepartout:
    libgtkmm-2.0.so.1 => not found
    libgdkmm-2.0.so.1 => not found
    libatkmm-1.0.so.1 => not found
    libpangomm-1.0.so.1 => not found
    libglibmm-2.0.so.1 => not found
    /opt/kde/bin/khangman:
    libknewstuff.so.1 => not found
    /opt/kde/bin/kpalmdoc:
    libreadline.so.4 => not found
    /opt/kde/bin/kpilot:
    libreadline.so.4 => not found
    /opt/kde/bin/kstars:
    libknewstuff.so.1 => not found
    /opt/kde/bin/klettres:
    libknewstuff.so.1 => not found
    /opt/kde/bin/kpilotDaemon:
    libreadline.so.4 => not found
    /opt/kde/bin/korganizer:
    libknewstuff.so.1 => not found
    libknewstuff.so.1 => not found
    /opt/gnome/bin/gnome-pilot-make-password:
    libreadline.so.4 => not found
    libreadline.so.4 => not found
    libreadline.so.4 => not found
    /opt/gnome/bin/gpilot-install-file:
    libreadline.so.4 => not found
    libreadline.so.4 => not found
    libreadline.so.4 => not found
    /opt/gnome/bin/gpilotd-session-wrapper:
    libreadline.so.4 => not found
    libreadline.so.4 => not found
    libreadline.so.4 => not found
    /opt/gnome/bin/ssconvert:
    libssl.so.0.9.6 => not found
    libcrypto.so.0.9.6 => not found
    /opt/gnome/bin/gnumeric:
    libssl.so.0.9.6 => not found
    libcrypto.so.0.9.6 => not found
    /opt/gnome/bin/gpilotd-control-applet:
    libreadline.so.4 => not found
    libreadline.so.4 => not found
    libreadline.so.4 => not found
    /usr/lib/xine/plugins/xineplug_inp_dvdnav.so:
    libdvdnav.so.1 => not found
    libdvdread.so.2 => not found
    libxineutils.so.0 => not found
    libxine.so.0 => not found
    /usr/lib/ruby/1.8/i686-linux/readline.so:
    libreadline.so.4 => not found
    /usr/lib/newpg/gpg-protect-tool:
    libgcrypt.so.1 => not found
    /usr/lib/avifile-0.7/xvid.so:
    libxvidcore.so.2 => not found
    /usr/lib/libpisock.so.8.0.5:
    libreadline.so.4 => not found
    -> for sure broken:
    jack, pilot-link, gnumeric, ruby, passepartout, xine-dvdnav,  kde (games, edu, pim, maybe lib and others)
    the script is still running - takes long to check 5GB of bins :-)
    EDIT: finished - list updated - going to post bugs

  • Unable to start gdm xfce

    The power went out mid update and when I rebooted I am getting errors of missing libs and gdm/xfce4 fails to start. I have also tried pacman S-yu again plugged into ethernet, but said libs showed an error after that. I did find another post with similar issue but the OP went back to Ubuntu to resolve it. I will not be doing that. Here is the xsession-errors:
    /etc/gdm/Xsession: Beginning session setup...
    localuser:lasher being added to access control list
    /etc/gdm/Xsession: ssh-agent not found!
    /etc/gdm/Xsession: Setup done, will execute: startxfce4
    /usr/bin/startxfce4: X server already running on display :0
    ** (gnome-screensaver:1090): WARNING **: Couldn't get presence status: The name org.gnome.SessionManager was not provided by any .service files
    xfdesktop[1113]: starting up
    (xfce4-settings-helper:1124): xfce4-settings-helper-WARNING **: Failed to get the _NET_NUMBER_OF_DESKTOPS property.
    xfce4-settings-helper: Another instance is already running. Leaving...
    (bluetooth-applet:1145): Bluetooth-DEBUG: adding killswitch idx 1 state KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitch 1 is KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitches state KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitch 1 is KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitches state KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitch 1 is KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitches state KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitch 1 is KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitches state KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitch 1 is KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitches state KILLSWITCH_STATE_UNBLOCKED
    Initializing tracker-miner-fs...
    Tracker-Message: Setting up monitor for changes to config file:'/home/lasher/.config/tracker/tracker-miner-fs.cfg'
    Starting log:
      File:'/home/lasher/.local/share/tracker/tracker-miner-fs.log'
    xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
    [Info  18:07:31.459] Docky version: 2.1.3 Release
    [Info  18:07:31.612] Kernel version: 3.1.5.1
    [Info  18:07:31.633] CLR version: 2.0.50727.1433
    ** Message: applet now removed from the notification area
    (nm-applet:1186): libnotify-WARNING **: Failed to connect to proxy
    ** (nm-applet:1186): WARNING **: get_all_cb: couldn't retrieve system settings properties: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:1186): WARNING **: fetch_connections_done: error fetching connections: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:1186): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
    (nautilus:1184): Tracker-DEBUG: Initializing tracker-tags extension
    (nautilus:1184): libnotify-WARNING **: Failed to connect to proxy
    ** Message: applet now embedded in the notification area
    Initializing tracker-store...
    Tracker-Message: Setting up monitor for changes to config file:'/home/lasher/.config/tracker/tracker-store.cfg'
    Tracker-Message: Setting up monitor for changes to config file:'/home/lasher/.config/tracker/tracker-store.cfg'
    Starting log:
      File:'/home/lasher/.local/share/tracker/tracker-store.log'
    ** Message: applet now removed from the notification area
    (tracker-store:1224): Tracker-CRITICAL **: D-Bus service name:'org.freedesktop.Tracker1' is already taken, perhaps the daemon is already running?
    env: Docky: No such file or directory
    (xfce4-mixer-plugin:1200): xfce4-mixer-plugin-DEBUG: mixer_plugin->track_label = 'Master'
    [Error 18:07:35.166] [SystemService] Network Manager is not available.
    [Info  18:07:35.428] [ThemeService] Setting theme: HUD
    [Warn  18:07:35.684] [DesktopItemService] Could not find remap file '/home/lasher/.local/share/docky/remaps.ini'!
    (nautilus:1184): Tracker-DEBUG: Shutting down tracker-tags extension
    [Info  18:07:38.747] [DockServices] Dock services initialized.
    [Info  18:07:40.636] [PluginManager] Loaded "Battery Monitor".
    [Info  18:07:40.639] [PluginManager] Loaded "Clippy".
    [Info  18:07:41.461] [Helper] Starting deluge_badge.py
    [Info  18:07:41.626] [HelperService] Helper added: /usr/share/dockmanager/scripts/banshee_control.py
    [Info  18:07:41.635] [HelperService] Helper added: /usr/share/dockmanager/scripts/deluge_badge.py
    [Info  18:07:41.635] [HelperService] Helper added: /usr/share/dockmanager/scripts/emesene_control.py
    [Info  18:07:41.635] [HelperService] Helper added: /usr/share/dockmanager/scripts/gajim_badge.py
    [Info  18:07:41.635] [HelperService] Helper added: /usr/share/dockmanager/scripts/gtg_menus.py
    [Info  18:07:41.635] [HelperService] Helper added: /usr/share/dockmanager/scripts/liferea_badge.py
    [Info  18:07:41.636] [HelperService] Helper added: /usr/share/dockmanager/scripts/mpd_control.py
    [Info  18:07:41.636] [HelperService] Helper added: /usr/share/dockmanager/scripts/open_terminal_here.py
    [Info  18:07:41.636] [HelperService] Helper added: /usr/share/dockmanager/scripts/pidgin_control.py
    [Info  18:07:41.637] [HelperService] Helper added: /usr/share/dockmanager/scripts/pithos_control.py
    [Info  18:07:41.637] [HelperService] Helper added: /usr/share/dockmanager/scripts/rhythmbox_control.py
    [Info  18:07:41.637] [HelperService] Helper added: /usr/share/dockmanager/scripts/skype_control.py
    [Info  18:07:41.637] [HelperService] Helper added: /usr/share/dockmanager/scripts/tomboy_menus.py
    [Info  18:07:41.638] [HelperService] Helper added: /usr/share/dockmanager/scripts/transmission_badge.py
    [Info  18:07:41.638] [HelperService] Helper added: /usr/share/dockmanager/scripts/tsclient_menus.py
    [Info  18:07:41.638] [HelperService] Helper added: /usr/share/dockmanager/scripts/workrave_helper.py
    [Info  18:07:41.638] [HelperService] Helper added: /usr/share/dockmanager/scripts/zeitgeist_journal.py
    [Info  18:07:41.638] [HelperService] Helper added: /usr/share/dockmanager/scripts/zeitgeist_menus.py
    [Info  18:07:41.965] [DrawingService] Could not find 'banshee', using fallback of 'extension'.
    [Info  18:07:42.070] [DrawingService] Could not find 'emesene', using fallback of 'extension'.
    [Info  18:07:42.126] [DrawingService] Could not find 'gajim', using fallback of 'extension'.
    [Info  18:07:42.233] [DrawingService] Could not find 'gtg', using fallback of 'extension'.
    [Info  18:07:42.326] [DrawingService] Could not find 'liferea', using fallback of 'extension'.
    [Info  18:07:42.674] [DrawingService] Could not find 'pidgin', using fallback of 'extension'.
    [Warn  18:07:42.743] [DrawingService] Error loading icon from file '/usr/share/pithos/media/icon.svg': Failed to open file '/usr/share/pithos/media/icon.svg': No such file or directory
    [Info  18:07:42.815] [DrawingService] Could not find '/usr/share/pithos/media/icon.svg', using fallback of 'extension'.
    [Info  18:07:42.861] [DrawingService] Could not find 'rhythmbox', using fallback of 'extension'.
    [Info  18:07:42.941] [DrawingService] Could not find 'skype', using fallback of 'extension'.
    fuse: failed to access mountpoint compiz: No such file or directory
    [Info  18:07:43.164] [DrawingService] Could not find 'transmission', using fallback of 'extension'.
    [Info  18:07:43.218] [DrawingService] Could not find 'tsclient', using fallback of 'extension'.
    [Warn  18:07:43.251] [DrawingService] Error loading icon from file '/usr/share/pixmaps/workrave/workrave.xpm': Failed to open file '/usr/share/pixmaps/workrave/workrave.xpm': No such file or directory
    [Info  18:07:43.252] [DrawingService] Could not find '/usr/share/pixmaps/workrave/workrave.xpm', using fallback of 'extension'.
    compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
    [Info  18:07:46.339] [Helper] deluge_badge.py :: cannot import name sclient
    [Info  18:07:46.435] [Helper] deluge_badge.py has exited (Code 0).
    (evolution:2288): GLib-GObject-WARNING **: g_object_get_property: object class `EShellSettings' has no property named `cal-primary-calendar'
    (evolution:2288): GLib-GObject-WARNING **: g_object_set_property: object class `EShellSettings' has no property named `cal-primary-calendar'
    (evolution:2288): evolution-network-manager-WARNING **: network_manager_query_state: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
    (evolution:2288): e-utils-CRITICAL **: ec_assistant_forward: assertion `link != NULL' failed
    (evolution:2288): e-utils-CRITICAL **: ec_assistant_forward: assertion `link != NULL' failed
    (evolution:2288): e-utils-CRITICAL **: ec_assistant_forward: assertion `link != NULL' failed
    (evolution:2288): e-utils-CRITICAL **: ec_assistant_forward: assertion `link != NULL' failed
    e-data-server-ui-Message: Unable to find password(s) in keyring (Keyring reports: No matching results)
    (evolution:2288): libnotify-WARNING **: Failed to connect to proxy
    ** (evolution:2288): WARNING **: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
    (evolution:2288): evolution-mail-CRITICAL **: em_utils_handle_receipt: assertion `CAMEL_IS_MIME_MESSAGE (message)' failed
    (terminal:1365): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common'
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/avant-window-navigator-bzr.tar.gz': Error stating file '/home/lasher/AUR/avant-window-navigator-bzr.tar.gz': No such file or directory
    (firefox:1118): libnotify-WARNING **: Failed to connect to proxy
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/avant-window-navigator-bzr.tar.gz': Error stating file '/home/lasher/AUR/avant-window-navigator-bzr.tar.gz': No such file or directory
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/vala-012.tar.gz': Error stating file '/home/lasher/AUR/vala-012.tar.gz': No such file or directory
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    terminal: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    ** (avant-window-navigator:28007): DEBUG: Updating dialog colours
    Screen is composited
    ** (avant-window-navigator:28007): DEBUG: Updating gtk theme colours
    ** (avant-window-navigator:28007): DEBUG: Updating dialog colours
    ** (avant-window-navigator:28007): DEBUG: Updating gtk theme colours
    ** (avant-window-navigator:28007): DEBUG: Updating dialog colours
    ** (avant-window-navigator:28007): DEBUG: Updating gtk theme colours
    ** (avant-window-navigator:28007): DEBUG: Updating dialog colours
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[28011] for "quick-prefs.desktop", UID: 1, XID: 65011761
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[28013] for "taskmanager.desktop", UID: 3, XID: 65011762
    ** (awn-applet:28013): WARNING **: Another instance of Taskmanager is running
    Applet [1] flags: 1024: DockletHandlesPositionChange
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    [Info  20:49:58.757] [PluginManager] Loaded "Docky.Widgets,1.0".
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/awn-extras-applets-bzr.tar.gz': Error stating file '/home/lasher/AUR/awn-extras-applets-bzr.tar.gz': No such file or directory
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/gnome-menus2.tar.gz': Error stating file '/home/lasher/AUR/gnome-menus2.tar.gz': No such file or directory
    [Info  21:15:28.758] [DrawingService] Could not find 'folder-home', using fallback of 'user-home'.
    [Error 21:15:28.761] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Error 21:15:28.765] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Info  21:15:28.768] [DrawingService] Could not find 'clock', using fallback of 'package'.
    [Error 21:15:28.769] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Info  21:15:28.799] [DrawingService] Could not find 'drive-removable-media-usb', using fallback of 'drive-removable-media'.
    [Error 21:15:28.800] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Error 21:15:28.812] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Info  21:15:28.816] [DrawingService] Could not find 'folder-recent', using fallback of 'document-open-recent'.
    [Error 21:15:28.817] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Error 21:15:28.821] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Error 21:15:28.837] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Error 21:15:28.841] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Info  21:15:28.844] [DrawingService] Could not find 'workspace-switcher', using fallback of 'package'.
    [Error 21:15:28.845] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Info  21:15:47.312] [ThemeService] Setting theme: Glass
    [Info  21:15:51.571] [ThemeService] Setting theme: Smoke
    [Info  21:15:56.032] [ThemeService] Setting theme: HUD
    /usr/lib/python2.7/site-packages/ccm/Window.py:93: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
      self.LeftPane.pack_start(page.LeftWidget,   True, True)
    /usr/lib/python2.7/site-packages/ccm/Window.py:96: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
      self.show_all()
    /usr/lib/python2.7/site-packages/ccm/Widgets.py:1555: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
      self._table.attach (button, col, col+1, row, row+1, 0, xpadding=TableX, ypadding=TableY)
    /usr/lib/python2.7/site-packages/ccm/Widgets.py:1560: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
      self.show_all ()
    /usr/lib/python2.7/site-packages/ccm/Widgets.py:1683: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
      self._box.pack_start (box, False, False)
    /usr/lib/python2.7/site-packages/ccm/Window.py:94: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
      self.RightPane.pack_start(page.RightWidget, True, True)
    Info: No sexy-python package found, don't worry it's optional.
    Loading icons...
    Error /home/lasher/.config/awn/themes is missing on your system, please remove it from the sources.list
    Error /home/lasher/.config/awn/themes is missing on your system, please remove it from the sources.list
    Error /home/lasher/.config/awn/themes is missing on your system, please remove it from the sources.list
    Setting effects to:  0x00077777
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/cairo-dock.tar.gz': Error stating file '/home/lasher/AUR/cairo-dock.tar.gz': No such file or directory
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/cairo-dock-plug-ins.tar.gz': Error stating file '/home/lasher/AUR/cairo-dock-plug-ins.tar.gz': No such file or directory
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    Applet [1] flags: 1024: DockletHandlesPositionChange
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    (xfce4-mixer:14403): Gtk-CRITICAL **: IA__gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed
    (xfce4-mixer:14420): Gtk-CRITICAL **: IA__gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14460] for "main-menu.desktop", UID: 1325599796, XID: 65037244
    ** (awn-applet:14460): WARNING **: Unable to find settings.menu
    ** (awn-applet:14460): WARNING **: Could not create applet!
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14464] for "main-menu.desktop", UID: 1325599796, XID: 65037244
    ** (awn-applet:14464): WARNING **: Unable to find settings.menu
    ** (awn-applet:14464): WARNING **: Could not create applet!
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14465] for "main-menu.desktop", UID: 1325599796, XID: 65037244
    ** (awn-applet:14465): WARNING **: Unable to find settings.menu
    ** (awn-applet:14465): WARNING **: Could not create applet!
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14475] for "cairo-menu.desktop", UID: 1325599814, XID: 65038298
    (awn-applet:14475): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
    This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
    The overwriting error message was: Failed to look up menu_file for "gnome-applications.menu"
    ** (awn-applet:14475): WARNING **: gmenu_tree_load_sync err PQR\x8bT$\u0010\x8bD$\u000c\xe8 \x9f\xff\xffZ\x8b\u000c$\x89\u0004$\x8bD$\u0004\xc2\u000c
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14476] for "cairo-menu.desktop", UID: 1325599814, XID: 65038298
    (awn-applet:14476): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
    This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
    The overwriting error message was: Failed to look up menu_file for "gnome-applications.menu"
    ** (awn-applet:14476): WARNING **: gmenu_tree_load_sync err PQR\x8bT$\u0010\x8bD$\u000c\xe8 \x9f\xff\xffZ\x8b\u000c$\x89\u0004$\x8bD$\u0004\xc2\u000c
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14480] for "cairo-menu.desktop", UID: 1325599814, XID: 65038298
    (awn-applet:14480): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
    This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
    The overwriting error message was: Failed to look up menu_file for "gnome-applications.menu"
    ** (awn-applet:14480): WARNING **: gmenu_tree_load_sync err PQR\x8bT$\u0010\x8bD$\u000c\xe8 \x9f\xff\xffZ\x8b\u000c$\x89\u0004$\x8bD$\u0004\xc2\u000c
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14484] for "battery.desktop", UID: 1325599826, XID: 65039351
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14500] for "common-folder.desktop", UID: 1325599851, XID: 65041259
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14510] for "file-browser-launcher.desktop", UID: 1325599864, XID: 65043345
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14529] for "notification-area.desktop", UID: 1325599898, XID: 65046359
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14533] for "notification-daemon.desktop", UID: 1325599901, XID: 65046924
    ** ERROR **: notification-area.vala:644: There is already another notification area running on this screen!
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14543] for "notification-area.desktop", UID: 1325599898, XID: 65046359
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14556] for "slickswitcher.desktop", UID: 1325599937, XID: 65048399
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    Traceback (most recent call last):
      File "/usr/share/avant-window-navigator/applets/slickswitcher/slickswitcher.py", line 28, in <module>
        import drawing, switch, settings
      File "/usr/share/avant-window-navigator/applets/slickswitcher/switch.py", line 21, in <module>
        import wnck
    ImportError: No module named wnck
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14560] for "slickswitcher.desktop", UID: 1325599937, XID: 65048399
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    Traceback (most recent call last):
      File "/usr/share/avant-window-navigator/applets/slickswitcher/slickswitcher.py", line 28, in <module>
        import drawing, switch, settings
      File "/usr/share/avant-window-navigator/applets/slickswitcher/switch.py", line 21, in <module>
        import wnck
    ImportError: No module named wnck
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14567] for "shinyswitcher.desktop", UID: 1325599951, XID: 65049619
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14589] for "sysmon.desktop", UID: 1325599984, XID: 65051126
    ** (awn-applet:14589): DEBUG: awn_sysmon_constructed:  sysmon, 1325599984
    ** (awn-applet:14589): DEBUG: client_baseconf = 0x89436e0
    (awn-applet:14589): Gdk-CRITICAL **: IA__gdk_cairo_create: assertion `GDK_IS_DRAWABLE (drawable)' failed
    ** (awn-applet:14589): DEBUG: update_process_info: no users
    ** (awn-applet:14589): DEBUG: awn_cpu_dialog_populate_table: not visible.  bailing
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14617] for "yama.desktop", UID: 1325600009, XID: 65053029
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (awn-applet:14533): DEBUG: _change_config_cb
    ** (awn-applet:14533): DEBUG: _change_config_cb
    ** (awn-applet:14533): DEBUG: _change_config_cb
    ** (awn-applet:14533): DEBUG: _change_config_cb
    ** (avant-window-navigator:28007): DEBUG: Updating dialog colours
    ** (awn-applet:14533): DEBUG: _change_config_cb
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[15248] for "media-icons.desktop", UID: 1325600646, XID: 65063115
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[15249] for "media-icon-next.desktop", UID: 1325600649, XID: 65063693
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[15253] for "media-icon-previous.desktop", UID: 1325600653, XID: 65064227
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    Setting effects to:  0x00055555
    Setting effects to:  0x00077777
    Applet [1] flags: 1024: DockletHandlesPositionChange
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[15303] for "battery.desktop", UID: 1325600725, XID: 65069505
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)

    Without looking through the reams of code - why don't you just start up in runlevel-3 and do a pacman -Syu from there?
    Then reboot to runlevel-3 again and invoke X with 'startx'.
    If all that works - you can go back to using gdm (hopefully).
    Last edited by perbh (2012-01-03 18:16:56)

  • Running .jar file under 1.5 & 1.6

    I've created an application under netbeans 6.1 using jdk 1.6.0_06. The application runs on any PC that contains version 1.6, but will not execute for 1.5. I did not know at the time all other workstations contain jdk 1.5. An error for NoClassDefFoundError GroupLayout$Group appears running under 1.5. I realize building this app under 1.6 causes this error, as it uses some of the functionality of 1.6. Is there anyway to run this app under 1.5 without reinventing the wheel, since my Lan administrators will not approve the upgrade to 1.6 ? I've read the site http://forum.java.sun.com/thread.jspa?forumID=31&threadID=5259325, about changing and adding the Java Platform to a different version, but unable to add JDK 1.5

    ChuckBing wrote:
    abillconsl wrote:
    I'd be interested to know why it's a Netbeans thing - isn't vers 1.6x, well, 1.6x - no matter what the build forum?This missing lib
    NoClassDefFoundError GroupLayout$Group is because the lib isn't included in 1.5 (it was added to 1.6) and the FAQs at the NB site explain what to do.Um ... didn't I mention that myself in my first post? I still don't get what NetBeans has to do with it.

  • Problem after a system update

    Hello,
    Last week I've updated my whole system and now I've got a strange problem launching an application which worked well before :
    $mercury
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /opt/java/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    mercury hasn't been updated so it cannot be the problem, and when I do a locate {lib} where lib is the "missing" lib name, I always find it ... what's the problem ?
    Thanlks a lot

    Just leaving out LD_ASSUME_KERNEL is fine too. This variable was used to select the linuxthreads libraries in glibc, but these are no longer included and we no longer support linuxthreads, only NPTL. NPTL requires a 2.6 kernel, which should be at least 2.6.6 or so. Our glibc build uses 2.6.12 kernelheaders, so our glibc requires a 2.6.12 kernel or later.

  • Installation Fails on Debian Stable 64 bit

    Hi There
    I have been trying to install skype for a while. The i386 architecture has already been enabled, and the repositories have been updated. I have repeated the process several times just to be sure.
    During skype installation a bunch of conflicts occur and aptitude can only install skype by uninstalling most of my system, at which point I have to abort the installation. I have tried many different packages, including Ubuntu packages, old packages, old static packages, tarballs. Nothing helps. Here is the output from the terminal:
    rojaslee@debian:~$ su
    Password:
    root@debian:/home/rojaslee# wget -O skype-install.deb http://www.skype.com/go/getskype-linux-deb
    --2014-08-04 17:02:30-- http://www.skype.com/go/getskype-linux-deb
    Resolving www.skype.com (www.skype.com)... 157.56.109.9
    Connecting to www.skype.com (www.skype.com)|157.56.109.9|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://www.skype.com/go/getskype-linux-deb-32 [following]
    --2014-08-04 17:02:30-- http://www.skype.com/go/getskype-linux-deb-32
    Reusing existing connection to www.skype.com:80.
    HTTP request sent, awaiting response... 302 Found
    Location: http://download.skype.com/linux/skype-debian_4.3.0​.37-1_i386.deb [following]
    --2014-08-04 17:02:30-- http://download.skype.com/linux/skype-debian_4.3.0​.37-1_i386.deb
    Resolving download.skype.com (download.skype.com)... 23.15.9.139, 23.15.9.144
    Connecting to download.skype.com (download.skype.com)|23.15.9.139|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 20118938 (19M) [application/octet-stream]
    Saving to: `skype-install.deb'
    100%[======================================>] 20,118,938 2.10M/s in 11s
    2014-08-04 17:02:41 (1.81 MB/s) - `skype-install.deb' saved [20118938/20118938]
    root@debian:/home/rojaslee# dpkg -i skype-install.deb
    Selecting previously unselected package skype.
    (Reading database ... 192729 files and directories currently installed.)
    Unpacking skype (from skype-install.deb) ...
    dpkg: dependency problems prevent configuration of skype:
    skype depends on libc6 (>= 2.3.6-6~).
    skype depends on libc6 (>= 2.7).
    skype depends on libgcc1 (>= 1:4.1.1).
    skype depends on libqt4-dbus (>= 4:4.5.3).
    skype depends on libqt4-network (>= 4:4.8.0).
    skype depends on libqt4-xml (>= 4:4.5.3).
    skype depends on libqtcore4 (>= 4:4.7.0~beta1).
    skype depends on libqtgui4 (>= 4:4.8.0).
    skype depends on libqtwebkit4 (>= 2.1.0~2011week13).
    skype depends on libstdc++6 (>= 4.2.1).
    skype depends on libx11-6.
    skype depends on libxext6.
    skype depends on libxss1.
    skype depends on libxv1.
    skype depends on libssl1.0.0.
    skype depends on libpulse0.
    skype depends on libasound2-plugins.
    dpkg: error processing skype (--install):
    dependency problems - leaving unconfigured
    Processing triggers for desktop-file-utils ...
    Processing triggers for hicolor-icon-theme ...
    Errors were encountered while processing:
    skype
    root@debian:/home/rojaslee# apt-get -f install
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Correcting dependencies... Done
    The following packages were automatically installed and are no longer required:
    apache2.2-bin arj caja caja-common clearlooks-phenix-theme cli-common
    cmake-data dmz-cursor-theme engrampa-common eom-common ffmpegthumbnailer
    ffmpegthumbnailer-caja geany-common git-man gtk2-engines-pixbuf
    gtk3-engines-unico hddtemp ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4
    im-config libapache2-mod-dnssd libapr1 libaprutil1 libaprutil1-dbd-sqlite3
    libaprutil1-ldap libavahi-compat-libdnssd1 libavdevice53
    libboost-system1.55.0 libclutter-1.0-0 libclutter-1.0-common
    libclutter-imcontext-0.1-0 libclutter-imcontext-0.1-bin libcogl-common
    libcogl-pango0 libcogl9 libelf1 liberror-perl libffmpegthumbnailer4
    libgdiplus libgladeui-1-9 libgoocanvas-common libgoocanvas3 libgsoap2
    libgtksourceview2.0-0 libgtksourceview2.0-common libhangul-data
    libibus-1.0-0 libibus-qt1 libjson-glib-1.0-0 libmate libmate-common
    libmatecanvas libmatecomponent libmatecomponentui libmatekbd libmatemenu
    libmatepanelapplet libmatepolkit libmateui libmatevfs libmateweather
    libmateweather-common libmatewnck libmatewnck-common libmlt++3 libmlt-data
    libmlt5 libmono-accessibility4.0-cil libmono-corlib4.0-cil
    libmono-i18n-west4.0-cil libmono-i18n4.0-cil libmono-security4.0-cil
    libmono-system-configuration4.0-cil libmono-system-security4.0-cil
    libmono-system-xml4.0-cil libmono-system4.0-cil libpgm-5.1-0 libprotobuf7
    libquicktime2 librpm3 librpmbuild3 librpmio3 librpmsign1 libsox-fmt-alsa
    libsox-fmt-base libsox2 libtasn1-3-bin libvncserver0 libwebcam0
    libxmlrpc-core-c3 libxres1 mate-applets-common mate-backgrounds mate-desktop
    mate-desktop-common mate-desktop-gnome mate-keyring mate-media
    mate-media-common mate-media-gstreamer mate-menus mate-mime-data mate-panel
    mate-panel-common mate-polkit mate-power-manager-common mate-settings-daemon
    mate-settings-daemon-common mate-settings-daemon-gstreamer mate-themes
    mate-vfs mate-vfs-common melt menu-xdg mono-4.0-gac mono-gac mono-runtime
    openshot-doc p7zip-full pointlinux-faenza-icon-theme
    pointlinux-mate-backgrounds pointlinux-mate-themes python-application
    python-cjson python-crypto python-dateutil python-dnspython python-eventlib
    python-gnutls python-greenlet python-gtksourceview2 python-httplib2
    python-ibus python-lxml python-mate-desktop python-msrplib python-openssl
    python-pam python-psutil python-pyasn1 python-pygoocanvas python-serial
    python-twisted-bin python-twisted-conch python-twisted-core
    python-twisted-lore python-twisted-mail python-twisted-names
    python-twisted-news python-twisted-web python-twisted-words python-xcaplib
    python-xdg python-zope.interface rpm rpm-common rpm2cpio tcl tcl8.5 tk tk8.5
    uvcdynctrl uvcdynctrl-data x11vnc x11vnc-data zenity zenity-common
    Use 'apt-get autoremove' to remove them.
    The following packages will be REMOVED:
    a2ps armory atril binfmt-support bitcoind blink cdrdao cmake cryptsetup
    cups-pk-helper dropbox engrampa eom epdfview flashplugin-nonfree geany git
    gnome-disk-utility google-talkplugin gparted grub-pc grub-pc-bin
    gtk2-engines-xfce guvcview ibus ibus-hangul icedtea-6-jre-cacao
    icedtea-6-jre-jamvm keepass2 libao4 libatkmm-1.6-1 libatril
    libavahi-ui-gtk3-0 libboost-chrono1.55.0 libboost-filesystem1.55.0
    libboost-program-options1.55.0 libboost-thread1.55.0 libcairo-perl
    libcairomm-1.0-1 libdb5.3++ libdjvulibre21 libgarcon-1-0 libgdu-gtk0
    libglib-perl libglibmm-2.4-1c2a libgtkmm-2.4-1c2a libhal-storage1 libhal1
    libhangul1 libjpeg-progs libjpeg62 libkprintutils4 libmarco libmatebluetooth
    libmatesensorsappletplugin libminiupnpc10 libmono-data-tds4.0-cil
    libmono-posix4.0-cil libmono-system-data4.0-cil
    libmono-system-drawing4.0-cil libmono-system-enterpriseservices4.0-cil
    libmono-system-transactions4.0-cil libmono-system-windows-forms4.0-cil
    libmono-webbrowser4.0-cil libmsgpack-dev libmsgpack3 libmsgpackc2
    libmysqlclient18 libnm-glib-vpn1 libnm-glib4 libnm-gtk0 libnm-util2
    libokularcore1 liboobs-1-5 libpangomm-1.4-1 libpoppler-qt4-3 libportaudio2
    libprotobuf-dev libprotobuf-lite7 libprotoc7 libqimageblitz4
    libqt4-sql-mysql libreoffice libreoffice-calc libreoffice-gtk libsane-extras
    libslp1 libsocket-perl libspectre1 libt1-5 libtagc0 libthunar-vfs-1-2
    libunique-3.0-0 libwnck22 libzmq-dev libzmq1 lightdm lm-sensors marco
    mate-applets mate-bluetooth mate-calc mate-control-center mate-core
    mate-desktop-environment mate-dialogs mate-netspeed mate-power-manager
    mate-screensaver mate-sensors-applet mate-session-manager
    mate-system-monitor mate-system-tools mate-terminal mate-text-editor
    mate-user-share mate-utils mate-window-manager minissdpd mousepad mozo
    network-manager network-manager-gnome okular open-vm-toolbox openshot
    pcmciautils pkg-config powertop printer-driver-c2esp printer-driver-m2300w
    protobuf-compiler python-corba python-mate python-mate-menu python-mlt5
    python-sipsimple python-twisted python-twisted-runner skype:i386 smbclient
    squeeze synaptic system-tools-backends tumbler virtualbox virtualbox-dkms
    virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
    virtualbox-qt xarchiver xcalib xfce4-taskmanager xfce4-terminal xinput
    0 upgraded, 0 newly installed, 156 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 539 MB disk space will be freed.
    Do you want to continue [Y/n]? n
    Abort.
    root@debian:/home/rojaslee#

    Hi
    Similar error with me: Installation fails due to the missing lib libqtwebkit4:i386 - it cannot been installed:
    root@.../skype-4.3.0.37# aptitude install libqtwebkit4:i386
    The following NEW packages will be installed:
      libgstreamer-plugins-base0.10-0:i386{a} libgstreamer0.10-0:i386{a} libqtwebkit4:i386 libsqlite3-0:i386{ab}
    0 packages upgraded, 4 newly installed, 0 to remove and 2 not upgraded.
    Need to get 9,138 kB of archives. After unpacking 32.7 MB will be used.
    The following packages have unmet dependencies:
     libsqlite3-0 : Breaks: libsqlite3-0:i386 (!= 3.7.17-1~bpo70+1) but 3.7.13-1+deb7u1 is to be installed.
     libsqlite3-0:i386 : Breaks: libsqlite3-0 (!= 3.7.13-1+deb7u1) but 3.7.17-1~bpo70+1 is installed.
    The following actions will resolve these dependencies:
    Keep the following packages at their current version:
    1)     libqtwebkit4:i386 [Not Installed]                  
    2)     libsqlite3-0:i386 [Not Installed]                 
    Accept this solution? [Y/n/q/?]
    If I would want to uninstall libsqlite3-0 and change to the i386-version (which would resolve the problem), I would uninstall most of my system...
    Skype/MS: Please provide solution, best would be, creating a proper 64Bit-package, so the whole i386-crap could be forgotten...
    If anybody has a solution, I would appreciate help, as - unfortunately - for some reasons I kind of depend on Skype
    Kind regards
    [Removed for privacy]

Maybe you are looking for

  • XML parser fails to convert html encoded text nodes

    Under the strain of large documents this defect rears its ugly head more often. While parsing a text node containing html encoded chars i.e. < > &; etc... The parser will seemingly forget to change the chars at random, 99.9% of the time everything is

  • What code should I use for iTune gift card?

    Please can anyone help me? By telling me the code I should use for iTune gift cards. Thanks.

  • List of customizing tables

    Hi, we want to find out customizing differences between systems. We have a custom report mass-comparing tables by RFC. Is there any list of customizing tables or a SAP standard functionality to do this? TiA, Clemens Li

  • Display as Running Sum

    I have a measure in the pivot table with the following options enabled: - Show data as - Percent of - Section - Display as Running Sum Also, I have several sections in the pivot table. The measure result is correct, but when I add totals, I get a str

  • Mask problem in Premiere Pro CC 2014

    Hello! I have a strange problem with the mask tool in Premiere Pro CC 2014, and made this video to explain the problem. Hope someone can help me. Thanks a lot /Per Haar Mask problem in Premiere Pro CC 2014 - YouTube