Re: [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"

2018-02-12 Thread tuxic
On 02/12 11:31, Joerg Schilling wrote:
>  wrote:
> 
> > On 02/09 10:02, Andreas K. Huettel wrote:
> > > Am Sonntag, 4. Februar 2018, 15:03:28 CET schrieb tu...@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:jo...@schily.net(home) Jörg Schilling D-13353 
> Berlin
> joerg.schill...@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





Re: [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"

2018-02-12 Thread Joerg Schilling
 wrote:

> On 02/09 10:02, Andreas K. Huettel wrote:
> > Am Sonntag, 4. Februar 2018, 15:03:28 CET schrieb tu...@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:jo...@schily.net(home) Jörg Schilling D-13353 Berlin
joerg.schill...@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
 URL: http://cdrecord.org/private/ http://sf.net/projects/schilytools/files/'



Re: [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"

2018-02-10 Thread Andreas K. Huettel
Am Samstag, 10. Februar 2018, 03:39:04 CET schrieb tu...@posteo.de:
>
> > What's your sys-libs/glibc ?!
> 
> [I] sys-libs/glibc
> Installed versions:  (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 , the commit or precise date/time).

[Just for the record, running glibc- on your main system is in my opinion 
crazy. And I package that thing.]

-- 
Andreas K. Hüttel
dilfri...@gentoo.org
Gentoo Linux developer
(council, toolchain, perl, libreoffice, comrel)

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"

2018-02-09 Thread tuxic
On 02/09 10:02, Andreas K. Huettel wrote:
> Am Sonntag, 4. Februar 2018, 15:03:28 CET schrieb tu...@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
> dilfri...@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 (**)^s
   {audit caps compile-locales debug doc gd hardened headers-only multilib 
nscd profile +rpc selinux suid systemtap vanilla}
 Installed versions:  (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



Re: [gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"

2018-02-09 Thread Andreas K. Huettel
Am Sonntag, 4. Februar 2018, 15:03:28 CET schrieb tu...@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
dilfri...@gentoo.org
Gentoo Linux developer
(council, toolchain, perl, libreoffice, comrel)

signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Failed builds of kbuild and cdrdao with "undefined reference to `__alloca'"

2018-02-04 Thread tuxic
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