Summary: | samba 3.0.22 fails to compile with a segfault | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Schweikle <tps> |
Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WORKSFORME | ||
Severity: | critical | CC: | tps |
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Thomas Schweikle
2006-06-12 11:01:00 UTC
The error is reproducible. I am not sure if it is related to gcc
> gcc (GCC) 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
> Copyright (C) 2006 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
or samba.
The error is not samba related! Merging samba alone, using "emerge samba" it compiles. If trying the same in a chain "emerge -uavDN world" it does not compile. Instead gcc dumps core. Looks like there is something wrong with portage. I suggest it being some old shared libs hanging arround in memory. I have tried it three times, everytime gcc dumping core at exact the same point. Then compiling again, this time using: "emerge samba > ~/samba.log 2>&1" it did compile (without rebooting or something else --- looks like gcc dumping core because of some problems printing to console?! |