Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fluidportage ebuilds for CVS/SVN programs
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 11, 12, 13, 14  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
fireball-13
n00b
n00b


Joined: 05 Sep 2005
Posts: 61
Location: Moscow, RU

PostPosted: Thu Oct 06, 2005 7:29 am    Post subject: Reply with quote

I have this error after 'svn up'
svn: Unrecognized URL scheme for 'http://kaspersandberg.com/fluidportage/trunk'
Back to top
View user's profile Send private message
bigbob73
Guru
Guru


Joined: 31 Dec 2004
Posts: 332
Location: Under the Lone Star

PostPosted: Thu Oct 06, 2005 11:57 am    Post subject: xffm sandbox patch failure Reply with quote

>>> Unpacking source...
* subversion update start -->
* update from: http://svn.foo-projects.org/svn/xfce/xffm/trunk
At revision 18014.
* updated in: /usr/portage/distfiles/svn-src/xffm/trunk
* copied to: /var/tmp/portage/xffm-20101010/work/xffm

* Applying xffm-fix-doc-sandbox.patch ...

* Failed Patch: xffm-fix-doc-sandbox.patch !
* ( /usr/local/fluidportage/trunk/xfce-base/xffm/files/xffm-fix-doc-sandbox.patch )
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/xffm-20101010/temp/xffm-fix-doc-sandbox.patch-3979.out


!!! ERROR: xfce-base/xffm-20101010 failed.
!!! Function epatch, Line 361, Exitcode 0
!!! Failed Patch: xffm-fix-doc-sandbox.patch!
!!! If you need support, post the topmost build error, NOT this status message.

Any way to fix this?

BIgbob
Back to top
View user's profile Send private message
sn4ip3r
Guru
Guru


Joined: 14 Dec 2002
Posts: 325
Location: Tallinn, Estonia

PostPosted: Thu Oct 06, 2005 12:55 pm    Post subject: Reply with quote

fireball-13 wrote:
I have this error after 'svn up'
svn: Unrecognized URL scheme for 'http://kaspersandberg.com/fluidportage/trunk'


This could be caused by net-misc/neon-0.25.3, try to: emerge "<net-misc/neon-0.25.3"
Back to top
View user's profile Send private message
sn4ip3r
Guru
Guru


Joined: 14 Dec 2002
Posts: 325
Location: Tallinn, Estonia

PostPosted: Thu Oct 06, 2005 1:03 pm    Post subject: Reply with quote

zend wrote:
I got this when tried to install xfce4
...


Should be fixed now, this is due to new portge being more strict and the gtk-engines2.eclass being broken.
Back to top
View user's profile Send private message
sn4ip3r
Guru
Guru


Joined: 14 Dec 2002
Posts: 325
Location: Tallinn, Estonia

PostPosted: Thu Oct 06, 2005 1:15 pm    Post subject: Re: xffm sandbox patch failure Reply with quote

bigbob73 wrote:
...

!!! ERROR: xfce-base/xffm-20101010 failed.
!!! Function epatch, Line 361, Exitcode 0
!!! Failed Patch: xffm-fix-doc-sandbox.patch!
!!! If you need support, post the topmost build error, NOT this status message.

Any way to fix this?

BIgbob


I can remove the patch, but it does not change the fact that the xffm ebuild is broken. Xffm has been (or is currently being) made more modular, it is already divided into 14 separate packages, so someone needs to write ebuilds to some of these packages (not all are needed, half of them are plugins).
Back to top
View user's profile Send private message
fireball-13
n00b
n00b


Joined: 05 Sep 2005
Posts: 61
Location: Moscow, RU

PostPosted: Thu Oct 06, 2005 1:54 pm    Post subject: Reply with quote

sn4ip3r wrote:
fireball-13 wrote:
I have this error after 'svn up'
svn: Unrecognized URL scheme for 'http://kaspersandberg.com/fluidportage/trunk'


This could be caused by net-misc/neon-0.25.3, try to: emerge "<net-misc/neon-0.25.3"

