Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
The qt-4.4.0 snapshot thread
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 11, 12, 13  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Apr 03, 2008 10:36 am    Post subject: Reply with quote

anyone knows what wrong with qt 4 ? :?

Quote:
checking if Qt needs -pthread... no
checking for POPPLER_QT4... configure: error: Package requirements (QtCore >= 4.1.0 QtGui >= 4.1.0 QtXml >= 4.1.0 QtTest >= 4.1.0) were not met:

No package 'QtCore' found
No package 'QtGui' found
No package 'QtXml' found
No package 'QtTest' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables POPPLER_QT4_CFLAGS
and POPPLER_QT4_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-text/poppler-bindings-0.8.0/work/poppler-0.8.0/config.log


using latest qt-4.4.0_pre builds from Rion's overlay
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3436
Location: Gainesville, Florida

PostPosted: Thu Apr 03, 2008 11:03 am    Post subject: Reply with quote

Quote:
using latest qt-4.4.0_pre builds from Rion's overlay
Is this a typo? Shouldn't you be using the latest 4.4.1 snapshot?

I just installed a 4.4.1 snapshot 20090402 yesterday- works fine. All the poppler items I have installed are:
Code:
gentoo-audio rob # equery l poppler
[ Searching for package 'poppler' in all categories among: ]
 * installed packages
[I--] [ ~] app-text/poppler-0.6.3 (0)
[I--] [ ~] app-text/poppler-bindings-0.6.3 (0)
I'm running current sync'd ~x86 systems, so I wonder why you have that poppler-bindings-0.8.0 referred to, and I only have 0.6.3 installed?
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.36-r7, gcc-13.2.1_p20230304
kernel-6.9.1 USE=experimental python3_11
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3436
Location: Gainesville, Florida

PostPosted: Thu Apr 03, 2008 1:12 pm    Post subject: Reply with quote

Today I was noticing at http://websvn.kde.org/trunk/qt-copy/ that this version seems very out of date by 2-5 weeks, and longer. Is that indeed correct, and the qt pre2008xxxx snapshots as installed by Rion's script are much more developed with fixes and features?

The reason I ask is because on Arch Linux, I use qt-copy and kde-svn as installed by the kdesvn-build script. There is an option in the script to comment out the qt-copy module, and use your distro's qt version. However, Arch hasn't currently got a proper version compatible with kde svn, so I used qt-copy. What's strange is that it says the version is r791888 in the svn-up log (my last update- mar.30), but at the site it downloads qt-copy from (see above link), all the versions are much older.

Since the qt snapshots are working well on Gentoo, I was thinking I could go ahead and just maually install qt snapshots on Arch, as described here at trolltech.
http://doc.trolltech.com/main-snapshot/install-x11.html

I seem to be recently running into more compile problems on Arch that Gentoo, and I'm thinking it's because on Arch qt -copy is relatively old. On the other hand, you would think the qt-copy at the KDE/trunk would be exactly what is required for the kde svn packages also there.

Any comments on this?
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.36-r7, gcc-13.2.1_p20230304
kernel-6.9.1 USE=experimental python3_11
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Thu Apr 03, 2008 1:55 pm    Post subject: Reply with quote

You know that Rions ebuilds use the qt-copy-patches?

from x11-libs/qt-core
Code:

 * Applying various patches (bugfixes/updates) ...
 *   0118_all_qtcopy-define.diff ...
  [ ok ]
 *   0167_all_fix-group-reading.diff ...
  [ ok ]
 *   0180_all_window-role.diff ...
  [ ok ]
 *   0191_all_listview-alternate-row-colors.diff ...
  [ ok ]
 *   0192_all_itemdelegate-palette-state.diff ...
  [ ok ]
 *   0195_all_compositing-properties.diff ...
  [ ok ]
 *   0203_all_qtexthtmlparser-link-color.diff ...
  [ ok ]
 *   0209_all_prevent-qt-mixing.diff ...
  [ ok ]
 *   0210_all_fix-crash-q3stylesheet-font-size.diff ...
  [ ok ]
 *   0214_all_fix-qgraphicsproxywidget-tab-crash.diff ...
  [ ok ]
 *   0216_all_allow-isystem-for-headers.diff ...
  [ ok ]
 * Done with patching

You can anytime apply those patches on your own, using an actual snapshot.
You just need to know how the patch-command works, and anything should go fine.
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3436
Location: Gainesville, Florida

PostPosted: Thu Apr 03, 2008 2:05 pm    Post subject: Reply with quote

Franzf,
Thanks for reminding me about the patches. :)
I'm an old hand at applying kernel patches, etc,, so I should get through that OK, if I decide to go this route.
I just deleted all the qt-copy and kde-svn source files on my Arch box, so I'll see if a fresh svn co helps. If not, I'll probably try the snapshots.
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.36-r7, gcc-13.2.1_p20230304
kernel-6.9.1 USE=experimental python3_11
Back to top
View user's profile Send private message
BigBrain
n00b
n00b


Joined: 02 Jun 2007
Posts: 63

PostPosted: Thu Apr 03, 2008 2:49 pm    Post subject: Reply with quote

When I try to use this overlay I only get an error about qt-x11-opensource-src-4.4.1-snapshot-20080329.tar.gz not being found on the server (as it obviously isn't there anymore), though I'm using the revision 24 overlay which is the most actual atm.
I can't find this file on google either, so is there a server from which I can DL it?
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Apr 03, 2008 3:17 pm    Post subject: Reply with quote

BigBrain wrote:
When I try to use this overlay I only get an error about qt-x11-opensource-src-4.4.1-snapshot-20080329.tar.gz not being found on the server (as it obviously isn't there anymore), though I'm using the revision 24 overlay which is the most actual atm.
I can't find this file on google either, so is there a server from which I can DL it?


++
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3436
Location: Gainesville, Florida

PostPosted: Thu Apr 03, 2008 3:41 pm    Post subject: Reply with quote

They only keep four latest versions on the server. cd to /usr/portage/local/qt, and just run ./newsnap 4.4.1 20080403 to get today's version (or anything on ftp://ftp.trolltech.com/qt/snapshots/
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.36-r7, gcc-13.2.1_p20230304
kernel-6.9.1 USE=experimental python3_11
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Apr 03, 2008 3:45 pm    Post subject: Reply with quote

wrc1944 wrote:
They only keep four latest versions on the server. cd to /usr/portage/local/qt, and just run ./newsnap 4.4.1 20080403 to get today's version (or anything on ftp://ftp.trolltech.com/qt/snapshots/


Code:
./newsnap 4.4.1 20080403


did the trick - thanks ! :)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
BigBrain
n00b
n00b


Joined: 02 Jun 2007
Posts: 63

PostPosted: Thu Apr 03, 2008 3:55 pm    Post subject: Reply with quote

Quote:
They only keep four latest versions on the server. cd to /usr/portage/local/qt, and just run ./newsnap 4.4.1 20080403 to get today's version (or anything on ftp://ftp.trolltech.com/qt/snapshots/

Thank you very much :)
Just have to recompile php with +pcre as it can't run the script anyways...
Back to top
View user's profile Send private message
Rion
Guru
Guru


Joined: 12 Oct 2006
Posts: 383
Location: Minsk, Belarus

PostPosted: Sat Apr 05, 2008 1:45 pm    Post subject: Reply with quote

qt-4.4.0_rc1 added to overlay
_________________
rion-overlay
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3436
Location: Gainesville, Florida

PostPosted: Sat Apr 05, 2008 1:56 pm    Post subject: Reply with quote

Anyone having (or still having) the kdelibs problems on P.4 of the Kde4 Overlay thread. https://forums.gentoo.org/viewtopic-t-681329-postdays-0-postorder-asc-start-75.html

Seems to be qt snapshot related. Can anyone here confirm this?
Bernith wrote over there:
Quote:
For a reason.
Yesterday someone was in the irc channel who's compiling failure was very likely qt-snapshot related.

We only test the (kd)ebuilds in the overlay with the Qt versions in portage, so we can't make sure, that they work with other ebuilds.
In addition to that you should not use any Qt version newer than what they keep as "Qt-Copy" in the KDE repo, the current qt-snapshot stuff is very far away from that already, as far as I know.
Updating Qt whenever is possible (which means daily/weekly) is just a waste of time, imo.

_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.36-r7, gcc-13.2.1_p20230304
kernel-6.9.1 USE=experimental python3_11
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3436
Location: Gainesville, Florida

PostPosted: Sat Apr 05, 2008 3:38 pm    Post subject: Reply with quote

Just updated the overlay tp 226 with "svn up", and am getting problems again, like before, plus emerge -upD world gives lots of these types errors:
Code:
Calculating world dependencies -!!! A file listed in the Manifest could not be found: /usr/portage/local/qt/x11-libs/qt-test/qt-test-4.4.0_pre20080325.ebuild                                                                     
 -!!! A file listed in the Manifest could not be found: /usr/portage/local/qt/x11-libs/qt-assistant/qt-assistant-4.4.0_pre20080325.ebuild


Also, emerge --regen gives me many many errors like this:
Code:
  processing app-doc/kchmviewer                                                                                   
/usr/portage/local/qt/eclass/qt4.eclass: line 20: syntax error near unexpected token `<<<'                       
/usr/portage/local/qt/eclass/qt4.eclass: line 20: `<<<<<<< .mine'                                               
 *                                                                                                               
 * ERROR: app-doc/kchmviewer-4.0_beta1 failed.                                                                   
 * Call stack:                                                                                                   
 *                     ebuild.sh, line 1687:  Called source '/usr/portage/app-doc/kchmviewer/kchmviewer-4.0_beta1.ebuild'                                                                                                         
 *   kchmviewer-4.0_beta1.ebuild, line    5:  Called inherit 'qt4' 'fdo-mime'                                   
 *                     ebuild.sh, line 1202:  Called die                                                         
 * The specific snippet of code:                                                                                 
 *              qa_source "$location" || die "died sourcing $location in inherit()"                             
 *  The die message:                                                                                             
 *   died sourcing /usr/portage/local/qt/eclass/qt4.eclass in inherit()                                         
 *                                                                                                               
 * If you need support, post the topmost build error, and the call stack if relevant.                           
 * This ebuild used the following eclasses from overlays:                                                       
 *   /usr/portage/local/qt/eclass/qt4.eclass                                                                     
 *                                                                                                               
Error processing app-doc/kchmviewer-4.0_beta1, continuing... ('app-doc/kchmviewer-4.0_beta1')                   
/usr/portage/local/qt/eclass/qt4.eclass: line 20: syntax error near unexpected token `<<<'                       
/usr/portage/local/qt/eclass/qt4.eclass: line 20: `<<<<<<< .mine'


I'll try a fresh overlay checkout, and renaming the eclass like before- hope that works- I need to get rc1 instead of the snapshots for now- kdelibs errors reported with recent snapshots. :?
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.36-r7, gcc-13.2.1_p20230304
kernel-6.9.1 USE=experimental python3_11
Back to top
View user's profile Send private message
Rion
Guru
Guru


Joined: 12 Oct 2006
Posts: 383
Location: Minsk, Belarus

PostPosted: Sat Apr 05, 2008 3:43 pm    Post subject: Reply with quote

wrc1944, the same problem as last time. try rm -rf x11-libs before svn up
_________________
rion-overlay
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3436
Location: Gainesville, Florida

PostPosted: Sat Apr 05, 2008 3:54 pm    Post subject: Reply with quote

Rion- that worked- got r27. Now emerge -upD world wants to update my 0402 to 0404, however because of the kdelibs problems being reported I think I need rc1. Or are those problems now fixed in 0404 or 0405?
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.36-r7, gcc-13.2.1_p20230304
kernel-6.9.1 USE=experimental python3_11
Back to top
View user's profile Send private message
Rion
Guru
Guru


Joined: 12 Oct 2006
Posts: 383
Location: Minsk, Belarus

PostPosted: Sat Apr 05, 2008 4:01 pm    Post subject: Reply with quote

wrc1944, not fixed.
I'm now compiling rc1. you can try too :-)
emerge =qt-4.4.0_rc1 ;-)

in r27 i've removed old versions from qt4.eclass
_________________
rion-overlay
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3436
Location: Gainesville, Florida

PostPosted: Sat Apr 05, 2008 4:05 pm    Post subject: Reply with quote

Thanks much- will do when my world updates finish. :)
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.36-r7, gcc-13.2.1_p20230304
kernel-6.9.1 USE=experimental python3_11
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Sat Apr 05, 2008 4:16 pm    Post subject: Reply with quote

Did not fix anything, kdelibs still fails :/
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3436
Location: Gainesville, Florida

PostPosted: Sat Apr 05, 2008 4:23 pm    Post subject: Reply with quote

So.... this means the qt snapshots are NOT the problem? :roll:
Which kdelibs revision failed for you?
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.36-r7, gcc-13.2.1_p20230304
kernel-6.9.1 USE=experimental python3_11
Back to top
View user's profile Send private message
Berniyh
l33t
l33t


Joined: 07 Jun 2006
Posts: 677

PostPosted: Sat Apr 05, 2008 4:26 pm    Post subject: Reply with quote

franzf wrote:
Did not fix anything, kdelibs still fails :/

Just to inform you here, too.

I tried portage's Qt + kdelibs (latest revision), it worked fine.
Both on a fresh (Qt+kde-svn) installation.
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3436
Location: Gainesville, Florida

