Gcc issues /usr/lib/libstdc++.so.6:could not read symbols

Error i get when compiling an openGL, bullet program. I just started getting this on both my arch computers after updating.
gcc Timer.o Ball.o main.o -I/usr/include -lGL -lGLU -lBulletCollision -lBulletDynamics -lLinearMath -I/usr/include/bullet -L/usr/lib -lglut -lX11 -o pool
/usr/bin/ld: Ball.o: undefined reference to symbol '__cxa_pure_virtual@@CXXABI_1.3'
/usr/bin/ld: note: '__cxa_pure_virtual@@CXXABI_1.3' is defined in DSO /usr/lib/libstdc++.so.6 so try adding it to the linker command line
/usr/lib/libstdc++.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status

I realised that  and changed it, it's still giving a simmilar error
g++ Timer.o Ball.o main.o -I/usr/include -lGL -lGLU -lBulletCollision -lBulletDynamics -lLinearMath -I/usr/include/bullet -L/usr/lib -lglut -lX11 -o pool
/usr/bin/ld: Timer.o: undefined reference to symbol 'clock_gettime@@GLIBC_2.2.5'
/usr/bin/ld: note: 'clock_gettime@@GLIBC_2.2.5' is defined in DSO /lib/librt.so.1 so try adding it to the linker command line
/lib/librt.so.1: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
Last edited by seniorsassycat (2011-12-10 01:16:00)

