Forums

Skip to content

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

KDE4 Overlay (Part 5)

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
717 posts
  • Page 26 of 29
    • Jump to page:
  • Previous
  • 1
  • …
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • Next
Author
Message
beso_1717
Apprentice
Apprentice
Posts: 263
Joined: Thu Jul 19, 2007 8:57 am

Post by beso_1717 » Wed Apr 30, 2008 9:43 pm

creidiki wrote:cfg-update has supported paludis for a long time.

just reinstall it and it will install a hook.
i tend to use dispatch-conf which color diffs the original file and the new file so that you can see what you'll be changing in the update. it also uses the default editor to manually merge/modify files if needed. also i think that cfg-update is independent of the package manager. or am i wrong?!
Top
creidiki
Apprentice
Apprentice
User avatar
Posts: 283
Joined: Fri Mar 23, 2007 12:20 pm
Location: Varese (Italy)

Post by creidiki » Wed Apr 30, 2008 10:15 pm

Its independent but has a hook to help it figure index/hash existing config files, or something. Ask the creator XD

And it uses any of a (rather large) choice of CLI/X/KDE/GTK diff merge utils. in CLI, I use imediff2, but generally I use meld.

However, this entirely the wrong thread for this.
'((eINIT) (soor overlay))
Top
franzf
Advocate
Advocate
User avatar
Posts: 4565
Joined: Tue Mar 29, 2005 9:06 am

Post by franzf » Thu May 01, 2008 11:12 am

Thx, installing cfg-update using paludis installed the hook.

Just stumbled over another problem:

Code: Select all

# paludis --dl-reinstall-scm daily --dl-suggested install kdevelop -ip

Building dependency list...
Query error:
  * In program paludis --dl-reinstall-scm daily --dl-suggested install kdevelop -ip:
  * When performing install action from command line:
  * When executing install task:
  * When building dependency list:
  * When adding PackageDepSpec 'dev-util/kdevelop':
  * When adding package 'dev-util/kdevelop-scm:kde-svn::kde4-experimental':
  * When adding post dependencies as post dependencies:
  * When adding PackageDepSpec 'app-emulation/visualboyadvance':

 * You have 6 unread news items (use 'eselect news' to read)
  * No versions of 'app-emulation/visualboyadvance' are available.
That's just because visualboyadvance isn't in app-emulation (as listed in the ebuild), but games-emulation!
But as i don't need this suggestion, i wanted to ask for a possibility to specify the suggestions i want to install, or do i have to install them manually, if i don't want them all?

Thx
Franz
Top
Berniyh
l33t
l33t
Posts: 677
Joined: Wed Jun 07, 2006 12:14 pm

Post by Berniyh » Thu May 01, 2008 12:01 pm

franzf wrote:Thx, installing cfg-update using paludis installed the hook.

Just stumbled over another problem:

Code: Select all

# paludis --dl-reinstall-scm daily --dl-suggested install kdevelop -ip

Building dependency list...
Query error:
  * In program paludis --dl-reinstall-scm daily --dl-suggested install kdevelop -ip:
  * When performing install action from command line:
  * When executing install task:
  * When building dependency list:
  * When adding PackageDepSpec 'dev-util/kdevelop':
  * When adding package 'dev-util/kdevelop-scm:kde-svn::kde4-experimental':
  * When adding post dependencies as post dependencies:
  * When adding PackageDepSpec 'app-emulation/visualboyadvance':

 * You have 6 unread news items (use 'eselect news' to read)
  * No versions of 'app-emulation/visualboyadvance' are available.
That's just because visualboyadvance isn't in app-emulation (as listed in the ebuild), but games-emulation!
But as i don't need this suggestion, i wanted to ask for a possibility to specify the suggestions i want to install, or do i have to install them manually, if i don't want them all?

Thx
Franz
Oh, thx, I'll fix this in a second. ;)

It errors out, because you specified the option --dl-suggested install (maybe in your Paludis defaults), which means, that it will automatically install every suggested dep.
The default ist --dl-suggested show, which prints the list of suggestions, but you have to install them manually, if you want them.
You can turn the suggestions completely off with --dl-suggested discard, but I wouldn't do that, since they can be very useful.
Top
franzf
Advocate
Advocate
User avatar
Posts: 4565
Joined: Tue Mar 29, 2005 9:06 am

Post by franzf » Thu May 01, 2008 12:28 pm

Berniyh wrote:It errors out, because you specified the option --dl-suggested install (maybe in your Paludis defaults), which means, that it will automatically install every suggested dep.
The default ist --dl-suggested show, which prints the list of suggestions, but you have to install them manually, if you want them.
You can turn the suggestions completely off with --dl-suggested discard, but I wouldn't do that, since they can be very useful.
I wanted to install the suggestions, that's why i passed the option --dl-suggested install ;)
But as i didn't want to install visualboy, but all other, i asked you about an option to turn off some specific suggestions.

But atm i even can't install without suggestions, as kdevplatforms cmake-tests fail :(

Franz
Top
Berniyh
l33t
l33t
Posts: 677
Joined: Wed Jun 07, 2006 12:14 pm

Post by Berniyh » Thu May 01, 2008 12:35 pm

franzf wrote:
Berniyh wrote:It errors out, because you specified the option --dl-suggested install (maybe in your Paludis defaults), which means, that it will automatically install every suggested dep.
The default ist --dl-suggested show, which prints the list of suggestions, but you have to install them manually, if you want them.
You can turn the suggestions completely off with --dl-suggested discard, but I wouldn't do that, since they can be very useful.
I wanted to install the suggestions, that's why i passed the option --dl-suggested install ;)
But as i didn't want to install visualboy, but all other, i asked you about an option to turn off some specific suggestions.
No, picking suggestions isn't possible atm (except of course that you install them manually). I guess that would be a feature for an interactive GUI client (ncurses,gtk,qt...).
It wouldn't really be less work than just installing it, anyway. ;)
BTW, it leaves the suggestions out, that you have already installed.
But atm i even can't install without suggestions, as kdevplatforms cmake-tests fail :(
Try --checks none.

I will have a look later, maybe we need to restrict the tests there.
Top
Stefano Crocco
Apprentice
Apprentice
Posts: 157
Joined: Thu Sep 28, 2006 7:51 am

Post by Stefano Crocco » Thu May 01, 2008 12:47 pm

I'm in the process of trying to switch to paludis (yes, I know I should have done it one or two weeks ago, but I ditn't have time). I think I've successfully configured it (at least, I've been able to update some packages in portage). I'm having two problems (and I don't know whether they're related or not). The first one is that, even though I've setup the kde4-experimental overlay as explained in the documentation, including copying the keywords.conf.d and package_unmask.conf.d to /etc/paludis, it still doesn't seem to see the split ebuilds. For example, if I say:

Code: Select all

paludis -ip "=kde-base/kdelibs-scm"
I get this:

Code: Select all

Query error:
  * In program paludis -ip =kde-base/kdelibs-scm:
  * When performing install action from command line:
  * When executing install task:
  * When building dependency list:
  * When adding PackageDepSpec '=kde-base/kdelibs-scm':
  * No versions of '=kde-base/kdelibs-scm' are available. Looking for suggestions:
Suggestions:
  * kde-base/kdelibs
  * kde-base/kdelirc
which, if I'm reading it right, means it doesn't find the package.

The second issue (and the most puzzling one, in my opinion) is that whenever I try to install something, I get messages like this:

Code: Select all

Building target list...                                                                                                                   
Building dependency list...paludis@1209645863: [WARNING e.ebuild.cache_failure] In program paludis -ip =kde-base/kdelibs-scm:             
  ... When performing install action from command line:                                                                                   
  ... When executing install task:                                                                                                        
  ... When building dependency list:                                                                                                      
  ... When adding PackageDepSpec '=kde-base/kdelibs-scm':                                                                                 
  ... When generating metadata for ID 'kde-base/kdelibs-scm::kde4-experimental':                                                          
  ... Caught exception 'Configuration file error: Unknown command or broken variable '0', trailing text '                                 
DEPEND="( !<kde-base/kdebase-3.5.7-r6 !<kde-base/kdebase-startkde-3.5.7-r1 !=kde-base/kdebase-3.5.8 !=kde-base/kdebase-3.5.8-r1 !=kde-base/kdebase-3.5.8-r2 !=kde-base/kdebase-startkde-3.5.8 >=app-misc/strigi-0.5.7 >=dev-libs/libxml2-2.6.6 >=dev-libs/libxslt-1.1.17 media-libs/fontconfig >=media-libs/freetype-2 media-libs/giflib media-libs/jpeg media-libs/libpng >=sys-apps/dbus-0.91[X] x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libXcursor x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXft x11-libs/libXpm x11-libs/libXrender x11-libs/libXtst >=x11-misc/shared-mime-info-0.20 acl? ( kernel_linux? ( sys-apps/acl ) ) alsa? ( >=media-libs/alsa-lib-1.0.14a[midi] ) fam? ( virtual/fam ) jpeg2k? ( media-libs/jasper ) kerberos? ( virtual/krb5 ) nls? ( virtual/libintl ) openexr? ( >=media-libs/openexr-1.2.2-r2 media-libs/ilmbase ) opengl? ( virtual/opengl ) >=dev-libs/libpcre-4.5 semantic-desktop? ( >=dev-libs/soprano-2.0.98 ) spell? ( app-text/aspell app-dicts/aspell-en app-text/enchant ) ssl? ( >=dev-libs/openssl-0.9.7d ) zeroconf? ( || ( net-dns/avahi[mdnsresponder-compat] !bindist? ( net-misc/mDNSResponder ) ) ) doc? ( app-doc/doxygen ) sys-devel/gettext ) ( ) ( ) ( ) ( ) ( dev-util/subversion net-misc/rsync ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( >=dev-util/cmake-2.4.6 ) ( ) ( x11-libs/qt-core:4[qt3support][ssl] x11-libs/qt-gui:4[accessibility][dbus] x11-libs/qt-qt3support:4[accessibility] x11-libs/qt-script:4 x11-libs/qt-svg:4 x11-libs/qt-test:4 opengl? ( x11-libs/qt-opengl:4 ) >=dev-util/cmake-2.4.7-r1 dev-util/pkgconfig x11-libs/libXt x11-proto/xf86vidmodeproto test? ( dev-util/cppunit ) ) ( )"                                                                                                                                                                
RDEPEND="( !<kde-base/kdebase-3.5.7-r6 !<kde-base/kdebase-startkde-3.5.7-r1 !=kde-base/kdebase-3.5.8 !=kde-base/kdebase-3.5.8-r1 !=kde-base/kdebase-3.5.8-r2 !=kde-base/kdebase-startkde-3.5.8 >=app-misc/strigi-0.5.7 >=dev-libs/libxml2-2.6.6 >=dev-libs/libxslt-1.1.17 media-libs/fontconfig >=media-libs/freetype-2 media-libs/giflib media-libs/jpeg media-libs/libpng >=sys-apps/dbus-0.91[X] x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libXcursor x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXft x11-libs/libXpm x11-libs/libXrender x11-libs/libXtst >=x11-misc/shared-mime-info-0.20 acl? ( kernel_linux? ( sys-apps/acl ) ) alsa? ( >=media-libs/alsa-lib-1.0.14a[midi] ) fam? ( virtual/fam ) jpeg2k? ( media-libs/jasper ) kerberos? ( virtual/krb5 ) nls? ( virtual/libintl ) openexr? ( >=media-libs/openexr-1.2.2-r2 media-libs/ilmbase ) opengl? ( virtual/opengl ) >=dev-libs/libpcre-4.5 semantic-desktop? ( >=dev-libs/soprano-2.0.98 ) spell? ( app-text/aspell app-dicts/aspell-en app-text/enchant ) ssl? ( >=dev-libs/openssl-0.9.7d ) zeroconf? ( || ( net-dns/avahi[mdnsresponder-compat] !bindist? ( net-misc/mDNSResponder ) ) ) x11-apps/rgb x11-apps/iceauth ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( x11-libs/qt-core:4[qt3support][ssl] x11-libs/qt-gui:4[accessibility][dbus] x11-libs/qt-qt3support:4[accessibility] x11-libs/qt-script:4 x11-libs/qt-svg:4 x11-libs/qt-test:4 opengl? ( x11-libs/qt-opengl:4 ) ) ( )"                                                                                                                                             
PDEPEND="( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( )"                                                                                                                  
IUSE=" 3dnow acl alsa altivec bindist +bzip2 debug doc fam htmlhandbook jpeg2k kerberos mmx nls openexr +semantic-desktop spell sse sse2 ssl zeroconf opengl test "                                        
SRC_URI=""                                                                                                                                                                                                 
RESTRICT="test"                                                                                                                                                                                            
LICENSE="GPL-2 LGPL-2"                                                                                                                                                                                     
KEYWORDS=" "                                                                                                                                                                                               
INHERITED=" toolchain-funcs multilib portability eutils subversion base cmake-utils kde4-functions kde4-base kde4svn"                                                                                      
PROVIDE=""                                                                                                                                                                                                 
HOMEPAGE="http://www.kde.org/"                                                                                                                                                                             
DESCRIPTION="KDE libraries needed by all KDE programs."                                                                                                                                                    
DEPENDENCIES=""                                                                                                                                                                                            
E_IUSE=" opengl test "                                                                                                                                                                                     
E_DEPEND=" ( ) ( ) ( ) ( ) ( dev-util/subversion net-misc/rsync ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( >=dev-util/cmake-2.4.6 ) ( ) ( x11-libs/qt-core:4[qt3support][ssl] x11-libs/qt-gui:4[accessibility][dbus] x11-libs/qt-qt3support:4[accessibility] x11-libs/qt-script:4 x11-libs/qt-svg:4 x11-libs/qt-test:4 opengl? ( x11-libs/qt-opengl:4 ) >=dev-util/cmake-2.4.7-r1 dev-util/pkgconfig x11-libs/libXt x11-proto/xf86vidmodeproto test? ( dev-util/cppunit ) ) ( )"                                                                                                                                                
E_RDEPEND=" ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( x11-libs/qt-core:4[qt3support][ssl] x11-libs/qt-gui:4[accessibility][dbus] x11-libs/qt-qt3support:4[accessibility] x11-libs/qt-script:4 x11-libs/qt-svg:4 x11-libs/qt-test:4 opengl? ( x11-libs/qt-opengl:4 ) ) ( )"                                                                                                                
E_PDEPEND=" ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( )"                                                                                                                   
E_KEYWORDS=" "                                                                                                                                                                                             
PLATFORMS=""                                                                                                                                                                                               
E_PLATFORMS=""                                                                                                                                                                                             
MYOPTIONS=""                                                                                                                                                                                               
E_MYOPTIONS=""                                                                                                                                                                                             
E_DEPENDENCIES=""                                                                                                                                                                                          
BINARY_KEYWORDS=""                                                                                                                                                                                         
BINARY_URI=""                                                                                                                                                                                              
GENERATED_USING=""                                                                                                                                                                                         
GENERATED_TIME=""                                                                                                                                                                                          
BINARY_PLATFORMS=""                                                                                                                                                                                        
SLOT="kde-svn"                                                                                                                                                                                             
EAPI="kdebuild-1"                                                                                                                                                                                          
OPTIONS=""                                                                                                                                                                                                 
USE=""                                                                                                                                                                                                     
'' (paludis::ConfigFileError) when generating cache for 'kde-base/kdelibs-scm::kde4-experimental', input is '0 \n DEPEND="( \n !<kde-base/kdebase-3.5.7-r6 \n !<kde-base/kdebase-startkde-3.5.7-r1 \n !=kde-base/kdebase-3.5.8 \n !=kde-base/kdebase-3.5.8-r1 \n !=kde-base/kdebase-3.5.8-r2 \n !=kde-base/kdebase-startkde-3.5.8 \n >=app-misc/strigi-0.5.7 \n >=dev-libs/libxml2-2.6.6 \n >=dev-libs/libxslt-1.1.17 \n media-libs/fontconfig \n >=media-libs/freetype-2 \n media-libs/giflib \n media-libs/jpeg \n media-libs/libpng \n >=sys-apps/dbus-0.91[X] \n x11-libs/libICE \n x11-libs/libSM \n x11-libs/libX11 \n x11-libs/libXau \n x11-libs/libXcursor \n x11-libs/libXdmcp \n x11-libs/libXext \n x11-libs/libXfixes \n x11-libs/libXft \n x11-libs/libXpm \n x11-libs/libXrender \n x11-libs/libXtst \n >=x11-misc/shared-mime-info-0.20 \n acl? \n ( \n kernel_linux? \n ( \n sys-apps/acl \n ) \n ) \n alsa? \n ( \n >=media-libs/alsa-lib-1.0.14a[midi] \n ) \n fam? \n ( \n virtual/fam \n ) \n jpeg2k? \n ( \n media-libs/jasper \n ) \n kerberos? \n ( \n virtual/krb5 \n ) \n nls? \n ( \n virtual/libintl \n ) \n openexr? \n ( \n >=media-libs/openexr-1.2.2-r2 \n media-libs/ilmbase \n ) \n opengl? \n ( \n virtual/opengl \n ) \n >=dev-libs/libpcre-4.5 \n semantic-desktop? \n ( \n >=dev-libs/soprano-2.0.98 \n ) \n spell? \n ( \n app-text/aspell \n app-dicts/aspell-en \n app-text/enchant \n ) \n ssl? \n ( \n >=dev-libs/openssl-0.9.7d \n ) \n zeroconf? \n ( \n || \n ( \n net-dns/avahi[mdnsresponder-compat] \n !bindist? \n ( \n net-misc/mDNSResponder \n ) \n ) \n ) \n doc? \n ( \n app-doc/doxygen \n ) \n sys-devel/gettext \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n dev-util/subversion \n net-misc/rsync \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n >=dev-util/cmake-2.4.6 \n ) \n ( \n ) \n ( \n x11-libs/qt-core:4[qt3support][ssl] \n x11-libs/qt-gui:4[accessibility][dbus] \n x11-libs/qt-qt3support:4[accessibility] \n x11-libs/qt-script:4 \n x11-libs/qt-svg:4 \n x11-libs/qt-test:4 \n opengl? \n ( \n x11-libs/qt-opengl:4 \n ) \n >=dev-util/cmake-2.4.7-r1 \n dev-util/pkgconfig \n x11-libs/libXt \n x11-proto/xf86vidmodeproto \n test? \n ( \n dev-util/cppunit \n ) \n ) \n ( \n )" \n RDEPEND="( \n !<kde-base/kdebase-3.5.7-r6 \n !<kde-base/kdebase-startkde-3.5.7-r1 \n !=kde-base/kdebase-3.5.8 \n !=kde-base/kdebase-3.5.8-r1 \n !=kde-base/kdebase-3.5.8-r2 \n !=kde-base/kdebase-startkde-3.5.8 \n >=app-misc/strigi-0.5.7 \n >=dev-libs/libxml2-2.6.6 \n >=dev-libs/libxslt-1.1.17 \n media-libs/fontconfig \n >=media-libs/freetype-2 \n media-libs/giflib \n media-libs/jpeg \n media-libs/libpng \n >=sys-apps/dbus-0.91[X] \n x11-libs/libICE \n x11-libs/libSM \n x11-libs/libX11 \n x11-libs/libXau \n x11-libs/libXcursor \n x11-libs/libXdmcp \n x11-libs/libXext \n x11-libs/libXfixes \n x11-libs/libXft \n x11-libs/libXpm \n x11-libs/libXrender \n x11-libs/libXtst \n >=x11-misc/shared-mime-info-0.20 \n acl? \n ( \n kernel_linux? \n ( \n sys-apps/acl \n ) \n ) \n alsa? \n ( \n >=media-libs/alsa-lib-1.0.14a[midi] \n ) \n fam? \n ( \n virtual/fam \n ) \n jpeg2k? \n ( \n media-libs/jasper \n ) \n kerberos? \n ( \n virtual/krb5 \n ) \n nls? \n ( \n virtual/libintl \n ) \n openexr? \n (\n >=media-libs/openexr-1.2.2-r2 \n media-libs/ilmbase \n ) \n opengl? \n ( \n virtual/opengl \n ) \n >=dev-libs/libpcre-4.5 \n semantic-desktop? \n ( \n >=dev-libs/soprano-2.0.98 \n ) \n spell? \n ( \napp-text/aspell \n app-dicts/aspell-en \n app-text/enchant \n ) \n ssl? \n ( \n >=dev-libs/openssl-0.9.7d \n ) \n zeroconf? \n ( \n || \n ( \n net-dns/avahi[mdnsresponder-compat] \n !bindist? \n ( \n net-misc/mDNSResponder \n ) \n ) \n ) \n x11-apps/rgb \n x11-apps/iceauth \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n x11-libs/qt-core:4[qt3support][ssl] \n x11-libs/qt-gui:4[accessibility][dbus] \n x11-libs/qt-qt3support:4[accessibility] \n x11-libs/qt-script:4 \n x11-libs/qt-svg:4 \n x11-libs/qt-test:4 \n opengl? \n ( \n x11-libs/qt-opengl:4 \n ) \n ) \n ( \n )" \n PDEPEND="( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n )" \n IUSE=" \n 3dnow \n acl \n alsa \n altivec \n bindist \n +bzip2 \n debug \n doc \n fam \n htmlhandbook \n jpeg2k \n kerberos \n mmx \n nls \n openexr \n +semantic-desktop \n spell \n sse \n sse2 \n ssl \n zeroconf \n opengl \n test \n " \n SRC_URI="" \n RESTRICT="test" \n LICENSE="GPL-2 \n LGPL-2" \n KEYWORDS=" \n " \n INHERITED=" \n toolchain-funcs \n multilib \n portability \n eutils \n subversion \n base \n cmake-utils \n kde4-functions \n kde4-base \n kde4svn" \n PROVIDE="" \n HOMEPAGE="http://www.kde.org/" \n DESCRIPTION="KDE \n libraries \n needed \n by \n all \n KDE \n programs." \n DEPENDENCIES="" \n E_IUSE=" \n opengl \n test \n " \n E_DEPEND=" \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n dev-util/subversion \n net-misc/rsync \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n >=dev-util/cmake-2.4.6 \n ) \n ( \n ) \n ( \n x11-libs/qt-core:4[qt3support][ssl] \n x11-libs/qt-gui:4[accessibility][dbus] \n x11-libs/qt-qt3support:4[accessibility] \n x11-libs/qt-script:4 \n x11-libs/qt-svg:4 \n x11-libs/qt-test:4 \n opengl? \n ( \n x11-libs/qt-opengl:4 \n ) \n >=dev-util/cmake-2.4.7-r1 \n dev-util/pkgconfig \n x11-libs/libXt \n x11-proto/xf86vidmodeproto \n test? \n ( \n dev-util/cppunit \n ) \n ) \n ( \n )" \n E_RDEPEND=" \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n x11-libs/qt-core:4[qt3support][ssl] \n x11-libs/qt-gui:4[accessibility][dbus] \n x11-libs/qt-qt3support:4[accessibility] \n x11-libs/qt-script:4 \n x11-libs/qt-svg:4 \n x11-libs/qt-test:4 \n opengl? \n ( \n x11-libs/qt-opengl:4 \n ) \n ) \n ( \n )" \n E_PDEPEND=" \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n ( \n ) \n( \n ) \n ( \n )" \n E_KEYWORDS=" \n " \n PLATFORMS="" \n E_PLATFORMS="" \n MYOPTIONS="" \n E_MYOPTIONS="" \n E_DEPENDENCIES="" \n BINARY_KEYWORDS="" \n BINARY_URI="" \n GENERATED_USING="" \n GENERATED_TIME="" \n BINARY_PLATFORMS="" \n SLOT="kde-svn" \n EAPI="kdebuild-1" \n OPTIONS="" \n USE=""'
paludis@1209645863: [WARNING e.ebuild.cache_failure] (same context) Could not generate cache for 'kde-base/kdelibs-scm::kde4-experimental'
paludis@1209645863: [WARNING e.ebuild.metadata.unusable] No usable metadata for 'kde-base/kdelibs-scm::kde4-experimental'
It seems like in the ebuild (in this case, the one for kdelibs-scm, but it happened also in ebuilds in the official portage tree) theres a 0 somewhere it shouldn't. Looking at the ebuild, and judging from the text following the error (it would have been nice if there were a line number in the error message), I think it's caused by the following piece of code:

Code: Select all

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

NEED_KDE="svn"
CPPUNIT_REQUIRED="optional"
OPENGL_REQUIRED="optional"
inherit kde4svn

DESCRIPTION="KDE libraries needed by all KDE programs."
HOMEPAGE="http://www.kde.org/"

KEYWORDS=""
IUSE="${IUSE} 3dnow acl alsa altivec bindist +bzip2 debug doc fam htmlhandbook jpeg2k
kerberos mmx nls openexr +semantic-desktop spell sse sse2 ssl zeroconf"
LICENSE="GPL-2 LGPL-2"
RESTRICT="test"

COMMONDEPEND="
	!<kde-base/kdebase-3.5.7-r6
	!<kde-base/kdebase-startkde-3.5.7-r1
	!=kde-base/kdebase-3.5.8
	!=kde-base/kdebase-3.5.8-r1
	!=kde-base/kdebase-3.5.8-r2
	!=kde-base/kdebase-startkde-3.5.8
	>=app-misc/strigi-0.5.7
	>=dev-libs/libxml2-2.6.6
	>=dev-libs/libxslt-1.1.17
	media-libs/fontconfig
	>=media-libs/freetype-2
	media-libs/giflib
	media-libs/jpeg
	media-libs/libpng
	>=sys-apps/dbus-0.91[X]
	x11-libs/libICE
	x11-libs/libSM
	x11-libs/libX11
	x11-libs/libXau
	x11-libs/libXcursor
	x11-libs/libXdmcp
	x11-libs/libXext
	x11-libs/libXfixes
	x11-libs/libXft
	x11-libs/libXpm
	x11-libs/libXrender
	x11-libs/libXtst
	>=x11-misc/shared-mime-info-0.20
	acl? ( kernel_linux? ( sys-apps/acl ) )
	alsa? ( >=media-libs/alsa-lib-1.0.14a[midi] )
	fam? ( virtual/fam )
	jpeg2k? ( media-libs/jasper )
	kerberos? ( virtual/krb5 )
	nls? ( virtual/libintl )
	openexr? ( >=media-libs/openexr-1.2.2-r2 media-libs/ilmbase )
	opengl? ( virtual/opengl )
	>=dev-libs/libpcre-4.5
	semantic-desktop? ( >=dev-libs/soprano-2.0.98 )
	spell? ( app-text/aspell app-dicts/aspell-en app-text/enchant )
	ssl? ( >=dev-libs/openssl-0.9.7d )
	zeroconf? ( || ( net-dns/avahi[mdnsresponder-compat]
		!bindist? ( net-misc/mDNSResponder ) ) )
