| View previous topic :: View next topic |
| Author |
Message |
FrankRizz0 Guru

Joined: 29 Nov 2006 Posts: 381
|
Posted: Fri Jan 30, 2009 3:58 am Post subject: |
|
|
tmr, thanks m8 that worked. BUT...this is my new error
Rizz0-Built ~ # layman -a desktop-effects
* Running command "/usr/bin/git clone "git://git.overlays.gentoo.org/proj/desktop-effects.git" "/usr/local/portage/layman/desktop-effects""...
Initialized empty Git repository in /usr/local/portage/layman/desktop-effects/.git/
remote: Counting objects: 6972, done.
remote: Compressing objects: 100% (4091/4091), done.
remote: Total 6972 (delta 4420), reused 4400 (delta 2809)
Receiving objects: 100% (6972/6972), 1.87 MiB | 982 KiB/s, done.
Resolving deltas: 100% (4420/4420), done.
* Failed to add overlay "desktop-effects".
* Error was: Did not find a PORTDIR_OVERLAY entry in file /usr/local/portage/layman/make.conf! Did you specify the correct file? |
|
| Back to top |
|
 |
jordanwb l33t


Joined: 10 Jul 2008 Posts: 642 Location: Ottawa, Canada
|
Posted: Fri Jan 30, 2009 2:19 pm Post subject: |
|
|
If this is the first overlay you must include the "-f" param: "layman -f -a desktop-effects". Despite the fact that it says that "-f" is dperecated I still need to run it.  |
|
| Back to top |
|
 |
FrankRizz0 Guru

Joined: 29 Nov 2006 Posts: 381
|
Posted: Fri Jan 30, 2009 10:07 pm Post subject: |
|
|
Rizz0-Built ~ # rm -Rf /usr/local/portage/layman/desktop-effects
Rizz0-Built ~ # layman -f -a desktop-effects
* Failed to add overlay "desktop-effects".
* Error was: Overlay "desktop-effects" already in the local list!
Anyone know how to get rid of this error? |
|
| Back to top |
|
 |
jordanwb l33t


Joined: 10 Jul 2008 Posts: 642 Location: Ottawa, Canada
|
Posted: Fri Jan 30, 2009 10:19 pm Post subject: |
|
|
| Try editing the "/usr/local/portage/layman/make.conf" file and remove the desktop-effects line. |
|
| Back to top |
|
 |
gimpel Advocate


Joined: 15 Oct 2004 Posts: 2719 Location: Munich, Bavaria
|
Posted: Fri Jan 30, 2009 10:24 pm Post subject: |
|
|
| jordanwb wrote: | | Try editing the "/usr/local/portage/layman/make.conf" file and remove the desktop-effects line. |
..or simply run layman -d desktop-effects _________________ http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
|
|
| Back to top |
|
 |
FrankRizz0 Guru

Joined: 29 Nov 2006 Posts: 381
|
Posted: Fri Jan 30, 2009 10:26 pm Post subject: |
|
|
Yeah there is absolutely nothing in the make.conf file. I removed the overlays.xml file and now a new problem persists. I've tried uninstalling and re-installing layman with no success. I though that possibly I had done something correct because there's now a desktop-effects folder in /usr/local/portage/layman but when I try to emerge screenlets I am unsuccessful. Here is the new error:
Rizz0-Built ~ # layman -f -a desktop-effects
* Running command "/usr/bin/git clone "git://git.overlays.gentoo.org/proj/desktop-effects.git" "/usr/local/portage/layman/desktop-effects""...
fatal: destination directory '/usr/local/portage/layman/desktop-effects' already exists.
* Failed to add overlay "desktop-effects".
* Error was: Adding the overlay failed! Possible remains of the opration have NOT been removed and may be left at /usr/local/portage/layman/desktop-effects. Please remove them manually if required.
Is there something I should be adding to the make.conf in layman?
gimpel, this is my error with your suggestion m8:
Rizz0-Built ~ # layman -d desktop-effects
* Overlay "desktop-effects" does not exist! |
|
| Back to top |
|
 |
jordanwb l33t


Joined: 10 Jul 2008 Posts: 642 Location: Ottawa, Canada
|
Posted: Fri Jan 30, 2009 10:37 pm Post subject: |
|
|
| FrankRizz0 wrote: | Rizz0-Built ~ # layman -f -a desktop-effects
* Running command "/usr/bin/git clone "git://git.overlays.gentoo.org/proj/desktop-effects.git" "/usr/local/portage/layman/desktop-effects""...
fatal: destination directory '/usr/local/portage/layman/desktop-effects' already exists.
* Failed to add overlay "desktop-effects".
* Error was: Adding the overlay failed! Possible remains of the opration have NOT been removed and may be left at /usr/local/portage/layman/desktop-effects. Please remove them manually if required. |
rm -R /usr/local/portage/layman/desktop-effects |
|
| Back to top |
|
 |
FrankRizz0 Guru

Joined: 29 Nov 2006 Posts: 381
|
Posted: Fri Jan 30, 2009 10:38 pm Post subject: |
|
|
Rizz0-Built ~ # layman -f -a desktop-effects
* Running command "/usr/bin/git clone "git://git.overlays.gentoo.org/proj/desktop-effects.git" "/usr/local/portage/layman/desktop-effects""...
Initialized empty Git repository in /usr/local/portage/layman/desktop-effects/.git/
remote: Counting objects: 6972, done.
remote: Compressing objects: 100% (4091/4091), done.
remote: Total 6972 (delta 4420), reused 4400 (delta 2809)
Receiving objects: 100% (6972/6972), 1.87 MiB | 853 KiB/s, done.
Resolving deltas: 100% (4420/4420), done.
* Failed to add overlay "desktop-effects".
* Error was: Did not find a PORTDIR_OVERLAY entry in file /usr/local/portage/layman/make.conf! Did you specify the correct file?
 |
|
| Back to top |
|
 |
jordanwb l33t


Joined: 10 Jul 2008 Posts: 642 Location: Ottawa, Canada
|
Posted: Fri Jan 30, 2009 10:46 pm Post subject: |
|
|
Try compiling layman without git support.
| Code: | | USE="-git" emerge layman |
|
|
| Back to top |
|
 |
FrankRizz0 Guru

Joined: 29 Nov 2006 Posts: 381
|
Posted: Fri Jan 30, 2009 10:55 pm Post subject: |
|
|
USE="-git" emerge layman didn't work. It still uses git. Here is the output of layman:
Rizz0-Built ~ # layman -f -a desktop-effects
* Running command "/usr/bin/git clone "git://git.overlays.gentoo.org/proj/desktop-effects.git" "/usr/local/portage/layman/desktop-effects""...
Initialized empty Git repository in /usr/local/portage/layman/desktop-effects/.git/
remote: Counting objects: 6972, done.
remote: Compressing objects: 100% (4091/4091), done.
remote: Total 6972 (delta 4420), reused 4400 (delta 2809)
Receiving objects: 100% (6972/6972), 1.87 MiB | 771 KiB/s, done.
Resolving deltas: 100% (4420/4420), done.
* Failed to add overlay "desktop-effects".
* Error was: Did not find a PORTDIR_OVERLAY entry in file /usr/local/portage/layman/make.conf! Did you specify the correct file?
I'm assuming that I have to use a PORTDIR_OVERLAY entry in the make.conf file, no? |
|
| Back to top |
|
 |
jordanwb l33t


Joined: 10 Jul 2008 Posts: 642 Location: Ottawa, Canada
|
Posted: Fri Jan 30, 2009 11:00 pm Post subject: |
|
|
| FrankRizz0 wrote: | | I'm assuming that I have to use a PORTDIR_OVERLAY entry in the make.conf file, no? |
Yes this is what I have:
| Code: | PORTDIR_OVERLAY="
/usr/local/portage/layman/berkano
/usr/local/portage/layman/yarik-overlay
/usr/local/portage/layman/callisto
/usr/local/portage/layman/sunrise
/usr/local/portage/layman/desktop-effects
$PORTDIR_OVERLAY
"
|
You can remove the first four dir paths. Be sure to include the trailing quote. |
|
| Back to top |
|
 |
FrankRizz0 Guru

Joined: 29 Nov 2006 Posts: 381
|
Posted: Fri Jan 30, 2009 11:02 pm Post subject: |
|
|
| Thanks jordan, it worked! |
|
| Back to top |
|
 |
jordanwb l33t


Joined: 10 Jul 2008 Posts: 642 Location: Ottawa, Canada
|
Posted: Fri Jan 30, 2009 11:08 pm Post subject: |
|
|
| FrankRizz0 wrote: | | Thanks jordan, it worked! |
No problem. Don't forget to add "source /usr/local/portage/layman/make.conf" to /etc/make.conf |
|
| Back to top |
|
 |
FrankRizz0 Guru

Joined: 29 Nov 2006 Posts: 381
|
Posted: Fri Jan 30, 2009 11:12 pm Post subject: |
|
|
| Already been done! |
|
| Back to top |
|
 |
keenblade Veteran


Joined: 03 Oct 2004 Posts: 1066
|
Posted: Thu Feb 05, 2009 9:50 am Post subject: |
|
|
| acei wrote: | | Code: | !!! All ebuilds that could satisfy "kde-base/kwin:4.1" have been masked.
!!! One of the following masked packages is required to complete your request:
- kde-base/kwin-4.1.3 (masked by: package.mask)
- kde-base/kwin-4.1.2 (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
(dependency required by "x11-wm/compiz-9999" [installed])
|
I just unmerge kde-4.1.3 and merged kde-4.2, but emerge -DuNa world wants to to install it back. I don't need kde4.1.3 for any other reason. Is it necessery? |
Same problem here. Guys, if there are no issues, could you adjust the COMMONDEPEND part of the compiz-9999.ebuild for kde-base/kwin:4.2?
Also why compiz-9999 pulls "kde-base/kwin:3.5" on a system with kde4.2 ?
I can't emerge compizconfig-backend-kconfig-9999 for a long time. Anyone can nowadays? _________________ Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1" |
|
| Back to top |
|
 |
Xamindar Veteran


Joined: 03 Oct 2004 Posts: 1155 Location: California
|
Posted: Fri Feb 06, 2009 6:47 pm Post subject: |
|
|
| keenblade wrote: | | acei wrote: | | Code: | !!! All ebuilds that could satisfy "kde-base/kwin:4.1" have been masked.
!!! One of the following masked packages is required to complete your request:
- kde-base/kwin-4.1.3 (masked by: package.mask)
- kde-base/kwin-4.1.2 (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
(dependency required by "x11-wm/compiz-9999" [installed])
|
I just unmerge kde-4.1.3 and merged kde-4.2, but emerge -DuNa world wants to to install it back. I don't need kde4.1.3 for any other reason. Is it necessery? |
Same problem here. Guys, if there are no issues, could you adjust the COMMONDEPEND part of the compiz-9999.ebuild for kde-base/kwin:4.2?
Also why compiz-9999 pulls "kde-base/kwin:3.5" on a system with kde4.2 ?
I can't emerge compizconfig-backend-kconfig-9999 for a long time. Anyone can nowadays? |
I just modified the compiz ebuild to require kde4.2 instead of 4.1 and it seems fine here. |
|
| Back to top |
|
 |
keenblade Veteran


Joined: 03 Oct 2004 Posts: 1066
|
Posted: Sat Mar 07, 2009 11:46 am Post subject: |
|
|
| keenblade wrote: |
I can't emerge compizconfig-backend-kconfig-9999 for a long time. Anyone can nowadays? |
There is a working patch for this bug at bugzilla. Could you apply it to the compizconfig-backend-kconfig-9999.ebuild ?
Solution is to run 'configure' without any prefix or as proposed in the patch, set it to correct 'kde-dir' read using 'kde-config -prefix'
Also the name of some packages changed, some-9999 ones are not in the overlay. Thus making emerge -v1 @compiz-fusion fail for 9999 users. So could you rename by removing the "-fusion" from the 9999 ones, too. Here is the list;
| Code: |
compiz-fusion-plugins-main-9999.ebuild
compiz-fusion-plugins-extra-9999.ebuild
compiz-fusion-plugins-unsupported-9999.ebuild
|
_________________ Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1" |
|
| Back to top |
|
 |
acei Tux's lil' helper

Joined: 16 Sep 2007 Posts: 90
|
Posted: Tue Mar 10, 2009 10:46 am Post subject: |
|
|
I get 404 not found when I try to emerge libcompizconfig-0.8.2
| Code: | >>> Downloading 'http://distfiles.gentoo.org/distfiles/libcompizconfig-0.8.2.tar.bz2'
--2009-03-10 10:56:09-- http://distfiles.gentoo.org/distfiles/libcompizconfig-0.8.2.tar.bz2
Translacja distfiles.gentoo.org... 64.50.238.52, 140.211.166.134, 156.56.247.195, ...
Łączenie się z distfiles.gentoo.org|64.50.238.52|:80... połączono.
Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 404 Not Found
2009-03-10 10:56:10 BŁĄD 404: Not Found.
>>> Downloading 'http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/libcompizconfig-0.8.2.tar.bz2'
--2009-03-10 10:56:10-- http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/libcompizconfig-0.8.2.tar.bz2
Translacja distro.ibiblio.org... 152.46.7.109
Łączenie się z distro.ibiblio.org|152.46.7.109|:80... połączono.
Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 404 Not Found
2009-03-10 10:56:10 BŁĄD 404: Not Found.
>>> Downloading 'http://releases.compiz.org/libcompizconfig/libcompizconfig-0.8.2.tar.bz2'
--2009-03-10 10:56:10-- http://releases.compiz.org/libcompizconfig/libcompizconfig-0.8.2.tar.bz2
Translacja releases.compiz.org... 195.114.19.35
Łączenie się z releases.compiz.org|195.114.19.35|:80... połączono.
Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 404 Not Found
2009-03-10 10:56:11 BŁĄD 404: Not Found.
!!! Couldn't download 'libcompizconfig-0.8.2.tar.bz2'. Aborting.
* Fetch failed for 'x11-libs/libcompizconfig-0.8.2', Log file:
* '/var/tmp/portage/x11-libs/libcompizconfig-0.8.2/temp/build.log'
>>> Failed to emerge x11-libs/libcompizconfig-0.8.2, Log file:
>>> '/var/tmp/portage/x11-libs/libcompizconfig-0.8.2/temp/build.log'
|
EDIT:
Now it's ok, I just sync the overlay.
But I still can't build compizconfig-backend-kconfig
| Code: | checking for extra includes... added
checking for extra libs... added
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/qt/3/lib64, headers /usr/qt/3/include using -mt
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/kde/3.5/lib64, headers /usr/kde/3.5/include
checking if UIC has KDE plugins available... no
configure: error:
you need to install kdelibs first.
If you did install kdelibs, then the Qt version that is picked up by
this configure is not the same version you used to compile kdelibs.
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
_same Qt version_, compiled with the _same compiler_ and the same Qt
configuration settings.
!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/work/compizconfig-backend-kconfig-0.8.2/config.log
*
* ERROR: x11-libs/compizconfig-backend-kconfig-0.8.2 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 4211: Called kde_src_compile
* environment, line 3021: Called kde_src_compile 'all'
* environment, line 3146: Called kde_src_compile 'myconf' 'configure' 'make'
* environment, line 3134: Called econf '--with-x' '--enable-mitshm' '--without-xinerama' '--with-qt-dir=/usr/qt/3' '--enable-mt' '--with-qt-libraries=/usr/qt/3/lib64' '--disable-dependency-tracking' '--disable-debug' '--without-debug' '--without-arts' '--enable-libsuffix=64' '--with-extra-includes=/include' '--with-extra-libs=/lib64'
* ebuild.sh, line 543: Called die
* The specific snippet of code:
* die "econf failed"
* The die message:
* econf failed
*
* 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/compizconfig-backend-kconfig-0.8.2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/temp/environment'.
* This ebuild is from an overlay named 'desktop-effects': '/usr/local/portage/layman/desktop-effects/'
*
>>> Failed to emerge x11-libs/compizconfig-backend-kconfig-0.8.2, Log file:
>>> '/var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/temp/build.log'
|
I think Kde-4.2.1 should be supported with 0.8.2 version. _________________ GA965P+E6320+Geil 2*1GB CL4+ATI HD6570 ~amd64 |
|
| Back to top |
|
 |
mstamat Tux's lil' helper


Joined: 09 May 2002 Posts: 130 Location: Greece
|
Posted: Tue Mar 10, 2009 2:24 pm Post subject: compiz 0.8.2 files |
|
|
Hi,
I try to emerge x11-wm/compiz-fusion-0.8.2 from the desktop-effects overlay but none of the source files can be fetched.
What's the problem here?
Thanks, _________________ Manolis |
|
| Back to top |
|
 |
razer l33t

Joined: 08 Oct 2004 Posts: 891 Location: Paris - France
|
Posted: Tue Mar 10, 2009 4:28 pm Post subject: Re: compiz 0.8.2 files |
|
|
| mstamat wrote: | Hi,
I try to emerge x11-wm/compiz-fusion-0.8.2 from the desktop-effects overlay but none of the source files can be fetched.
What's the problem here?
Thanks, |
I suppose we are simply too many guys having the same idea in the same time
EDIT :
You should find what you need here
Download manualy to distfiles and have fun |
|
| Back to top |
|
 |
manwe_ Guru


Joined: 01 Feb 2006 Posts: 548 Location: Kraków/Cracow, Poland
|
Posted: Wed Mar 11, 2009 8:05 pm Post subject: |
|
|
Simple compiz-deskmenu ebuild, definitely needs some changes [for example in (R)DEPEND], but works.
| Code: | $ cat /usr/portages/manwe/x11-plugins/compiz-plugins-deskmenu/compiz-plugins-deskmenu-9999.ebuild
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit git flag-o-matic
EGIT_REPO_URI="git://anongit.compiz-fusion.org/users/crdlb/compiz-deskmenu"
GIT="git"
DESCRIPTION="Compiz Fusion Dekstop Menu Plugin"
HOMEPAGE="http://compiz-fusion.org"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=x11-wm/compiz-0.7.8"
DEPEND="${RDEPEND}"
src_compile() {
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}
|
|
|
| Back to top |
|
 |
Kaste Guru


Joined: 21 Dec 2005 Posts: 531 Location: /home Sweet /home
|
Posted: Sat Mar 14, 2009 9:11 am Post subject: |
|
|
Hi
after a long break I tried using the howto from the Gentoo wiki and it seems to work still apart from a few minor things. I have a couple of questions though.
First of all why does compiz start new windows underneath the current one. Is that due to high focus stealing prevention?
Resizing windows seems very picky about accepting clicks. Is there anything i can do about it? _________________ I'm a membar of Mesnar and me scull contains wakky secrets! |
|
| Back to top |
|
 |
gimpel Advocate


Joined: 15 Oct 2004 Posts: 2719 Location: Munich, Bavaria
|
Posted: Sat Mar 14, 2009 11:13 am Post subject: |
|
|
| Kaste wrote: | | First of all why does compiz start new windows underneath the current one. Is that due to high focus stealing prevention? |
Yes, if you want new windows to appear above currently focused windows, you have to set it to "low"
| Quote: | | Resizing windows seems very picky about accepting clicks. Is there anything i can do about it? |
If you mean that it's hard to hit the spot where it allows to click and resize, that's a matter of how many pixels your window border has. Mine has 5 pixels, that's usable. But you can simply set a shortcut for that in the scale plugin's settings, so you can resize from any point in the window. The default is Alt+middle mouse. Just image a parallel and a diagonal cross on the window to guess the area to click on. Two-way resize is around the diagonal cross, one-way around the parallel one. _________________ http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
|
|
| Back to top |
|
 |
ebichu Apprentice


Joined: 03 Jul 2002 Posts: 227 Location: Manchester, England
|
Posted: Wed Mar 18, 2009 10:43 am Post subject: |
|
|
| acei wrote: | But I still can't build compizconfig-backend-kconfig
| Code: | checking for extra includes... added
checking for extra libs... added
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/qt/3/lib64, headers /usr/qt/3/include using -mt
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/kde/3.5/lib64, headers /usr/kde/3.5/include
checking if UIC has KDE plugins available... no
configure: error:
you need to install kdelibs first.
If you did install kdelibs, then the Qt version that is picked up by
this configure is not the same version you used to compile kdelibs.
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
_same Qt version_, compiled with the _same compiler_ and the same Qt
configuration settings.
!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/work/compizconfig-backend-kconfig-0.8.2/config.log
*
* ERROR: x11-libs/compizconfig-backend-kconfig-0.8.2 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 4211: Called kde_src_compile
* environment, line 3021: Called kde_src_compile 'all'
* environment, line 3146: Called kde_src_compile 'myconf' 'configure' 'make'
* environment, line 3134: Called econf '--with-x' '--enable-mitshm' '--without-xinerama' '--with-qt-dir=/usr/qt/3' '--enable-mt' '--with-qt-libraries=/usr/qt/3/lib64' '--disable-dependency-tracking' '--disable-debug' '--without-debug' '--without-arts' '--enable-libsuffix=64' '--with-extra-includes=/include' '--with-extra-libs=/lib64'
* ebuild.sh, line 543: Called die
* The specific snippet of code:
* die "econf failed"
* The die message:
* econf failed
*
* 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/compizconfig-backend-kconfig-0.8.2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/temp/environment'.
* This ebuild is from an overlay named 'desktop-effects': '/usr/local/portage/layman/desktop-effects/'
*
>>> Failed to emerge x11-libs/compizconfig-backend-kconfig-0.8.2, Log file:
>>> '/var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/temp/build.log'
|
|
I was getting that error, but after rebuilding kde-base/kdelibs:3.5 I get the following errors instead:
| Code: |
>>> Unpacking source...
>>> Unpacking compizconfig-backend-kconfig-0.8.2.tar.bz2 to /var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/work
>>> Source unpacked in /var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/work
>>> Compiling source in /var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/work/compizconfig-backend-kconfig-0.8.2 ...
* Running elibtoolize in: compizconfig-backend-kconfig-0.8.2/admin
* Applying ltmain-1.5.patch ...
* Applying portage-1.5.10.patch ...
* Applying max_cmd_len-1.5.20.patch ...
* Applying sed-1.5.6.patch ...
* econf: updating compizconfig-backend-kconfig-0.8.2/admin/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating compizconfig-backend-kconfig-0.8.2/admin/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-x --enable-mitshm --without-xinerama --with-qt-dir=/usr/qt/3 --enable-mt --with-qt-libraries=/usr/qt/3/lib64 --disable-dependency-tracking --disable-debug --without-debug --without-arts --enable-libsuffix=64 --with-extra-includes=/include --with-extra-libs=/lib64 --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
configure: WARNING: unrecognized options: --with-x, --enable-mitshm, --without-xinerama, --without-debug
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/kde/3.5/bin/kde-config
checking where to install... /usr (as requested)
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... none
checking whether x86_64-pc-linux-gnu-gcc is blacklisted... no
checking whether x86_64-pc-linux-gnu-g++ supports -Wmissing-format-attribute... yes
checking whether x86_64-pc-linux-gnu-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-pc-linux-gnu-g++ supports -Wundef... yes
checking whether x86_64-pc-linux-gnu-g++ supports -Wno-long-long... yes
checking whether x86_64-pc-linux-gnu-g++ supports -Wno-non-virtual-dtor... yes
checking whether x86_64-pc-linux-gnu-g++ supports -fno-reorder-blocks... yes
checking whether x86_64-pc-linux-gnu-g++ supports -fno-exceptions... yes
checking whether x86_64-pc-linux-gnu-g++ supports -fno-check-new... yes
checking whether x86_64-pc-linux-gnu-g++ supports -fno-common... yes
checking whether x86_64-pc-linux-gnu-g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking whether x86_64-pc-linux-gnu-g++ supports -O0... yes
checking whether x86_64-pc-linux-gnu-g++ supports -Wl,--no-undefined... yes
checking whether x86_64-pc-linux-gnu-g++ supports -Wl,--allow-shlib-undefined... yes
using lib directory suffix 64
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for x86_64-pc-linux-gnu-g77... no
checking for x86_64-pc-linux-gnu-xlf... no
checking for x86_64-pc-linux-gnu-f77... no
checking for x86_64-pc-linux-gnu-frt... no
checking for x86_64-pc-linux-gnu-pgf77... no
checking for x86_64-pc-linux-gnu-cf77... no
checking for x86_64-pc-linux-gnu-fort77... no
checking for x86_64-pc-linux-gnu-fl32... no
checking for x86_64-pc-linux-gnu-af77... no
checking for x86_64-pc-linux-gnu-xlf90... no
checking for x86_64-pc-linux-gnu-f90... no
checking for x86_64-pc-linux-gnu-pgf90... no
checking for x86_64-pc-linux-gnu-pghpf... no
checking for x86_64-pc-linux-gnu-epcf90... no
checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking if x86_64-pc-linux-gnu-gcc static flag works... yes
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... yes
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for poll in -lpoll... no
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking for res_init... yes
checking if res_init needs custom prototype... no
checking for killpg in -lucb... no
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of char *... 8
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking size of size_t... 8
checking size of unsigned long... 8
checking sizeof size_t == sizeof unsigned long... yes
checking for PIE support... yes
checking if enabling -pie/fPIE support... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/lib64, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... added
checking for extra libs... added
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/qt/3/lib64, headers /usr/qt/3/include using -mt
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/kde/3.5/lib64, headers /usr/include
checking if UIC has KDE plugins available... yes
checking for KDE paths... defaults
checking for dcopidl... /usr/kde/3.5/bin/dcopidl
checking for dcopidl2cpp... /usr/kde/3.5/bin/dcopidl2cpp
checking for meinproc... /usr/kde/3.5/bin/meinproc
checking for kconfig_compiler... /bin/kconfig_compiler
checking for dcopidlng... /usr/kde/3.5/bin/dcopidlng
checking for makekdewidgets... /usr/bin/makekdewidgets
checking for xmllint... /usr/bin/xmllint
checking grepping for visibility push/pop in headers... yes
checking whether x86_64-pc-linux-gnu-g++ supports -fvisibility=hidden... (cached) no
checking for random... yes
checking if random needs custom prototype... no
checking for srandom... yes
checking if srandom needs custom prototype... no
checking for usleep... yes
checking if usleep needs custom prototype... no
checking for pkg-config... /usr/bin/pkg-config
checking for "libcompizconfig"... yes
checking CCS_CFLAGS... -I/usr/include/compizconfig -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz
checking CCS_LIBS... -lcompizconfig -lXcomposite -lXdamage -lXrandr -lXinerama -lSM -lxslt -lz -lm -lstartup-notification-1 -lXfixes -lICE -lxml2
checking if settings-backend should be compiled... yes
configure: creating ./config.status
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1375.
config.status: creating Makefile
config.status: creating settings-backend/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-x, --enable-mitshm, --without-xinerama, --without-debug
Good - your configure finished. Start make now
make -j3
make all-recursive
make[1]: Entering directory `/var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/work/compizconfig-backend-kconfig-0.8.2'
Making all in settings-backend
make[2]: Entering directory `/var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/work/compizconfig-backend-kconfig-0.8.2/settings-backend'
/bin/sh ../libtool --silent --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./lib -I/usr/qt/3/include -I. -I/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -mtune=k8 -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -I/usr/include/compizconfig -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -c -o kconfig_backend.lo kconfig_backend.cpp
In file included from /usr/include/kdecore_export.h:24,
from /usr/include/kconfigbase.h:27,
from /usr/include/kconfig.h:27,
from kconfig_backend.cpp:24:
/usr/include/kdemacros.h:162:29: error: QtCore/qglobal.h: No such file or directory
In file included from /usr/include/kconfig.h:27,
from kconfig_backend.cpp:24:
/usr/include/kconfigbase.h:29:27: error: QtCore/QtGlobal: No such file or directory
In file included from kconfig_backend.cpp:24:
/usr/include/kconfig.h:31:26: error: QtCore/QString: No such file or directory
/usr/include/kconfig.h:32:27: error: QtCore/QVariant: No such file or directory
/usr/include/kconfig.h:33:29: error: QtCore/QByteArray: No such file or directory
/usr/include/kconfig.h:34:24: error: QtCore/QList: No such file or directory
In file included from kconfig_backend.cpp:26:
/usr/include/kdebug.h:27:25: error: QtCore/QDebug: No such file or directory
In file included from kconfig_backend.cpp:27:
/usr/include/kglobal.h:23:33: error: QtCore/QAtomicPointer: No such file or directory
In file included from kconfig_backend.cpp:28:
/usr/include/kstandarddirs.h:26:30: error: QtCore/QStringList: No such file or directory
/usr/include/kstandarddirs.h:28:23: error: QtCore/QMap: No such file or directory
kconfig_backend.cpp:29:23: error: kinstance.h: No such file or directory
In file included from kconfig_backend.cpp:30:
/usr/include/kshortcut.h:33:28: error: QtCore/QMetaType: No such file or directory
/usr/include/kshortcut.h:34:30: error: QtGui/QKeySequence: No such file or directory
kconfig_backend.cpp:31:18: error: kipc.h: No such file or directory
In file included from kconfig_backend.cpp:32:
/usr/include/kapplication.h:44:30: error: QtGui/QApplication: No such file or directory
In file included from /usr/include/ksharedconfig.h:26,
from /usr/include/kcomponentdata.h:23,
from /usr/include/kapplication.h:45,
from kconfig_backend.cpp:32:
/usr/include/ksharedptr.h:30:47: error: QtCore/QExplicitlySharedDataPointer: No such file or directory
In file included from kconfig_backend.cpp:32:
/usr/include/kapplication.h:49:26: error: QtGui/QX11Info: No such file or directory
kconfig_backend.cpp:33:24: error: dcopclient.h: No such file or directory
In file included from kconfig_backend.cpp:34:
/usr/include/kdirwatch.h:21:28: error: QtCore/QDateTime: No such file or directory
/usr/include/kdirwatch.h:22:26: error: QtCore/QObject: No such file or directory
In file included from /usr/include/kconfig.h:27,
from kconfig_backend.cpp:24:
/usr/include/kconfigbase.h:66: error: 'WriteConfigFlags' has not been declared
/usr/include/kconfigbase.h:71: error: expected ';' before 'virtual'
/usr/include/kconfigbase.h:112: error: 'WriteConfigFlags' has not been declared
/usr/include/kconfigbase.h:113: error: 'WriteConfigFlags' has not been declared
/usr/include/kconfigbase.h:114: error: 'WriteConfigFlags' has not been declared
/usr/include/kconfigbase.h:171: error: 'WriteConfigFlags' has not been declared
/usr/include/kconfigbase.h:180: error: expected constructor, destructor, or type conversion before '(' token
In file included from kconfig_backend.cpp:24:
/usr/include/kconfig.h:99: error: 'OpenFlags' has not been declared
/usr/include/kconfig.h:126: error: expected ';' before 'explicit'
/usr/include/kconfig.h:157: error: 'OpenFlags' has not been declared
/usr/include/kconfig.h:370: error: expected ';' before '<' token
/usr/include/kconfig.h:376: error: 'WriteConfigFlags' has not been declared
/usr/include/kconfig.h:396: error: expected ';' before 'Q_DECLARE_PRIVATE'
/usr/include/kconfig.h:397: error: expected `;' before '}' token
/usr/include/kconfig.h:398: error: expected constructor, destructor, or type conversion before '(' token
In file included from kconfig_backend.cpp:26:
/usr/include/kdebug.h:79: error: 'QDebug' does not name a type
/usr/include/kdebug.h:142: error: 'QDebug' does not name a type
/usr/include/kdebug.h:144: error: 'QDebug' does not name a type
/usr/include/kdebug.h:159: error: 'QDebug' does not name a type
/usr/include/kdebug.h:161: error: 'QDebug' does not name a type
/usr/include/kdebug.h:175: error: 'QDebug' does not name a type
/usr/include/kdebug.h:177: error: 'QDebug' does not name a type
/usr/include/kdebug.h:186: error: 'QDebug' does not name a type
/usr/include/kdebug.h:188: error: 'QDebug' does not name a type
/usr/include/kdebug.h:192: error: typedef 'QDebug' is initialized (use __typeof__ instead)
/usr/include/kdebug.h:192: error: 'KDebugStreamFunction' was not declared in this scope
/usr/include/kdebug.h:193: error: expected initializer before 'operator'
/usr/include/kdebug.h:203: error: 'QDebug' does not name a type
/usr/include/kdebug.h:209: error: expected constructor, destructor, or type conversion before 'operator'
/usr/include/kdebug.h:210: error: expected constructor, destructor, or type conversion before 'operator'
/usr/include/kdebug.h:214: error: 'QDebug' does not name a type
/usr/include/kdebug.h:216: error: 'QDebug' does not name a type
/usr/include/kdebug.h:217: error: 'QDebug' does not name a type
/usr/include/kdebug.h:218: error: 'QDebug' does not name a type
/usr/include/kdebug.h:219: error: 'QDebug' does not name a type
/usr/include/kdebug.h:222: error: 'QDebug' does not name a type
/usr/include/kdebug.h:239: error: 'QDebug' declared as an 'inline' field
/usr/include/kdebug.h:239: error: expected ';' before 'operator'
/usr/include/kdebug.h:241: error: expected `;' before 'inline'
/usr/include/kdebug.h:241: error: 'QDebug' declared as an 'inline' field
/usr/include/kdebug.h:241: error: expected ';' before 'operator'
/usr/include/kdebug.h:243: error: expected `;' before '}' token
In file included from kconfig_backend.cpp:28:
/usr/include/kstandarddirs.h:187: error: 'SearchOptions' has not been declared
/usr/include/kstandarddirs.h:192: error: expected ';' before 'virtual'
/usr/include/kstandarddirs.h:351: error: 'quint32' does not name a type
/usr/include/kstandarddirs.h:418: error: 'SearchOptions' has not been declared
/usr/include/kstandarddirs.h:444: error: 'SearchOptions' has not been declared
/usr/include/kstandarddirs.h:480: error: 'SearchOptions' has not been declared
/usr/include/kstandarddirs.h:502: error: 'SearchOptions' has not been declared
/usr/include/kstandarddirs.h: In member function 'bool KStandardDirs::addResourceType(const char*, const char*, const char*, bool)':
/usr/include/kstandarddirs.h:277: error: 'QLatin1String' was not declared in this scope
/usr/include/kstandarddirs.h: At global scope:
/usr/include/kstandarddirs.h:781: error: expected constructor, destructor, or type conversion before '(' token
In file included from kconfig_backend.cpp:30:
/usr/include/kshortcut.h:82: error: expected ',' or '...' before '&' token
/usr/include/kshortcut.h:91: error: expected ',' or '...' before '&' token
/usr/include/kshortcut.h:91: error: 'KShortcut::KShortcut(int)' cannot be overloaded
/usr/include/kshortcut.h:82: error: with 'KShortcut::KShortcut(int)'
/usr/include/kshortcut.h:125: error: expected ',' or '...' before '<' token
/usr/include/kshortcut.h:125: error: 'KShortcut::KShortcut(int)' cannot be overloaded
/usr/include/kshortcut.h:82: error: with 'KShortcut::KShortcut(int)'
/usr/include/kshortcut.h:139: error: 'QKeySequence' does not name a type
/usr/include/kshortcut.h:145: error: 'QKeySequence' does not name a type
/usr/include/kshortcut.h:157: error: expected ',' or '...' before '&' token
/usr/include/kshortcut.h:163: error: expected ',' or '...' before '&' token
/usr/include/kshortcut.h:182: error: 'QKeySequence' has not been declared
/usr/include/kshortcut.h:182: error: expected ',' or '...' before 'format'
/usr/include/kshortcut.h:196: error: expected type-specifier before 'QList'
/usr/include/kshortcut.h:205: error: expected ';' before '<' token
/usr/include/kshortcut.h:210: error: expected type-specifier before 'QVariant'
/usr/include/kshortcut.h:220: error: expected ',' or '...' before '&' token
/usr/include/kshortcut.h:226: error: expected ',' or '...' before '&' token
/usr/include/kshortcut.h:234: error: expected ',' or '...' before '&' token
/usr/include/kshortcut.h: In function 'uint qHash(const KShortcut&)':
/usr/include/kshortcut.h:248: error: 'const class KShortcut' has no member named 'primary'
/usr/include/kshortcut.h:248: error: 'const class KShortcut' has no member named 'primary'
/usr/include/kshortcut.h: At global scope:
/usr/include/kshortcut.h:251: error: expected ',' or '...' before '&' token
/usr/include/kshortcut.h: In function 'uint qHash(int)':
/usr/include/kshortcut.h:254: error: 'key' was not declared in this scope
In file included from /usr/include/kapplication.h:25,
from kconfig_backend.cpp:32:
/usr/include/kdeversion.h: At global scope:
/usr/include/kdeversion.h:114: error: expected constructor, destructor, or type conversion before 'namespace'
In file included from /usr/include/ksharedconfig.h:26,
from /usr/include/kcomponentdata.h:23,
from /usr/include/kapplication.h:45,
from kconfig_backend.cpp:32:
/usr/include/ksharedptr.h:38: error: 'QSharedData' does not name a type
/usr/include/ksharedptr.h:191: error: expected constructor, destructor, or type conversion before 'bool'
/usr/include/ksharedptr.h:197: error: expected constructor, destructor, or type conversion before 'bool'
/usr/include/ksharedptr.h:203: error: expected constructor, destructor, or type conversion before 'void'
/usr/include/ksharedptr.h:214: error: expected constructor, destructor, or type conversion before 'void'
In file included from /usr/include/kcomponentdata.h:23,
from /usr/include/kapplication.h:45,
from kconfig_backend.cpp:32:
/usr/include/ksharedconfig.h:41: error: expected class-name before '{' token
/usr/include/ksharedconfig.h:69: error: 'OpenFlags' has not been declared
/usr/include/ksharedconfig.h:97: error: 'OpenFlags' has not been declared
/usr/include/ksharedconfig.h:106: error: 'OpenFlags' has not been declared
In file included from /usr/include/kapplication.h:45,
from kconfig_backend.cpp:32:
/usr/include/kcomponentdata.h:25: error: using typedef-name 'QByteArray' after 'class'
/usr/qt/3/include/qcstring.h:119: error: 'QByteArray' has a previous declaration here
In file included from kconfig_backend.cpp:32:
/usr/include/kapplication.h:82: error: expected class-name before '{' token
/usr/include/kapplication.h:83: error: 'Q_OBJECT' does not name a type
/usr/include/kapplication.h:114: error: expected `)' before '*' token
/usr/include/kapplication.h:133: error: expected `)' before '*' token
/usr/include/kapplication.h:194: error: 'QSessionManager' has not been declared
/usr/include/kapplication.h:201: error: 'QSessionManager' has not been declared
/usr/include/kapplication.h:245: error: 'QWidget' has not been declared
/usr/include/kapplication.h:288: error: 'QWidget' has not been declared
/usr/include/kapplication.h:294: error: expected ',' or '...' before '*' token
/usr/include/kapplication.h:378: error: 'QEvent' has not been declared
/usr/include/kapplication.h:383: error: 'Display' has not been declared
/usr/include/kapplication.h:388: error: 'Display' has not been declared
/usr/include/kapplication.h:400: error: expected `:' before 'Q_SLOTS'
/usr/include/kapplication.h:406: error: 'Q_SCRIPTABLE' was not declared in this scope
/usr/include/kapplication.h:406: error: expected ';' before 'void'
/usr/include/kapplication.h:409: error: expected ';' before 'void'
/usr/include/kapplication.h:410: error: expected ';' before 'void'
/usr/include/kapplication.h:440: error: expected primary-expression before 'void'
/usr/include/kapplication.h:440: error: expected ';' before 'void'
/usr/include/kapplication.h:452: error: expected `)' before '*' token
/usr/include/kapplication.h:458: error: 'XEvent' has not been declared
/usr/include/kapplication.h:475: error: 'd' is not a type
/usr/include/kapplication.h:476: error: expected ';' before 'Q_PRIVATE_SLOT'
/usr/include/kapplication.h:478: error: expected `;' before '}' token
In file included from kconfig_backend.cpp:34:
/usr/include/kdirwatch.h:63: error: invalid use of incomplete type 'struct QObject'
/usr/include/kdebug.h:208: error: forward declaration of 'struct QObject'
/usr/include/kdirwatch.h:66: error: expected ';' before 'public'
/usr/include/kdirwatch.h:76: error: 'WatchModes' has not been declared
/usr/include/kdirwatch.h:76: error: 'WatchMode' has not been declared
/usr/include/kdirwatch.h:85: error: expected ';' before 'KDirWatch'
/usr/include/kdirwatch.h:113: error: 'WatchModes' has not been declared
/usr/include/kdirwatch.h:277: error: expected primary-expression before 'void'
/usr/include/kdirwatch.h:277: error: expected ';' before 'void'
/usr/include/kdirwatch.h:113: error: 'WatchDirOnly' was not declared in this scope
/usr/include/kdirwatch.h:297: error: expected constructor, destructor, or type conversion before '(' token
make[2]: *** [kconfig_backend.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/work/compizconfig-backend-kconfig-0.8.2/settings-backend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/work/compizconfig-backend-kconfig-0.8.2'
make: *** [all] Error 2
*
* ERROR: x11-libs/compizconfig-backend-kconfig-0.8.2 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 4215: Called kde_src_compile
* environment, line 3025: Called kde_src_compile 'all'
* environment, line 3150: Called kde_src_compile 'myconf' 'configure' 'make'
* environment, line 3146: Called die
* The specific snippet of code:
* emake || die "died running emake, $FUNCNAME:make"
* The die message:
* died running emake, kde_src_compile:make
*
* 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/compizconfig-backend-kconfig-0.8.2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/compizconfig-backend-kconfig-0.8.2/temp/environment'.
* This ebuild is from an overlay named 'desktop-effects': '/usr/local/portage/layman/desktop-effects/'
*
|
I have qt-3.3.8b and qt-4.5.0 (with qt3support use-flag) installed. There are lots of references above to a QtCore include subdirectory, but qt-3.3.8b doesn't have such a subdirectory. Could this be a clash between qt:3 and qt:4 with qt3support?
EDIT: Actually I think it's because it's picking up the wrong KDE include files from /usr/include (installed by kdelibs:4.2) instead of from /usr/kde/3.5/include (installed by kdelibs:3.5). I don't have the kdeprefix use-flag set. _________________ Ebichu wa chiizu ga daisuki dechu! |
|
| Back to top |
|
 |
keenblade Veteran


Joined: 03 Oct 2004 Posts: 1066
|
Posted: Wed Mar 18, 2009 2:55 pm Post subject: |
|
|
| ebichu wrote: | ...
EDIT: Actually I think it's because it's picking up the wrong KDE include files from /usr/include (installed by kdelibs:4.2) instead of from /usr/kde/3.5/include (installed by kdelibs:3.5). I don't have the kdeprefix use-flag set. |
Hi, ebichu. You are right. I already mentioned this in my previous post. Use the patch there. It will work with the stable release, too :
| keenblade wrote: |
I can't emerge compizconfig-backend-kconfig-9999 for a long time. Anyone can nowadays?
...
There is a working patch for this bug at bugzilla. Could you apply it to the compizconfig-backend-kconfig-9999.ebuild ?
Solution is to run 'configure' without any prefix or as proposed in the patch, set it to correct 'kde-dir' read using 'kde-config -prefix'
|
_________________ Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1" |
|
| 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
|
|