All,
tdegames built with -J4 for a long time producing 400K plus of build output only to crash:
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fpermissive -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/include/tqt -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -L/opt/trinity/lib -L/opt/tqt3/lib -no-undefined -version-info 3:0:2 -Wl,-O1,--sort-common,--as-needed,-z,relro -o libkolf.la -rpath /opt/trinity/lib kolf.lo game.lo canvasitem.lo ball.lo newgame.lo config.lo scoreboard.lo editor.lo pluginloader.lo object.lo vector.lo printdialogpage.lo kcomboboxdialog.lo kvolumecontrol.lo floater.lo slope.lo ../libtdegames/libtdegames.la -ltdeprint -ltdeio -lartskde -lsoundserver_idl -ltdefx -lartsmodules libtool: link: warning: `/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libtqt.la' seems to be moved libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/crtbeginS.o .libs/kolf.o .libs/game.o .libs/canvasitem.o .libs/ball.o .libs/newgame.o .libs/config.o .libs/scoreboard.o .libs/editor.o .libs/pluginloader.o .libs/object.o .libs/vector.o .libs/printdialogpage.o .libs/kcomboboxdialog.o .libs/kvolumecontrol.o .libs/floater.o .libs/slope.o -Wl,-rpath -Wl,/build/tde-tdegames/src/tdegames/libtdegames/.libs -L/opt/trinity/lib -L/opt/tqt3/lib ../libtdegames/.libs/libtdegames.so -L/usr/lib/mysql -L/usr/X11R6/lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib /opt/trinity/lib/libtdednssd.so /opt/tqt3/lib/libtqt-mt.so -luuid -lpq -lmysqlclient -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -ldl -lpng -lz -lXext -lX11 -lSM -lICE /usr/lib/libtqt.so -lpthread /opt/trinity/lib/libtdecore.so /opt/trinity/lib/libtdeui.so /opt/trinity/lib/libtdeprint.so /opt/trinity/lib/libtdeio.so /opt/trinity/lib/libartskde.so /opt/trinity/lib/libsoundserver_idl.so /opt/trinity/lib/libtdefx.so -lartsmodules -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2 -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/crtn.o -march=x86-64 -mtune=generic -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,libkolf.so.1 -o .libs/libkolf.so.1.2.0 /usr/bin/ld: cannot find -lartsmodules collect2: error: ld returned 1 exit status Makefile:750: recipe for target 'libkolf.la' failed make[3]: *** [libkolf.la] Error 1 make[3]: Leaving directory '/build/tde-tdegames/src/tdegames/kolf' Makefile:964: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/build/tde-tdegames/src/tdegames/kolf' Makefile:587: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/build/tde-tdegames/src/tdegames' Makefile:503: recipe for target 'all' failed make: *** [all] Error 2
I don't know what this wants.... I don't have a library named libartsmodules as part of the arts package.
Dne út 21. ledna 2014 David C. Rankin napsal(a):
All,
tdegames built with -J4 for a long time producing 400K plus of build output only to crash:
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fpermissive -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/include/tqt -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -L/opt/trinity/lib -L/opt/tqt3/lib -no-undefined -version-info 3:0:2 -Wl,-O1,--sort-common,--as-needed,-z,relro -o libkolf.la -rpath /opt/trinity/lib kolf.lo game.lo canvasitem.lo ball.lo newgame.lo config.lo scoreboard.lo editor.lo pluginloader.lo object.lo vector.lo printdialogpage.lo kcomboboxdialog.lo kvolumecontrol.lo floater.lo slope.lo ../libtdegames/libtdegames.la -ltdeprint -ltdeio -lartskde -lsoundserver_idl -ltdefx -lartsmodules libtool: link: warning: `/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libtqt.la' seems to be moved libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/crtbeginS.o .libs/kolf.o .libs/game.o .libs/canvasitem.o .libs/ball.o .libs/newgame.o .libs/config.o .libs/scoreboard.o .libs/editor.o .libs/pluginloader.o .libs/object.o .libs/vector.o .libs/printdialogpage.o .libs/kcomboboxdialog.o .libs/kvolumecontrol.o .libs/floater.o .libs/slope.o -Wl,-rpath -Wl,/build/tde-tdegames/src/tdegames/libtdegames/.libs -L/opt/trinity/lib -L/opt/tqt3/lib ../libtdegames/.libs/libtdegames.so -L/usr/lib/mysql -L/usr/X11R6/lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib /opt/trinity/lib/libtdednssd.so /opt/tqt3/lib/libtqt-mt.so -luuid -lpq -lmysqlclient -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -ldl -lpng -lz -lXext -lX11 -lSM -lICE /usr/lib/libtqt.so -lpthread /opt/trinity/lib/libtdecore.so /opt/trinity/lib/libtdeui.so /opt/trinity/lib/libtdeprint.so /opt/trinity/lib/libtdeio.so /opt/trinity/lib/libartskde.so /opt/trinity/lib/libsoundserver_idl.so /opt/trinity/lib/libtdefx.so -lartsmodules -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2 -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/crtn.o -march=x86-64 -mtune=generic -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,libkolf.so.1 -o .libs/libkolf.so.1.2.0 /usr/bin/ld: cannot find -lartsmodules collect2: error: ld returned 1 exit status Makefile:750: recipe for target 'libkolf.la' failed make[3]: *** [libkolf.la] Error 1 make[3]: Leaving directory '/build/tde-tdegames/src/tdegames/kolf' Makefile:964: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/build/tde-tdegames/src/tdegames/kolf' Makefile:587: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/build/tde-tdegames/src/tdegames' Makefile:503: recipe for target 'all' failed make: *** [all] Error 2
I don't know what this wants.... I don't have a library named libartsmodules as part of the arts package.
libartsmodules are not part of arts, but tdemultimedia. You need to build tdemultimedia prior to tdegames.
Slavek --
On 01/21/2014 11:16 AM, Slávek Banko wrote:
I don't know what this wants.... I don't have a library named libartsmodules as part of the arts package.
libartsmodules are not part of arts, but tdemultimedia. You need to build tdemultimedia prior to tdegames.
Slavek
Hmmm.. That's what I was doing... Here is the build order I use:
tbo=("dependencies/$useqt" 'dependencies/tqtinterface' 'dependencies/arts' 'dependencies/dbus-tqt' 'dependencies/dbus-1-tqt' 'dependencies/tqca-tls' 'dependencies/libart-lgpl' 'dependencies/avahi-tqt' 'dependencies/libcaldav' 'dependencies/libcarddav' 'dependencies/sip4-tqt' #10 'dependencies/python-tqt' 'tdelibs' 'tdebase' 'libraries/libksquirrel' 'libraries/libkdcraw' 'libraries/libkexiv2' 'libraries/libkipi' 'libraries/kipi-plugins' 'libraries/mlt' 'libraries/mlt++' #20 'tdebindings' 'tdeaccessibility' 'tdeutils' 'tdemultimedia' 'tdenetwork' 'tdeadmin' 'tdeartwork' 'tdegames' 'tdetoys' 'tdeedu' #30 'tdegraphics' 'tdevelop' 'tdeaddons' 'tdepim' 'tdewebdev' 'applications/abakus' 'applications/amarok'
tdemultimedia did build and is now installed:
tde-tdemultimedia-14.0.0-1-x86_64.pkg.tar.xz
tdegames fails at the same place:
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/crtbeginS.o .libs/kolf.o .libs/game.o .libs/canvasitem.o .libs/ball.o .libs/newgame.o .libs/config.o .libs/scoreboard.o .libs/editor.o .libs/pluginloader.o .libs/object.o .libs/vector.o .libs/printdialogpage.o .libs/kcomboboxdialog.o .libs/kvolumecontrol.o .libs/floater.o .libs/slope.o -Wl,-rpath -Wl,/build/tde-tdegames/src/tdegames/libtdegames/.libs -L/opt/trinity/lib -L/opt/tqt3/lib ../libtdegames/.libs/libtdegames.so -L/usr/lib/mysql -L/usr/X11R6/lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib /opt/trinity/lib/libtdednssd.so /opt/tqt3/lib/libtqt-mt.so -luuid -lpq -lmysqlclient -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -ldl -lpng -lz -lXext -lX11 -lSM -lICE /usr/lib/libtqt.so -lpthread /opt/trinity/lib/libtdecore.so /opt/trinity/lib/libtdeui.so /opt/trinity/lib/libtdeprint.so /opt/trinity/lib/libtdeio.so /opt/trinity/lib/libartskde.so /opt/trinity/lib/libsoundserver_idl.so /opt/trinity/lib/libtdefx.so -lartsmodules -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2 -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/crtn.o -march=x86-64 -mtune=generic -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,libkolf.so.1 -o .libs/libkolf.so.1.2.0 /usr/bin/ld: cannot find -lartsmodules collect2: error: ld returned 1 exit status Makefile:750: recipe for target 'libkolf.la' failed make[3]: *** [libkolf.la] Error 1
Dunno. I'll dig more later, if you have other advise, let me know. I started a build last night and these are the packages that built on arch (nohal):
tde-abakus-14.0.0-1-x86_64.pkg.tar.xz tde-arts-14.0.0-1-x86_64.pkg.tar.xz tde-avahi-tqt-14.0.0-1-x86_64.pkg.tar.xz tde-basket-1.0.3-1-x86_64.pkg.tar.xz tde-dbus-1-tqt-14.0.0-1-x86_64.pkg.tar.xz tde-dbus-tqt-14.0.0-1-x86_64.pkg.tar.xz tde-dolphin-14.0.0-1-x86_64.pkg.tar.xz tde-filelight-14.0.0-1-x86_64.pkg.tar.xz tde-gtk-qt-engine-14.0.0-1-x86_64.pkg.tar.xz tde-gwenview-14.0.0-1-x86_64.pkg.tar.xz tde-katapult-14.0.0-1-x86_64.pkg.tar.xz tde-kbarcode-14.0.0-1-x86_64.pkg.tar.xz tde-kbfx-14.0.0-1-x86_64.pkg.tar.xz tde-kbookreader-14.0.0-1-x86_64.pkg.tar.xz tde-kdiff3-14.0.0-1-x86_64.pkg.tar.xz tde-kdirstat-14.0.0-1-x86_64.pkg.tar.xz tde-kgtk-qt3-14.0.0-1-x86_64.pkg.tar.xz tde-kima-14.0.0-1-x86_64.pkg.tar.xz tde-kipi-plugins-14.0.0-1-x86_64.pkg.tar.xz tde-knetload-14.0.0-1-x86_64.pkg.tar.xz tde-knetstats-14.0.0-1-x86_64.pkg.tar.xz tde-knutclient-14.0.0-1-x86_64.pkg.tar.xz tde-koffice-14.0.0-1-x86_64.pkg.tar.xz tde-konversation-14.0.0-1-x86_64.pkg.tar.xz tde-krename-14.0.0-1-x86_64.pkg.tar.xz tde-krusader-14.0.0-1-x86_64.pkg.tar.xz tde-ksplash-engine-moodin-14.0.0-1-x86_64.pkg.tar.xz tde-libart-lgpl-14.0.0-1-x86_64.pkg.tar.xz tde-libcaldav-14.0.0-1-x86_64.pkg.tar.xz tde-libcarddav-14.0.0-1-x86_64.pkg.tar.xz tde-libkdcraw-14.0.0-1-x86_64.pkg.tar.xz tde-libkexiv2-14.0.0-1-x86_64.pkg.tar.xz tde-libkipi-14.0.0-1-x86_64.pkg.tar.xz tde-libksquirrel-14.0.0-1-x86_64.pkg.tar.xz tde-python-tqt-14.0.0-1-x86_64.pkg.tar.xz tde-rosegarden-14.0.0-1-x86_64.pkg.tar.xz tde-sip-14.0.0-1-x86_64.pkg.tar.xz tde-sip4-tqt-14.0.0-1-x86_64.pkg.tar.xz tde-soundkonverter-14.0.0-1-x86_64.pkg.tar.xz tde-tde-style-qtcurve-14.0.0-1-x86_64.pkg.tar.xz tde-tdeaccessibility-14.0.0-1-x86_64.pkg.tar.xz tde-tdeaddons-14.0.0-1-x86_64.pkg.tar.xz tde-tdeadmin-14.0.0-1-x86_64.pkg.tar.xz tde-tdeartwork-14.0.0-1-x86_64.pkg.tar.xz tde-tdebase-14.0.0-1-x86_64.pkg.tar.xz tde-tdeedu-14.0.0-1-x86_64.pkg.tar.xz tde-tdegraphics-14.0.0-1-x86_64.pkg.tar.xz tde-tdeio-locate-14.0.0-1-x86_64.pkg.tar.xz tde-tdelibs-14.0.0-1-x86_64.pkg.tar.xz tde-tdemultimedia-14.0.0-1-x86_64.pkg.tar.xz tde-tdenetwork-14.0.0-1-x86_64.pkg.tar.xz tde-tdepowersave-14.0.0-1-x86_64.pkg.tar.xz tde-tdesdk-14.0.0-1-x86_64.pkg.tar.xz tde-tdesvn-14.0.0-1-x86_64.pkg.tar.xz tde-tdetoys-14.0.0-1-x86_64.pkg.tar.xz tde-tdeutils-14.0.0-1-x86_64.pkg.tar.xz tde-tqca-tls-14.0.0-1-x86_64.pkg.tar.xz tde-tqt3-14.0.0-1-x86_64.pkg.tar.xz tde-tqt3-docs-14.0.0-1-x86_64.pkg.tar.xz tde-tqtinterface-14.0.0-1-x86_64.pkg.tar.xz tde-twin-style-crystal-14.0.0-1-x86_64.pkg.tar.xz tde-wlassistant-14.0.0-1-x86_64.pkg.tar.xz tde-yakuake-14.0.0-1-x86_64.pkg.tar.xz
Dne út 21. ledna 2014 David C. Rankin napsal(a):
tdemultimedia did build and is now installed:
tde-tdemultimedia-14.0.0-1-x86_64.pkg.tar.xz
You build tdemultimedia using automake or cmake? For tdemultimedia is cmake build unfinished => unsuitable for use.
Slavek --
On 01/21/2014 12:19 PM, Slávek Banko wrote:
Dne út 21. ledna 2014 David C. Rankin napsal(a):
tdemultimedia did build and is now installed:
tde-tdemultimedia-14.0.0-1-x86_64.pkg.tar.xz
You build tdemultimedia using automake or cmake? For tdemultimedia is cmake build unfinished => unsuitable for use.
Ooooooh.... That may be the issue..... I was building tdemultimedia with:
build() { msg "Setting PATH, CMAKE and Trinity Environment variables" # Source the QT and TDE profile [ "$QTDIR" = "" ] && . /etc/profile.d/tqt3.sh [ "$TDEDIR" = "" ] && . /etc/profile.d/trinity.sh
cd $srcdir msg "Creating out-of-source build directory: ${srcdir}/build" mkdir -p build cd build
msg "Starting cmake..." cmake ${srcdir}/${pkgname#*-} \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX=$TDEDIR \ -DBUILD_ALL=ON
msg "Building - ${pkgname#*-}..." make $NUMJOBS }
I'll rework it and use autotools.... Thanks!
On 01/21/2014 05:23 PM, David C. Rankin wrote:
On 01/21/2014 12:19 PM, Slávek Banko wrote:
Dne út 21. ledna 2014 David C. Rankin napsal(a):
tdemultimedia did build and is now installed:
tde-tdemultimedia-14.0.0-1-x86_64.pkg.tar.xz
You build tdemultimedia using automake or cmake? For tdemultimedia is cmake build unfinished => unsuitable for use.
Ooooooh.... That may be the issue..... I was building tdemultimedia with:
build() { msg "Setting PATH, CMAKE and Trinity Environment variables" # Source the QT and TDE profile [ "$QTDIR" = "" ] && . /etc/profile.d/tqt3.sh [ "$TDEDIR" = "" ] && . /etc/profile.d/trinity.sh
cd $srcdir msg "Creating out-of-source build directory: ${srcdir}/build" mkdir -p build cd build
msg "Starting cmake..." cmake ${srcdir}/${pkgname#*-} \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX=$TDEDIR \ -DBUILD_ALL=ON
msg "Building - ${pkgname#*-}..." make $NUMJOBS }
I'll rework it and use autotools.... Thanks!
libtool build fails related to arts as well:
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/crtbeginS.o .libs/artsmodulessynth.o .libs/synth_xfade_impl.o .libs/synth_autopanner_impl.o .libs/synth_delay_impl.o .libs/synth_cdelay_impl.o .libs/synth_envelope_adsr_impl.o .libs/synth_pscale_impl.o .libs/synth_tremolo_impl.o .libs/synth_fx_cflanger_impl.o .libs/synth_compressor_impl.o .libs/synth_pitch_shift_impl.o .libs/synth_pitch_shift_fft_impl.o .libs/c_filter_stuff.o .libs/synth_shelve_cutoff_impl.o .libs/synth_brickwall_limiter_impl.o .libs/synth_std_equalizer_impl.o .libs/synth_rc_impl.o .libs/synth_moog_vcf_impl.o .libs/synth_atan_saturate_impl.o .libs/synth_fm_source_impl.o .libs/synth_wave_tri_impl.o .libs/synth_noise_impl.o .libs/synth_wave_softsaw_impl.o .libs/synth_wave_square_impl.o .libs/synth_wave_pulse_impl.o .libs/synth_osc_impl.o .libs/synth_play_pat_impl.o .libs/synth_capture_wav_impl.o .libs/synth_midi_test_impl.o .libs/synth_sequence_impl.o .libs/synth_sequence_freq_impl.o .libs/synth_midi_debug_impl.o .libs/objectcache_impl.o .libs/synth_nil_impl.o .libs/synth_debug_impl.o .libs/synth_data_impl.o .libs/synth_div_impl.o -Wl,-rpath -Wl,/build/tde-tdemultimedia/src/tdemultimedia/arts/runtime/.libs -Wl,-rpath -Wl,/build/tde-tdemultimedia/src/tdemultimedia/arts/midi/.libs -L/opt/trinity/lib -L/opt/tqt3/lib ../../../arts/runtime/.libs/libartsbuilder.so -ldl ../../../arts/midi/.libs/libartsmidi_idl.so /opt/trinity/lib/libartsflow.so -lartsgsl /opt/trinity/lib/libartsflow_idl.so /opt/trinity/lib/libmcop.so -lglib-2.0 -lasound -laudiofile -lvorbisfile -lvorbis -logg -lmad -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/crtn.o -O2 -march=x86-64 -mtune=generic -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,libartsmodulessynth.so.0 -o .libs/libartsmodulessynth.so.0.0.0 /usr/bin/ld: cannot find -lartsgsl collect2: error: ld returned 1 exit status Makefile:751: recipe for target 'libartsmodulessynth.la' failed make[4]: *** [libartsmodulessynth.la] Error 1
Oh, let me rebuild arts and see if that will work...
On 01/21/2014 07:36 PM, David C. Rankin wrote:
-Wl,-z -Wl,relro -Wl,-soname -Wl,libartsmodulessynth.so.0 -o .libs/libartsmodulessynth.so.0.0.0 /usr/bin/ld: cannot find -lartsgsl collect2: error: ld returned 1 exit status Makefile:751: recipe for target 'libartsmodulessynth.la' failed make[4]: *** [libartsmodulessynth.la] Error 1
Oh, let me rebuild arts and see if that will work...
That did it, rebuilding arts, tdemultimedia allowed tdegames to build without issue.
Beginning build of: tdegames - Jan 21 20:50:19 updating tde-tdegames/PKGBUILD updating PKGBUILD md5sum -> b3cf582cd6f82dbe2edf21e88387882b deleting build dir from prior build copying: /dat_f/tde/pbpkg/tde-tdegames /dat_e/tde/bld copying tdegames.tar.gz -> /dat_e/tde/bld/tde-tdegames moving existing package to pkgdir calling makepkg for - tde-tdegames 'make -j4' available for tdegames makepkg --> SUCCEEDED for tdegames at Jan 21 20:57:53 tdegames: build and package complete, copying to local repo repo-add: updating local repo installing: tde-tdegames-14.0.0-1-x86_64.pkg.tar.xz moving new package(s) to: /dat_e/tde/pkg/x86_64 Completed build of: tdegames - Jan 21 20:58:04 -- Build took: 0:7:45