| View previous topic :: View next topic |
| Author |
Message |
wrc1944 Advocate

Joined: 15 Aug 2002 Posts: 2637 Location: Gainesville, Florida
|
Posted: Wed Mar 19, 2008 10:15 pm Post subject: |
|
|
Just finished kde svn with revisions 787704-787768, against qt 20080319 compiled with the -no-exceptions option.
The big icon bug is now gone- all back to normal, and auto resize with the panel size setting.
Do we know if this bug was qt related, or something in kde svn? _________________ Main box- ASRock 880GM-LE AM3
Phenom II x6 1090T, 3.2 GHz, 8GB GSkill DDR3 1333mhz
Samsung SATA 500GB, Radeon HD 4670 1GB DDR3
Gentoo ~x86, ~amd64, glibc-2.15-r1, gcc-4.7.0, kernels 3.3.7, 3.4.0 w/auto-cgroups |
|
| Back to top |
|
 |
Finswimmer Moderator


Joined: 02 Sep 2004 Posts: 5188 Location: Langen (Hessen), Germany
|
Posted: Wed Mar 19, 2008 11:05 pm Post subject: |
|
|
| wrc1944 wrote: | | Just finished kde svn with revisions 787704-787768, against qt 20080319 compiled with the -no-exceptions option. |
What exactly does the -no-exceptions option?
Tobi _________________ Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke |
|
| Back to top |
|
 |
wrc1944 Advocate

Joined: 15 Aug 2002 Posts: 2637 Location: Gainesville, Florida
|
Posted: Thu Mar 20, 2008 12:16 am Post subject: |
|
|
Finswimmer wrote:
| Code: | | I am just wondering, if the snapshots now still have all the "qt-copy" patches, and what is with the excluded ones? | When I updated qt today, I just used emerge -pv qt to check first, and the qt-copy and -doc flags were there listed on 12 qt packages, without me having to use USE="qt-copy -doc" emerge qt.
However, I just checked again without updating, as I'm at the current 20080319 snapshot, and all I get using the same command is: | Code: | gentoo-audio rob # emerge -pv qt
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] x11-libs/qt-4.4.0_pre20080319 USE="opengl qt3support" 0 kB [1] | I guess that's normal, and I expect next time I update after first using the newsnap script the qt-copy and 12 packages with flags will show up again. If it doesn't, I'll do it manually.
I'm not sure on the status of the excluded patches, other than I suppose they are known to cause problems. _________________ Main box- ASRock 880GM-LE AM3
Phenom II x6 1090T, 3.2 GHz, 8GB GSkill DDR3 1333mhz
Samsung SATA 500GB, Radeon HD 4670 1GB DDR3
Gentoo ~x86, ~amd64, glibc-2.15-r1, gcc-4.7.0, kernels 3.3.7, 3.4.0 w/auto-cgroups |
|
| Back to top |
|
 |
wrc1944 Advocate

Joined: 15 Aug 2002 Posts: 2637 Location: Gainesville, Florida
|
Posted: Thu Mar 20, 2008 1:39 pm Post subject: |
|
|
Finswimmer,
I posted on the other thread about this, on page 24, about 2/3 of the way down. I figured reducing the size of the qt compiled binaries would be a good thing.
I first learned about it from the messages shown when compiling qt-4.4.0_pre, that were coming after the configure stage, where -no-exceptions (as opposed to the gcc default of now enabling exceptions) was suggested as a way to reduce both the size of the Qt libraries and the amount of memory taken by your applications.
http://forums.gentoo.org/viewtopic-t-652556-postdays-0-postorder-asc-start-575.html _________________ Main box- ASRock 880GM-LE AM3
Phenom II x6 1090T, 3.2 GHz, 8GB GSkill DDR3 1333mhz
Samsung SATA 500GB, Radeon HD 4670 1GB DDR3
Gentoo ~x86, ~amd64, glibc-2.15-r1, gcc-4.7.0, kernels 3.3.7, 3.4.0 w/auto-cgroups |
|
| Back to top |
|
 |
coolsnowmen Veteran


Joined: 30 Jun 2004 Posts: 1479 Location: No.VA
|
Posted: Thu Mar 20, 2008 2:46 pm Post subject: |
|
|
| wrc1944 wrote: | coolsnowmen,
I had that same error with 20080315, discussed here on page 24, towards bottom.
http://forums.gentoo.org/viewtopic-t-652556-postdays-0-postorder-asc-start-575.html
I suggest getting the newest revision 7 of Rion's qt overlay, and recompiling qt, and make sure you have qt-copy and -doc USE flags set.
Check first with emerge -pv qt.
If they aren't right, use: | Code: | | USE="qt-copy -doc" emerge -pv qt | and see if that corrects it- it should. |
Thank you, it was really a stupid ebuild problem anyways (I think). but for the record this is what I have installed and it works
all the qt packages: version 20080319 with qt-copy
the qt ebuilds are from svn--> http://qt44dev.googlecode.com/svn/trunk
Revision: 7, Last Changed Author: rion4ik
kde from the same day, from the kde overlay
kdelibs 787757; ...well you can check out revisions by date _________________ emerge: there are no ebuilds to satisfy "moo" |
|
| Back to top |
|
 |
Rion Guru


Joined: 12 Oct 2006 Posts: 359 Location: Ekaterinburg, Russia
|
Posted: Thu Mar 20, 2008 3:47 pm Post subject: |
|
|
kde-l10n-9999.4 ebuild added _________________ ~amd64
rion-overlay |
|
| Back to top |
|
 |
dodo1122 Guru


Joined: 02 Sep 2006 Posts: 347 Location: York, England
|
Posted: Thu Mar 20, 2008 9:58 pm Post subject: |
|
|
i'm usnig qt-4.4 from this overlay, working fine with gcc-4.3.1pre, thanks
dodo _________________ #zen-sources on irc.rizon.net |
|
| Back to top |
|
 |
wrc1944 Advocate

Joined: 15 Aug 2002 Posts: 2637 Location: Gainesville, Florida
|
Posted: Fri Mar 21, 2008 2:09 pm Post subject: |
|
|
I was wondering that assuming one has a qt snapshot that worked well (say up to a week old), is it recommended or absolutely necessary to first update to the current qt snapshot every time you wish to update kde svn?
I've been updating kde svn about 2-3 times weekly, and since I've moved to qt snapshots, I've also done them first.
However, over at the kd4 overlay thread (page 26), Berniyh mentions, referring to kde svn: | Quote: | Note, that there is (afaik) no need to use a newer version of Qt-4.4 than the one, that is in portage (_beta1).
If there would be a need for that, it will be bumped by the KDE/Qt team. |
I'm running both Gentoo and Arch Linux on the same box with kde svn on both, and would really like to cut down on some of the compiling time, if possible.
I'm thinking it might be OK to only update the qt snapshot every other kde svn update, or even once every 2-3 kde svn updates.
Any thoughts on this, or is it really better to first update qt every time you update kde svn? _________________ Main box- ASRock 880GM-LE AM3
Phenom II x6 1090T, 3.2 GHz, 8GB GSkill DDR3 1333mhz
Samsung SATA 500GB, Radeon HD 4670 1GB DDR3
Gentoo ~x86, ~amd64, glibc-2.15-r1, gcc-4.7.0, kernels 3.3.7, 3.4.0 w/auto-cgroups
Last edited by wrc1944 on Fri Mar 21, 2008 10:31 pm; edited 1 time in total |
|
| Back to top |
|
 |
mikkoc Apprentice

Joined: 24 May 2007 Posts: 230
|
Posted: Fri Mar 21, 2008 2:21 pm Post subject: |
|
|
I'm pretty sure Berniyh is right.
The KDE team would have bumped qt to a more recent snapshot if there was the need. |
|
| Back to top |
|
 |
wrc1944 Advocate

