* [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"
@ 2018-02-04 14:03 tuxic
2018-02-04 19:29 ` [gentoo-user] " Ian Zimmerman
2018-02-09 21:02 ` [gentoo-user] " Andreas K. Huettel
0 siblings, 2 replies; 7+ messages in thread
From: tuxic @ 2018-02-04 14:03 UTC (permalink / raw
To: Gentoo
Hi,
I still have the problem of failed builds due to an
'undefined reference to `__alloca''. I recompiled
gcc/glibc and I am using linux-4.15.1 (from kernel.org)
with linux-headers 4.15. .
Affected are (at least) cdrdao and kbuild.
For me "alloca" (memory allocation_) seems to be quite fundamental
and if this would really be not availlable I think a lot more
builds would fail...
I am using gcc (Gentoo 7.3.0 p1.0) 7.3.0. I recompiled glibc.
I did https://wiki.gentoo.org/wiki/Upgrading_GCC
What can cause this problem and how can I fix it?
Cheers
Meino
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"
2018-02-04 14:03 [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'" tuxic
@ 2018-02-04 19:29 ` Ian Zimmerman
2018-02-09 21:02 ` [gentoo-user] " Andreas K. Huettel
1 sibling, 0 replies; 7+ messages in thread
From: Ian Zimmerman @ 2018-02-04 19:29 UTC (permalink / raw
To: gentoo-user
On 2018-02-04 15:03, tuxic@posteo.de wrote:
> I still have the problem of failed builds due to an
> 'undefined reference to `__alloca''. I recompiled
> gcc/glibc and I am using linux-4.15.1 (from kernel.org)
> with linux-headers 4.15. .
>
> Affected are (at least) cdrdao and kbuild.
[...]
> I am using gcc (Gentoo 7.3.0 p1.0) 7.3.0. I recompiled glibc.
> I did https://wiki.gentoo.org/wiki/Upgrading_GCC
>
> What can cause this problem and how can I fix it?
To make progress against this, you'll have to look at the build logs, or
let others look at them.
Before doing that, I would try to build the affected packages outside of
portage, saving the output of "configure" and "make". If you also see
the problem that way, try with the stable gcc and compare logs.
BTW alloca() is a very peculiar way of allocating memory and only a few
packages use it, fortunately.
--
Please don't Cc: me privately on mailing lists and Usenet,
if you also post the followup to the list or newsgroup.
To reply privately _only_ on Usenet, fetch the TXT record for the domain.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"
2018-02-04 14:03 [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'" tuxic
2018-02-04 19:29 ` [gentoo-user] " Ian Zimmerman
@ 2018-02-09 21:02 ` Andreas K. Huettel
2018-02-10 2:39 ` tuxic
1 sibling, 1 reply; 7+ messages in thread
From: Andreas K. Huettel @ 2018-02-09 21:02 UTC (permalink / raw
To: Gentoo
[-- Attachment #1: Type: text/plain, Size: 482 bytes --]
Am Sonntag, 4. Februar 2018, 15:03:28 CET schrieb tuxic@posteo.de:
> Hi,
>
> I still have the problem of failed builds due to an
> 'undefined reference to `__alloca''. I recompiled
> gcc/glibc and I am using linux-4.15.1 (from kernel.org)
> with linux-headers 4.15. .
>
> Affected are (at least) cdrdao and kbuild.
>
What's your sys-libs/glibc ?!
--
Andreas K. Hüttel
dilfridge@gentoo.org
Gentoo Linux developer
(council, toolchain, perl, libreoffice, comrel)
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 981 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"
2018-02-09 21:02 ` [gentoo-user] " Andreas K. Huettel
@ 2018-02-10 2:39 ` tuxic
2018-02-10 22:07 ` Andreas K. Huettel
2018-02-12 10:31 ` Joerg Schilling
0 siblings, 2 replies; 7+ messages in thread
From: tuxic @ 2018-02-10 2:39 UTC (permalink / raw
To: gentoo-user
On 02/09 10:02, Andreas K. Huettel wrote:
> Am Sonntag, 4. Februar 2018, 15:03:28 CET schrieb tuxic@posteo.de:
> > Hi,
> >
> > I still have the problem of failed builds due to an
> > 'undefined reference to `__alloca''. I recompiled
> > gcc/glibc and I am using linux-4.15.1 (from kernel.org)
> > with linux-headers 4.15. .
> >
> > Affected are (at least) cdrdao and kbuild.
> >
>
> What's your sys-libs/glibc ?!
>
> --
> Andreas K. Hüttel
> dilfridge@gentoo.org
> Gentoo Linux developer
> (council, toolchain, perl, libreoffice, comrel)
[I] sys-libs/glibc
Available versions: (2.2) [M](~)2.18-r1^s [M]2.19-r1^s [M]2.20-r2^s [M]2.21-r2^s [M]2.22-r4^s [M]2.23-r4^s [M](~)2.24-r4^s 2.25-r9^s 2.25-r10^s (~)2.26-r5^s **2.26-r6^s **2.27-r1^s (**)9999^s
{audit caps compile-locales debug doc gd hardened headers-only multilib nscd profile +rpc selinux suid systemtap vanilla}
Installed versions: 9999(2.2)^s(09:54:43 AM 02/04/2018)(-audit -caps -compile-locales -debug -doc -gd -hardened -headers-only -multilib -nscd -profile -selinux -suid -systemtap -vanilla)
Homepage: https://www.gnu.org/software/libc/
Description: GNU libc C library
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"
2018-02-10 2:39 ` tuxic
@ 2018-02-10 22:07 ` Andreas K. Huettel
2018-02-12 10:31 ` Joerg Schilling
1 sibling, 0 replies; 7+ messages in thread
From: Andreas K. Huettel @ 2018-02-10 22:07 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 920 bytes --]
Am Samstag, 10. Februar 2018, 03:39:04 CET schrieb tuxic@posteo.de:
>
> > What's your sys-libs/glibc ?!
>
> [I] sys-libs/glibc
> Installed versions: 9999(2.2)^s(09:54:43 AM 02/04/2018)
Heh, guessed so. Welcome to the wonderful world of early testing.
It will take some time until the rest of Gentoo catches up with the changes in
glibc-2.27 (and later).
In the meantime I suggest you file bug reports (with Gentoo, and if there's no
newer upstream version yet, also with upstream). Patches will eventually
materialize.
Please always indicate clearly which version of glibc (i.e., either the
version, or in case of 9999, the commit or precise date/time).
[Just for the record, running glibc-9999 on your main system is in my opinion
crazy. And I package that thing.]
--
Andreas K. Hüttel
dilfridge@gentoo.org
Gentoo Linux developer
(council, toolchain, perl, libreoffice, comrel)
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 981 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"
2018-02-10 2:39 ` tuxic
2018-02-10 22:07 ` Andreas K. Huettel
@ 2018-02-12 10:31 ` Joerg Schilling
2018-02-13 4:23 ` tuxic
1 sibling, 1 reply; 7+ messages in thread
From: Joerg Schilling @ 2018-02-12 10:31 UTC (permalink / raw
To: gentoo-user
<tuxic@posteo.de> wrote:
> On 02/09 10:02, Andreas K. Huettel wrote:
> > Am Sonntag, 4. Februar 2018, 15:03:28 CET schrieb tuxic@posteo.de:
> > > Hi,
> > >
> > > I still have the problem of failed builds due to an
> > > 'undefined reference to `__alloca''. I recompiled
> > > gcc/glibc and I am using linux-4.15.1 (from kernel.org)
> > > with linux-headers 4.15. .
> > >
> > > Affected are (at least) cdrdao and kbuild.
> > >
> >
> > What's your sys-libs/glibc ?!
alloca() is usually handled by the compiler, so if there is sucvh a problem,
this may be a result of incorrect include files that do not match the compiler.
BTW: cdrdao is unmaintained since aprox. 10 years and did not get any change
since 8.5 years.
Jörg
--
EMail:joerg@schily.net (home) Jörg Schilling D-13353 Berlin
joerg.schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.org/private/ http://sf.net/projects/schilytools/files/'
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"
2018-02-12 10:31 ` Joerg Schilling
@ 2018-02-13 4:23 ` tuxic
0 siblings, 0 replies; 7+ messages in thread
From: tuxic @ 2018-02-13 4:23 UTC (permalink / raw
To: gentoo-user
On 02/12 11:31, Joerg Schilling wrote:
> <tuxic@posteo.de> wrote:
>
> > On 02/09 10:02, Andreas K. Huettel wrote:
> > > Am Sonntag, 4. Februar 2018, 15:03:28 CET schrieb tuxic@posteo.de:
> > > > Hi,
> > > >
> > > > I still have the problem of failed builds due to an
> > > > 'undefined reference to `__alloca''. I recompiled
> > > > gcc/glibc and I am using linux-4.15.1 (from kernel.org)
> > > > with linux-headers 4.15. .
> > > >
> > > > Affected are (at least) cdrdao and kbuild.
> > > >
> > >
> > > What's your sys-libs/glibc ?!
>
> alloca() is usually handled by the compiler, so if there is sucvh a problem,
> this may be a result of incorrect include files that do not match the compiler.
>
> BTW: cdrdao is unmaintained since aprox. 10 years and did not get any change
> since 8.5 years.
>
> Jörg
>
> --
> EMail:joerg@schily.net (home) Jörg Schilling D-13353 Berlin
> joerg.schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
> URL: http://cdrecord.org/private/ http://sf.net/projects/schilytools/files/'
>
Hi Jörg,
what do you recommend to replace cdrdao?
Meino
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-02-13 4:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-04 14:03 [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'" tuxic
2018-02-04 19:29 ` [gentoo-user] " Ian Zimmerman
2018-02-09 21:02 ` [gentoo-user] " Andreas K. Huettel
2018-02-10 2:39 ` tuxic
2018-02-10 22:07 ` Andreas K. Huettel
2018-02-12 10:31 ` Joerg Schilling
2018-02-13 4:23 ` tuxic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox