iegor / rainyday

some projects
4 stars 2 forks source link

cannot build kdelibs #16

Open l29ah opened 8 years ago

l29ah commented 8 years ago
Initialized empty Git repository in /var/paludis/distfiles/egit-src/iegor_kdelibs.git/
 * Fetching git://github.com/iegor/kdelibs.git ...
/var/tmp/paludis/kde-base-kdelibs-9999/temp/loadsaveenv: line 4590: git-support_init_variables: command not found
/var/tmp/paludis/kde-base-kdelibs-9999/temp/loadsaveenv: line 4602: git-support_prepare_storedir: command not found
/var/tmp/paludis/kde-base-kdelibs-9999/temp/loadsaveenv: line 4603: git-support_migrate_repository: command not found
git fetch git://github.com/iegor/kdelibs.git +refs/heads/develop:refs/heads/develop
remote: Counting objects: 10885, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 10885 (delta 0), reused 0 (delta 0), pack-reused 10883
Receiving objects: 100% (10885/10885), 31.28 MiB | 437.00 KiB/s, done.
Resolving deltas: 100% (2897/2897), done.
From git://github.com/iegor/kdelibs
 * [new branch]      develop    -> develop
git symbolic-ref refs/git-support/kde-base/kdelibs/3.5/__main__ refs/heads/develop
Initialized empty Git repository in /var/paludis/distfiles/egit-src/iegor_kde-common-admin.git/
 * Fetching git://github.com/iegor/kde-common-admin.git ...
git fetch git://github.com/iegor/kde-common-admin.git --prune +refs/heads/*:refs/heads/* +refs/tags/*:refs/tags/* +refs/notes/*:refs/notes/* +HEAD:refs/git-support/HEAD
remote: Counting objects: 38, done.
remote: Total 38 (delta 0), reused 0 (delta 0), pack-reused 38
Unpacking objects: 100% (38/38), done.
From git://github.com/iegor/kde-common-admin
 * [new branch]      develop    -> develop
 * [new branch]      experimental -> experimental
 * [new ref]                    -> refs/git-support/HEAD
git update-ref --no-deref refs/git-support/kde-base/kdelibs/3.5/admin/__main__ d716223e5e3ae54e63ebc5c1422acc459b787633
/var/tmp/paludis/kde-base-kdelibs-9999/temp/loadsaveenv: line 4605: git-support_gc: command not found
/var/tmp/paludis/kde-base-kdelibs-9999/temp/loadsaveenv: line 4606: git-support_move_source: command not found
 * Checking out whole module ...                                                          [ ok ]

!!! ERROR in kde-base/kdelibs-9999::rainyday:
!!! In kde-meta_src_unpack at line 4614
!!! KMMODULE [kdelibs] is not found in git://github.com/iegor/kdelibs.git branch develop
iegor commented 8 years ago

I'm doing huge modification of the entire kde thing now. ebuilds could be unusable. recommendation is:

It's crappy workaround, I know, probably can't even call that a workaround. But, what I do now consumed me and I can't switch myself to solve this.

When what I am doing will be done, the rest of the issues with kde will not even matter any more.

Thanks for using the 3.x.x kde, it's feeling nice to see people still use it and find it helpful.

Regards, Iegor

l29ah commented 8 years ago

btw is there a reason behind your overlay shipping the old avahi? I've tried to bring back qt3 support to the modern one from ::gentoo, but kdelibs won't configure anyway:

checking for avahi-qt3 >= 0.4 ... Package avahi-client was not found in the pkg-config search path. Perhaps you should add the directory containing `avahi-client.pc' to the PKG_CONFIG_PATH environment variable No package 'avahi-client' found configure: error: Library requirements ( avahi-qt3 >= 0.4 , avahi-client >= 0.4 ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

() ascii ribbon campaign - against html mail /\ http://arc.pasp.de/ - against proprietary attachments

l29ah commented 8 years ago

okay, i just needed to USE dbus

aaferrari commented 8 years ago

An alternative to continue using KDE 3.x could be switch to Trinity as suggested in this pull request.