I have compiled subversion with +nowebdav USE-flag, and I have no neon installed.

Understood. I must install it :)
Back to top
View user's profile Send private message
zend
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2002
Posts: 112
Location: Shanghai,China

PostPosted: Fri Oct 07, 2005 12:42 am    Post subject: Reply with quote

sn4ip3r wrote:
zend wrote:
I got this when tried to install xfce4
...


Should be fixed now, this is due to new portge being more strict and the gtk-engines2.eclass being broken.


still not
Back to top
View user's profile Send private message
sn4ip3r
Guru
Guru


Joined: 14 Dec 2002
Posts: 325
Location: Tallinn, Estonia

PostPosted: Fri Oct 07, 2005 1:18 am    Post subject: Reply with quote

zend wrote:
...
still not


Did you run "svn up" and are at revison >=266 now? Could you show the error message which you get now?
Back to top
View user's profile Send private message
zend
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2002
Posts: 112
Location: Shanghai,China

PostPosted: Fri Oct 07, 2005 3:42 am    Post subject: Reply with quote

Code:

gentoo trunk # svn up
At revision 268.
gentoo trunk # emerge -p xfce4

These are the packages that I would merge, in order:

Calculating dependencies \
!!! All ebuilds that could satisfy "=x11-themes/gtk-engines-xfce-20101010" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-themes/gtk-engines-xfce-20101010 (masked by: -* keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
!!!    (dependency required by "xfce-base/xfce4-base-20101010" [ebuild])



this is my error
Back to top
View user's profile Send private message
sn4ip3r
Guru
Guru


Joined: 14 Dec 2002
Posts: 325
Location: Tallinn, Estonia

PostPosted: Fri Oct 07, 2005 12:10 pm    Post subject: Reply with quote

zend wrote:
...
this is my error


Read the README file, it will explain what you need to do to unmask fluidportage ebuilds (basically you need to add "=category/package-20101010 -*" to /etc/portage/package.keywords for each package)
Back to top
View user's profile Send private message
bigbob73
Guru
Guru


Joined: 31 Dec 2004
Posts: 332
Location: Under the Lone Star

PostPosted: Fri Oct 07, 2005 12:11 pm    Post subject: Reply with quote

zend wrote:
Code:

gentoo trunk # svn up
At revision 268.
gentoo trunk # emerge -p xfce4

These are the packages that I would merge, in order:

Calculating dependencies \
!!! All ebuilds that could satisfy "=x11-themes/gtk-engines-xfce-20101010" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-themes/gtk-engines-xfce-20101010 (masked by: -* keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
!!!    (dependency required by "xfce-base/xfce4-base-20101010" [ebuild])



this is my error


is x11-themes/gtk-engines-xfce-20101010 in your /etc/portage/package.keywords?

bigbob
Back to top
View user's profile Send private message
zend
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2002
Posts: 112
Location: Shanghai,China

PostPosted: Fri Oct 07, 2005 10:15 pm    Post subject: Reply with quote

got it
added

=xfce-base/xfce4-dev-tools-20101010 -*
=x11-themes/gtk-engines-xfce-20101010 -*
Back to top
View user's profile Send private message
bigbob73
Guru
Guru


Joined: 31 Dec 2004
Posts: 332
Location: Under the Lone Star

PostPosted: Sat Oct 08, 2005 11:24 pm    Post subject: Reply with quote

Has anybody been able to build xffm recently?

Bigbob
Back to top
View user's profile Send private message
renrutal
Tux's lil' helper
Tux's lil' helper


Joined: 26 Mar 2005
Posts: 135
Location: Brazil

PostPosted: Sun Oct 09, 2005 7:27 am    Post subject: Reply with quote

Funny situation:

[blocks B ] <media-libs/xine-lib-20101010 (is blocking media-libs/xine-lib-20101010)

Who needs 2 players fighting for the ball when 1 is enough trouble :lol:
Back to top
View user's profile Send private message
bigbob73
Guru
Guru


Joined: 31 Dec 2004
Posts: 332
Location: Under the Lone Star

PostPosted: Sun Oct 09, 2005 5:59 pm    Post subject: xffm ebuld not working Reply with quote

>>> Unpacking source...
* subversion update start -->
* update from: http://svn.foo-projects.org/svn/xfce/xffm/trunk
At revision 18170.
* 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
xdt-autogen: Directory "/var/tmp/portage/xffm-20101010/work/xffm" does not look like a package
directory, neither configure.ac nor configure.in is
present.

!!! ERROR: xfce-base/xffm-20101010 failed.
!!! Function autotool_eautogen, Line 84, Exitcode 1
!!! ./autogen.sh failed
!!! If you need support, post the topmost build error, NOT this status message.

any work around for this?

Bigbob
Back to top
View user's profile Send private message
renrutal
Tux's lil' helper
Tux's lil' helper


Joined: 26 Mar 2005
Posts: 135
Location: Brazil

PostPosted: Sun Oct 09, 2005 8:18 pm    Post subject: Reply with quote

>>> emerge (5 of 11) media-video/ffmpeg-20101010 to /
>>> md5 files ;-) ffmpeg-20101010.ebuild
>>> md5 files ;-) files/ffmpeg-fix-makefiles.patch
>>> md5 files ;-) files/ffmpeg-20101010-osx.patch
>>> md5 files ;-) files/digest-ffmpeg-20101010
>>> Unpacking source...
* Fetching CVS module ffmpeg into /usr/portage/distfiles/cvs-src/ffmpeg...
* Copying ffmpeg from /usr/portage/distfiles/cvs-src/ffmpeg...
* CVS module ffmpeg is now in /var/tmp/portage/ffmpeg-20101010/work
* Applying ffmpeg-20101010-osx.patch ...

* Failed Patch: ffmpeg-20101010-osx.patch !
* ( /usr/local/fluidportage/trunk/media-video/ffmpeg/files/ffmpeg-20101010-osx.patch )
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/ffmpeg-20101010/temp/ffmpeg-20101010-osx.patch-8248.out


!!! ERROR: media-video/ffmpeg-20101010 failed.
!!! Function epatch, Line 361, Exitcode 0
!!! Failed Patch: ffmpeg-20101010-osx.patch!
!!! If you need support, post the topmost build error, NOT this status message.

Patches in a cvs build are weird.
Back to top
View user's profile Send private message
drphibes
Guru
Guru


Joined: 30 Nov 2004
Posts: 432

PostPosted: Sun Oct 09, 2005 11:10 pm    Post subject: Reply with quote

not only will that osx patch not work, the ebuild will not build ffmpeg in any case due to recent changes in its configure. check my previous post on that subject, along with attached ebuild. i emerged ffmpeg today from cvs with no problems.
Back to top
View user's profile Send private message
lysergicacid
Guru
Guru


Joined: 25 Nov 2003
Posts: 352
Location: The Universe,Virgo Super Cluster,Milky Way,Earth

PostPosted: Sat Oct 22, 2005 2:42 am    Post subject: emerge -pv =media-video/avifile-20101010 Reply with quote

hi people, having followed the install guide to the letter i dont understand why i get the folllowing results can anyone please tell me what ive not done or not done please

Code:
Sat Oct 22 03:40:52 BST 2005
/media/hda2/gentoo/fluidportage/trunk
root@mythbox: pts/0: 62 files 276Kb -> emerge -pv =media-video/avifile-20101010

These are the packages that I would merge, in order:

Calculating dependencies
emerge: there are no ebuilds to satisfy "=media-video/avifile-20101010".

as i said i followed the install guide to the letter with exception of the path i stored the fluidportage ebuilds on so i dont understand this :?
_________________
[img]http://valid.canardpc.com/cache/banner/2040927.png[/img]
Desktop:
[img]http://valid.canardpc.com/cache/banner/2703952.png[/img]
Back to top
View user's profile Send private message
Naveg
n00b
n00b


Joined: 20 May 2005
Posts: 73

