Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223563 - kde-base/noatun-3.5.9: fails to compile
Summary: kde-base/noatun-3.5.9: fails to compile
Status: RESOLVED DUPLICATE of bug 64615
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-25 14:48 UTC by Tom Bicer
Modified: 2008-05-27 03:10 UTC (History)
0 users

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 Tom Bicer 2008-05-25 14:48:25 UTC
updated portage tree, several kde components updated to version 3.5.9
emerge -DuNa world fails on kde-base/noatun-3.5.9

Reproducible: Always

Steps to Reproduce:
1. emerge -DuNa world
2. emerge noatun
3. CFLAGS="" LDFLAGS="" MAKEOPTS="-j1" emerge noatun

Actual Results:  
/bin/sh ../../../libtool --silent --tag=CXX --mode=link x86_64-pc-linux-gnu-g++  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -mtune=native -march=native -msse3 -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION   -Wl,-O1 -Wl,--as-needed -Wl,--enable-new-dtags -Wl,--hash-style=gnu -Wl,--sort-common -s -o libartsmodulessynth.la -rpath /usr/kde/3.5/lib64 -L/usr/kde/3.5/lib64 -L/usr/qt/3/lib64 -L/usr/lib64    -L/usr/kde/3.5/lib64 -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined artsmodulessynth.lo synth_xfade_impl.lo synth_autopanner_impl.lo synth_delay_impl.lo synth_cdelay_impl.lo synth_envelope_adsr_impl.lo synth_pscale_impl.lo synth_tremolo_impl.lo synth_fx_cflanger_impl.lo synth_compressor_impl.lo synth_pitch_shift_impl.lo synth_pitch_shift_fft_impl.lo c_filter_stuff.lo synth_shelve_cutoff_impl.lo synth_brickwall_limiter_impl.lo synth_std_equalizer_impl.lo synth_rc_impl.lo synth_moog_vcf_impl.lo synth_atan_saturate_impl.lo synth_fm_source_impl.lo synth_wave_tri_impl.lo synth_noise_impl.lo synth_wave_softsaw_impl.lo synth_wave_square_impl.lo synth_wave_pulse_impl.lo synth_osc_impl.lo synth_play_pat_impl.lo synth_capture_wav_impl.lo synth_midi_test_impl.lo synth_sequence_impl.lo synth_sequence_freq_impl.lo synth_midi_debug_impl.lo objectcache_impl.lo synth_nil_impl.lo synth_debug_impl.lo synth_data_impl.lo synth_div_impl.lo ../../../arts/runtime/libartsbuilder.la ../../../arts/midi/libartsmidi_idl.la -lartsflow -lartsflow_idl -lmcop
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.3/../../../../x86_64-pc-linux-gnu/bin/ld:.libs/artsmodulessynth.o: file format not recognized; treating as linker script
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.3/../../../../x86_64-pc-linux-gnu/bin/ld:.libs/artsmodulessynth.o:1: syntax error
collect2: ld returned 1 exit status
make[4]: *** [libartsmodulessynth.la] Error 1
make[4]: Leaving directory `/var/tmp/portage/kde-base/noatun-3.5.9/work/noatun-3.5.9/arts/modules/synth'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kde-base/noatun-3.5.9/work/noatun-3.5.9/arts/modules'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kde-base/noatun-3.5.9/work/noatun-3.5.9/arts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kde-base/noatun-3.5.9/work/noatun-3.5.9'
make: *** [all] Error 2
 *
 * ERROR: kde-base/noatun-3.5.9 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 4292:  Called kde-meta_src_compile
 *             environment, line 2944:  Called kde_src_compile
 *             environment, line 3109:  Called kde_src_compile 'src_compile'
 *             environment, line 3229:  Called kde_src_compile 'src_compile' 'all' 'myconf'
 *             environment, line 3225:  Called die
 * The specific snippet of code:
 *                   emake || die "died running emake, $FUNCNAME:make"
 *  The die message:
 *   died running emake, kde_src_compile:make



fixes compile failure: CXXFLAGS=""emerge noatun
Comment 1 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-05-27 03:10:31 UTC

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