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: Dmitrii Pasechnik
Subject: Re: Strange errors regarding function '__alloca' on a Debian buster/sid i686 system
Date: Mon, 2 Apr 2018 18:00:16 +0100
User-agent: Mutt/1.9.1 (2017-09-22)

On Mon, Apr 02, 2018 at 10:44:53AM -0400, Dennis Clarke wrote:
> On 02/04/18 10:21 AM, Dmitrii Pasechnik wrote:
> > I just wonder whether this is a relatively common case of an updated
> > make dependence, which is incompatible on the binary level (e.g. due to
> > wrong minor version number).
> > E.g. if your make has guile extension enabled, it is easy to shoot
> > yourself in the foot by hacking on one of libguile dependencies...
> > 
> 
> 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.

> 
> Also, not sure how to check for whatever it is you suggest.
> 
> address@hidden:~# which make
> /usr/bin/make
> address@hidden:~# file /usr/bin/make
> /usr/bin/make: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV),
> dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32,
> BuildID[sha1]=fcdb8756a78eb97afc306cc2c6acce391bfafbc3, stripped
> address@hidden:~#

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)

Best,
Dima

> 
> Dennis
> 
> 
> _______________________________________________
> Bug-make mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-make



reply via email to

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