Bug 73103 - yahoo_fn.c doesn't compile under AMD64 architecture
Summary: yahoo_fn.c doesn't compile under AMD64 architecture
Status: RESOLVED DUPLICATE of bug 73027
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-21 06:18 UTC by placebo0x00
Modified: 2004-01-21 06:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description placebo0x00 2004-01-21 06:18:59 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    Gentoo Packages
Compiler:          gcc (GCC) 3.3.2 20031022 (Gentoo Linux 3.3.2-r2, propolice)
 
OS:          Linux

I'm building kde-3.2.0_rc1 on the AMD64 architecture using the Gentoo ebuilds. kde-3.2.0_beta2 to build and ran great, but kdenetwork-3.2.0_rc1 fails building kopete.

I masked out kdenetwork and the dependent packages, and everything else built fine, however.


/bin/sh ../../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H-I. -I. -I../../../..   -DQT_THREAD_SUPPORT  -D_REENTRANT  -ansi -W-Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes-Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -O3 -m64-pipe -fexpensive-optimizations -ffast-math -mfpmath=sse,387-Wformat-security -Wmissing-format-attribute  -c -o yahoo_fn.lo `test -f'yahoo_fn.c' || echo './'`yahoo_fn.c yahoo_fn.c:4191: warning: initializer element is not computable at loadtime yahoo_fn.c:4191: error: initializer element is not constant yahoo_fn.c:4191: error: (near initialization for`yahoo_fntable[1][1].arg1') yahoo_fn.c:4191: warning: missing initializer yahoo_fn.c:4191: warning: (near initialization for`yahoo_fntable[1][1].arg1') yahoo_fn.c:4191: error: initializer element is not constant yahoo_fn.c:4191: error: (near initialization for `yahoo_fntable[1][1]') yahoo_fn.c:4192: warning: initializer element is not computable at loadtime yahoo_fn.c:4192: error: initializer element is not constant 

... many many many lines later ... 

yahoo_fn.c:4570: warning: initializer element is not computable at loadtime yahoo_fn.c:4570: error: initializer element is not constant yahoo_fn.c:4570: error: (near initialization for`yahoo_fntable[4][92].arg1') yahoo_fn.c:4570: warning: missing initializer yahoo_fn.c:4570: warning: (near initialization for`yahoo_fntable[4][92].arg1') yahoo_fn.c:4570: error: initializer element is not constant yahoo_fn.c:4570: error: (near initialization for `yahoo_fntable[4][92]')yahoo_fn.c:4571: error: initializer element is not constant yahoo_fn.c:4571: error: (near initialization for `yahoo_fntable[4][93]')yahoo_fn.c:4572: error: initializer element is not constant yahoo_fn.c:4572: error: (near initialization for `yahoo_fntable[4][94]')yahoo_fn.c:4573: warning: initializer element is not computable at loadtime yahoo_fn.c:4573: error: initializer element is not constant yahoo_fn.c:4573: error: (near initialization for`yahoo_fntable[4][95].arg1') yahoo_fn.c:4573: warning: missing initializer yahoo_fn.c:4573: warning: (near initialization for`yahoo_fntable[4][95].arg1') yahoo_fn.c:4573: error: initializer element is not constant yahoo_fn.c:4573: error: (near initialization for `yahoo_fntable[4][95]')yahoo_fn.c:4573: error: initializer element is not constant yahoo_fn.c:4573: error: (near initialization for `yahoo_fntable[4]') yahoo_fn.c: In function `yahoo_xfrm': yahoo_fn.c:4601: warning: cast to pointer from integer of different sizeyahoo_fn.c:4606: warning: cast to pointer from integer of different sizemake[5]: *** [yahoo_fn.lo] Error 1 make[5]: Leaving directory`/var/tmp/portage/kdenetwork-3.2.0_rc1/work/kdenetwork-3.1.95/kopete/protocols/yahoo/libyahoo2' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory`/var/tmp/portage/kdenetwork-3.2.0_rc1/work/kdenetwork-3.1.95/kopete/protocols/yahoo' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory`/var/tmp/portage/kdenetwork-3.2.0_rc1/work/kdenetwork-3.1.95/kopete/protocols' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory`/var/tmp/portage/kdenetwork-3.2.0_rc1/work/kdenetwork-3.1.95/kopete' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory`/var/tmp/portage/kdenetwork-3.2.0_rc1/work/kdenetwork-3.1.95' make: *** [all] Error 2 !!! ERROR: kde-base/kdenetwork-3.2.0_rc1 failed. !!! Function kde_src_compile, Line 123, Exitcode 2 !!! died running emake, kde_src_compile:make
Comment 1 Matt Rogers 2004-01-21 06:40:57 UTC

*** This bug has been marked as a duplicate of 73027 ***