Similar Messages

  • Lib/libz.so: could not read symbols: Invalid operation

    Hi,
    I am facing the following issue while compiling my code which is using gdcm lib in QT. The same source works fine in ubuntu but not here....
    lQt5PrintSupport -lQt5OpenGL -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread
    /usr/bin/ld: /usr/local/lib/libgdcmDSED.a(gdcmReader.cxx.o): undefined reference to symbol 'inflateInit2_'
    /usr/bin/ld: note: 'inflateInit2_' is defined in DSO /usr/lib/libz.so.1 so try adding it to the linker command line
    /usr/lib/libz.so.1: could not read symbols: Invalid operation
    Makefile:181: recipe for target 'imageviewer' failed
    collect2: error: ld returned 1 exit status
    make: *** [imageviewer] Error 1
    19:41:26: The process "/usr/bin/make" exited with code 2.
    Error while building/deploying project imageviewer (kit: Desktop)
    if I add -lz in the project .pro file.. I get the following error..
    usr/bin/ld: /usr/local/lib/libgdcmDSED.a(gdcmReader.cxx.o): undefined reference to symbol 'inflateInit2_'
    Makefile:181: recipe for target 'imageviewer' failed
    /usr/bin/ld: note: 'inflateInit2_' is defined in DSO /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libz.so so try adding it to the linker command line
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libz.so: could not read symbols: Invalid operation
    collect2: error: ld returned 1 exit status
    make: *** [imageviewer] Error 1
    19:02:58: The process "/usr/bin/make" exited with code 2.
    Error while building/deploying project imageviewer (kit: Desktop)
    When executing step 'Make'
    Don't know whats wrong and how it will be solved?
    Bilal

    Hi Connor,
    I solved the issue, it seems like the library path was pointing to /usr/local/lib rather than /usr/lib. Now the code is working fine.
    I assume that ubuntu and arch places gdcm libraries at different locations, it was working code moved from ubuntu to arch and i got that error.
    Bilal

  • Mplayer-34426: libX11.so.6: could not read symbols: Invalid operation

    After long job I get
    /usr/bin/ld: libvo/vo_xv.o: undefined reference to symbol 'XGetWindowAttributes'
    /usr/bin/ld: note: 'XGetWindowAttributes' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command line
    /usr/lib/libX11.so.6: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status
    make: *** [mplayer] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    if it's useful, the PKGBUILD is
    # $Id: PKGBUILD 144946 2011-12-11 15:27:00Z ibiru $
    # Maintainer : Ionut Biru <[email protected]>
    # Contributor: Hugo Doria <[email protected]>
    pkgbase=mplayer
    pkgname=('mplayer' 'mencoder')
    pkgver=34426
    pkgrel=1
    arch=('i686' 'x86_64')
    makedepends=('lame' 'libtheora' 'xvidcore' 'x264' 'faac' 'faad2' 'opencore-amr' 'a52dec' 'libpulse' 'unzip' 'git' 'fontconfig' 'yasm')
    license=('GPL')
    url="http://www.mplayerhq.hu/"
    options=(!buildflags !emptydirs)
    source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz mplayer.desktop)
    md5sums=('ff81117293e76b59e54debc439d8e612'
    'c0d6ef795cf6de48e3b87ff7c23f0319')
    build() {
    cd ${srcdir}/${pkgname}
    ./configure --prefix=/usr \
    --enable-runtime-cpudetection \
    --disable-gui \
    --language=en_US \
    --confdir=/etc/mplayer \
    --disable-mencoder \
    --disable-termcap \
    --disable-termios \
    --disable-lirc \
    --disable-lircc \
    --disable-apple-remote \
    --disable-apple-ir \
    --disable-radio-v4l2 \
    --disable-radio-bsdbt848 \
    --disable-tv \
    --disable-tv-v4l1 \
    --disable-tv-v4l2 \
    --disable-tv-bsdbt848 \
    --disable-pvr \
    --disable-rtc \
    --disable-winsock2_h \
    --disable-smb \
    --disable-live \
    --disable-nemesi \
    --disable-librtmp \
    --disable-bluray \
    --disable-menu \
    --disable-sortsub \
    --disable-fribidi \
    --disable-enca \
    --disable-maemo \
    --disable-macosx-finder \
    --disable-macosx-bundle \
    --disable-vstream \
    --disable-w32threads \
    --disable-ass-internal \
    --disable-ass \
    --disable-rpath \
    --disable-gif \
    --disable-png \
    --disable-mng \
    --disable-jpeg \
    --disable-libcdio \
    --disable-liblzo \
    --disable-win32dll \
    --disable-qtx \
    --disable-xanim \
    --disable-real \
    --disable-libdirac-lavc \
    --disable-libschroedinger-lavc \
    --disable-libnut \
    --disable-vf-lavfi \
    --disable-tremor-internal \
    --disable-tremor-low \
    --disable-tremor \
    --disable-speex \
    --disable-libgsm \
    --disable-ladspa \
    --disable-libbs2b \
    --disable-libdv \
    --disable-mpg123 \
    --disable-mad \
    --disable-libdca \
    --disable-mp3lib \
    --disable-musepack \
    --disable-vidix \
    --disable-vidix-pcidb \
    --disable-dhahelper \
    --disable-svgalib_helper \
    --disable-matrixview \
    --disable-dga2 \
    --disable-dga1 \
    --disable-vesa \
    --disable-svga \
    --disable-sdl \
    --disable-kva \
    --disable-aa \
    --disable-caca \
    --disable-ggi \
    --disable-ggiwmh \
    --disable-direct3d \
    --disable-directx \
    --disable-dxr2 \
    --disable-dxr3 \
    --disable-ivtv \
    --disable-v4l2 \
    --disable-dvb \
    --disable-mga \
    --disable-xmga \
    --enable-xv \
    --enable-xvmc \
    --disable-vdpau \
    --disable-vm \
    --disable-xinerama \
    --disable-x11 \
    --disable-xshape \
    --disable-fbdev \
    --disable-mlib \
    --disable-3dfx \
    --disable-tdfxfb \
    --disable-s3fb \
    --disable-wii \
    --disable-directfb \
    --disable-zr \
    --disable-bl \
    --disable-tdfxvid \
    --disable-xvr100 \
    --disable-tga \
    --disable-pnm \
    --disable-md5sum \
    --disable-yuv4mpeg \
    --disable-corevideo \
    --disable-quartz \
    --disable-ossaudio \
    --disable-arts \
    --disable-esd \
    --disable-jack \
    --disable-openal \
    --disable-nas \
    --disable-sgiaudio \
    --disable-sunaudio \
    --disable-kai \
    --disable-dart \
    --disable-win32waveout \
    --disable-coreaudio \
    --disable-select \
    --charset=UTF-8
    [ "$CARCH" = "i686" ] && sed 's|-march=i486|-march=i686|g' -i config.mak
    make
    package_mplayer() {
    pkgdesc="A movie player for linux"
    install=mplayer.install
    backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
    depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig' 'libgl'
    'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 'jack' 'cdparanoia' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
    'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 'libxxf86vm' 'libbluray')
    cd ${srcdir}/${pkgbase}
    make DESTDIR=${pkgdir} install-mplayer install-mplayer-man
    install -Dm644 etc/{codecs.conf,input.conf,example.conf} ${pkgdir}/etc/mplayer/
    install -dm755 ${pkgdir}/usr/share/mplayer/
    ln -s /usr/share/fonts/TTF/DejaVuSans.ttf ${pkgdir}/usr/share/mplayer/subfont.ttf
    rm -rf ${pkgdir}/usr/share/mplayer/font
    #desktop file FS#14770
    install -Dm644 ${srcdir}/mplayer.desktop ${pkgdir}/usr/share/applications/mplayer.desktop
    install -Dm644 etc/mplayer.png ${pkgdir}/usr/share/pixmaps/mplayer.png
    #oops, forgot to remove this, but it does not seem to be a problem
    package_mencoder() {
    pkgdesc="Free command line video decoding, encoding and filtering tool"
    depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr' 'cdparanoia'
    'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 'mpg123' 'libass' 'libbluray')
    cd ${srcdir}/${pkgbase}
    make DESTDIR=${pkgdir} install-mencoder install-mencoder-man
    find $pkgdir/usr/share/man -name 'mplayer.1' -exec bash -c 'mv "$1" "${1/mplayer/mencoder}"' _ {} \;
    Last edited by Doctor Drive (2011-12-20 16:32:10)

    May be related to this: https://fedoraproject.org/wiki/Understa … LinkChange

  • [SOLVED] ldconfig: /usr/lib/libOpenCL.so.1 is not a symbolic link

    Hi. I use 64 bits arch with gnome and the ATI driver 13.6 beta installed from the AMD binary and I usually execute steam. Everything seem fine, but recently I receive a message when I update any package with pacman
    ldconfig: /usr/lib/libOpenCL.so.1 is not a symbolic link
    However the update seems correct, only that warning message. I've checked the propietary of the file
    pacman -Qo /usr/lib/libOpenCL.so.1
    /usr/lib/libOpenCL.so.1 is owned by libcl 1.1-3
    The last update without the ldconfig message was
    [2013-07-22 21:27] [PACMAN] Running 'pacman -Syu'
    [2013-07-22 21:27] [PACMAN] synchronizing package lists
    [2013-07-22 21:27] [PACMAN] starting full system upgrade
    [2013-07-22 21:29] [PACMAN] upgraded apache (2.2.24-3 -> 2.2.25-1)
    [2013-07-22 21:29] [PACMAN] upgraded apr (1.4.6-1 -> 1.4.8-1)
    [2013-07-22 21:29] [PACMAN] upgraded boost-libs (1.53.0-2 -> 1.54.0-2)
    [2013-07-22 21:30] [PACMAN] upgraded python2-psutil (1.0.0-1 -> 1.0.1-1)
    [2013-07-22 21:30] [PACMAN] upgraded calibre (0.9.38-1 -> 0.9.40-1)
    [2013-07-22 21:30] [PACMAN] upgraded clucene (2.3.3.4-6 -> 2.3.3.4-7)
    [2013-07-22 21:30] [PACMAN] upgraded libpciaccess (0.13.1-1 -> 0.13.2-1)
    [2013-07-22 21:30] [PACMAN] upgraded libdrm (2.4.46-1 -> 2.4.46-2)
    [2013-07-22 21:30] [PACMAN] upgraded cogl (1.14.0-3 -> 1.14.0-4)
    [2013-07-22 21:30] [PACMAN] upgraded wayland (1.1.0-1 -> 1.2.0-1)
    [2013-07-22 21:30] [PACMAN] upgraded mesa (9.1.4-3 -> 9.1.5-1)
    [2013-07-22 21:30] [PACMAN] upgraded clutter (1.14.4-2 -> 1.14.4-3)
    [2013-07-22 21:30] [PACMAN] upgraded dconf (0.16.0-1 -> 0.16.1-1)
    [2013-07-22 21:30] [PACMAN] upgraded colord (1.0.1-1 -> 1.0.2-1)
    [2013-07-22 21:30] [PACMAN] upgraded gnutls (3.2.1-1 -> 3.2.2-1)
    [2013-07-22 21:30] [PACMAN] upgraded libcups (1.6.2-3 -> 1.6.3-1)
    [2013-07-22 21:30] [PACMAN] upgraded cups (1.6.2-3 -> 1.6.3-1)
    [2013-07-22 21:30] [PACMAN] upgraded libgdm (3.8.3-1 -> 3.8.3.1-1)
    [2013-07-22 21:30] [ALPM] warning: directory permissions differ on /var/log/gdm/
    filesystem: 711 package: 1770
    [2013-07-22 21:30] [PACMAN] upgraded gdm (3.8.3-1 -> 3.8.3.1-1)
    [2013-07-22 21:30] [PACMAN] upgraded gnome-contacts (3.8.2-1 -> 3.8.3-1)
    [2013-07-22 21:30] [PACMAN] upgraded gnome-settings-daemon (3.8.3-2 -> 3.8.4-1)
    [2013-07-22 21:30] [PACMAN] upgraded gnome-tweak-tool (3.8.0-1 -> 3.8.1-1)
    [2013-07-22 21:30] [PACMAN] upgraded gnome-user-share (3.8.0-1 -> 3.8.3-1)
    [2013-07-22 21:30] [PACMAN] upgraded idnkit (1.0-2 -> 1.0-3)
    [2013-07-22 21:30] [PACMAN] upgraded lib32-libpciaccess (0.13.1-1 -> 0.13.2-1)
    [2013-07-22 21:30] [PACMAN] upgraded lib32-mesa (9.1.4-1 -> 9.1.5-1)
    [2013-07-22 21:30] [PACMAN] upgraded lib32-mesa-libgl (9.1.4-1 -> 9.1.5-1)
    [2013-07-22 21:30] [PACMAN] upgraded lib32-xz (5.0.4-1 -> 5.0.5-1)
    [2013-07-22 21:30] [PACMAN] upgraded libmbim (1.2.0-1 -> 1.4.0-1)
    [2013-07-22 21:30] [PACMAN] upgraded libqmi (1.4.0-1 -> 1.4.0-2)
    [2013-07-22 21:30] [PACMAN] upgraded libxfont (1.4.5-1 -> 1.4.6-1)
    [2013-07-22 21:30] [PACMAN] upgraded mesa-libgl (9.1.4-3 -> 9.1.5-1)
    [2013-07-22 21:30] [PACMAN] upgraded modemmanager (0.7.991-1 -> 1.0.0-1)
    [2013-07-22 21:30] [PACMAN] upgraded netctl (1.1-1 -> 1.2-1)
    [2013-07-22 21:30] [PACMAN] upgraded opus (1.0.2-2 -> 1.0.3-1)
    [2013-07-22 21:30] [PACMAN] upgraded qtwebkit (2.3.1-2 -> 2.3.2-1)
    [2013-07-22 21:30] [PACMAN] upgraded rtmpdump (20121230-1 -> 20121230-2)
    [2013-07-22 21:30] [PACMAN] upgraded source-highlight (3.1.7-5 -> 3.1.7-6)
    [2013-07-22 21:30] [PACMAN] upgraded tzdata (2013c-1 -> 2013d-1)
    [2013-07-22 21:30] [PACMAN] upgraded xorg-mkfontscale (1.1.0-1 -> 1.1.1-1)
    but honestly I don't know if the message is relate with the gdm warning. The first updated package with the ldconfig message was
    [2013-07-23 12:12] [PACMAN] Running 'pacman -Syu'
    [2013-07-23 12:12] [PACMAN] synchronizing package lists
    [2013-07-23 12:13] [PACMAN] starting full system upgrade
    [2013-07-23 12:13] [PACMAN] upgraded libusbx (1.0.15-1 -> 1.0.16-1)
    [2013-07-23 12:13] [ALPM-SCRIPTLET] ldconfig: /usr/lib/libOpenCL.so.1 is not a symbolic link
    [2013-07-23 12:13] [ALPM-SCRIPTLET]
    I don't know how to remove the ldconfig message, I'm not sure if I can safely remove the libOpenCL.so.1
    Last edited by David López (2013-07-24 12:54:31)

    On my system, that file IS a symbolic link:
    lrwxrwxrwx 1 root root 23 Aws 14 2012 /usr/lib/libOpenCL.so -> /usr/lib/libOpenCL.so.1*
    lrwxrwxrwx 1 root root 27 Aws 14 2012 /usr/lib/libOpenCL.so.1 -> /usr/lib/libOpenCL.so.1.0.0*
    -rwxr-xr-x 1 root root 21K Aws 14 2012 /usr/lib/libOpenCL.so.1.0.0*
    [Aside: I know that the "Aws" isn't English but I hardly ever pass LC_ALL=C myself just because so little is translated into my interface language . Dates is almost it. ]
    I would try reinstalling libcl and take it from there.
    Last edited by cfr (2013-07-24 00:54:01)

  • /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found

    I am trying to run the firefox from firefox-4.0.tar.bz2 on CentOS 5.6 and get the error message,
    ./firefox-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by firefox/libxul.so)
    Firefox does not start.
    I thought having a copy of the library in the local directory would help, so I made a link:
    ln -s /usr/lib/libstdc++.so.6.0.8 libstdc++.so.6
    then I got the error message,
    ./firefox-bin: /firefox/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by firefox/libxul.so)
    My version of glibc is:
    $ rpm -q glibc
    glibc-2.5-58.el5_6.2
    glibc-2.5-58.el5_6.2

    Yes, that led to my solution. There was a lot of noise in the two links, but some solid signal. Ths solution came from dietux's reference in /questions/777306 Bug 621704 to http://forums.mozillazine.org/viewtopic.php?f=23&t=2075033 :
    1. Download the Fedora 9 package of libstdc++-4.3.0-8.i386.rpm from http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/i386/os/Packages/libstdc++-4.3.0-8.i386.rpm .
    2. Unpack the package in your Firefox 4 directory with relative paths (does not require super user permissions):
    [firefox]$ rpm2cpio libstdc++-4.3.0-8.i386.rpm | cpio -i --make-directories
    3. Move the library and its link to the Firefox 4 directory:
    [firefox]$ mv usr/lib/libstdc++.so.6* .
    [NOTE: this is a RELATIVE path -- it has no leading slash.]
    4. Run Firefox 4:
    ./firefox
    Thank you for your help!
    Craig
    P.S. I do agree with the posters in [[https://bugzilla.mozilla.org/show_bug.cgi?id=621704| Bug 621704]] that CentOS 5.x is NOT obsolete. The whole point of CentOS (and RHEL) is that it will be around for awhile. I left Fedora for CentOS because it changed too much.

  • [C077] Could not find symbol 'SQLAllocConnect'

    I try to connect Oracle to PostgreSQL with Heterogeneous Connectiviti.
    I'm work on:
    S.O.: Linux SUSE 9.2
    PostgreSQL: 8.0
    Oracle: 10g Enterprise Edition Release 10.1.0.2.0
    psqlODBC:07-03
    The configuration of HS is:
    listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = locahost)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = locahost)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /home/oracle/product/oracle10)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = local)
    (ORACLE_HOME = /home/oracle/product/oracle10)
    (SID_NAME = local)
    tnsnames.ora
    hsodbc.world = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (CONNECT_DATA=(SID=hsodbc))
    (HS=OK)
    local.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = local)
    inithsodbc.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO = hsodbc
    HS_FDS_TRACE_LEVEL = on
    HS_FDS_TRACE_FILE_NAME= /usr/local/lib/hsodbc.trc
    HS_FDS_SHAREABLE_NAME = /usr/local/lib/psqlodbc.so
    set ODBCSYSINI=/etc/unixODBC/odbc.ini
    The configuration of ODBC is:
    [ODBC Data Sources]
    hsodbc = PostgreSQL ODBC Driver DSN
    [hsodbcL]
    Description = PostgreSQL
    Driver = /usr/local/lib/psqlodbc.so
    Trace = Yes
    TraceFile = /tmp/sql.log
    Database = GESTION
    Servername = 167.175.51.178
    Username = user
    Password = password
    Port = 5432
    Protocol = 6.4
    ReadOnly = No
    RowVersioning = No
    ShowSystemTables = No
    ShowOidColumn = No
    FakeOidIndex = No
    ConnSettings =
    FileUsage = 1
    I'm create table "TEMP":
    SQL>cerate table TEMP(id numeric);
    SQL>table created.
    and create dblink:
    SQL>CREATE PUBLIC DATABASE LINK hsodbc CONNECT TO "postgres" IDENTIFIED BY "postgres" USING 'hsodbc';
    SQL>Database link created.
    When i execute
    SQL>select * from "TEMP"@hsodbc;
    select * from "TEMP"@hsodbc
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Generic Connectivity Using ODBC]DRV_InitTdp: DB_ODBC_INTERFACE (718): ; [C077]
    Could not find symbol 'SQLAllocConnect' in dynamic library
    DB_ODBC_INTERFACE (722): ; [C079] Failed to load dynamic library
    '/usr/local/lib/psqlodbc.so'
    ORA-02063: preceding 3 lines from HSODBC
    what i can do for solve this problem?

    Whe i'm use
    HS_FDS_SHAREABLE_NAME = /usr/local/lib/psqlodbc.so
    The trace log say:
    [Generic Connectivity Using ODBC] version: 4.1.0.0.0050
    connect string is: defTdpName=hsodbc;SYNTAX=(ORACLE8_HOA, BASED_ON=ORACLE8,
    IDENTIFIER_QUOTE_CHAR="",
    CASE_SENSITIVE=CASE_SENSITIVE_QUOTE);BINDING=<navobj><binding><datasources><da-
    tasource name='hsodbc' type='GENERIC_ODBC_FOR_HS'
    connect='hsodbc'><driverProperties/></datasource></datasources><remoteMachines-
    /><environment><misc year2000Policy='-1' consumerApi='1'
    sessionBehavior='4'/><queryProcessor parserDepth='2000'
    noInsertParameterization='true' noThreadedReadAhead='true'
    noCommandReuse='true'/></environment></binding></navobj>
    ORACLE GENERIC GATEWAY Log File Started at 22-Mar-06 17:13:28
    /usr/local/lib/psqlodbc.so: undefined symbol: ucs2_to_utf8
    [C077] Could not find symbol 'SQLAllocConnect' in dynamic library
    [C079] Failed to load dynamic library '/usr/local/lib/psqlodbc.so'
    [C077] Could not find symbol 'SQLAllocConnect' in dynamic library
    [C077] Could not find symbol 'SQLAllocConnect' in dynamic library
    [C079]
    Failed to load dynamic library '/usr/local/lib/psqlodbc.so'
    And When i'm use
    HS_FDS_SHAREABLE_NAME = /usr/lib/libodbc.so
    The trace log say:
    [Generic Connectivity Using ODBC] version: 4.1.0.0.0050
    connect string is: defTdpName=hsodbc;SYNTAX=(ORACLE8_HOA, BASED_ON=ORACLE8,
    IDENTIFIER_QUOTE_CHAR="",
    CASE_SENSITIVE=CASE_SENSITIVE_QUOTE);BINDING=<navobj><binding><datasources><da-
    tasource name='hsodbc' type='GENERIC_ODBC_FOR_HS'
    connect='hsodbc'><driverProperties/></datasource></datasources><remoteMachines-
    /><environment><misc year2000Policy='-1' consumerApi='1'
    sessionBehavior='4'/><queryProcessor parserDepth='2000'
    noInsertParameterization='true' noThreadedReadAhead='true'
    noCommandReuse='true'/></environment></binding></navobj>
    ORACLE GENERIC GATEWAY Log File Started at 23-Mar-06 11:49:37
    but the problem still haped.

  • VSTS loadtest error while running Loadtest with Runsettings as No of test iterations , ERROR is : could not read result repository: unknown transaction id in results:

    Subject: VSTS loadtest error while running Loadtest with Runsettings as  No of test iterations ,  ERROR is :  could not read result repository: unknown transaction
    id in results:
    Hello All,
    I am facing the following error while running a loadtest (when i choose the scenario to be executed for No of test iterations). But the same loadtest with the Run duration for X minutes is running fine without any issues. 
    Any suggestions on the issue i am facing
    error is :
    could not read result repository: unknown transaction id in results:
    or
    could not read result repository: unknown request id in results: 
    Thanks
    Satish

    Hi Kotapati,
    >>Subject: VSTS loadtest error while running Loadtest with Runsettings as  No of test iterations ,  ERROR is :  could not read result repository: unknown transaction
    id in results:
    According to your description, you mean that when you run your load test using the Test Iterations way and then get the error message, am I right?
    If yes, please you try to close the VS, and then open this VS again. Then clean your load test project/solution and then re-build it, run your load test again check this issue again.
    In addition, I suggest you could try to create a new load test and then run it using Test Iterations way check if you get the issue for the specified load test or all load tests.
    If possible, I suggest you could share me simple load test for us so that we will further help you.
    You could upload your load test to OneDrive and then copy link here.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [SOLVED] /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.18' not found

    I got fed up typing the password every time I push some files to a server with scp, as I do it a lot with this project. Public/private key pair is not really an option (read: I do not want to send anything else but the web app files to the server) as the host is not my own, nor it is my client's. Instead it is my client's client's host.
    So I installed filezilla. And got this:
    > filezilla
    filezilla: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by filezilla)
    I did a quick pacman -Syu as always, and the error still comes up.
    > strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
    GLIBCXX_3.4
    GLIBCXX_3.4.1
    GLIBCXX_3.4.2
    GLIBCXX_3.4.3
    GLIBCXX_3.4.4
    GLIBCXX_3.4.5
    GLIBCXX_3.4.6
    GLIBCXX_3.4.7
    GLIBCXX_3.4.8
    GLIBCXX_3.4.9
    GLIBCXX_3.4.10
    GLIBCXX_3.4.11
    GLIBCXX_3.4.12
    GLIBCXX_3.4.13
    GLIBCXX_3.4.14
    GLIBCXX_3.4.15
    GLIBCXX_3.4.16
    GLIBCXX_3.4.17
    GLIBCXX_DEBUG_MESSAGE_LENGTH
    Now what?
    Perhaps some alternatives? What's your favorite GUI FTP client? Mine's WinSCP, but it's only for windows AFAIK.
    I have used gFTP in the past, but the gui design is just horrible. For example ctrl+v is some key binding to do something else than paste from clipboard. And then there is no drag&drop. It also crashes if I open more than one file to edit at the same time. All these little details drive me nuts with gFTP.
    Last edited by Lazzu (2013-10-14 16:23:23)

    ~ > pacman -Qo /usr/lib/libstdc++.so.6
    /usr/lib/libstdc++.so.6 is owned by gcc-libs 4.8.1-3
    ~ > strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
    GLIBCXX_3.4
    GLIBCXX_3.4.1
    GLIBCXX_3.4.2
    GLIBCXX_3.4.3
    GLIBCXX_3.4.4
    GLIBCXX_3.4.5
    GLIBCXX_3.4.6
    GLIBCXX_3.4.7
    GLIBCXX_3.4.8
    GLIBCXX_3.4.9
    GLIBCXX_3.4.10
    GLIBCXX_3.4.11
    GLIBCXX_3.4.12
    GLIBCXX_3.4.13
    GLIBCXX_3.4.14
    GLIBCXX_3.4.15
    GLIBCXX_3.4.16
    GLIBCXX_3.4.17
    GLIBCXX_3.4.18
    GLIBCXX_3.4.19
    GLIBCXX_DEBUG_MESSAGE_LENGTH
    Is your system fully up to date?

  • [Solved] avidemux2_qt4: /usr/lib/libstdc++.so.6: `GLIBCXX_3.4.15'

    I suddenly cannot run my avidemux2_qt4
    $ avidemux2_qt4
    avidemux2_qt4: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by avidemux2_qt4)
    $ pacman -Q avidemux-qt
    avidemux-qt 2.5.4-3
    $ pacman -Q gcc
    gcc 4.5.2-6
    $ pacman -Q glibc
    glibc 2.13-4
    $ sudo find / -name libstdc++.so.6
    /usr/lib32/libstdc++.so.6
    /usr/lib/libstdc++.so.6
    Last edited by Doctor Drive (2011-03-30 18:59:37)

    fixing...

  • Itunes won't start up - can't find usr/lib/libstdc++.6.dylib

    Hi,
    I had to reinstall the OS 10.3.9 on my ti-book. I did an archive and install, but now iTunes won't start up. Console says it can't find this dynamic library:
    usr/lib/libstdc++.6.dylib
    Since I have a lot of my songs in my personal lib on this machine, and podcast susbscriptions, etc - I don't want to lose them if possible.
    Is there a way to just install this lib, or will I have to reinstall iTunes altogheter?
    I searched for the above file, but can't find it on the disk.
    thx.
    'mark

    Do you have any iTunes plugins? You may want to get rid of them and try again.
    Also, have you tried removing the corresponding com.apple.itunes.plist files from <youraccount>/Library/Preferences, logging out, logging back in again (or rebooting) and then relaunching iTunes? I don't think an archive and install will refresh this file for you. Nor will reinstalling iTunes.

  • UnsatisfiedLinkError: `GCC_4.2.0' not found(req. /usr/lib/libstdc++.so

    bash-3.2$ ldd /koba/c/libs/libbluejni-1.1.so
    linux-gate.so.1 => (0xffffe000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf7dfe000)
    librt.so.1 => /lib/librt.so.1 (0xf7df5000)
    libc.so.6 => /lib/libc.so.6 (0xf7cb1000)
    libm.so.6 => /lib/libm.so.6 (0xf7c8a000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7c7d000)
    /lib/ld-linux.so.2 (0x00670000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xf7c66000)
    bash-3.2$ ldd /koba/c/libs/libgcc_s.so.1
    linux-gate.so.1 => (0xffffe000)
    libc.so.6 => /lib/libc.so.6 (0xf7dc5000)
    /lib/ld-linux.so.2 (0x00670000)
    bash-3.2$ ldd /usr/lib/libstdc++.so.6
    linux-gate.so.1 => (0xffffe000)
    libm.so.6 => /lib/libm.so.6 (0x009db000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00a0a000)
    libc.so.6 => /lib/libc.so.6 (0x0068e000)
    /lib/ld-linux.so.2 (0x00670000)
    java.lang.UnsatisfiedLinkError: /koba/c/libs/libbluejni-1.1.so: /koba/c/libs/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at com.comp.blue.jni.BlueJNI.initialize(BlueJNI.java:31)
    at com.comp....AbstractLaunchpad.<init>(AbstractLaunchpad.java:188)
    at com.comp....LaunchPadMultiProcess.<init>(LaunchPadMultiProcess.java:78)
    at com.comp....LaunchPadMultiProcess.main(LaunchPadMultiProcess.java:56)
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /koba/c/libs/libbluejni-1.1.so: /koba/c/libs/libgcc_s.so.1: version `GCC_4.2.0' not found (required
    by /usr/lib/libstdc++.so.6)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at com.comp....BlueJNI.initialize(BlueJNI.java:31)
    at com.comp...AbstractLaunchpad.<init>(AbstractLaunchpad.java:188)
    at com.comp....LaunchPadMultiProcess.<init>(LaunchPadMultiProcess.java:78)
    at com.comp....LaunchPadMultiProcess.main(LaunchPadMultiProcess.java:56)
    Please suggest why am I getting that error. It seems to be missing GCC_4.2.0 but not sure what I should do.
    Last edited by srikanthradix (2011-12-02 20:56:54)

    Hi,
    I think you are in the wrong forum here :-)
    Regards
    Patrick

  • I installed firefox4.0.1 it crashes on startup safe-mode error /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /home/firefox/firefox/libxul.so)

    I am using 2.6.23.1-42.fc8

    That is this bug:
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=621704 Bug 621704] - Lib dep problem: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by .../libxul.so)
    *[/questions/811309]
    *[/questions/777306]

  • Ldconfig: File /usr/lib/libnotify.so is empty, not checked. power down

    Hello During installation of gnome and gnome-extra  i have a  power  down in whole house. when its back up i try to install packages and here is a problem now.
    [2013-05-20 12:05] [PACMAN] installed libsecret (0.15-1)
    [2013-05-20 12:05] [PACMAN] installed libwebp (0.3.0-3)
    =======================POWER DOWN ==============================
    [2013-05-20 12:07] [PACMAN] Running 'pacman -S cpupower acpi'
    [2013-05-20 12:07] [PACMAN] installed cpupower (3.9-2)
    [2013-05-20 12:07] [PACMAN] installed acpi (1.6-1)
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libssl3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsmime3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssckbi.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3.0.1 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssdbm3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssutil3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnss3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsoftokn3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libfreebl3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2.37.0 is empty, not checked.
    how to solve this problem ? i cant install it.
    Last edited by bula6595 (2013-05-20 09:33:31)

    [2013-05-20 12:43] [PACMAN] Running 'pacman -S --force gnome gnome-extra'
    [2013-05-20 12:44] [PACMAN] installed baobab (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-icon-theme-symbolic (3.8.2.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-icon-theme (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libgweather (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libical (1.0-2)
    [2013-05-20 12:44] [PACMAN] installed liboauth (1.0.1-1)
    [2013-05-20 12:44] [PACMAN] installed gcr (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libgdata (0.13.3-1)
    [2013-05-20 12:44] [PACMAN] installed evolution-data-server (3.8.2-2)
    [2013-05-20 12:44] [PACMAN] installed libzeitgeist (0.3.18-3)
    [2013-05-20 12:44] [PACMAN] installed libtracker-sparql (0.16.1-1)
    [2013-05-20 12:44] [PACMAN] installed folks (0.9.1-3)
    [2013-05-20 12:44] [PACMAN] installed iso-codes (3.41-1)
    [2013-05-20 12:44] [PACMAN] installed libogg (1.3.0-1)
    [2013-05-20 12:44] [PACMAN] installed libvorbis (1.3.3-1)
    [2013-05-20 12:44] [PACMAN] installed alsa-lib (1.0.27-2)
    [2013-05-20 12:44] [PACMAN] installed tdb (1.2.11-1)
    [2013-05-20 12:44] [PACMAN] installed sound-theme-freedesktop (0.8-1)
    [2013-05-20 12:44] [PACMAN] installed libcanberra (0.30-3)
    [2013-05-20 12:44] [PACMAN] installed libasyncns (0.8-4)
    [2013-05-20 12:44] [PACMAN] installed flac (1.2.1-3)
    [2013-05-20 12:44] [PACMAN] installed libsndfile (1.0.25-2)
    [2013-05-20 12:44] [PACMAN] installed json-c (0.10-2)
    [2013-05-20 12:44] [PACMAN] installed libpulse (3.0-3)
    [2013-05-20 12:44] [PACMAN] installed libnice (0.1.4-1)
    [2013-05-20 12:44] [PACMAN] installed farstream (0.2.3-1)
    [2013-05-20 12:44] [PACMAN] installed telepathy-farstream (0.6.0-1)
    [2013-05-20 12:44] [PACMAN] installed telepathy-logger (0.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed libgnome-keyring (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed pm-quirks (0.20100619-3)
    [2013-05-20 12:44] [PACMAN] installed pm-utils (1.4.1-5)
    [2013-05-20 12:44] [PACMAN] installed libplist (1.10-1)
    [2013-05-20 12:44] [PACMAN] installed usbmuxd (1.0.8-1)
    [2013-05-20 12:44] [PACMAN] installed libimobiledevice (1.1.5-1)
    [2013-05-20 12:44] [PACMAN] installed upower (0.9.20-2)
    [2013-05-20 12:44] [PACMAN] installed libqmi (1.2.0-2)
    [2013-05-20 12:44] [PACMAN] installed modemmanager (0.7.990-4)
    [2013-05-20 12:44] [PACMAN] installed networkmanager (0.9.8.0-3)
    [2013-05-20 12:44] [PACMAN] installed telepathy-mission-control (5.14.0-1)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] To use Empathy you need to install at least one Telepathy connection manager.
    [2013-05-20 12:44] [PACMAN] installed empathy (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-desktop (1:3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libexif (0.6.21-1)
    [2013-05-20 12:44] [PACMAN] installed exempi (2.2.0-1)
    [2013-05-20 12:44] [PACMAN] installed python2-markupsafe (0.15-2)
    [2013-05-20 12:44] [PACMAN] installed python2-beaker (1.6.4-1)
    [2013-05-20 12:44] [PACMAN] installed python2-mako (0.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed gobject-introspection (1.36.0-1)
    [2013-05-20 12:44] [PACMAN] installed libpeas (1.8.0-2)
    [2013-05-20 12:44] [PACMAN] installed eog (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed startup-notification (0.12-3)
    [2013-05-20 12:44] [PACMAN] installed libxres (1.0.6-1)
    [2013-05-20 12:44] [PACMAN] installed libwnck3 (3.4.5-1)
    [2013-05-20 12:44] [PACMAN] installed epiphany (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed libgxps (0.2.2-3)
    [2013-05-20 12:44] [PACMAN] installed lcms (1.19-2)
    [2013-05-20 12:44] [PACMAN] installed ghostscript (9.07-2)
    [2013-05-20 12:44] [PACMAN] installed libspectre (0.2.7-1)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] Updating font cache... done.
    [2013-05-20 12:44] [PACMAN] installed gsfonts (1.0.7pre44-3)
    [2013-05-20 12:44] [PACMAN] installed openjpeg (1.5.1-1)
    [2013-05-20 12:44] [PACMAN] installed poppler (0.22.3-3)
    [2013-05-20 12:44] [PACMAN] installed poppler-glib (0.22.3-3)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:44] [PACMAN] installed djvulibre (3.5.25.3-1)
    [2013-05-20 12:44] [PACMAN] installed libxpm (3.5.10-1)
    [2013-05-20 12:44] [PACMAN] installed libxaw (1.0.11-1)
    [2013-05-20 12:44] [PACMAN] installed t1lib (5.1.2-3)
    [2013-05-20 12:44] [PACMAN] installed evince (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed accountsservice (0.6.32-1)
    [2013-05-20 12:44] [PACMAN] installed python2-cairo (1.10.0-1)
    [2013-05-20 12:44] [PACMAN] installed pygobject-devel (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed python2-gobject (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed python2-atspi (2.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed libxklavier (5.3-1)
    [2013-05-20 12:44] [PACMAN] installed caribou (0.4.10-1)
    [2013-05-20 12:44] [PACMAN] installed js (17.0.0-1)
    [2013-05-20 12:44] [PACMAN] installed gjs (1.36.1-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-bluetooth (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-menus (3.8.0-2)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libssl3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsmime3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssckbi.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3.0.1 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssdbm3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssutil3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnss3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsoftokn3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libfreebl3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2.37.0 is empty, not checked.
    [2013-05-20 12:44] [PACMAN] installed gconf (3.2.6-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-session (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libcanberra-pulse (0.30-3)
    [2013-05-20 12:44] [PACMAN] installed libwacom (0.7-1)
    [2013-05-20 12:44] [PACMAN] installed rtkit (0.11-2)
    [2013-05-20 12:44] [PACMAN] installed speex (1.2rc1-3)
    [2013-05-20 12:44] [PACMAN] installed fftw (3.3.3-1)
    [2013-05-20 12:44] [PACMAN] installed libsamplerate (0.1.8-1)
    [2013-05-20 12:44] [PACMAN] installed webrtc-audio-processing (0.1-1)
    [2013-05-20 12:44] [PACMAN] installed sbc (1.1-1)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] >>> See the wiki at http://wiki.archlinux.org/index.php/PulseAudio for details
    [2013-05-20 12:44] [ALPM-SCRIPTLET] on configuring your system for PulseAudio.
    [2013-05-20 12:44] [ALPM-SCRIPTLET]
    [2013-05-20 12:44] [ALPM-SCRIPTLET] >>> Make sure to install pulseaudio-alsa to configure ALSA for PulseAudio.
    [2013-05-20 12:44] [PACMAN] installed pulseaudio (3.0-3)
    [2013-05-20 12:44] [PACMAN] installed alsa-plugins (1.0.27-1)
    [2013-05-20 12:44] [PACMAN] installed pulseaudio-alsa (2-2)
    [2013-05-20 12:44] [PACMAN] installed gtk2 (2.24.18-1)
    [2013-05-20 12:44] [PACMAN] installed python2-xdg (0.25-1)
    [2013-05-20 12:44] [PACMAN] installed ibus (1.5.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-settings-daemon (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed cantarell-fonts (0.0.12-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-themes-standard (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed libgdm (3.8.1.1-1)
    [2013-05-20 12:44] [PACMAN] installed zenity (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed mutter (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed mobile-broadband-provider-info (20120614-1)
    [2013-05-20 12:44] [PACMAN] installed network-manager-applet (0.9.8.0-3)
    [2013-05-20 12:44] [PACMAN] installed unzip (6.0-6)
    [2013-05-20 12:44] [PACMAN] installed gnome-shell (3.8.2-2)
    [2013-05-20 12:44] [PACMAN] installed gdm (3.8.1.1-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-backgrounds (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-calculator (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed sdl (1.2.15-3)
    [2013-05-20 12:44] [PACMAN] installed libdv (1.0.0-4)
    [2013-05-20 12:44] [PACMAN] installed mjpegtools (2.0.0-3)
    [2013-05-20 12:44] [PACMAN] installed gsm (1.0.13-7)
    [2013-05-20 12:44] [PACMAN] installed lame (3.99.5-1)
    [2013-05-20 12:44] [PACMAN] installed recode (3.6-7)
    [2013-05-20 12:44] [PACMAN] installed enca (1.14-1)
    [2013-05-20 12:44] [PACMAN] installed fribidi (0.19.5-1)
    [2013-05-20 12:44] [PACMAN] installed libass (0.10.1-1)
    [2013-05-20 12:44] [PACMAN] installed libbluray (0.2.3-1)
    [2013-05-20 12:44] [PACMAN] installed libmodplug (0.8.8.4-1)
    [2013-05-20 12:44] [PACMAN] installed libtheora (1.1.1-2)
    [2013-05-20 12:44] [PACMAN] installed libva (1.1.1-1)
    [2013-05-20 12:44] [PACMAN] installed libvpx (1.2.0-1)
    [2013-05-20 12:44] [PACMAN] installed opencore-amr (0.1.3-1)
    [2013-05-20 12:44] [PACMAN] installed opus (1.0.2-2)
    [2013-05-20 12:44] [PACMAN] installed rtmpdump (20121203-1)
    [2013-05-20 12:44] [PACMAN] installed schroedinger (1.0.11-1)
    [2013-05-20 12:44] [PACMAN] installed v4l-utils (0.9.5-1)
    [2013-05-20 12:44] [PACMAN] installed x264 (20130206-1)
    [2013-05-20 12:44] [PACMAN] installed xvidcore (1.3.2-1)
    [2013-05-20 12:44] [PACMAN] installed ffmpeg (1:1.2.1-1)
    [2013-05-20 12:44] [PACMAN] installed chromaprint (0.7-5)
    [2013-05-20 12:44] [PACMAN] installed libmms (0.6.2-1)
    [2013-05-20 12:44] [PACMAN] installed faad2 (2.7-3)
    [2013-05-20 12:44] [PACMAN] installed mpg123 (1.15.3-1)
    [2013-05-20 12:44] [PACMAN] installed libmp4v2 (2.0.0-2)
    [2013-05-20 12:44] [PACMAN] installed faac (1.28-4)
    [2013-05-20 12:44] [PACMAN] installed celt (0.11.3-1)
    [2013-05-20 12:44] [PACMAN] installed libdca (0.0.5-3)
    [2013-05-20 12:44] [PACMAN] installed soundtouch (1.7.1-1)
    [2013-05-20 12:44] [PACMAN] installed spandsp (0.0.6pre21-1)
    [2013-05-20 12:44] [PACMAN] installed libdvdread (4.2.0-1)
    [2013-05-20 12:44] [PACMAN] installed libdvdnav (4.2.0-2)
    [2013-05-20 12:44] [PACMAN] installed libgme (0.6.0-2)
    [2013-05-20 12:44] [PACMAN] installed gst-plugins-bad (1.0.7-1)
    [2013-05-20 12:44] [PACMAN] installed cdparanoia (10.2-4)
    [2013-05-20 12:44] [PACMAN] installed libvisual (0.4.0-4)
    [2013-05-20 12:44] [PACMAN] installed gst-plugins-base (1.0.7-1)
    [2013-05-20 12:44] [PACMAN] installed jack (0.121.3-7)
    [2013-05-20 12:44] [PACMAN] installed wavpack (4.60.1-2)
    [2013-05-20 12:44] [PACMAN] installed aalib (1.4rc5-9)
    [2013-05-20 12:44] [PACMAN] installed taglib (1.8-1)
    [2013-05-20 12:44] [PACMAN] installed libshout (1:2.3.1-1)
    [2013-05-20 12:44] [PACMAN] installed libid3tag (0.15.1b-7)
    [2013-05-20 12:44] [PACMAN] installed imlib2 (1.4.5-4)
    [2013-05-20 12:44] [PACMAN] installed libcaca (0.99.beta18-1)
    [2013-05-20 12:44] [PACMAN] installed libraw1394 (2.1.0-1)
    [2013-05-20 12:44] [PACMAN] installed libavc1394 (0.5.4-1)
    [2013-05-20 12:44] [PACMAN] installed libiec61883 (1.2.0-3)
    [2013-05-20 12:44] [PACMAN] installed gst-plugins-good (1.0.7-2)
    [2013-05-20 12:44] [PACMAN] installed gnome-video-effects (0.4.0-2)
    [2013-05-20 12:44] [PACMAN] installed nautilus-sendto (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed cheese (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-contacts (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed cups-pk-helper (0.2.4-1)
    [2013-05-20 12:44] [PACMAN] installed libgtop (2.28.4-1)
    [2013-05-20 12:44] [PACMAN] installed libpwquality (1.2.1-1)
    [2013-05-20 12:44] [PACMAN] installed vte-common (0.34.5-1)
    [2013-05-20 12:44] [PACMAN] installed vte3 (0.34.5-1)
    [2013-05-20 12:44] [PACMAN] installed exiv2 (0.23-1)
    [2013-05-20 12:44] [PACMAN] installed mash (0.2.0-2)
    [2013-05-20 12:44] [PACMAN] installed shared-color-targets (0.1.2-1)
    [2013-05-20 12:44] [PACMAN] installed colord-gtk (0.1.25-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-color-manager (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libcap-ng (0.7.3-1)
    [2013-05-20 12:44] [PACMAN] installed talloc (2.0.8-1)
    [2013-05-20 12:44] [PACMAN] installed libbsd (0.4.2-1)
    [2013-05-20 12:44] [PACMAN] installed libwbclient (4.0.5-3)
    [2013-05-20 12:44] [PACMAN] installed cifs-utils (6.0-2)
    [2013-05-20 12:44] [PACMAN] installed tevent (0.9.18-1)
    [2013-05-20 12:44] [PACMAN] installed ldb (1.1.15-1)
    [2013-05-20 12:44] [PACMAN] installed smbclient (4.0.5-3)
    [2013-05-20 12:44] [PACMAN] installed gnome-control-center (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-dictionary (3.6.0-2)
    [2013-05-20 12:44] [PACMAN] installed libatasmart (0.19-1)
    [2013-05-20 12:44] [PACMAN] installed udisks2 (2.1.0-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-disk-utility (3.8.0-2)
    [2013-05-20 12:44] [PACMAN] installed gnome-font-viewer (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-icon-theme-extras (3.6.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-keyring (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-screenshot (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-system-log (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed libsigc++ (2.3.1-1)
    [2013-05-20 12:45] [PACMAN] installed glibmm (2.36.2-1)
    [2013-05-20 12:45] [PACMAN] installed cairomm (1.10.0-3)
    [2013-05-20 12:45] [PACMAN] installed pangomm (2.34.0-1)
    [2013-05-20 12:45] [PACMAN] installed atkmm (2.22.7-1)
    [2013-05-20 12:45] [PACMAN] installed gtkmm3 (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-system-monitor (3.8.2.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-terminal (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed yelp-xsl (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed yelp (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-user-docs (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed apr (1.4.6-1)
    [2013-05-20 12:45] [PACMAN] installed unixodbc (2.3.1-1)
    [2013-05-20 12:45] [PACMAN] installed apr-util (1.5.2-1)
    [2013-05-20 12:45] [PACMAN] installed apache (2.2.24-1)
    [2013-05-20 12:45] [PACMAN] installed mod_dnssd (0.6-4)
    [2013-05-20 12:45] [PACMAN] installed gnome-user-share (3.8.0-1)
    [2013-05-20 12:45] [PACMAN] installed mousetweaks (3.8.0-2)
    [2013-05-20 12:45] [PACMAN] installed libcddb (1.3.2-3)
    [2013-05-20 12:45] [PACMAN] installed libcdio (0.90-2)
    [2013-05-20 12:45] [PACMAN] installed libcdio-paranoia (10.2+0.90+1-1)
    [2013-05-20 12:45] [PACMAN] installed gvfs (1.16.2-1)
    [2013-05-20 12:45] [PACMAN] installed libnautilus-extension (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed nautilus (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed neon (0.29.6-4)
    [2013-05-20 12:45] [PACMAN] installed libmusicbrainz5 (5.0.1-1)
    [2013-05-20 12:45] [PACMAN] installed gtksourceview3 (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed sushi (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gmime (2.6.15-1)
    [2013-05-20 12:45] [PACMAN] installed lua (5.2.2-1)
    [2013-05-20 12:45] [PACMAN] installed libquvi-scripts (0.4.14-1)
    [2013-05-20 12:45] [PACMAN] installed libquvi (0.4.1-2)
    [2013-05-20 12:45] [PACMAN] installed totem-plparser (3.4.5-1)
    [2013-05-20 12:45] [PACMAN] installed python (3.3.1-1)
    [2013-05-20 12:45] [PACMAN] installed python-cairo (1.10.0-2)
    [2013-05-20 12:45] [PACMAN] installed python-gobject (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed python-xdg (0.25-1)
    [2013-05-20 12:45] [PACMAN] installed totem (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed libgsf (1.14.26-1)
    [2013-05-20 12:45] [PACMAN] installed tracker (0.16.1-1)
    [2013-05-20 12:45] [PACMAN] installed vino (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed xdg-user-dirs (0.14-3)
    [2013-05-20 12:45] [PACMAN] installed xdg-user-dirs-gtk (0.10-1)
    [2013-05-20 12:45] [PACMAN] installed accerciser (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed guile (1.8.8-2)
    [2013-05-20 12:45] [ALPM-SCRIPTLET]
    [2013-05-20 12:45] [ALPM-SCRIPTLET] (gconftool-2:17218): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-05-20 12:45] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2013-05-20 12:45] [PACMAN] installed aisleriot (3.2.3.2-1)
    [2013-05-20 12:45] [PACMAN] installed gdl (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed libanjuta (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed autogen (5.17.2-1)
    [2013-05-20 12:45] [PACMAN] installed devhelp (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed glade (3.15.0-1)
    [2013-05-20 12:45] [PACMAN] installed libmariadbclient (5.5.30-2)
    [2013-05-20 12:45] [PACMAN] installed postgresql-libs (9.2.4-1)
    [2013-05-20 12:45] [PACMAN] installed gd (2.0.36RC1-6)
    [2013-05-20 12:45] [PACMAN] installed gts (0.7.6-2)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] Warning: Could not load "/usr/lib/graphviz/libgvplugin_rsvg.so.6" - file not found
    [2013-05-20 12:45] [ALPM-SCRIPTLET] Warning: Could not load "/usr/lib/graphviz/libgvplugin_rsvg.so.6" - file not found
    [2013-05-20 12:45] [PACMAN] installed graphviz (2.30.1-3)
    [2013-05-20 12:45] [PACMAN] installed libgda (5.1.2-2)
    [2013-05-20 12:45] [PACMAN] installed serf (1.2.0-1)
    [2013-05-20 12:45] [PACMAN] installed subversion (1.7.9-4)
    [2013-05-20 12:45] [PACMAN] installed vala (0.20.1-1)
    [2013-05-20 12:45] [PACMAN] installed anjuta (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed cdrkit (1.1.11-2)
    [2013-05-20 12:45] [PACMAN] installed libmad (0.15.1b-6)
    [2013-05-20 12:45] [PACMAN] installed libao (1.1.0-3)
    [2013-05-20 12:45] [PACMAN] installed cdrdao (1.2.3-6)
    [2013-05-20 12:45] [PACMAN] installed dvd+rw-tools (7.1-4)
    [2013-05-20 12:45] [PACMAN] installed brasero (3.8.0-2)
    [2013-05-20 12:45] [PACMAN] installed gtkhtml4 (4.6.5-1)
    [2013-05-20 12:45] [PACMAN] installed libpst (0.6.58-1)
    [2013-05-20 12:45] [PACMAN] installed libytnef (1.5-3)
    [2013-05-20 12:45] [PACMAN] installed evolution (3.8.2-2)
    [2013-05-20 12:45] [PACMAN] installed file-roller (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed five-or-more (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed four-in-a-row (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gedit (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-chess (3.8.2.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-clocks (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-devel-docs (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed libzapojit (0.0.3-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-documents (3.8.2.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-getting-started-docs (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-klotski (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-mahjongg (3.8.0-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-mines (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed idnkit (1.0-2)
    [2013-05-20 12:45] [PACMAN] installed dnssec-anchors (20130320-1)
    [2013-05-20 12:45] [PACMAN] installed dnsutils (9.9.2.P2-1)
    [2013-05-20 12:45] [PACMAN] installed whois (5.0.25-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-nettool (3.8.0-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-nibbles (3.8.0-1)
    [2013-05-20 12:45] [PACMAN] installed babl (0.1.10-1)
    [2013-05-20 12:45] [PACMAN] installed gegl (0.2.0-8)
    [2013-05-20 12:45] [PACMAN] installed gnome-photos (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-robots (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-sudoku (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-tetravex (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-weather (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed iagno (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed lightsoff (3.8.0-1)
    [2013-05-20 12:45] [PACMAN] installed python-atspi (2.8.0-1)
    [2013-05-20 12:45] [PACMAN] installed python-dbus-common (1.1.1-2)
    [2013-05-20 12:45] [PACMAN] installed python-dbus (1.1.1-2)
    [2013-05-20 12:45] [PACMAN] installed dotconf (1.3-3)
    [2013-05-20 12:45] [PACMAN] installed speech-dispatcher (0.8-1)
    [2013-05-20 12:45] [PACMAN] installed liblouis (2.5.2-2)
    [2013-05-20 12:45] [PACMAN] installed tcl (8.6.0-4)
    [2013-05-20 12:45] [PACMAN] installed cython (0.19-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] Please add your user to the brlapi group.
    [2013-05-20 12:45] [PACMAN] installed brltty (4.5-3)
    [2013-05-20 12:45] [PACMAN] installed orca (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed quadrapassel (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gssdp (0.14.2-1)
    [2013-05-20 12:45] [PACMAN] installed gupnp (0.20.2-1)
    [2013-05-20 12:45] [PACMAN] installed gupnp-av (0.12.1-1)
    [2013-05-20 12:45] [PACMAN] installed gupnp-dlna (0.10.1-1)
    [2013-05-20 12:45] [PACMAN] installed libunistring (0.9.3-5)
    [2013-05-20 12:45] [PACMAN] installed xdg-utils (1.1.0.git20121008-2)
    [2013-05-20 12:45] [PACMAN] installed rygel (0.18.2-1)
    [2013-05-20 12:45] [PACMAN] installed seahorse (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed swell-foop (3.8.1-1)
    [2013-05-20 12:46] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:46] [PACMAN] installed tali (3.8.0-1)
    [2013-05-20 12:46] [PACMAN] installed gtk-vnc (0.5.2-2)
    [2013-05-20 12:46] [PACMAN] installed vinagre (3.8.2-1)
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libssl3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsmime3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssckbi.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3.0.1 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssdbm3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssutil3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnss3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsoftokn3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libfreebl3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2.37.0 is empty, not checked.
    FULL install gnome log --force. gnome dont work .. ;/

  • [SOLVED] /sbin/ldconfig: File /usr/lib/libhd.so is empty, not checked.

    I am getting very weird behaviour. For some reason, my kernel got wiped out. Luckily, I got it back.
    But some things are just not right. Firefox doesn't work at all, no idea why. There is absolutely no terminal output.
    When trying to re-install it, I get this messages in pacman
    /sbin/ldconfig: File /usr/lib/libhd.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libhd.so.16.0 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libhd.so.16 is empty, not checked.
    But those files are not owned by any package? What's that all about?
    Last edited by foolosophy (2009-06-05 15:00:27)

    I tried with ldconfig but nothing changed. I still get the same error. Any other suggestion?
    After you find out what package owns that file, try to reinstall it. Another problem could be a filesystem corruption (software or hardware).
    I had already tried with pacman -Qo, but no package owns those files.
    It probably is a filesystem corruption. I had my /boot partition unmounted when pacman updated kernel26 and kernel-headers, and it crashed while creating the new image with mkinitcpio, so I had to shutdown horribly. I lost also many of my KDE configs, but that's no biggie.
    Still... what can I do about those files?
    Last edited by foolosophy (2009-06-05 14:46:25)

  • Ldconfig: File /usr/lib/libX.so is empty, not checked.

    Heyho,
    everytime I install something with pacman, it says following after installing successfully (at least i guess, everything works fine)
    ldconfig: File /usr/lib/librdf.so is empty, not checked.
    ldconfig: File /usr/lib/libgraphite.so.3 is empty, not checked.
    ldconfig: File /usr/lib/libraptor.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libgsf-1.so.114.0.20 is empty, not checked.
    ldconfig: File /usr/lib/libwpd-0.9.so.9.0.1 is empty, not checked.
    ldconfig: File /usr/lib/libgsf-1.so is empty, not checked.
    ldconfig: File /usr/lib/librasqal.so is empty, not checked.
    ldconfig: File /usr/lib/liblpsolve55.so is empty, not checked.
    ldconfig: File /usr/lib/libwpd-stream-0.9.so is empty, not checked.
    ldconfig: File /usr/lib/libraptor.so is empty, not checked.
    ldconfig: File /usr/lib/libgsf-1.so.114 is empty, not checked.
    ldconfig: File /usr/lib/libwpd-0.9.so is empty, not checked.
    ldconfig: File /usr/lib/librdf.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libhyphen.so is empty, not checked.
    ldconfig: File /usr/lib/librdf.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/librasqal.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libwpd-0.9.so.9 is empty, not checked.
    ldconfig: File /usr/lib/libwpd-stream-0.9.so.9.0.1 is empty, not checked.
    ldconfig: File /usr/lib/libhyphen.so.0.2.0 is empty, not checked.
    ldconfig: File /usr/lib/libgraphite.so is empty, not checked.
    ldconfig: File /usr/lib/librasqal.so.2.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libhyphen.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libwpd-stream-0.9.so.9 is empty, not checked.
    ldconfig: File /usr/lib/libraptor.so.1.2.0 is empty, not checked.
    ldconfig: File /usr/lib/libgraphite.so.3.0.0 is empty, not checked.
    How do I fix this?

    I believe this might be your answer?

Maybe you are looking for