Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 344505 - dev-qt/qtmultimedia-4.7.3 build failed
Summary: dev-qt/qtmultimedia-4.7.3 build failed
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC OS X
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-07 13:23 UTC by Konstantin Tokarev
Modified: 2017-11-13 17:25 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 Konstantin Tokarev 2010-11-07 13:23:31 UTC
Undefined symbols:
  "QDataStream::QDataStream(QByteArray*, int)", referenced from:
      get_device_info(unsigned long, QAudio::Mode)in qaudiodeviceinfo_mac_p.o
ld: symbol(s) not found
Comment 1 Greisberger Christophe 2011-06-21 06:15:33 UTC
I have the same problem here.
Is there any solution or use flag that should be removed?

For info, emerge --info :

Portage 2.2.01.18826-prefix (prefix/darwin/macos/10.6/x64, gcc-4.2.1, unavailable, 10.7.0 x86_64)
=================================================================
System uname: Darwin-10.7.0-x86_64-i386-64bit
Timestamp of tree: Fri, 17 Jun 2011 05:40:45 +0000
distcc 3.1-toolwhip.1 i386-apple-darwin10.0 [disabled]
app-shells/bash:      4.2_p10
dev-lang/python:      2.7.1-r1
sys-devel/autoconf:   2.68
sys-devel/automake:   1.11.1
sys-devel/gcc-config: 1.4.1-r00.2
sys-devel/libtool:    2.4-r01.1
sys-devel/make:       3.82
Repositories: gentoo_prefix
Installed sets: 
ACCEPT_KEYWORDS="~x64-macos"
ACCEPT_LICENSE="*"
CBUILD="x86_64-apple-darwin10"
CFLAGS="-O2 -pipe -march=core2 -mmmx -msse -msse2 -msse3 -msse4 -msse4.1 -msse4a -mfpmath=sse -mno-ssse3"
CHOST="x86_64-apple-darwin10"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/portage /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=core2 -mmmx -msse -msse2 -msse3 -msse4 -msse4.1 -msse4a -mfpmath=sse -mno-ssse3"
DISTDIR="/Users/Greisby/Gentoo/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs collision-protect distlocks ebuild-locks fixlafiles fixpackages news nostrip parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_DE.UTF-8"
LDFLAGS="-Wl,-dead_strip_dylibs"
LINGUAS="de en en_US fr"
MAKEOPTS="-j3"
PKGDIR="/Users/Greisby/Gentoo/usr/portage/packages"
PORTAGE_CONFIGROOT="/Users/Greisby/Gentoo/"
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="/Users/Greisby/Gentoo/var/tmp"
PORTDIR="/Users/Greisby/Gentoo/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="aqua bash-completion cairo coreaudio cracklib curl cxx exif git gmp iconv icu ipv6 jpeg jpeg2k mercurial mmx mmxext mng modules ncurses nls objc objc++ opengl pdf phonon plugins png prefix private-headers qt4 raw readline sse sse2 ssl subversion svg tiff unicode webkit wmf x64-macos zlib" 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 cgi cgid 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" CALLIGRA_FEATURES="braindump flow karbon kexi kpresenter krita tables words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="Darwin" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de en en_US fr" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 2 Greisberger Christophe 2011-06-21 07:50:58 UTC
Well, I found out that the qt3support USE flag must be set for x11-libs/qt-core since qt-multimedia enables qt3 support in the configuration phase.
Comment 3 Fabian Groffen gentoo-dev 2011-06-21 07:52:58 UTC
hmmm, and does it compile in that case?
Comment 4 Konstantin Tokarev 2011-06-21 07:57:52 UTC
It would be highly desirable to get Qt4 cleanly building with "-qt3support" because nothing in Qt4 itself requires it (I routinely build it from tarballs without qt3 support for development purposes)
Comment 5 Greisberger Christophe 2011-06-21 09:33:54 UTC
Yes, it compiles in this case.
Comment 6 Greisberger Christophe 2011-06-21 09:42:42 UTC
Hmmm. Still something tricky I think.
cmake build fails not finding QObject aso...
Since I already have Qt installed on my Mac, I'll try putting Qt and cmake in packages.provided
Do you know it this works?
Comment 7 Konstantin Tokarev 2011-09-01 17:29:16 UTC
(In reply to comment #6)
> cmake build fails not finding QObject aso...

That's strange - cmake does not require Qt for building, unless you need GUI
Comment 8 Fabian Groffen gentoo-dev 2017-11-13 17:25:05 UTC
I'm sorry this is no longer current any more now.