Forums

Skip to content

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

Fluidportage ebuilds for CVS/SVN programs

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.
Post Reply
Advanced search
345 posts
  • Page 14 of 14
    • Jump to page:
  • Previous
  • 1
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
Author
Message
Rainmaker
Veteran
Veteran
User avatar
Posts: 1650
Joined: Thu Feb 12, 2004 2:04 am
Location: /home/NL/ehv/

  • Quote

Post by Rainmaker » Mon Feb 20, 2006 11:58 pm

Getting this error:
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.
Top
sn4ip3r
Guru
Guru
User avatar
Posts: 325
Joined: Sat Dec 14, 2002 12:39 pm
Location: Tallinn, Estonia

  • Quote

Post by sn4ip3r » Tue Feb 21, 2006 12:28 am

Rainmaker wrote:...
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.
Top
fireball-13
n00b
n00b
Posts: 61
Joined: Mon Sep 05, 2005 1:30 pm
Location: Moscow, RU

  • Quote

Post by fireball-13 » Mon Feb 27, 2006 10:25 am

There is broken dependency for xorg-x11-20101010: package `ttmkfdir` was moved from x11-misc to x11-apps
This is the patch

Code: Select all

--- 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
Top
linuxinit
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 84
Joined: Mon Mar 27, 2006 4:26 am
Location: Bumkcuf, Egypt
Contact:
Contact linuxinit
Website

  • Quote

Post by linuxinit » Fri Mar 31, 2006 10:11 am

juppe22 wrote:I have problems with xffm. I get this error:

Code: Select all

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...
Top
Pajarico
Guru
Guru
User avatar
Posts: 493
Joined: Sat May 01, 2004 5:44 pm
Location: Madrid, España.
Contact:
Contact Pajarico
Website

  • Quote

Post by Pajarico » Sat Apr 15, 2006 3:30 pm

Is this finally abandoned?
Gentoo: the only software worth paying that is free.
Top
sn4ip3r
Guru
Guru
User avatar
Posts: 325
Joined: Sat Dec 14, 2002 12:39 pm
Location: Tallinn, Estonia

  • Quote

Post by sn4ip3r » Sat Apr 15, 2006 3:33 pm

Pajarico wrote:Is this finally abandoned?
It has been (almost completely) abandoned for quite a while already.
Top
seren
Guru
Guru
User avatar
Posts: 448
Joined: Sat Aug 27, 2005 8:37 am
Location: Wisconsin

  • Quote

Post by seren » Mon Apr 17, 2006 6:19 am

what and where can one get cvs overlays this complete that aren't abandoned?
Top
sn4ip3r
Guru
Guru
User avatar
Posts: 325
Joined: Sat Dec 14, 2002 12:39 pm
Location: Tallinn, Estonia

  • Quote

Post by sn4ip3r » Mon Apr 17, 2006 10:23 am

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.
Top
ugus
Apprentice
Apprentice
User avatar
Posts: 213
Joined: Fri Jul 23, 2004 7:03 pm
Location: Darmstadt, Germany

  • Quote

Post by ugus » Tue Jul 04, 2006 11:24 am

i have seen this page just today :oops: an of course i tried it on xfce4. 8)
it works great !. Thank you very much guys..
while(!sleep())
{
sheep++;
}
My Desktop
Top
sn4ip3r
Guru
Guru
User avatar
Posts: 325
Joined: Sat Dec 14, 2002 12:39 pm
Location: Tallinn, Estonia

  • Quote

Post by sn4ip3r » Tue Jul 04, 2006 12:09 pm

ugus wrote:i have seen this page just today :oops: an of course i tried it on xfce4. 8)
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.
Top
ugus
Apprentice
Apprentice
User avatar
Posts: 213
Joined: Fri Jul 23, 2004 7:03 pm
Location: Darmstadt, Germany

  • Quote

Post by ugus » Tue Jul 04, 2006 1:14 pm

i don't know how recent is the code which is installed :lol:, but it has worked.. Anyway, i have also mplayer updated. I hope the code was fresh :D

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
Top
bigbob73
Guru
Guru
User avatar
Posts: 332
Joined: Fri Dec 31, 2004 6:51 pm
Location: Under the Lone Star

  • Quote

Post by bigbob73 » Tue Jul 04, 2006 2:26 pm

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)
Top
joecool
n00b
n00b
User avatar
Posts: 31
Joined: Tue Aug 31, 2004 6:54 pm

  • Quote

Post by joecool » Wed Jul 05, 2006 12:52 am

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.
Top
sn4ip3r
Guru
Guru
User avatar
Posts: 325
Joined: Sat Dec 14, 2002 12:39 pm
Location: Tallinn, Estonia

  • Quote

Post by sn4ip3r » Wed Jul 05, 2006 1:09 am

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.
Top
jorgepeixoto
Apprentice
Apprentice
User avatar
Posts: 218
Joined: Thu Apr 27, 2006 1:09 am
Location: São José dos Campos, São Paulo, Brasil

What is the state of neoportage?

  • Quote

Post by jorgepeixoto » Sat Sep 16, 2006 1:11 am

Why doesn't it show in layman?
I one needs help to mantain it, I'm in.
Top
sn4ip3r
Guru
Guru
User avatar
Posts: 325
Joined: Sat Dec 14, 2002 12:39 pm
Location: Tallinn, Estonia

Re: What is the state of neoportage?

  • Quote

Post by sn4ip3r » Sat Sep 16, 2006 1:59 am

jorgepeixoto wrote:Why doesn't it show in layman?
I one needs help to mantain it, I'm in.
Try #fluidportage @ irc.freenode.net
Top
jorgepeixoto
Apprentice
Apprentice
User avatar
Posts: 218
Joined: Thu Apr 27, 2006 1:09 am
Location: São José dos Campos, São Paulo, Brasil

Re: What is the state of neoportage?

  • Quote

Post by jorgepeixoto » Sat Sep 16, 2006 6:14 am

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...
Top
pacho2
Developer
Developer
User avatar
Posts: 2599
Joined: Fri Mar 04, 2005 7:53 pm
Location: Oviedo, Spain

  • Quote

Post by pacho2 » Thu Sep 28, 2006 10:49 am

I also have problems with supertux CVS :-/
Top
pacho2
Developer
Developer
User avatar
Posts: 2599
Joined: Fri Mar 04, 2005 7:53 pm
Location: Oviedo, Spain

  • Quote

Post by pacho2 » Thu Sep 28, 2006 11:25 am

Thanks to redeeman and zamorate in IRC channel.

I will post a fixed ebuild soon
Top
pacho2
Developer
Developer
User avatar
Posts: 2599
Joined: Fri Mar 04, 2005 7:53 pm
Location: Oviedo, Spain

  • Quote

Post by pacho2 » Thu Sep 28, 2006 12:58 pm

Ebuild released ;)
http://forums.gentoo.org/viewtopic-t-50 ... ight-.html
Top
Post Reply

345 posts
  • Page 14 of 14
    • Jump to page:
  • Previous
  • 1
  • …
  • 10
  • 11
  • 12
  • 13
  • 14

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