Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269641 - media-sound/qsynth-0.3.4 has parallel make issues in install phase
Summary: media-sound/qsynth-0.3.4 has parallel make issues in install phase
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-13 04:36 UTC by Jouni Rinne
Modified: 2011-11-13 15:07 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 Jouni Rinne 2009-05-13 04:36:17 UTC
I get the following error when trying to install qsynth-0.3.4:

<snip>

 * Running qmake on qsynth.pro ...                                        [ ok ]
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-sound/qsynth-0.3.4/work/qsynth-0.3.4 ...
make -j5 
make[1]: Entering directory `/var/tmp/portage/media-sound/qsynth-0.3.4/work/qsynth-0.3.4'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
Updating 'translations/qsynth_de.ts'...

    Found 394 source text(s) (0 new and 394 already existing)

/usr/bin/uic src/qsynthAboutForm.ui -o .ui/ui_qsynthAboutForm.h
/usr/bin/uic src/qsynthChannelsForm.ui -o .ui/ui_qsynthChannelsForm.h
Updating 'translations/qsynth_es.ts'...

Updating 'translations/qsynth_de.ts'...

    Found 394 source text(s) (0 new and 394 already existing)

    Found 394 source text(s) (0 new and 394 already existing)

Parse error at /var/tmp/portage/media-sound/qsynth-0.3.4/work/qsynth-0.3.4/translations/qsynth_de.ts:2041:4: Premature end of document.
Updating 'translations/qsynth_es.ts'...

Updating 'translations/qsynth_ru.ts'...

    Found 394 source text(s) (0 new and 394 already existing)

/usr/bin/uic src/qsynthMainForm.ui -o .ui/ui_qsynthMainForm.h
    Found 394 source text(s) (0 new and 394 already existing)

Parse error at /var/tmp/portage/media-sound/qsynth-0.3.4/work/qsynth-0.3.4/translations/qsynth_es.ts:1:0: Premature end of document.
Parse error at /var/tmp/portage/media-sound/qsynth-0.3.4/work/qsynth-0.3.4/translations/qsynth_ru.ts:1213:65: Premature end of document.
make: *** [translations/qsynth_ru.ts] Error 1
make: *** Waiting for unfinished jobs....
/usr/bin/uic src/qsynthMessagesForm.ui -o .ui/ui_qsynthMessagesForm.h
Updating 'translations/qsynth_ru.ts'...

/usr/bin/uic src/qsynthOptionsForm.ui -o .ui/ui_qsynthOptionsForm.h
    Found 394 source text(s) (0 new and 394 already existing)

/usr/bin/uic src/qsynthPresetForm.ui -o .ui/ui_qsynthPresetForm.h
/usr/bin/uic src/qsynthSetupForm.ui -o .ui/ui_qsynthSetupForm.h
make: *** [translations/qsynth_es.ts] Error 1

</snip>

and the build fails at the end:

x86_64-pc-linux-gnu-g++ -Wl,-O1 -L/usr/lib64/qt4 -o qsynth .obj/main.o .obj/qsynthEngine.o .obj/qsynthChannels.o .obj/qsynthKnob.o .obj/qsynthMeter.o .obj/qsynthSetup.o .obj/qsynthOptions.o .obj/qsynthSystemTray.o .obj/qsynthTabBar.o .obj/qsynthAboutForm.o .obj/qsynthChannelsForm.o .obj/qsynthMainForm.o .obj/qsynthMessagesForm.o .obj/qsynthOptionsForm.o .obj/qsynthPresetForm.o .obj/qsynthSetupForm.o .obj/qsynthDialClassicStyle.o .obj/qsynthDialPeppinoStyle.o .obj/qsynthDialVokiStyle.o .obj/qsynthDialSkulptureStyle.o .obj/moc_qsynthKnob.o .obj/moc_qsynthMeter.o .obj/moc_qsynthSystemTray.o .obj/moc_qsynthTabBar.o .obj/moc_qsynthAboutForm.o .obj/moc_qsynthChannelsForm.o .obj/moc_qsynthMainForm.o .obj/moc_qsynthMessagesForm.o .obj/moc_qsynthOptionsForm.o .obj/moc_qsynthPresetForm.o .obj/moc_qsynthSetupForm.o .obj/qrc_qsynth.o    -L/usr/lib64/qt4 -L/usr/local/lib -L/usr/local/lib64 -L/usr/lib -L/usr/lib64 -lfluidsynth -lQtGui -L/usr/lib64/qt4 -L/usr/X11R6/lib -pthread -lpng -lfreetype -lgobject-2.0 -lSM -lICE -pthread -pthread -lXrender -lXrandr -lXinerama -lfontconfig -lXext -lX11 -lQtCore -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -lpthread -ldl
make[1]: Leaving directory `/var/tmp/portage/media-sound/qsynth-0.3.4/work/qsynth-0.3.4'
 * 
 * ERROR: media-sound/qsynth-0.3.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3123:  Called base_src_compile
 *             environment, line  455:  Called base_src_work 'make'
 *             environment, line  568:  Called die
 * The specific snippet of code:
 *                       emake || die "died running emake, $FUNCNAME:make";
 *  The die message:
 *   died running emake, base_src_work:make
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-sound/qsynth-0.3.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-sound/qsynth-0.3.4/temp/environment'.
 *