Joined: 15 Aug 2002 Posts: 2637 Location: Gainesville, Florida
|
Posted: Fri Mar 21, 2008 3:31 pm Post subject: |
|
|
He usually is. Guess I'll try only updating the qt snapshot every 2nd time I do kde svn, for now, unless Rion says different. _________________ Main box- ASRock 880GM-LE AM3
Phenom II x6 1090T, 3.2 GHz, 8GB GSkill DDR3 1333mhz
Samsung SATA 500GB, Radeon HD 4670 1GB DDR3
Gentoo ~x86, ~amd64, glibc-2.15-r1, gcc-4.7.0, kernels 3.3.7, 3.4.0 w/auto-cgroups |
|
| Back to top |
|
 |
Ingmarv Retired Dev

Joined: 27 Feb 2007 Posts: 188 Location: Belgium
|
Posted: Fri Mar 21, 2008 8:43 pm Post subject: |
|
|
| mikkoc wrote: | I'm pretty sure Berniyh is right.
The KDE team would have bumped qt to a more recent snapshot if there was the need. |
He is, Qt 4.4.0_beta1 from the official tree is sufficient to compile & run KDE SVN. |
|
| Back to top |
|
 |
Finswimmer Moderator


Joined: 02 Sep 2004 Posts: 5188 Location: Langen (Hessen), Germany
|
Posted: Sat Mar 22, 2008 12:51 pm Post subject: |
|
|
| Code: | tobi-lap tobi # emerge qt -1
Calculating dependencies... done!
>>> Verifying ebuild Manifests...
>>> starting parallel fetching pid 8854
>>> Emerging (1 of 13) x11-libs/qt-core-4.4.0_pre20080322 to /
Downloading 'qt-x11-opensource-src-4.4.0-snapshot-20080322.tar.gz'... see /var/log/emerge-fetch.log for details.
* qt-x11-opensource-src-4.4.0-snapshot-20080322.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* checking qt-x11-opensource-src-4.4.0-snapshot-20080322.tar.gz ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking qt-x11-opensource-src-4.4.0-snapshot-20080322.tar.gz to /var/tmp/portage/x11-libs/qt-core-4.4.0_pre20080322/work
* subversion update start -->
* repository: svn://anonsvn.kde.org/home/kde/trunk/qt-copy/patches
svn: No such revision 788489
*
* ERROR: x11-libs/qt-core-4.4.0_pre20080322 failed.
* Call stack:
* ebuild.sh, line 49: Called src_unpack
* environment, line 2791: Called qt4-build_src_unpack
* environment, line 2531: Called subversion_src_unpack
* environment, line 3101: Called subversion_fetch
* environment, line 3069: Called die
* The specific snippet of code:
* ${ESVN_UPDATE_CMD} ${options} || die "${ESVN}: can't update from ${repo_uri}.";
* The die message:
* subversion: can't update from svn://anonsvn.kde.org/home/kde/trunk/qt-copy/patches.
*
* 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/x11-libs/qt-core-4.4.0_pre20080322/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/qt-core-4.4.0_pre20080322/temp/environment'.
* This ebuild is from an overlay: '/usr/local/portage/qt/'
*
|
I am using Rions overlay and updated it with my script to current date.
Tobi _________________ Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke |
|
| Back to top |
|
 |
mikkoc Apprentice

Joined: 24 May 2007 Posts: 230
|
Posted: Sat Mar 22, 2008 1:26 pm Post subject: |
|
|
it seems there are problems with one of the svn server...
Below are a few lines from #kde-devel:
| Quote: | <eean> svn checkout svn://anonsvn.kde.org/home/kde/trunk/extragear/multimedia/amarok
<eean> svn: No such revision 788487
<dfaure> eean: anonsvn.kde.org is 3 different servers
<dfaure> so the question is which one is acting up
<eean> ah right
<dfaure> try pumpkin.codeyard.cs.ru.nl ? immanuel.kde.org ?
<thiago> wait a bit and then try again
<eean> 138.246.255.177 is fine |
I temporarly solved by substituting 138.246.255.177 to anonsvn.kde.org, in the kde4-svn.eclass.
Like this: ESVN_MIRROR="svn://138.246.255.177/home/kde"
And I also needed to remove the /svn-src/KDE/foobar/ dir, otherwise it couldn't update.
I hope they fix it soon. |
|
| Back to top |
|
 |
Rion Guru


Joined: 12 Oct 2006 Posts: 359 Location: Ekaterinburg, Russia
|
Posted: Sat Mar 22, 2008 2:23 pm Post subject: |
|
|
net-im/psi-9999 added with fixes for qt-4.4 _________________ ~amd64
rion-overlay |
|
| Back to top |
|
 |
Eckos Apprentice


Joined: 25 Jan 2008 Posts: 197 Location: Houston, Texas, USA
|
Posted: Sun Mar 23, 2008 1:30 am Post subject: |
|
|
why does qt4 ebuild fail due to qt3support not supported or something another. i checked this overlay out on a brand new system. So far that was only on qt-core. I get the samething for sqlite on qt-sql _________________ AMD Athlon 64 X2 3800+ | 2GB DDR2 533MHz RAM | GCC-4.3.2 | Gentoo x86_64 | KDE 4.1.2 |
|
| Back to top |
|
 |
Rion Guru


Joined: 12 Oct 2006 Posts: 359 Location: Ekaterinburg, Russia
|
Posted: Sun Mar 23, 2008 7:56 am Post subject: |
|
|
| Eckos wrote: | | why does qt4 ebuild fail due to qt3support not supported or something another. i checked this overlay out on a brand new system. So far that was only on qt-core. I get the samething for sqlite on qt-sql | please show error log _________________ ~amd64
rion-overlay |
|
| Back to top |
|
 |
Eckos Apprentice


