| Summary: | Compile failure "undefined reference to 'myabort'" when compiling baselayout-1.9.4-r6 and others | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Mathias B, <mathiasb> |
| Component: | [OLD] baselayout | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Mathias B,
2005-03-15 23:56:02 UTC
Ok, the error seems to be changing everytime i compile:
>>> Source unpacked.
* Building utilities...
make: Entering directory `/var/tmp/portage/baselayout-1.9.4-r6/work/rc-scripts-1.4.16/src'
i586-pc-linux-gnu-gcc -O2 -mcpu=i586 -pipe -c -o consoletype.o consoletype.c
i586-pc-linux-gnu-gcc -o consoletype consoletype.o
i586-pc-linux-gnu-gcc -O2 -mcpu=i586 -pipe -c -o runscript.o runscript.c
i586-pc-linux-gnu-gcc -o runscript runscript.o -ldl
i586-pc-linux-gnu-gcc -o start-stop-daemon -O2 -mcpu=i586 -pipe -DHAVE_ERROR_H -DHAVE_TIOCNOTTY -DHAVE_SETSID start-stop-daemon.c
/var/tmp/portage/baselayout-1.9.4-r6/temp/ccEfpGlm.o(.text+0x439): In function `parse_schedule':
: undefined reference to `myabort'
/var/tmp/portage/baselayout-1.9.4-r6/temp/ccEfpGlm.o(.text+0xe56): In function `run_stop_schedule':
: undefined reference to `myabort'
collect2: ld returned 1 exit status
make: *** [start-stop-daemon] Error 1
make: Leaving directory `/var/tmp/portage/baselayout-1.9.4-r6/work/rc-scripts-1.4.16/src'
The file in temp is a different one every time...??
as you say, the problem isnt baselayout ... you should go into /var/tmp/portage/baselayout-1.9.4-r6/work/rc-scripts-1.4.16/src/ and run: gcc -E -O2 -mcpu=i586 -pipe -DHAVE_ERROR_H -DHAVE_TIOCNOTTY -DHAVE_SETSID start-stop-daemon.c -o start-stop-daemon.E then post start-stop-daemon.E as an attachment |