Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

KDE CVS/Subversion Split Ebuilds (Replies Part 1)

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Locked
Advanced search
976 posts
  • Page 29 of 40
    • Jump to page:
  • Previous
  • 1
  • …
  • 27
  • 28
  • 29
  • 30
  • 31
  • …
  • 40
  • Next
Author
Message
Merlin-TC
l33t
l33t
User avatar
Posts: 603
Joined: Fri May 16, 2003 3:29 pm
Location: Germany

Post by Merlin-TC » Thu Aug 11, 2005 5:10 pm

Would it somehow be possible to only fetch all the files from SVN for the already installed apps that are going to be updated?
Top
superstoned
Guru
Guru
Posts: 432
Joined: Fri Dec 17, 2004 10:29 am

Post by superstoned » Thu Aug 11, 2005 6:17 pm

Merlin-TC wrote:Would it somehow be possible to only fetch all the files from SVN for the already installed apps that are going to be updated?
yeah, that's a nice one. first download all shit, then start compiling/installing...
Top
superstoned
Guru
Guru
Posts: 432
Joined: Fri Dec 17, 2004 10:29 am

Post by superstoned » Thu Aug 11, 2005 6:28 pm

question: i dunno much (that means nothing) about STL, but according to some it should be included in Qt...

i'm not entirely sure, but i've been talking about it here:
http://www.kde-apps.org/content/show.php?content=21450

could this be included in Qt? (KsirK author was surprised it was not, and says it should be included)
Top
mario
Guru
Guru
Posts: 400
Joined: Sat Apr 20, 2002 3:22 pm
Location: Mountain View, CA

Feature requests

Post by mario » Thu Aug 11, 2005 11:29 pm

Anyone with feature requests can post them at http://genkdesvn.berlios.de/bugs/ as they are way too many for me to remember them now.
Top
ktech
Guru
Guru
User avatar
Posts: 340
Joined: Sat Apr 12, 2003 11:51 am

Re: Feature requests

Post by ktech » Thu Aug 11, 2005 11:59 pm

mario wrote:Anyone with feature requests can post them at http://genkdesvn.berlios.de/bugs/ as they are way too many for me to remember them now.
you're going to get angry... but... I still don't have spanish support in the ebuilds. Spanish files are fetched but then I cannot choose spanish in Control Center. Dunno why. kdelibs and entire kdebase emerged several times.

Any tip?
Top
mario
Guru
Guru
Posts: 400
Joined: Sat Apr 20, 2002 3:22 pm
Location: Mountain View, CA

Re: Feature requests

Post by mario » Fri Aug 12, 2005 1:33 am

ktech wrote:
mario wrote:Anyone with feature requests can post them at http://genkdesvn.berlios.de/bugs/ as they are way too many for me to remember them now.
you're going to get angry... but... I still don't have spanish support in the ebuilds. Spanish files are fetched but then I cannot choose spanish in Control Center. Dunno why. kdelibs and entire kdebase emerged several times.

Any tip?
Kcontrol switch option is broken right now - the ebuild needs to be edited to install flags properly, the breakage happened some time ago, and I noticed it very recently. As for your bug report, it was not clear to me that your problem was the kcontrol settings.

But you can still have your kde in spanish by setting LANG=es in your environment for kde, or individually you can start an app via KDE_LANG=es.
Top
tgurr
Retired Dev
Retired Dev
Posts: 571
Joined: Tue Jan 27, 2004 11:48 pm
Location: germany

Post by tgurr » Sat Aug 13, 2005 6:42 pm

I had to change ~/.kde/share/config/kdeglobals

Code: Select all

[Locale]
Country=de
Language=de_DE@euro
Top
davidc
n00b
n00b
Posts: 60
Joined: Sun Nov 30, 2003 10:07 am

Post by davidc » Sat Aug 13, 2005 8:07 pm