PostPosted: Sat Apr 05, 2008 4:30 pm    Post subject: Reply with quote

So.... this means beta1 but NOT rc1 works with kdelibs- correct?

Anyone tried 20080405? :wink:
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.36-r7, gcc-13.2.1_p20230304
kernel-6.9.1 USE=experimental python3_11
Back to top
View user's profile Send private message
Berniyh
l33t
l33t


Joined: 07 Jun 2006
Posts: 677

PostPosted: Sat Apr 05, 2008 4:32 pm    Post subject: Reply with quote

wrc1944 wrote:
So.... this means beta1 but NOT rc1 works with kdelibs- correct?

Anyone tried 20080405? :wink:

The rc1 should work, too.

I'll try that later, when (hopefully) the rc1 ebuilds are complete.
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3436
Location: Gainesville, Florida

PostPosted: Sat Apr 05, 2008 6:11 pm    Post subject: Reply with quote

With qt-4.4.0_rc1 from Rion's overlay, kdelibs fails with:
Code:
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/phonon/lockfreequeue.cpp:240:   instantiated from here                                                                                                               
/usr/include/qt4/QtCore/qatomic_generic.h:199: warning: dereferencing type-punned pointer will break strict-aliasing rules                                                                                                       
make[2]: *** [phonon/CMakeFiles/phonon.dir/lockfreequeue.o] Error 1                                             
make[1]: *** [phonon/CMakeFiles/phonon.dir/all] Error 2                                                         
make[1]: *** Waiting for unfinished jobs....                                                                     
[ 15%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/fakehw/fakevolume.o                         
[ 15%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halacadapter.o                         
[ 15%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halaudiointerface.o                     
[ 15%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halbattery.o                           
[ 15%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halblock.o                             
[ 15%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halbutton.o                             
[ 15%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halcamera.o                             
[ 15%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halcdrom.o                             
[ 15%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/haldeviceinterface.o                   
[ 15%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/haldvbinterface.o                       
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halfstabhandling.o                     
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halgenericinterface.o                   
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/haldevice.o                             
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halmanager.o                           
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halnetworkinterface.o                   
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halopticaldisc.o                       
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halportablemediaplayer.o               
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halprocessor.o                         
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halstorageaccess.o                     
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halstorage.o                           
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halvideo.o                             
/var/tmp/portage/kde-base/kdelibs-9999.4/work/kdelibs-9999.4/solid/solid/backends/hal/halvideo.cpp:43: warning: unused parameter 'protocol'                                                                                       
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/backends/hal/halvolume.o                             
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/powermanagementinterface.o                           
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/inhibitinterface.o
[ 16%] Building CXX object solid/solid/CMakeFiles/solid.dir/org_kde_solid_networking_client.o
Linking CXX shared library ../../lib/libsolid.so
[ 16%] Built target solid
make: *** [all] Error 2
 *
 * ERROR: kde-base/kdelibs-9999.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2625:  Called kde4-base_src_compile
 *             environment, line 1910:  Called kde4-base_src_make
 *             environment, line 1940:  Called cmake-utils_src_make
 *             environment, line  688:  Called die
 * The specific snippet of code:
 *           emake "$@" || die "Make failed!";
 *  The die message:
 *   Make failed!

Is this problem with rc1, or Rion's overlay?

EDIT: revdep-rebuild says I need to rebuild cmake- maybe that's my problem?

UPDATE: Nope- with rebuild of cmake I still get the same exact error.
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.36-r7, gcc-13.2.1_p20230304
kernel-6.9.1 USE=experimental python3_11
Back to top
View user's profile Send private message
fldc2
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jun 2006
Posts: 112
Location: Motala, Sweden

PostPosted: Sun Apr 06, 2008 12:08 am    Post subject: Reply with quote

wrc1944 wrote:

Is this problem with rc1, or Rion's overlay?

EDIT: revdep-rebuild says I need to rebuild cmake- maybe that's my problem?

UPDATE: Nope- with rebuild of cmake I still get the same exact error.


I'm looking at qt-copy and this:
Quote:

Rename remaining qdbus by dbus. It fixes libqtscriptdbus and phonon build.
Update README.qt-copy to reflect the configure option change.


So, try changing -qdbus in qt-dbus to -dbus if using qt-copy. I don't know, just a guess.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sun Apr 06, 2008 10:18 am    Post subject: Reply with quote

"gimpels-patch" is missing in the overlay (qt-core-4.4.0_rc1)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 11, 12, 13  Next
Page 7 of 13

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum