View previous topic :: View next topic |
Author |
Message |
Rainmaker Veteran
Joined: 12 Feb 2004 Posts: 1650 Location: /home/NL/ehv/
|
Posted: Mon Feb 20, 2006 11:58 pm Post subject: |
|
|
Getting this error:
Quote: | root@Medusa# emerge -v xine-ui mplayer (/home/dannie)
Calculating dependencies ...done!
>>> emerge (1 of 3) media-libs/xine-lib-20101010 to /
* Please upgrade your package (xine-lib-20101010) to use toolchain-funcs.eclass>>> checksums files xine-lib-20101010.ebuild
>>> checksums files files/digest-xine-lib-20101010
* Please upgrade your package (xine-lib-20101010) to use toolchain-funcs.eclass * Please upgrade your package (xine-lib-20101010) to use toolchain-funcs.eclass>>> Unpacking source...
!!! ERROR: media-libs/xine-lib-20101010 failed.
Call stack:
ebuild.sh, line 1894: Called dyn_unpack
ebuild.sh, line 694: Called src_unpack
ebuild.sh, line 1609: Called fluidcvs_src_unpack
!!! ERROR: Offline mode specified, but directory /var/tmp/portage/xine-lib-20101010/distdir/cvs-src/xine-lib/xine-lib not found. Aborting.
|
Manually creating var/tmp/portage/xine-lib-20101010/distdir/cvs-src/xine-lib/xine-lib does NOT fix this.
As far as I can tell, this is only with xine-lib. _________________ If you can't dazzle them with brilliance, baffle them with bullshit. |
|
Back to top |
|
|
sn4ip3r Guru
Joined: 14 Dec 2002 Posts: 325 Location: Tallinn, Estonia
|
Posted: Tue Feb 21, 2006 12:28 am Post subject: |
|
|
As already said, noone has actively maintained fluidportage for quite a few months and more complex packages (unlike xfce or some gnome things) are expected to fail. xine-lib is a very good example of an ebuild that has not been updated as it even shows warnings about using deprecated eclass. Also a reason why many ebuilds could fail is that the customized fluidcvs eclass has not been updated to work with newer portage.
For your xine-lib, the problem seems to be that ECVS_SERVER for some reason is commented out in the ebuild, you could try uncommenting it. |
|
Back to top |
|
|
fireball-13 n00b
Joined: 05 Sep 2005 Posts: 61 Location: Moscow, RU
|
Posted: Mon Feb 27, 2006 10:25 am Post subject: |
|
|
There is broken dependency for xorg-x11-20101010: package `ttmkfdir` was moved from x11-misc to x11-apps
This is the patch
Code: | --- xorg-x11/xorg-x11-20101010.ebuild 2006-02-27 13:15:47.575988000 +0300
+++ trunk/x11-base/xorg-x11/xorg-x11-20101010.ebuild 2006-02-27 13:19:39.952118000 +0300
@@ -88,7 +88,7 @@
>=media-libs/freetype-2.1.8
>=media-libs/fontconfig-2.1-r1
opengl? ( >=x11-base/opengl-update-2.2.0 )
- !nocxx? ( >=x11-misc/ttmkfdir-3.0.9-r2 )
+ !nocxx? ( >=x11-apps/ttmkfdir-3.0.9-r2 )
>=sys-apps/sed-4
userland_GNU? ( sys-apps/util-linux )
dev-lang/perl
@@ -105,7 +105,7 @@
>=media-libs/freetype-2.1.8
>=media-libs/fontconfig-2.1-r1
opengl? ( >=x11-base/opengl-update-2.2.0 )
- !nocxx? ( >=x11-misc/ttmkfdir-3.0.9-r2 )
+ !nocxx? ( >=x11-apps/ttmkfdir-3.0.9-r2 )
media-libs/libpng
>=sys-libs/ncurses-5.1
!<=app-emulation/emul-linux-x86-xlibs-1.2-r3 |
|
|
Back to top |
|
|
linuxinit Tux's lil' helper
Joined: 27 Mar 2006 Posts: 84 Location: Bumkcuf, Egypt
|
Posted: Fri Mar 31, 2006 10:11 am Post subject: |
|
|
juppe22 wrote: | I have problems with xffm. I get this error:
Code: |
Calculating dependencies ...done!
>>> emerge (1 of 21) xfce-base/xffm-20101010 to /
>>> md5 files ;-) xffm-20101010.ebuild
>>> md5 files ;-) files/digest-xffm-20101010
>>> Unpacking source...
* subversion update start -->
* update from: http://svn.xfce.org/svn/xfce/xffm/trunk
Skip updating...
* updated in: /usr/portage/distfiles/svn-src/xffm/trunk
* copied to: /var/tmp/portage/xffm-20101010/work/xffm
>>> Source unpacked.
QA Notice: USE Flag 'debug' not in IUSE for xfce-base/xffm-20101010
!!! ERROR: xfce-base/xffm-20101010 failed.
!!! Function autotool_eautogen, Line 55, Exitcode 1
!!! no ./autogen.sh or ./configure script found
!!! If you need support, post the topmost build error, NOT this status message. |
Ok then I checked /var/tmp/portage/xffm-20101010/work/xffm and there is not ./autogen.sh or ./configure script.
Anybody know solution this problem? |
Okay... What you do is... cd to the xffm work directory, and run ./installer.sh. You will want to put after it whatever you would put if you were doing autogen or configure. installer.sh is just configuring every sub-package. Once they all configure run the ./make script. Once that is done, run it again with install: ./make install
You have now installed xffm, the only problem now is that if you want to install anything that depends on xffm, you will need to manually modify the ebuild and remove the line that tells it to depend on xffm. Now you'll need to regenerate the md5 for the ebuild file and get the size, and modify the Manifest file with the new values. Then just emerge as usual. To make sure you did everything right, use emerge -av CATEGORY/PACKAGENAME
Sorry if this is bad grammar/crappy... It's 4am. I haven't slept in like almost 3 days now. :(
Happy hacking! :)
Cheers... |
|
Back to top |
|
|
Pajarico Guru
Joined: 01 May 2004 Posts: 493 Location: Madrid, España.
|
Posted: Sat Apr 15, 2006 3:30 pm Post subject: |
|
|
Is this finally abandoned? _________________ Gentoo: the only software worth paying that is free. |
|
Back to top |
|
|
sn4ip3r Guru
Joined: 14 Dec 2002 Posts: 325 Location: Tallinn, Estonia
|
Posted: Sat Apr 15, 2006 3:33 pm Post subject: |
|
|
Pajarico wrote: | Is this finally abandoned? |
It has been (almost completely) abandoned for quite a while already. |
|
Back to top |
|
|
seren Guru
Joined: 27 Aug 2005 Posts: 448 Location: Wisconsin
|
Posted: Mon Apr 17, 2006 6:19 am Post subject: |
|
|
what and where can one get cvs overlays this complete that aren't abandoned? |
|
Back to top |
|
|
sn4ip3r Guru
Joined: 14 Dec 2002 Posts: 325 Location: Tallinn, Estonia
|
Posted: Mon Apr 17, 2006 10:23 am Post subject: |
|
|
seren wrote: | what and where can one get cvs overlays this complete that aren't abandoned? |
I've never heard of any other, there has been one attempt to fork this one, but I don't think it got anywhere. You're welcome to try to update this one though. It's usually quite simple, you mostly just have to compare the cvs ebuilds to the leatest in portage and see if anything important has changed. |
|
Back to top |
|
|
ugus Apprentice
Joined: 23 Jul 2004 Posts: 213 Location: Darmstadt, Germany
|
Posted: Tue Jul 04, 2006 11:24 am Post subject: |
|
|
i have seen this page just today an of course i tried it on xfce4.
it works great !. Thank you very much guys.. _________________ while(!sleep())
{
sheep++;
}
My Desktop |
|
Back to top |
|
|
sn4ip3r Guru
Joined: 14 Dec 2002 Posts: 325 Location: Tallinn, Estonia
|
Posted: Tue Jul 04, 2006 12:09 pm Post subject: |
|
|
ugus wrote: | i have seen this page just today an of course i tried it on xfce4.
it works great !. Thank you very much guys.. |
Nice to hear that it still works:) as the xfce ebuilds have not been updated for a long time. |
|
Back to top |
|
|
ugus Apprentice
Joined: 23 Jul 2004 Posts: 213 Location: Darmstadt, Germany
|
Posted: Tue Jul 04, 2006 1:14 pm Post subject: |
|
|
i don't know how recent is the code which is installed , but it has worked.. Anyway, i have also mplayer updated. I hope the code was fresh
But I think, because the code is gotten over svn repository, it must be the recent code. Or am i wrong ? _________________ while(!sleep())
{
sheep++;
}
My Desktop |
|
Back to top |
|
|
bigbob73 Guru
Joined: 31 Dec 2004 Posts: 332 Location: Under the Lone Star
|
Posted: Tue Jul 04, 2006 2:26 pm Post subject: |
|
|
i believe fluidportage is going to be updated very soon. There is a new maintainer, so hopefully it won't be long. _________________ A computers attention span is only as long as it's electrical cord (Murphy) |
|
Back to top |
|
|
joecool n00b
Joined: 31 Aug 2004 Posts: 31
|
Posted: Wed Jul 05, 2006 12:52 am Post subject: |
|
|
I want to announce that I had been maintaining fluidportage for a very short time (like just this past week), however due to it being a little difficult to commit on its current host, I will be forking the whole tree.
Gonne need all the QA I can get, you can check out the current tree, I fixed nano, bmpx, mplayer, ffmpeg, nvclock, and a few other odds and ends in just the past week, the new fork will be hosted by oldos.org, just like no-sources is.
While I'm not 100% sure of the name yet, the two most probably candidates are noportage or neoportage.
If you need to contact me I'll be in #no-sources on Freenode. I'm looking for a GNOME ebuild writer as I won't test that stuff myself. It's a lot of work, but I hope with a little help I can get the overlay back on its feet. |
|
Back to top |
|
|
sn4ip3r Guru
Joined: 14 Dec 2002 Posts: 325 Location: Tallinn, Estonia
|
Posted: Wed Jul 05, 2006 1:09 am Post subject: |
|
|
joecool, if you fork, I'd suggest not copying everything verbatim and then fixing, instead you should copy only the things that you have fixed. Fluidportage currently contains just too many out-of-date packages which noone seems to be interested in fixing. Also, I'd suggest using 9999 instead of 20101010 as a version as the former seems to be the standard in portage. |
|
Back to top |
|
|
jorgepeixoto Apprentice
Joined: 27 Apr 2006 Posts: 218 Location: São José dos Campos, São Paulo, Brasil
|
Posted: Sat Sep 16, 2006 1:11 am Post subject: What is the state of neoportage? |
|
|
Why doesn't it show in layman?
I one needs help to mantain it, I'm in. |
|
Back to top |
|
|
sn4ip3r Guru
Joined: 14 Dec 2002 Posts: 325 Location: Tallinn, Estonia
|
Posted: Sat Sep 16, 2006 1:59 am Post subject: Re: What is the state of neoportage? |
|
|
jorgepeixoto wrote: | Why doesn't it show in layman?
I one needs help to mantain it, I'm in. |
Try #fluidportage @ irc.freenode.net |
|
Back to top |
|
|
jorgepeixoto Apprentice
Joined: 27 Apr 2006 Posts: 218 Location: São José dos Campos, São Paulo, Brasil
|
Posted: Sat Sep 16, 2006 6:14 am Post subject: Re: What is the state of neoportage? |
|
|
sn4ip3r wrote: | jorgepeixoto wrote: | Why doesn't it show in layman?
I one needs help to mantain it, I'm in. |
Try #fluidportage @ irc.freenode.net |
If only I could access irc from behing this firewall... |
|
Back to top |
|
|
pacho2 Developer
Joined: 04 Mar 2005 Posts: 2599 Location: Oviedo, Spain
|
Posted: Thu Sep 28, 2006 10:49 am Post subject: |
|
|
I also have problems with supertux CVS :-/ |
|
Back to top |
|
|
pacho2 Developer
Joined: 04 Mar 2005 Posts: 2599 Location: Oviedo, Spain
|
Posted: Thu Sep 28, 2006 11:25 am Post subject: |
|
|
Thanks to redeeman and zamorate in IRC channel.
I will post a fixed ebuild soon |
|
Back to top |
|
|
pacho2 Developer
Joined: 04 Mar 2005 Posts: 2599 Location: Oviedo, Spain
|
|
Back to top |
|
|
|