PostPosted: Sun Oct 23, 2005 7:32 pm    Post subject: Reply with quote

Why are so many of the versions 20101010? Is this a typical nightly cvs build number? I thought it was usually in YYYYMMDD format
Back to top
View user's profile Send private message
lysergicacid
Guru
Guru


Joined: 25 Nov 2003
Posts: 352
Location: The Universe,Virgo Super Cluster,Milky Way,Earth

PostPosted: Sun Oct 23, 2005 8:20 pm    Post subject: Reply with quote

think you'll prolly find they all are mate might be so as to not get the ebuilds confussed with normal ebuilds that are in the in the normal portage tree, i could well be wrong tho ....... if so i stand corrected
_________________
[img]http://valid.canardpc.com/cache/banner/2040927.png[/img]
Desktop:
[img]http://valid.canardpc.com/cache/banner/2703952.png[/img]
Back to top
View user's profile Send private message
Naveg
n00b
n00b


Joined: 20 May 2005
Posts: 73

PostPosted: Mon Oct 24, 2005 9:45 pm    Post subject: Reply with quote

Forgive me for being a n00b, but how do I emerge these packages?

For example, i put >=net-im/gaim-20101010 in package.unmask...but it still doesnt work.

!!! All ebuilds that could satisfy "=gaim-20101010" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-im/gaim-20101010 (masked by: -* keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
Back to top
View user's profile Send private message
Naveg
n00b
n00b


Joined: 20 May 2005
Posts: 73

PostPosted: Mon Oct 24, 2005 10:39 pm    Post subject: Reply with quote

ok i figure out to put -* in package.keywords....but now all the cvs fetches are timing out...

Code:
>>> emerge (2 of 2) net-im/gaim-20101010 to /
>>> md5 files   ;-) gaim-20101010.ebuild
>>> md5 files   ;-) files/digest-gaim-20101010
>>> md5 files   ;-) files/perl-prefix.patch
>>> Unpacking source...
 * Fetching CVS module gaim into /usr/portage/distfiles/cvs-src/gaim...
cvs [login aborted]: unrecognized auth response from cvs.sourceforge.net: M -!- Client or Server timeout occurred!

!!! ERROR: net-im/gaim-20101010 failed.
!!! Function fluidcvs_fetch, Line 241, Exitcode 1
!!! cvs login command " cvs -q -f -z3 -d ":pserver:anonymous:@cvs.sourceforge.net:/cvsroot/gaim" login" failed
!!! If you need support, post the topmost build error, NOT this status message.
Back to top
View user's profile Send private message
DarkWeaver
n00b
n00b


Joined: 07 Jan 2004
Posts: 32

PostPosted: Mon Oct 31, 2005 10:22 pm    Post subject: Reply with quote

Just out of interest, is it just me, or can no one download any of the xfce4 svn builds? The foo-projects server seems to have dropped them, although it's still the address used on the official xffm site. Am I the only one, and does someone have a fix, I really wanted to try the latest xffm!

Cheers, DarkWeaver.
Back to top
View user's profile Send private message
drphibes
Guru
Guru


Joined: 30 Nov 2004
Posts: 432

PostPosted: Tue Nov 01, 2005 12:08 am    Post subject: Reply with quote

DarkWeaver wrote:
Just out of interest, is it just me, or can no one download any of the xfce4 svn builds? The foo-projects server seems to have dropped them, although it's still the address used on the official xffm site. Am I the only one, and does someone have a fix, I really wanted to try the latest xffm!

Cheers, DarkWeaver.


the subversion repo for xfce is now here: http://svn.xfce.org/svn

change your ebuilds and/or eclasses appropriately. i noticed this the other day myself.

doc
Back to top
View user's profile Send private message
DarkWeaver
n00b
n00b


Joined: 07 Jan 2004
Posts: 32

PostPosted: Tue Nov 01, 2005 12:49 am    Post subject: Reply with quote

Thanks for the hint! Yay, I'm off to emerge xffm!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 11, 12, 13, 14  Next
Page 12 of 14

 
Jump to:  
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