Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30044 - ispell 3.2.06-r5 emerge fails
Summary: ispell 3.2.06-r5 emerge fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandy Westcott (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-30 22:49 UTC by Gregory P. Smith
Modified: 2003-10-01 23:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gregory P. Smith 2003-09-30 22:49:29 UTC
gcc -O   -c -o ../../buildhash.o ../../buildhash.c
gcc   ../../buildhash.o   -o ../../buildhash
../../buildhash.o(.text+0x96): In function `main':
: undefined reference to `yyopen'
../../buildhash.o(.text+0xa8): In function `main':
: undefined reference to `yyinit'
../../buildhash.o(.text+0xad): In function `main':
: undefined reference to `yyparse'
../../buildhash.o(.text+0xb8a): In function `readdict':
: undefined reference to `makedent'
../../buildhash.o(.text+0xba5): In function `readdict':
: undefined reference to `strtosichar'
../../buildhash.o(.text+0xbb7): In function `readdict':
: undefined reference to `hash'
../../buildhash.o(.text+0xc07): In function `readdict':
: undefined reference to `chupcase'
../../buildhash.o(.text+0xc4d): In function `readdict':
: undefined reference to `combinecaps'
../../buildhash.o(.text+0xce8): In function `readdict':
: undefined reference to `addvheader'
../../buildhash.o(.text+0xe88): In function `newcount':
: undefined reference to `strtoichar'
../../buildhash.o(.text+0xec3): In function `newcount':
: undefined reference to `whatcap'
../../buildhash.o(.text+0xedc): In function `newcount':
: undefined reference to `upcase'
../../buildhash.o(.text+0xef4): In function `newcount':
: undefined reference to `icharcmp'
../../buildhash.o(.text+0xfe4): In function `newcount':
: undefined reference to `icharcpy'
collect2: ld returned 1 exit status
make[3]: *** [../../buildhash] Error 1
make[3]: Leaving directory
`/var/tmp/portage/ispell-3.2.06-r5/work/ispell-3.2.06/languages/american'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/var/tmp/portage/ispell-3.2.06-r5/work/ispell-3.2.06/languages/american'
+ exit 1
make[1]: *** [language-subdirs] Error 1
make[1]: Leaving directory `/var/tmp/portage/ispell-3.2.06-r5/work/ispell-3.2.06'
make: *** [all-languages] Error 2

!!! ERROR: app-text/ispell-3.2.06-r5 failed.
!!! Function src_compile, Line 38, Exitcode 2
!!! (no error message)



Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
.

Expected Results:  
success

.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-10-01 18:37:13 UTC
assigning to brandy coz she's leet

Brandy, can you move it to stable x86 as well, please?
Comment 2 Brandy Westcott (RETIRED) gentoo-dev 2003-10-01 22:27:03 UTC
Gregory, can you provide us with the full output from the compile as a
plain text attachment, along with the output from 'emerge --info'

The compile is failing when linking the buildhash binary whilst in the
languages/american directory. This is very strange; the buildhash binary
should have already been created right back towards the start of the
compile process.
Comment 3 Gregory P. Smith 2003-10-01 23:34:39 UTC
Hmm.  when i tried the emerge again today it succeeded.  the only thing thats
changed between then and now is that i noticed make give a timestamps in
the future warning so I fixed my /etc/conf.d/ntpd to run ntpdate properly
on startup.  this is a diskless system.  previously the clock was 20-30 seconds
off from the nfs server's clock.  that probably what caused the problem.

closing.