Joined: 25 Jan 2008 Posts: 197 Location: Houston, Texas, USA
|
Posted: Sun Mar 23, 2008 3:40 pm Post subject: |
|
|
Sorry. I removed all of it and gotta do it over again
But heres one bug.
| Code: |
age/x11-libs/qt-core-4.4.0_pre20080321/image//usr/share/qt4/mkspecs/
make: *** No rule to make target `install_htmldocs'. Stop.
*
* ERROR: x11-libs/qt-core-4.4.0_pre20080321 failed.
* Call stack:
* ebuild.sh, line 49: Called src_install
* environment, line 2733: Called die
* The specific snippet of code:
* emake INSTALL_ROOT="${D}" install_htmldocs || die "emake install_htmldocs failed.";
* The die message:
* emake install_htmldocs failed.
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/log/portage/x11-libs:qt-core-4.4.0_pre20080321:20080323-150831.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/qt-core-4.4.0_pre20080321/temp/environment'.
*
* Messages for package x11-libs/qt-core-4.4.0_pre20080321:
*
* ERROR: x11-libs/qt-core-4.4.0_pre20080321 failed.
* Call stack:
* ebuild.sh, line 49: Called src_install
* environment, line 2733: Called die
* The specific snippet of code:
* emake INSTALL_ROOT="${D}" install_htmldocs || die "emake install_htmldocs failed.";
* The die message:
* emake install_htmldocs failed.
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/log/portage/x11-libs:qt-core-4.4.0_pre20080321:20080323-150831.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/qt-core-4.4.0_pre20080321/temp/environment'.
*
|
_________________ AMD Athlon 64 X2 3800+ | 2GB DDR2 533MHz RAM | GCC-4.3.2 | Gentoo x86_64 | KDE 4.1.2 |
|
| Back to top |
|
 |
Rion Guru


Joined: 12 Oct 2006 Posts: 359 Location: Ekaterinburg, Russia
|
Posted: Sun Mar 23, 2008 3:55 pm Post subject: |
|
|
| Eckos wrote: | | But heres one bug. | do you have doc use flag enabled?
try USE="-doc" emerge qt _________________ ~amd64
rion-overlay |
|
| Back to top |
|
 |
Eckos Apprentice


Joined: 25 Jan 2008 Posts: 197 Location: Houston, Texas, USA
|
Posted: Sun Mar 23, 2008 4:59 pm Post subject: |
|
|
yeah i have the doc flag set, it worked afterwards. but won't that make qt-assistant unavailable to use? but still make qt-assistant installable? _________________ AMD Athlon 64 X2 3800+ | 2GB DDR2 533MHz RAM | GCC-4.3.2 | Gentoo x86_64 | KDE 4.1.2 |
|
| Back to top |
|
 |
Rion Guru


Joined: 12 Oct 2006 Posts: 359 Location: Ekaterinburg, Russia
|
Posted: Sun Mar 23, 2008 6:33 pm Post subject: |
|
|
| Eckos wrote: | | yeah i have the doc flag set, it worked afterwards. but won't that make qt-assistant unavailable to use? but still make qt-assistant installable? | i don't really know. i've never used it.
EDIT: you are right.. i'll try to fix it _________________ ~amd64
rion-overlay |
|
| Back to top |
|
 |
tranquilcool Veteran

Joined: 25 Mar 2005 Posts: 1030
|
Posted: Sun Mar 23, 2008 6:54 pm Post subject: |
|
|
Rion
am using your qt overlay
please can u fix the qt problems with paludis?
thanks _________________ this is a strange strange world. |
|
| Back to top |
|
 |
Rion Guru


Joined: 12 Oct 2006 Posts: 359 Location: Ekaterinburg, Russia
|
Posted: Sun Mar 23, 2008 7:15 pm Post subject: |
|
|
tranquilcool, of course. but since i don't use paludis i dont know you mean. _________________ ~amd64
rion-overlay |
|
| Back to top |
|
 |
tranquilcool Veteran

Joined: 25 Mar 2005 Posts: 1030
|
Posted: Sun Mar 23, 2008 7:46 pm Post subject: |
|
|
| Rion wrote: | | tranquilcool, of course. but since i don't use paludis i dont know you mean. |
When parsing metadata key 'DEPEND' from 'x11-libs/qt-qt3support-4.4.0_pre20080323::installed':
* When parsing dependency string '~x11-libs/qt-gui-4.4.0_pre20080323 ~x11-libs/qt-sql-4.4.0_pre20080323 phonon? (~x11-libs/qt-phonon-4.4.0_pre20080323) dev-util/subversion net-misc/rsync' using EAPI '1':
* When parsing dependency string '~x11-libs/qt-gui-4.4.0_pre20080323 ~x11-libs/qt-sql-4.4.0_pre20080323 phonon? (~x11-libs/qt-phonon-4.4.0_pre20080323) dev-util/subversion net-misc/rsync':
* When lexing dependency string '~x11-libs/qt-gui-4.4.0_pre20080323 ~x11-libs/qt-sql-4.4.0_pre20080323 phonon? (~x11-libs/qt-phonon-4.4.0_pre20080323) dev-util/subversion net-misc/rsync':
* Bad dependency string '~x11-libs/qt-gui-4.4.0_pre20080323 ~x11-libs/qt-sql-4.4.0_pre20080323 phonon? (~x11-libs/qt-phonon-4.4.0_pre20080323) dev-util/subversion net-misc/rsync': in lex phase: '(' should be followed by whitespace (paludis::erepository::DepStringLexError)
sorry i was talking about these errors. _________________ this is a strange strange world. |
|
| Back to top |
|
 |
Rion Guru


Joined: 12 Oct 2006 Posts: 359 Location: Ekaterinburg, Russia
|
Posted: Sun Mar 23, 2008 8:11 pm Post subject: |
|
|
tranquilcool, hm, this was fixed in 7 revision.
this string is look like phonon? ( ~x11-libs/qt-phonon-${PV} )
as you see white space is present and paludis must not show any warnings/errors. _________________ ~amd64
rion-overlay |
|
| Back to top |
|
 |
tranquilcool Veteran

Joined: 25 Mar 2005 Posts: 1030
|
Posted: Sun Mar 23, 2008 8:35 pm Post subject: |
|
|
| Rion wrote: | tranquilcool, hm, this was fixed in 7 revision.
this string is look like phonon? ( ~x11-libs/qt-phonon-${PV} )
as you see white space is present and paludis must not show any warnings/errors. |
fact is in the ebuild this line phonon? ( ~x11-libs/qt-phonon-${PV} isn't there.
still have errors. _________________ this is a strange strange world. |
|
| Back to top |
|
 |
|
|
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
|
|