This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/14905] New: error while loading shared libraries: __vdso_time: invalid mode for dlopen():


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

             Bug #: 14905
           Summary: error while loading shared libraries: __vdso_time:
                    invalid mode for dlopen():
           Product: glibc
           Version: 2.16
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
        AssignedTo: unassigned@sourceware.org
        ReportedBy: kandel3@illinois.edu
    Classification: Unclassified


Background
I am working on an abandoned shared cluster where I don't have administrator
privileges. I need to build gcc for 

Problem
glibc builds without problems, but I can't simple parts of core-utilities, such
as ls. If there is an incompatibility it should be made explicit (and the build
should fail). Is there some sanity checking for __vdso_time that could happen
during the configuration?

-bash-4.0$ ls
ls: error while loading shared libraries: __vdso_time: invalid mode for
dlopen(): Invalid argument

Steps taken
I have tried to build core utilities and bintools with a newer local compiler
(4.6.2) but receive a similar error. 

Info about system
-bash-4.0$ gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
--enable-bootstrap --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-gnu-unique-object
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --enable-plugin
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.4 20100630 (Red Hat 4.4.4-10) (GCC) 
-bash-4.0$ uname -r
2.6.32.26-175.fc12.x86_64

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]