"
Does anyone have an idea on these issue? Can they be related?

EDIT: solved. It seems the two issues were actually related, and that the second was caused by some error in the /etc/paludis/bashrc file (I was trying to add -g and -gdbg to CFLAGS and CXXFLAGS for qt 4.4.1 and the kde4 split packages and, since my bash-scripting abilities are near 0, failed miserably).

Stefano
Last edited by Stefano Crocco on Thu May 01, 2008 1:27 pm, edited 1 time in total.
Stefano
Top
franzf
Advocate
Advocate
User avatar
Posts: 4565
Joined: Tue Mar 29, 2005 9:06 am

Post by franzf » Thu May 01, 2008 1:13 pm

Berniyh wrote:
But atm i even can't install without suggestions, as kdevplatforms cmake-tests fail :(
Try --checks none.

I will have a look later, maybe we need to restrict the tests there.
Thx, --checks none did the trick.

One last paludis-related question:
Why am I forced to name the category, when i want to install a pecific version, just as example

Code: Select all

paludis -i =qt-4.4.0_rc1
doesn't work, i need to do this

Code: Select all

paludis -i =x11-libs/qt-4.4.0_rc1
The same for installing a specific slot.

Is there an option i can set in a config?

Thx
Franz
Top
creidiki
Apprentice
Apprentice
User avatar
Posts: 283
Joined: Fri Mar 23, 2007 12:20 pm
Location: Varese (Italy)

Post by creidiki » Thu May 01, 2008 1:18 pm

because =package_name-version is not a valid fully-qualified package name.
'((eINIT) (soor overlay))
Top
Berniyh
l33t
l33t
Posts: 677
Joined: Wed Jun 07, 2006 12:14 pm

Post by Berniyh » Thu May 01, 2008 1:29 pm

Stefano Crocco wrote:I'm in the process of trying to switch to paludis (yes, I know I should have done it one or two weeks ago, but I ditn't have time). I think I've successfully configured it (at least, I've been able to update some packages in portage). I'm having two problems (and I don't know whether they're related or not). The first one is that, even though I've setup the kde4-experimental overlay as explained in the documentation, including copying the keywords.conf.d and package_unmask.conf.d to /etc/paludis, it still doesn't seem to see the split ebuilds. For example, if I say:

Code: Select all

paludis -ip "=kde-base/kdelibs-scm"
I get this:

Code: Select all

Query error:
  * In program paludis -ip =kde-base/kdelibs-scm:
  * When performing install action from command line:
  * When executing install task:
  * When building dependency list:
  * When adding PackageDepSpec '=kde-base/kdelibs-scm':
  * No versions of '=kde-base/kdelibs-scm' are available. Looking for suggestions:
Suggestions:
  * kde-base/kdelibs
  * kde-base/kdelirc
which, if I'm reading it right, means it doesn't find the package.
That's a result of the problem below.

The second issue (and the most puzzling one, in my opinion) is that whenever I try to install something, I get messages like this:

Does anyone have an idea on these issue? Can they be related?

EDIT: solved. It seems the two issues were actually related, and that the second was caused by some error in the /etc/paludis/bashrc file (I was trying to add -g and -gdbg to CFLAGS and CXXFLAGS for qt 4.4.1 and the kde4 split packages and, since my bash-scripting abilities are near 0, failed miserably).

Stefano
Yes, it seems like you have an issue in your configuration files.
Care to pastebin them?
Top
franzf
Advocate
Advocate
User avatar
Posts: 4565
Joined: Tue Mar 29, 2005 9:06 am

Post by franzf » Thu May 01, 2008 1:35 pm

creidiki wrote:because =package_name-version is not a valid fully-qualified package name.
So WHY it is not a valid fully-qualified package name?

Code: Select all

paludis -i qt
installs all (both, 3 & 4) SLOTs, so my assumption was that qt:4 (as with emerge) would install this slot.

It really is no problem, when i know how to do it. It's just a little more work. I don't know the category for any package, so i need to query first.
It would be nice if paludis could tell me something like did you mean x11-libs/qt:4?.

But that's too much OT now, just wanted to know if there was an easy way to configure this, but it seams there is no way :)
Thx for the clarifications
Franz
Top
creidiki
Apprentice
Apprentice
User avatar
Posts: 283
Joined: Fri Mar 23, 2007 12:20 pm
Location: Varese (Italy)

Post by creidiki » Thu May 01, 2008 1:57 pm

FQPN: [=]cat/pkg[-ver][:slot], plus the [::repo] and [\[version-spec\]] paludis extensions.

See PMS for the full fishbasket ;)
'((eINIT) (soor overlay))
Top
Berniyh
l33t
l33t
Posts: 677
Joined: Wed Jun 07, 2006 12:14 pm

Post by Berniyh » Thu May 01, 2008 2:08 pm

creidiki wrote:FQPN: [=]cat/pkg[-ver][:slot], plus the [::repo] and [\[version-spec\]] paludis extensions.

See PMS for the full fishbasket ;)
I guess he is asking, why "pkg" gets converted to "cat/pkg" (if pkg is unique) and "pkg:slot" doesn't get converted to "cat/pkg:slot" (same for version).
Portage does that, which is the reason, why many users might be used to it.
Top
Stefano Crocco
Apprentice
Apprentice
Posts: 157
Joined: Thu Sep 28, 2006 7:51 am

Post by Stefano Crocco » Thu May 01, 2008 2:35 pm

