bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange errors regarding function '__alloca' on a Debian buster/sid


From: Dennis Clarke
Subject: Re: Strange errors regarding function '__alloca' on a Debian buster/sid i686 system
Date: Mon, 2 Apr 2018 13:27:52 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0


you went offlist .. let's not.
OK, I just was on a phone client that does not know my "real" email address,
used by the list, sorry.


no biggie .. it happens.


I meant to suggest to have a look at the output of ldd, to see
if there is anything weird there. E.g. I have (on the latest Fedora):

$ ldd `which make`
/usr/bin/make:
         linux-vdso.so.1 (0x00007fff2dcbc000)
         libguile-2.0.so.22 => /lib64/libguile-2.0.so.22 (0x00007f7cc7d00000)
         libgc.so.1 => /lib64/libgc.so.1 (0x00007f7cc79a4000)
         libdl.so.2 => /lib64/libdl.so.2 (0x00007f7cc77a0000)
         libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f7cc7581000)
         libc.so.6 => /lib64/libc.so.6 (0x00007f7cc71ac000)
         libffi.so.6 => /lib64/libffi.so.6 (0x00007f7cc6fa4000)
         libunistring.so.2 => /lib64/libunistring.so.2 (0x00007f7cc6c32000)
         libgmp.so.10 => /lib64/libgmp.so.10 (0x00007f7cc69bb000)
         libltdl.so.7 => /lib64/libltdl.so.7 (0x00007f7cc67b1000)
         libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f7cc657b000)
         libm.so.6 => /lib64/libm.so.6 (0x00007f7cc6265000)
         /lib64/ld-linux-x86-64.so.2 (0x00007f7cc82c8000)
         libatomic_ops.so.1 => /lib64/libatomic_ops.so.1 (0x00007f7cc6062000)
         libfreebl3.so => /lib64/libfreebl3.so (0x00007f7cc5e5f000)


That looks bonkers to me ... Red Hat ? Nope .. even on a RHEL 7.4 system I have :

-bash-4.2$ which make
/bin/make
-bash-4.2$ ldd /bin/make
        linux-vdso.so.1 =>  (0x00007fff205fd000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fd570f20000)
        /lib64/ld-linux-x86-64.so.2 (0x0000562392bba000)
-bash-4.2$
-bash-4.2$ uname -r
3.10.0-693.17.1.el7.x86_64
-bash-4.2$


Here on the debian sid i686 unit I have :

debi686$ which make
/usr/bin/make
debi686$ ldd /usr/bin/make
        linux-gate.so.1 (0xb7f2f000)
        libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb7edf000)
        libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7d06000)
        /lib/ld-linux.so.2 (0xb7f31000)


So no bonkers dependencies.

Dennis



reply via email to

[Prev in Thread] Current Thread [Next in Thread]