Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6560 - sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild fails to compile on PPC
Summary: sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild fails to compile on PPC
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Chad Huneycutt (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-15 21:40 UTC by rt_clik
Modified: 2006-02-04 06:03 UTC (History)
2 users (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 rt_clik 2002-08-15 21:40:26 UTC
emerge -u pcmcia-cs on most recent rsync chokes and dies here:

cc -O2 -pipe -mmultiple -mstring   cardmgr.o yacc_config.o lex_config.o   -o cardmgr
cardinfo.c: In function `main':
cardinfo.c:484: warning: passing arg 1 of `fl_initialize' from incompatible
pointer type
cardinfo.c:484: warning: passing arg 2 of `fl_initialize' from incompatible
pointer type
cardinfo.c:484: warning: passing arg 5 of `fl_initialize' makes integer from
pointer without a cast
cardinfo.c:484: too many arguments to function `fl_initialize'
cardinfo.c:518: warning: implicit declaration of function
`fl_set_browser_leftslider'
make[1]: *** [cardinfo.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/pcmcia-cs-3.1.34-r8/work/pcmcia-cs-3.1.34/cardmgr'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 43, Exitcode 2
!!! failed compiling

!!! emerge aborting on  /usr/portage/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild .

Suggestions on getting it to work welcome, but in the mean time we might want to
mask it for PPC.

Thanks.

CW
Comment 1 Mark Guertin 2002-08-15 23:14:04 UTC
Chip: are you using USE="wavelan" ?  I just rebuilt ok on gcc 3.2 PPC (1.4 
beta), don't have a 2.95.3 machine setup to test on there ATm tho :( 
 
 
Comment 2 Mark Guertin 2002-08-21 10:32:54 UTC
This seems to have been a problem with the user's system

Chip: can you comment on this? no one else has reported problems and I'd like to
close this bug :)
Comment 3 rt_clik 2002-08-21 22:38:51 UTC
I'm now convinced the problem is with some other package (perhaps gcc) on my
machine, as the issue followed me to other versions of the pcmcia-cs package
after I unmerged the version I had installed. All the versions of pcmcia-cs
began failing in the build of cardinfo at the same place... Sadly, I agree this
should be closed as INVALID, as it appears to be specific to me and my machine.

Sorry for the trouble.

CW