Berniyh wrote: Yes, it seems like you have an issue in your configuration files.
Care to pastebin them?
The problem lies in the /etc/paludis/bashrc file, which you can find here. In particular, I think the line which is causing the trouble is the first of the highlighted ones. My intent was to use the -g and -gdbg flags only for packages with the '9999.4' version (I didn't know at the time that the version had been changed to scm) or those beloging to the category 'qt' (which I'm now realizing doesn't exist) and a version containing the string '4.4.1'. I think I'll have to think of a better way to handle all of this.
Stefano
Top
creidiki
Apprentice
Apprentice
User avatar
Posts: 283
Joined: Fri Mar 23, 2007 12:20 pm
Location: Varese (Italy)

Post by creidiki » Thu May 01, 2008 2:43 pm

Stefano Crocco wrote:
Berniyh wrote: Yes, it seems like you have an issue in your configuration files.
Care to pastebin them?
The problem lies in the /etc/paludis/bashrc file, which you can find here. In particular, I think the line which is causing the trouble is the first of the highlighted ones. My intent was to use the -g and -gdbg flags only for packages with the '9999.4' version (I didn't know at the time that the version had been changed to scm) or those beloging to the category 'qt' (which I'm now realizing doesn't exist) and a version containing the string '4.4.1'. I think I'll have to think of a better way to handle all of this.

Code: Select all

if [[ "${SLOT}" == "kde-svn"]] ||\
     [[ "${PN}" == "qt*" && "${PV}" == "4.4.1*" ]]; then
     CFLAGS="${CFLAGS} -g3 -ggdb"
fi
I'm told you can also do checks based on $REPOSITORY
'((eINIT) (soor overlay))
Top
Berniyh
l33t
l33t
Posts: 677
Joined: Wed Jun 07, 2006 12:14 pm

Post by Berniyh » Thu May 01, 2008 2:50 pm

Stefano Crocco wrote:
Berniyh wrote: Yes, it seems like you have an issue in your configuration files.
Care to pastebin them?
The problem lies in the /etc/paludis/bashrc file, which you can find here. In particular, I think the line which is causing the trouble is the first of the highlighted ones. My intent was to use the -g and -gdbg flags only for packages with the '9999.4' version (I didn't know at the time that the version had been changed to scm) or those beloging to the category 'qt' (which I'm now realizing doesn't exist) and a version containing the string '4.4.1'. I think I'll have to think of a better way to handle all of this.
First, try -gt instead of >, second, is the category really "qt"?
I guess that should be PN what you are trying to compare there.
Top
Stefano Crocco
Apprentice
Apprentice
Posts: 157
Joined: Thu Sep 28, 2006 7:51 am

Post by Stefano Crocco » Thu May 01, 2008 2:57 pm

Well, given all the logical mistakes of my previous attempt, I've decided to try this:

Code: Select all

if [[ ("${PV}" == "scm") || ${PN:3} == "qt-" ]]; then
   CFLAGS="${CFLAGS} -g -ggdb"
   CXXFLAGS="${CFLAGS}"
fi
which seems to work (even if I'm sure there are much better ways to do this).
Last edited by Stefano Crocco on Thu May 01, 2008 6:26 pm, edited 1 time in total.
Stefano
Top
rzZzn
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 96
Joined: Tue Aug 24, 2004 7:21 am
Location: Sweden
Contact:
Contact rzZzn
Website

Post by rzZzn » Thu May 01, 2008 6:08 pm

dracula1985 wrote:I still can't build 4 packages: kde-base/akonadi kde-base/kopete kde-base/kweather kde-base/step

Those are the build outputs

akonadi:

Code: Select all

[  8%] Building CXX object akonadi/kabc/CMakeFiles/akonadi-kabc.dir/kabcmodel.o                                                                                                           
Linking CXX shared library ../../lib/libakonadi-kcal.so                                                                                                                                   
make[2]: *** No rule to make target `/usr/kde/svn/share/dbus-1/interfaces/org.kde.Akonadi.TracerNotification.xml', needed by `akonadi/clients/akonamail/tracernotificationinterface.cpp'.  Stop.                                                                                                                                                                                    
make[1]: *** [akonadi/clients/akonamail/CMakeFiles/akonamail_bin.dir/all] Error 2                                                                                                         
make[1]: *** Waiting for unfinished jobs....                                                                                                                                              
[  8%] Built target akonadi-kcal                                                                                                                                                          
Linking CXX shared library ../../lib/libakonadi-kabc.so                                                                                                                                   
[  8%] Built target akonadi-kabc                                                                                                                                                          
make: *** [all] Error 2
kopete:

Code: Select all

[ 79%] Building CXX object kopete/protocols/jabber/CMakeFiles/kopete_jabber.dir/jabberbytestream.o                                                                                        
In file included from /usr/kde/svn/include/k3streamsocket.h:30,                                                                                                                           
                 from /usr/kde/svn/include/k3bufferedsocket.h:29,                                                                                                                         
                 from /var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberbytestream.h:24,                                                                     
                 from /var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberconnector.h:24,                                                                      
                 from /var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberconnector.cpp:21:                                                                    
/usr/kde/svn/include/k3socketbase.h:699: warning: 'virtual qint64 KNetwork::KActiveSocketBase::readData(char*, qint64)' was hidden                                                        
/usr/kde/svn/include/k3clientsocketbase.h:451: warning:   by 'virtual qint64 KNetwork::KClientSocketBase::readData(char*, qint64, KNetwork::KSocketAddress*)'                             
/usr/kde/svn/include/k3socketbase.h:734: warning: 'virtual qint64 KNetwork::KActiveSocketBase::writeData(const char*, qint64)' was hidden                                                 
/usr/kde/svn/include/k3clientsocketbase.h:462: warning:   by 'virtual qint64 KNetwork::KClientSocketBase::writeData(const char*, qint64, const KNetwork::KSocketAddress*)'                
In file included from /var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberprotocol.h:26,                                                                       
                 from /var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberconnector.cpp:23:                                                                    
/var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/libkopete/kopetemimetypehandler.h:74: warning: 'virtual void Kopete::MimeTypeHandler::handleURL(const KUrl&) const' was hidden    
/var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/libkopete/kopetemimetypehandler.h:128: warning:   by 'virtual void Kopete::EmoticonMimeTypeHandler::handleURL(const QString&, const KUrl&) const'                                                                                                                                                                           
In file included from /var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberconnector.cpp:23:                                                                    
/var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/libkopete/kopetemimetypehandler.h:82: warning: 'virtual void Kopete::MimeTypeHandler::handleURL(const QString&, const KUrl&) const' was hidden                                                                                                                                                                              
/var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberprotocol.h:152: warning:   by 'virtual void JabberProtocol::handleURL(const KUrl&) const'                  
In file included from /usr/kde/svn/include/k3streamsocket.h:30,                                                                                                                           
                 from /usr/kde/svn/include/k3bufferedsocket.h:29,                                                                                                                         
                 from /var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberbytestream.h:24,                                                                     
                 from /var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberbytestream.cpp:22:                                                                   
/usr/kde/svn/include/k3socketbase.h:699: warning: 'virtual qint64 KNetwork::KActiveSocketBase::readData(char*, qint64)' was hidden                                                        
/usr/kde/svn/include/k3clientsocketbase.h:451: warning:   by 'virtual qint64 KNetwork::KClientSocketBase::readData(char*, qint64, KNetwork::KSocketAddress*)'                             
/usr/kde/svn/include/k3socketbase.h:734: warning: 'virtual qint64 KNetwork::KActiveSocketBase::writeData(const char*, qint64)' was hidden                                                 
/usr/kde/svn/include/k3clientsocketbase.h:462: warning:   by 'virtual qint64 KNetwork::KClientSocketBase::writeData(const char*, qint64, const KNetwork::KSocketAddress*)'                
In file included from /var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberprotocol.h:26,                                                                       
                 from /var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberbytestream.cpp:25:                                                                   
/var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/libkopete/kopetemimetypehandler.h:74: warning: 'virtual void Kopete::MimeTypeHandler::handleURL(const KUrl&) const' was hidden    
/var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/libkopete/kopetemimetypehandler.h:128: warning:   by 'virtual void Kopete::EmoticonMimeTypeHandler::handleURL(const QString&, const KUrl&) const'                                                                                                                                                                           
In file included from /var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberbytestream.cpp:25:                                                                   
/var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/libkopete/kopetemimetypehandler.h:82: warning: 'virtual void Kopete::MimeTypeHandler::handleURL(const QString&, const KUrl&) const' was hidden                                                                                                                                                                              
/var/tmp/paludis/kde-base-kopete-scm/work/kopete/kopete/protocols/jabber/jabberprotocol.h:152: warning:   by 'virtual void JabberProtocol::handleURL(const KUrl&) const'                  
Linking CXX shared module ../../../lib/kopete_jabber.so                                                                                                                                   
[ 79%] Built target kopete_jabber                                                                                                                                                         
make: *** [all] Error 2
kweather:

Code: Select all

make -j3 stationdatabase_test sun_test                                                                                                                                                    
[ 25%] Generating sun_test_automoc.cpp                                                                                                                                                    
Generating sun_test.moc                                                                                                                                                                   
Scanning dependencies of target sun_test                                                                                                                                                  
[ 25%] Generating stationdatabase_test_automoc.cpp                                                                                                                                        
Generating stationdatabase_test.moc                                                                                                                                                       
Scanning dependencies of target stationdatabase_test                                                                                                                                      
[ 50%] Building CXX object kweather/tests/CMakeFiles/sun_test.dir/sun_test_automoc.o                                                                                                      
[ 75%] Building CXX object kweather/tests/CMakeFiles/sun_test.dir/sun_test.o                                                                                                              
[100%] Building CXX object kweather/tests/CMakeFiles/sun_test.dir/__/__/__/kweather/kweather/sun.o                                                                                        
[125%] Building CXX object kweather/tests/CMakeFiles/stationdatabase_test.dir/stationdatabase_test_automoc.o                                                                              
[150%] Building CXX object kweather/tests/CMakeFiles/stationdatabase_test.dir/stationdatabase_test.o                                                                                      
[175%] Building CXX object kweather/tests/CMakeFiles/stationdatabase_test.dir/__/__/__/kweather/kweather/stationdatabase.o                                                                
/var/tmp/paludis/kde-base-kweather-scm/work/kweather/kweather/stationdatabase.cpp: In member function 'bool StationDatabase::loadStation(const QString&)':                                
/var/tmp/paludis/kde-base-kweather-scm/work/kweather/kweather/stationdatabase.cpp:53: warning: 'setEncoding' is deprecated (declared at /usr/include/qt4/QtCore/qtextstream.h:243)        
/var/tmp/paludis/kde-base-kweather-scm/work/kweather/kweather/stationdatabase.cpp: In member function 'QString StationDatabase::stationIDfromName(const QString&)':                       
/var/tmp/paludis/kde-base-kweather-scm/work/kweather/kweather/stationdatabase.cpp:171: warning: 'data' is deprecated (declared at /usr/include/qt4/QtCore/qmap.h:215)                     
/var/tmp/paludis/kde-base-kweather-scm/work/kweather/kweather/stationdatabase.cpp:172: warning: 'data' is deprecated (declared at /usr/include/qt4/QtCore/qmap.h:215)                     
Linking CXX executable sun_test                                                                                                                                                           
[200%] Built target sun_test                                                                                                                                                              
Linking CXX executable stationdatabase_test                                                                                                                                               
Built target stationdatabase_test                                                                                                                                                         
********* Start testing of StationDatabaseTest *********                                                                                                                                  
Config: Using QTest library 4.4.0-rc1, Qt 4.4.0-rc1                                                                                                                                       
PASS   : StationDatabaseTest::initTestCase()                                                                                                                                              
SKIP   : StationDatabaseTest::testStationNameLoading(initial) This test requires that the station database be able to load its data                                                       
   Loc: [/var/tmp/paludis/kde-base-kweather-scm/work/kweather/kweather/tests/stationdatabase_test.cpp(82)]                                                                                
./stationdatabase_test.shell: line 4: 24354 Segmentation fault      LD_LIBRARY_PATH=/var/tmp/paludis/kde-base-kweather-scm/work/kweather_build/lib/./:/usr/kde/svn/lib64:/usr/kde/svn/lib64:/usr/lib64/qt4${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} "/var/tmp/paludis/kde-base-kweather-scm/work/kweather_build/kweather/tests/stationdatabase_test" "$@"
step:

Code: Select all

[ 92%] Building CXX object step/step/CMakeFiles/step.dir/unitscalc.o                                                                                                                      
In file included from /usr/include/cln/cln.h:27,                                                                                                                                          
                 from /usr/include/libqalculate/Number.h:17,                                                                                                                              
                 from /usr/include/libqalculate/MathStructure.h:16,                                                                                                                       
                 from /usr/include/libqalculate/Calculator.h:149,                                                                                                                         
                 from /usr/include/libqalculate/qalculate.h:17,                                                                                                                           
                 from /var/tmp/paludis/kde-base-step-scm/work/step/step/step/unitscalc.cc:23:                                                                                             
/usr/include/cln/string.h: In static member function 'static void* cln::cl_heap_string::operator new(size_t)':                                                                            
/usr/include/cln/string.h:21: error: exception handling disabled, use -fexceptions to enable                                                                                              
make[2]: *** [step/step/CMakeFiles/step.dir/unitscalc.o] Error 1                                                                                                                          
make[2]: *** Waiting for unfinished jobs....                                                                                                                                              
make[1]: *** [step/step/CMakeFiles/step.dir/all] Error 2                                                                                                                                  
make: *** [all] Error 2
Am I missing something?
me cant emerge too... :cry:

Any progress???

//rZn
Top
dracula1985
Apprentice
Apprentice
User avatar
Posts: 299
Joined: Fri May 13, 2005 5:27 pm
Location: Vicenza (Italy)

Post by dracula1985 » Thu May 01, 2008 6:20 pm

rzZzn wrote:
dracula1985 wrote:I still can't build 4 packages: kde-base/akonadi kde-base/kopete kde-base/kweather kde-base/step

[...]

Am I missing something?
me cant emerge too... :cry:

Any progress???

//rZn
If you can't too it isn't a problem of mine...
Maybe it's an upstream problem...
Marco

"Man is least himself when he talks in his own person. Give him a mask, and he will tell you the truth." --Oscar Wilde.
Top
dracula1985
Apprentice
Apprentice
User avatar
Posts: 299
Joined: Fri May 13, 2005 5:27 pm
Location: Vicenza (Italy)

Post by dracula1985 » Thu May 01, 2008 6:56 pm

Look at kde-base/akonadi's error:

Code: Select all

[  7%] Building CXX object akonadi/kabc/CMakeFiles/akonadi-kabc.dir/kabcitemeditor.o                                                                                                      
Linking CXX shared library ../../lib/libakonadi-kcal.so                                                                                                                                   
[  7%] Built target akonadi-kcal                                                                                                                                                          
make[2]: *** No rule to make target `/usr/kde/svn/share/dbus-1/interfaces/org.kde.Akonadi.TracerNotification.xml', needed by `akonadi/clients/akonamail/tracernotificationinterface.cpp'.  Stop.                                                                                                                                                                                    
make[1]: *** [akonadi/clients/akonamail/CMakeFiles/akonamail_bin.dir/all] Error 2                                                                                                         
make[1]: [  8%] *** Waiting for unfinished jobs....                                                                                                                                       
Building CXX object akonadi/kabc/CMakeFiles/akonadi-kabc.dir/kabcmodel.o                                                                                                                  
Linking CXX shared library ../../lib/libakonadi-kabc.so                                                                                                                                   
[  8%] Built target akonadi-kabc                                                                                                                                                          
make: *** [all] Error 2
/usr/kde/svn/share/dbus-1/interfaces/org.kde.Akonadi.TracerNotification.xml doesn't exists, maybe it must be installed by app-office/akonadi, but it doesn't?
Marco

"Man is least himself when he talks in his own person. Give him a mask, and he will tell you the truth." --Oscar Wilde.
Top
firefly
Watchman
Watchman
Posts: 5385
Joined: Thu Oct 31, 2002 8:24 pm

Post by firefly » Thu May 01, 2008 7:08 pm

dracula1985 wrote:Look at kde-base/akonadi's error:

Code: Select all

[  7%] Building CXX object akonadi/kabc/CMakeFiles/akonadi-kabc.dir/kabcitemeditor.o                                                                                                      
Linking CXX shared library ../../lib/libakonadi-kcal.so                                                                                                                                   
[  7%] Built target akonadi-kcal                                                                                                                                                          
make[2]: *** No rule to make target `/usr/kde/svn/share/dbus-1/interfaces/org.kde.Akonadi.TracerNotification.xml', needed by `akonadi/clients/akonamail/tracernotificationinterface.cpp'.  Stop.                                                                                                                                                                                    
make[1]: *** [akonadi/clients/akonamail/CMakeFiles/akonamail_bin.dir/all] Error 2                                                                                                         
make[1]: [  8%] *** Waiting for unfinished jobs....                                                                                                                                       
Building CXX object akonadi/kabc/CMakeFiles/akonadi-kabc.dir/kabcmodel.o                                                                                                                  
Linking CXX shared library ../../lib/libakonadi-kabc.so                                                                                                                                   
[  8%] Built target akonadi-kabc                                                                                                                                                          
make: *** [all] Error 2
/usr/kde/svn/share/dbus-1/interfaces/org.kde.Akonadi.TracerNotification.xml doesn't exists, maybe it must be installed by app-office/akonadi, but it doesn't?
app-office/akonadi installs them in /usr/share/dbus-1/interfaces instead in /usr/kde/svn/share/dbus-1/interfaces/
i don't know if this is a bug in the ebuild, eclass or in the build-system configuration of akonadi.
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Top
Stefano Crocco
Apprentice
Apprentice
Posts: 157
Joined: Thu Sep 28, 2006 7:51 am

Post by Stefano Crocco » Thu May 01, 2008 7:52 pm

Having switched to paludis today, while waiting for the kde 4 svn split packages to compile, I started looking at the paludis documentation trying to find the equivalents of commands I used with portage. I couldn't find a replacement for a couple of them: eix (or esearch), and etc-update. For the former, I saw there's a program called inquisitio, which should allow to search for a package. The only problem is that I couldn't find a way to force it to only search in the package names and not in the description. For example, issuing the command

Code: Select all

inqusitio -s step
gave a huge list of packages, most of which contained the word 'step' only in the description, which is not what I wanted (and I think what most users want most of the time).

Regardig etc-update, well, I couldn't find anything in the paludis documentation, so I thought I could go on using it. When, after installing some packages, I got a message from paludis about a file in /etc requiring my intervention, I tried using it, but it said something like: 'skipping non-file ...', where the ... stands for the name of the file (which I don't remember right now) and did nothing I don't know whether there was something wrong with the ebuild which left that configuration file or if I can't use etc-update anymore.

Can anyone give me some hints about these two issues? I know that they're more related to paludis than to the kde ebuilds, but since searching the paludis mailing list archive didn't yield anything useful, and that I had to switch to paludis because of them, I thought to try asking here.

Another issue, still with paludis. I want to set some default options. Following the instructions in the documentation, I added the line:

Code: Select all

  export PALUDIS_OPTIONS="--log-level warning"
to ~/.bashrc. Is it correct? Because, if it is, it means there's something else wrong, since it looks like this option is completely ignored.

Thanks in advance[/list]
Stefano
Top
Boblenain
n00b
n00b
User avatar
Posts: 20
Joined: Tue Nov 02, 2004 10:07 pm

Post by Boblenain » Thu May 01, 2008 7:57 pm

For eix..hum just use eix :)
With paludis-hooks-update-eix if you want automatic update database :)
Top
firefly
Watchman
Watchman
Posts: 5385
Joined: Thu Oct 31, 2002 8:24 pm

Post by firefly » Thu May 01, 2008 8:02 pm

Stefano: the option "--keys name" should be the right one
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Top
firefly
Watchman
Watchman
Posts: 5385
Joined: Thu Oct 31, 2002 8:24 pm

Post by firefly » Thu May 01, 2008 8:05 pm

Boblenain wrote:For eix..hum just use eix :)
With paludis-hooks-update-eix if you want automatic update database :)
but eix doesn't work with kdebuild-1 files
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Top
Locked

717 posts
  • Page 26 of 29
    • Jump to page:
  • Previous
  • 1
  • …
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 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