Comment 1 Jouni Rinne 2009-05-13 04:38:00 UTC
Portage 2.1.6.13 (default/linux/amd64/2008.0, gcc-4.3.3, glibc-2.9_p20081201-r2, 2.6.27-gentoo-r8 x86_64)
=================================================================
System uname: Linux-2.6.27-gentoo-r8-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E8500_@_3.16GHz-with-gentoo-2.0.0
Timestamp of tree: Tue, 12 May 2009 16:45:01 +0000
distcc 3.1 x86_64-pc-linux-gnu [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     4.0_p17-r1
dev-java/java-config: 2.1.7
dev-lang/python:     2.5.4-r2, 2.6.2
dev-python/pycrypto: 2.0.1-r8
dev-util/ccache:     2.4-r8
dev-util/cmake:      2.6.4
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.3-r2
sys-apps/sandbox:    1.9
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.19.1-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.29
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=nocona -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=nocona -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/"
LANG="fi_FI.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="fi"
MAKEOPTS="-j5"
PKGDIR="/usr/local/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/layman/pd-overlay"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac acpi alsa amd64 berkdb bluetooth bzip2 cairo cdinstall cli crypt cups curl dbus dirac dri dv dvd dvdread encode exif ffmpeg flac fontforge fortran gdbm gif git gnome gpm gtk2 hal iconv id3tag ieee1394 imagemagick ipv6 isdnlog jack joystick jpeg kde kdeprefix ladspa lash lcms libnotify lzo mad matroska midi mikmod mjpeg mmap mmx mmxext motif mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly nsplugin ogg openexr opengl openmp pam pcre pdf perl png pppd python qt3 qt4 quicktime readline reflection ruby scanner sdl session smp sndfile sox speex spl sqlite sqlite3 sse sse2 ssl ssse3 svg sysfs tcpd theora tiff truetype unicode usb v4l v4l2 vorbis wavpack x264 xcb xine xinerama xml xorg xulrunner xv xvid xvmc zlib" ALSA_CARDS="seq-dummy dummy virmidi mtpav mts64 serial-u16550 mpu401 loopback     portman2x4 ad1889 als300 als4000 ali5451 atiixp atiixp-modem au8810 au8820     au8830 azt3328 bt87x ca0106 cmipci cs4281 cs46xx cs5535audio darla20 gina20     layla20 darla24 gina24 layla24 mona mia echo3g indigo indigoio indigodj     emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel hdsp hdspm     ice1712 ice1724 intel8x0 intel8x0m korg1212 maestro3 mixart nm256 pcxhr     riptide rme32 rme96 rme9652 sonicvibes trident via82xx via82xx-modem vx222     ymfpci pdplus asihpi usb-audio usb-usx2y vxpocket pdaudiocf soc     aica emi26 emu1212 emu1616 emu1820" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fi" USERLAND="GNU" VIDEO_CARDS="vesa fglrx radeon radeonhd"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Comment 2 Sebastian Luther (few) 2009-05-13 11:46:01 UTC
Please try again with MAKEOPTS="-j1".
Comment 3 Jouni Rinne 2009-05-13 12:44:34 UTC
Works with MAKEOPTS="-j1", thank you!
Comment 4 Martin Walch 2009-12-12 14:43:06 UTC
Problem is still present. Should it be reported (and solved) upstream?

When this is fixed, following line will cause a QA Notice:

> make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.

Also upstream?
Comment 5 Martin Walch 2010-12-22 11:45:08 UTC
Seems to be fixed in qsynth-0.3.5. Maybe qsynth-0.3.4 can just be dropped?

Still remaining is a QA Notice:

QA Notice: make jobserver unavailable:

make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule
Comment 6 Davide Pesavento (RETIRED) gentoo-dev 2011-11-13 15:07:24 UTC
(In reply to comment #5)
> Seems to be fixed in qsynth-0.3.5. Maybe qsynth-0.3.4 can just be dropped?

Closing then.