Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] Still trying to compile hydrogen
Date: Sat, 18 Feb 2012 16:25:47
Message-Id: 20120218172302.23ac6a4e@weird.wonkology.org
In Reply to: Re: [gentoo-user] [OT] Still trying to compile hydrogen by meino.cramer@gmx.de
1 meino.cramer@×××.de writes:
2
3 > Alex Schuster <wonko@×××××××××.org> [12-02-18 16:44]:
4
5 > > What about trying the new ebuild for musesq-2.0 [2]?
6 > >
7 > > [1] http://www.gossamer-threads.com/lists/gentoo/dev/206852
8 > > [2]
9 > > http://www.mail-archive.com/proaudio@×××××××××××××××.org/msg04170.html
10 > >
11 > > Wonko
12 > >
13 >
14 > The mail at [2] is of 10.2011. If I am not totally wrong here I should
15 > have the ebuild already on my system. I am doing updates regularily...
16
17 Well, but which version are you actually emerging?
18
19 I just added the pro-audio overlay to check for myself. emerge museseq
20 wants to build version 1.0.1. Which fails, aparrently it tries to write
21 to /usr/qt/3/etc/settings/ which is not allowed:
22
23 ACCESS DENIED open_wr: /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
24 ISE:write_logfile unable to append logfile
25 ISE open_wr(/usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock): Permission
26 denied abs_path: /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
27 res_path: /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
28 /usr/lib64/libsandbox.so(+0x3832)[0x7fb1c5cbb832]
29 /usr/lib64/libsandbox.so(+0x38ab)[0x7fb1c5cbb8ab]
30 /usr/lib64/libsandbox.so(+0x4d8d)[0x7fb1c5cbcd8d]
31 /usr/lib64/libsandbox.so(open64+0xad)[0x7fb1c5cc0a4d]
32 /usr/qt/3/lib64/libqt-mt.so.3(+0x5c79cd)[0x7fb1c58279cd]
33 /usr/qt/3/lib64/libqt-mt.so.3(_ZN16QSettingsHeading4readERK7QString+0x5a)[0x7fb1c582973a]
34 /usr/qt/3/lib64/libqt-mt.so.3(_ZN16QSettingsPrivate9readGroupEv+0x6ac)[0x7fb1c582b64c]
35 /usr/qt/3/lib64/libqt-mt.so.3(_ZN9QSettings9readEntryERK7QStringS2_Pb+0x17e)[0x7fb1c582cf3e]
36 /usr/qt/3/lib64/libqt-mt.so.3(_ZN9QSettings13readListEntryERK7QStringPb+0x2e)[0x7fb1c582d5ce]
37 /usr/qt/3/lib64/libqt-mt.so.3(_ZN11QComLibrary22createInstanceInternalEv+0x2c2)[0x7fb1c57f2a62]
38 /proc/4891/cmdline: /usr/qt/3/bin/uic -L ../../muse/widgets -o
39 organguibase.cpp -impl organguibase.h organguibase.ui
40
41 make[5]: *** [organguibase.lo] Aborted
42
43 But with FEATURES="-sandbox -usersandbox" emerge museseq it builds fine.
44 1.9999 and 2.9999 seem to be written for Qt4, but subversion is unable to
45 check out the sources. Maybe this project is just dead?
46
47 But add kde-sunset to your overlays and emerge qt-meta:3, and it should
48 work.
49
50 Wonko