Signing up for the bug tracker at http://genkdesvn.berlios.de/bugs/login_page.php seems to be broken. I am emailed a confirmation link and then told "The confirmation URL is invalid or has already been used. Please signup again.". I attempted to signup again with a different username but to no avail.
Top
davidc
n00b
n00b
Posts: 60
Joined: Sun Nov 30, 2003 10:07 am

Post by davidc » Sat Aug 13, 2005 8:10 pm

I am having trouble compiling a number of ebuilds from the kde-live overlay (the stable one). I get sandbox errors regarding open_wr on QT lock files in /usr/. The main offender for this seems to be gtk-engines-qt (which hasn't been building for weeks) but esvn and a number of other ebuilds do not compile either.

Is this a known problem? I don't fancy turning off the sandbox just to install a few packages.
Top
superstoned
Guru
Guru
Posts: 432
Joined: Fri Dec 17, 2004 10:29 am

Post by superstoned » Sat Aug 13, 2005 10:47 pm

davidc wrote:I am having trouble compiling a number of ebuilds from the kde-live overlay (the stable one). I get sandbox errors regarding open_wr on QT lock files in /usr/. The main offender for this seems to be gtk-engines-qt (which hasn't been building for weeks) but esvn and a number of other ebuilds do not compile either.

Is this a known problem? I don't fancy turning off the sandbox just to install a few packages.
yeah, seen this before. i don't use sandbox anymore, but thats indeed not the right solution. you might try to report these as bugs.
http://genkdesvn.berlios.de
Top
mario
Guru
Guru
Posts: 400
Joined: Sat Apr 20, 2002 3:22 pm
Location: Mountain View, CA

Post by mario » Sun Aug 14, 2005 12:46 am

Psy' wrote:I had to change ~/.kde/share/config/kdeglobals

Code: Select all

[Locale]
Country=de
Language=de_DE@euro
Thanks, good to know! Well, I have finally fixed the kcontrol entries issue but have decided to create a new ebuild for those entries, in case you want to reinstall them without waiting for kcontrol compile (especially if kcontrol breaks). Now kcontrol requires kde-i18n for that purpose, and those entries are stored there. Unlike the release versions, however, no translations are stored in kde-i18n, but rather in the individual programs.
Top
mario
Guru
Guru
Posts: 400
Joined: Sat Apr 20, 2002 3:22 pm
Location: Mountain View, CA

Post by mario » Sun Aug 14, 2005 12:49 am

davidc wrote:Signing up for the bug tracker at http://genkdesvn.berlios.de/bugs/login_page.php seems to be broken. I am emailed a confirmation link and then told "The confirmation URL is invalid or has already been used. Please signup again.". I attempted to signup again with a different username but to no avail.
Did you try logging on to it? Which user do you want to use? pm me if you want me to set a new password until you're able to log on. I am definitely sure that your two users are registered.
Top
mario
Guru
Guru
Posts: 400
Joined: Sat Apr 20, 2002 3:22 pm
Location: Mountain View, CA

Post by mario » Sun Aug 14, 2005 12:55 am

davidc wrote:I am having trouble compiling a number of ebuilds from the kde-live overlay (the stable one). I get sandbox errors regarding open_wr on QT lock files in /usr/. The main offender for this seems to be gtk-engines-qt (which hasn't been building for weeks) but esvn and a number of other ebuilds do not compile either.

Is this a known problem? I don't fancy turning off the sandbox just to install a few packages.
Please, send more detailed information on which files were denied write, and also some output that shows which qt dir your ebuilds are using. What versions of qt do you have installed?
Top
davidc
n00b
n00b
Posts: 60
Joined: Sun Nov 30, 2003 10:07 am

Post by davidc » Sun Aug 14, 2005 9:07 am

mario wrote:
davidc wrote:I am having trouble compiling a number of ebuilds from the kde-live overlay (the stable one). I get sandbox errors regarding open_wr on QT lock files in /usr/. The main offender for this seems to be gtk-engines-qt (which hasn't been building for weeks) but esvn and a number of other ebuilds do not compile either.

Is this a known problem? I don't fancy turning off the sandbox just to install a few packages.
Please, send more detailed information on which files were denied write, and also some output that shows which qt dir your ebuilds are using. What versions of qt do you have installed?
Sorry, I should have been more specific. x11-libs/qt is version 7 and qtconfig shows version 3.3.4. The ebuild tries to write to a number of files:

Code: Select all

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
open_wr:   /usr/qt/devel/etc/settings/.qtrc.lock
open_wr:   /usr/qt/devel/etc/settings/.qt_plugins_3.3rc.lock
From the ./configure, it seems to be using:

Code: Select all

checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include using -mt
I do have a /usr/qt/devel, however.

If you need any more information please let me know.
Top
ktech
Guru
Guru
User avatar
Posts: 340
Joined: Sat Apr 12, 2003 11:51 am

Post by ktech » Sun Aug 14, 2005 9:15 am

mario wrote:
Psy' wrote:I had to change ~/.kde/share/config/kdeglobals

Code: Select all

[Locale]
Country=de
Language=de_DE@euro
Thanks, good to know! Well, I have finally fixed the kcontrol entries issue but have decided to create a new ebuild for those entries, in case you want to reinstall them without waiting for kcontrol compile (especially if kcontrol breaks). Now kcontrol requires kde-i18n for that purpose, and those entries are stored there. Unlike the release versions, however, no translations are stored in kde-i18n, but rather in the individual programs.
kcontrol depends on kde-i18n right now, but that package doesn't exist...
Top
ktech
Guru
Guru
User avatar
Posts: 340
Joined: Sat Apr 12, 2003 11:51 am

Post by ktech » Sun Aug 14, 2005 9:20 am

Another thing that has been happening for some time is that icons from some apps doesn't seems to work. I'm posting here because I want opinions and the like. Will post on bugs later.

My system is a AMD64, so I don't know if that have something to do because of the lib/lib32/lib64 thing.

Some of the apps affected are:

- Konversation
- Kdebluetooth

As an example, that apps doesn't have an icon in they tray. They have only something like a blank piece of paper. Where could be the problem?
Top
mario
Guru
Guru
Posts: 400
Joined: Sat Apr 20, 2002 3:22 pm
Location: Mountain View, CA

Post by mario » Sun Aug 14, 2005 2:50 pm

ktech wrote:
kcontrol depends on kde-i18n right now, but that package doesn't exist...
Ah, sorry, should be in now.
Top
Thrain
Guru
Guru
User avatar
Posts: 380
Joined: Mon Sep 01, 2003 12:56 pm

Post by Thrain » Mon Aug 15, 2005 12:35 pm

Why do these ebuilds download ALL translation instead of only mine (italian)?

I set LINGUAS in /etc/make.conf ...

If that is too complicated, I can stay in a system with only English language. How can I stop emerge to download all that translations?

Thanks

PS: Excuse my English...
Thrain

"...only astonishment knows..."
Top
mario
Guru
Guru
Posts: 400
Joined: Sat Apr 20, 2002 3:22 pm
Location: Mountain View, CA

Post by mario » Mon Aug 15, 2005 7:39 pm

Thrain wrote:Why do these ebuilds download ALL translation instead of only mine (italian)?

I set LINGUAS in /etc/make.conf ...

If that is too complicated, I can stay in a system with only English language. How can I stop emerge to download all that translations?

Thanks

PS: Excuse my English...
Could you please provide evidence of that? What you are describing sounds impossible to me, but please provide logs/screenshots, whatever you muster to prove that, along with the output of emerge --info.
Top
Merlin-TC
l33t
l33t
User avatar
Posts: 603
Joined: Fri May 16, 2003 3:29 pm
Location: Germany

Post by Merlin-TC » Mon Aug 15, 2005 8:40 pm

Somehow I can't emerge kcontrol, falls right after configure.
It works for you mario?
Top
Merlin-TC
l33t
l33t
User avatar
Posts: 603
Joined: Fri May 16, 2003 3:29 pm
Location: Germany

Post by Merlin-TC » Mon Aug 15, 2005 9:30 pm

Sorry, forgot to post the error log:

Code: Select all

config.status: executing depfiles commands

No OpenEXR Libraries were found
Install the OpenEXR package (from http:///www.openexr.org)
if you want EXR image format support


Good - your configure finished. Start make now

/usr/local/overlays/kde-live/eclass/kde-meta.eclass: line 530: confcache_stop: command not found
/var/tmp/gentoo/portage/kcontrol-7-r2/work/branches/KDE/3.5/kdebase/kicker/libkicker /var/tmp/gentoo/portage/kcontrol-7-r2/work/branches/KDE/3.5/kdebase
/usr/kde/devel/bin/kconfig_compiler /var/tmp/gentoo/portage/kcontrol-7-r2/work/branches/KDE/3.5/kdebase/kicker/libkicker/kickerSettings.kcfg /var/tmp/gentoo/portage/kcontrol-7-r2/work/branches/KDE/3.5/kdebase/kicker/libkicker/kickerSettings.kcfgc; ret=$?; \
if test "$ret" != 0; then rm -f kickerSettings.h ; exit $ret ;  fi
I am not using unsermake.
Top
iamlarryboy
Guru
Guru
User avatar
Posts: 480
Joined: Sat Jan 25, 2003 10:14 pm
Location: Prince George, BC, Canada

Post by iamlarryboy » Tue Aug 16, 2005 12:44 am

Is there anyway to force the ebuilds to use the 3.5 branch instead of HEAD? I would like to follow 3.5 till release as 4.0 is waayyy to unstable (even for me) at the momment.
Esteem : Essays, Fiction, and News Commentary.
Top
mario
Guru
Guru
Posts: 400
Joined: Sat Apr 20, 2002 3:22 pm
Location: Mountain View, CA

Post by mario » Tue Aug 16, 2005 1:08 am

iamlarryboy wrote:Is there anyway to force the ebuilds to use the 3.5 branch instead of HEAD? I would like to follow 3.5 till release as 4.0 is waayyy to unstable (even for me) at the momment.
That is what they do. Unless you are using a very old version of the ebuilds, you're using the 3.5 branch (which is pretty stable, for me)
Top
Thrain
Guru
Guru
User avatar
Posts: 380
Joined: Mon Sep 01, 2003 12:56 pm

Post by Thrain » Tue Aug 16, 2005 10:47 am

@mario:

please can you help me please? I'd like to use your ebuilds very much, but I'm sure that I don't need to wait that each ebuild check for minutes "trunk/l10n"... it take too much time, and already quanta failed to build!

If it exists, can you tell me how to accelerate the download process?

Thank you very much ;) !

EDIT: ok I removed LINGUAS from make.conf and now it downloads quickly ;)
Thrain

"...only astonishment knows..."
Top
mario
Guru
Guru
Posts: 400
Joined: Sat Apr 20, 2002 3:22 pm
Location: Mountain View, CA

Post by mario » Tue Aug 16, 2005 2:46 pm

Thrain wrote:@mario:

please can you help me please? I'd like to use your ebuilds very much, but I'm sure that I don't need to wait that each ebuild check for minutes "trunk/l10n"... it take too much time, and already quanta failed to build!

If it exists, can you tell me how to accelerate the download process?

Thank you very much ;) !

EDIT: ok I removed LINGUAS from make.conf and now it downloads quickly ;)
Thrain, I will readd the possibility of fetching an entire module, rather than the sub-modules only, which might speed up things such as checks for each level of the directory hierarchy (but increase your local space consumption). I may also make checking irrelevant parts of the directory hierarchy optional, and just add an option to enforce it, as if you accidentally delete something, it will no longer be refetched otherwise. I will add these options in time, and everyone is welcome to request an account for the repository and make their own additions.
Top
Locked

976 posts
  • Page 29 of 40
    • Jump to page:
  • Previous
  • 1
  • …
  • 27
  • 28
  • 29
  • 30
  • 31
  • …
  • 40
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic