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 ... , 12, 13, 14  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
DarkWeaver
n00b
n00b


Joined: 07 Jan 2004
Posts: 32

PostPosted: Tue Nov 01, 2005 1:23 am    Post subject: Reply with quote

DarkWeaver wrote:
Thanks for the hint! Yay, I'm off to emerge xffm!

lol, obviously not my night tonight. Now the xffm build is failing with the same error that someone had above, about it not looking like a package directory or something. Did anyone ever solve this?

I'll take a look on the xfce site too, but I normally get a much better reply here.

Edit: Exact error is:
Code:
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
Back to top
View user's profile Send private message
drphibes
Guru
Guru


Joined: 30 Nov 2004
Posts: 432

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

DarkWeaver wrote:
DarkWeaver wrote:
Thanks for the hint! Yay, I'm off to emerge xffm!

lol, obviously not my night tonight. Now the xffm build is failing with the same error that someone had above, about it not looking like a package directory or something. Did anyone ever solve this?

I'll take a look on the xfce site too, but I normally get a much better reply here.

Edit: Exact error is:
Code:
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


probably because there's a "trunk" subdirectory under it, right? on the checkout you need to specify a last parameter telling subversion where to install the checkout. if you don't and just use the url, you'll get a trunk subdirectory which will bork the install since the files are located one directory lower, under trunk. in other words, don't do this:

Code:
svn co http://svn.xfce.org/svn/xfce/xffm/trunk
do this:
Code:
 svn co http://svn.xfce.org/svn/xfce/xffm/trunk xffm
Back to top
View user's profile Send private message
DarkWeaver
n00b
n00b


Joined: 07 Jan 2004
Posts: 32

PostPosted: Tue Nov 01, 2005 11:45 am    Post subject: Reply with quote

Thanks for the help, but I don't think that's the problem.

As I see it, it's actually caused by xffm actually containing lots of smaller packages, which are then placed into directories inside the xffm directory. This means that to get at any of the src or configure stuff, emerge has to look one folder deeper, which it can't do.

I'm going to try and fix this by making new ebuilds for each component file in the current xffm ebuild, and use xffm as a wrapper for them. Now I just have to get the order right...
Back to top
View user's profile Send private message
nonas
Guru
Guru


Joined: 17 Apr 2005
Posts: 328

PostPosted: Tue Nov 01, 2005 4:38 pm    Post subject: Reply with quote

Hi there.

Is there a problem with http://svn.foo-projects.org/ ? I can't get libexo sources

Code:
>>> Unpacking source...
 * subversion check out start -->
 *    checkout from: http://svn.foo-projects.org/svn/xfce/libexo/trunk
svn: PROPFIND request failed on '/svn/xfce/libexo/trunk'
svn: PROPFIND of '/svn/xfce/libexo/trunk': 405 Method Not Allowed (http://svn.foo-projects.org)

xfce dir seems to not be here. ( http://svn.foo-projects.org/ )
Back to top
View user's profile Send private message
drphibes
Guru
Guru


Joined: 30 Nov 2004
Posts: 432

PostPosted: Wed Nov 02, 2005 5:28 pm    Post subject: Reply with quote

the subversion repo for xfce is now here: http://svn.xfce.org/svn
Back to top
View user's profile Send private message
nonas
Guru
Guru


Joined: 17 Apr 2005
Posts: 328

PostPosted: Wed Nov 02, 2005 8:29 pm    Post subject: Reply with quote

Thx but it didn't help :cry:

If i try this i get :
Code:
 *    checkout from: http://svn.xfce.org/svn
svn: PROPFIND request failed on '/svn'
svn: PROPFIND of '/svn': 301 Moved Permanently (http://svn.xfce.org)

If i try "http://svn.xfce.org" i get :
Code:
 * subversion check out start -->
 *    checkout from: http://svn.xfce.org
svn: PROPFIND request failed on '/'
svn: PROPFIND of '/': 200 OK (http://svn.xfce.org)

plus
Code:
!!! ERROR: xfce-base/xfce4-dev-tools-20101010 failed.
!!! Function subversion_svn_fetch, Line 153, Exitcode 1
!!! subversion.eclass: can't fetch from http://svn.xfce.org/svn.
in both case.

ESVN_REPO_URI= seems to be wrong in some xfce ebuilds.

Did i do something wrong ?

EDIT: Damn it i'm stupid, it works ! Thx
Just need to correct the ebuilds, digest them and emerge.

ouch xfce-dev-tools is space consuming !
Back to top
View user's profile Send private message
yesi
Guru
Guru


Joined: 25 Oct 2004
Posts: 331

PostPosted: Thu Nov 03, 2005 12:08 pm    Post subject: Reply with quote

hi!

firstly, great job! :)

i try to install "lopster" but i get this error:
Quote:

automake: Makefile.am: installing `./INSTALL'
automake: Makefile.am: installing `./COPYING'
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt. (--> no spécified targets and no makefile found. stop.)

!!! ERROR: net-p2p/lopster-20101010 failed.
!!! Function src_compile, Line 28, Exitcode 2

and the exit of strace:
Quote:

* Fetching CVS module lopster into /usr/portage/distfiles/cvs-src/lopster...
* Copying lopster from /usr/portage/distfiles/cvs-src/lopster...
* CVS module lopster is now in /var/tmp/portage/lopster-20101010/work
>>> Source unpacked.
[{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 16326
--- SIGCHLD (Child exited) @ 0 (0) ---
getuid32() = 0
chown32("/tmp/sandboxpids.tmp", 0, 250) = -1 ENOENT (No such file or directory)
access("/usr/bin/sandbox", X_OK) = 0
fork() = 16390
waitpid(16390, automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
automake: configure.in: installing `./config.guess'
automake: configure.in: installing `./config.sub'
automake: Makefile.am: installing `./INSTALL'
automake: Makefile.am: installing `./COPYING'
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.

!!! ERROR: net-p2p/lopster-20101010 failed.
!!! Function src_compile, Line 28, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

[{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 16390
--- SIGCHLD (Child exited) @ 0 (0) ---
ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(2, "\33]2; *** terminating.\7", 22) = 22
stat64("/var/log/emerge.log", {st_mode=S_IFREG|0660, st_size=3735977, ...}) = 0
open("/var/log/emerge.log", O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = 3
fstat64(3, {st_mode=S_IFREG|0660, st_size=3735977, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb73ae000
fstat64(3, {st_mode=S_IFREG|0660, st_size=3735977, ...}) = 0
_llseek(3, 3735977, [3735977], SEEK_SET) = 0
fstat64(3, {st_mode=S_IFREG|0660, st_size=3735977, ...}) = 0
fcntl64(3, F_SETLK64, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}, 0xbfac56a0) = 0
fstat64(3, {st_mode=S_IFREG|0660, st_size=3735977, ...}) = 0
_llseek(3, 3735977, [3735977], SEEK_SET) = 0
gettimeofday({1131017688, 766588}, NULL) = 0
write(3, "1131017688: *** terminating.\n", 30) = 30
fcntl64(3, F_SETLKW64, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}, 0xbfac5700) = 0
close(3) = 0
munmap(0xb73ae000, 131072) = 0
ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(2, "\33]2;rxvt-unicode\7", 17) = 17
wait4(-1, 0xbfac5a48, 0, NULL) = -1 ECHILD (No child processes)
open("/var/cache/edb/mtimedb", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb73ae000
write(3, "\200\2}q\1(U\4infoq\2}q\3(U\30/usr/share/i"..., 3260) = 3260
close(3) = 0
munmap(0xb73ae000, 131072) = 0
chown32("/var/cache/edb/mtimedb", 0, 250) = 0
chmod("/var/cache/edb/mtimedb", 0664) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {0xb7e50f00, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL}, {0xb7e50f00, [], 0}, 8) = 0
close(4) = 0
munmap(0xb74ba000, 131072) = 0
brk(0x820d000) = 0x820d000
brk(0x8204000) = 0x8204000
brk(0x81f2000) = 0x81f2000
munmap(0xb7f8f000, 4096) = 0
exit_group(1)


thanks in advance for any help.

ps: the forum of lopster is "out"...for the moment
Back to top
View user's profile Send private message
juppe22
n00b
n00b


Joined: 10 Jun 2003
Posts: 74

PostPosted: Mon Dec 05, 2005 7:14 pm    Post subject: Reply with quote

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?


Last edited by juppe22 on Mon Sep 25, 2006 10:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
sn4ip3r
Guru
Guru


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

PostPosted: Tue Dec 06, 2005 7:49 am    Post subject: Reply with quote

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?

The solution is to fix xffm ebuild, but since that seems to be nontrivial because of all the changes in xffm source tree, it is not likely to happen, unless you do it;) If I understand the changes correctly, what is needed, is to run the autogen/configure_install wrappers in the source tree directly with appropriate parameters for gentoo (you can get those from fluidportage/trunk/eclass/autotool.eclass from autotool_autogen function). If you don't know how to fix the ebuild you could try finding someone else willing to do it, but I doubt there are many xffm fans out there, especially when thunar also works (I don't use either btw.).
Back to top
View user's profile Send private message
Zepp
Veteran
Veteran


Joined: 15 Mar 2004
Posts: 1246
Location: Ontario, Canada

PostPosted: Wed Dec 07, 2005 8:46 am    Post subject: Reply with quote

I have the same issue, the I would just not emerge xffm but it is a dependency...
Back to top
View user's profile Send private message
sn4ip3r
Guru
Guru


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

PostPosted: Wed Dec 07, 2005 5:15 pm    Post subject: Reply with quote

Zepp wrote:
I have the same issue, the I would just not emerge xffm but it is a dependency...


Code:
echo 'xfce-base/xffm-20101010' >> /etc/portage/profile/package.provided
Back to top
View user's profile Send private message
Zepp
Veteran
Veteran


Joined: 15 Mar 2004
Posts: 1246
Location: Ontario, Canada

PostPosted: Wed Dec 07, 2005 6:01 pm    Post subject: Reply with quote

Hmmm now it wants xfce-panel but I have that....

Code:
configure: error: Package requirements (xfce4-panel-1.0 >= 3.99.2) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the XFCE4_PANEL_CFLAGS and XFCE4_PANEL_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.

!!! ERROR: xfce-extra/xfce4-systemload-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.

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


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

PostPosted: Wed Dec 07, 2005 6:43 pm    Post subject: Reply with quote

Zepp wrote:
Hmmm now it wants xfce-panel but I have that....

Code:
configure: error: Package requirements (xfce4-panel-1.0 >= 3.99.2) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the XFCE4_PANEL_CFLAGS and XFCE4_PANEL_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.

!!! ERROR: xfce-extra/xfce4-systemload-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.


Most panel plugins have not been updated to work with the new panel API.
Back to top
View user's profile Send private message
Zepp
Veteran
Veteran


Joined: 15 Mar 2004
Posts: 1246
Location: Ontario, Canada

PostPosted: Wed Dec 07, 2005 6:53 pm    Post subject: Reply with quote

sn4ip3r wrote:
Zepp wrote:
Hmmm now it wants xfce-panel but I have that....

Code:
configure: error: Package requirements (xfce4-panel-1.0 >= 3.99.2) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the XFCE4_PANEL_CFLAGS and XFCE4_PANEL_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.

!!! ERROR: xfce-extra/xfce4-systemload-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.


Most panel plugins have not been updated to work with the new panel API.


Ok I will try running with what I got its pretty much only panel plugins left from what I see.
Back to top
View user's profile Send private message
CoffeeBuzz
Apprentice
Apprentice


Joined: 15 Jun 2005
Posts: 269
Location: Canada Eh.

PostPosted: Mon Jan 02, 2006 6:34 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic-t-418490.html holds an ebuild and patch for ffmpeg cvs if anyones interested

for some reason ffmpeg's configure script doesnt honour all --enable/--disable flags. It assumes that if the feature is enabled by default then you can't --enable it (only --disable) and vice versa but euse simply pumps out a --enable/--disable regardless of the default which it has no knowledge about
Back to top
View user's profile Send private message
drphibes
Guru
Guru


Joined: 30 Nov 2004
Posts: 432

PostPosted: Mon Jan 02, 2006 10:01 pm    Post subject: Reply with quote

CoffeeBuzz wrote:
https://forums.gentoo.org/viewtopic-t-418490.html holds an ebuild and patch for ffmpeg cvs if anyones interested

for some reason ffmpeg's configure script doesnt honour all --enable/--disable flags. It assumes that if the feature is enabled by default then you can't --enable it (only --disable) and vice versa but euse simply pumps out a --enable/--disable regardless of the default which it has no knowledge about


i wonder why those devs don't use autoconf/make instead of a hand-written configure. all configure flags should allow both --enable and --disable settings and the auto tools give you that and much, much more.
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: Mon Feb 20, 2006 2:48 pm    Post subject: Reply with quote

getting the following error trying to emerge xfce4-desktop...


menu_settings.c: In function 'set_chk_option':
menu_settings.c:80: error: 'struct <anonymous>' has no member named 'frame_sysfont'
menu_settings.c: In function 'create_menu_page':
menu_settings.c:306: error: 'struct <anonymous>' has no member named 'frame_sysfont'
menu_settings.c:312: error: 'struct <anonymous>' has no member named 'frame_sysfont'
menu_settings.c:328: error: 'struct <anonymous>' has no member named 'frame_sysfont'
make[2]: *** [backdrop_settings_la-menu_settings.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/xfdesktop-20101010/work/xfdesktop/settings'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xfdesktop-20101010/work/xfdesktop'
make: *** [all] Error 2

!!! ERROR: xfce-base/xfdesktop-20101010 failed.
Call stack:
ebuild.sh, line 1894: Called dyn_compile
ebuild.sh, line 941: Called src_compile
ebuild.sh, line 1609: Called xfce4_svn_src_compile

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.


any suggestions?
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
sn4ip3r
Guru
Guru


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

PostPosted: Mon Feb 20, 2006 4:36 pm    Post subject: Reply with quote

bigbob73 wrote:
...
any suggestions?


Not anything specific, but since it's impossible for cvs ebuilds to have version-specific dependencies, you could try emerging some other cvs xfce package and see if that makes a difference for xfdesktop.
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: Mon Feb 20, 2006 5:14 pm    Post subject: Reply with quote

sn4ip3r wrote:
bigbob73 wrote:
...
any suggestions?


Not anything specific, but since it's impossible for cvs ebuilds to have version-specific dependencies, you could try emerging some other cvs xfce package and see if that makes a difference for xfdesktop.


I'm to the point now that I need xfce4-destop to get xfce4-base installed. for now I'll use xfce4-panel in openbox and see how that goes.
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
sn4ip3r
Guru
Guru


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

PostPosted: Mon Feb 20, 2006 6:09 pm    Post subject: Reply with quote

bigbob73 wrote:
...
I'm to the point now that I need xfce4-destop to get xfce4-base installed. for now I'll use xfce4-panel in openbox and see how that goes.


Indeed it seems that xfdesktop either doesn't have all the required headers commited or some new dependency has been added because the things that are missing from it are not provided by any other xfce base package.
Back to top
View user's profile Send private message
drphibes
Guru
Guru


Joined: 30 Nov 2004
Posts: 432

PostPosted: Mon Feb 20, 2006 6:38 pm    Post subject: Reply with quote

do yourself a favor and use these ebuilds/eclasses instead for building xfce4 svn:

http://dev.gentoo.org/~bcowan/xfce4-svn/
Back to top
View user's profile Send private message
sn4ip3r
Guru
Guru


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

PostPosted: Mon Feb 20, 2006 7:13 pm    Post subject: Reply with quote

drphibes wrote:
do yourself a favor and use these ebuilds/eclasses instead for building xfce4 svn:

http://dev.gentoo.org/~bcowan/xfce4-svn/


fluidportage hasn't been updated for a long time because noone is maintaining it (I just commited a small update though), but these ebuilds probably get the same error with xfdesktop and it seems that some use flags are missing which fluidportage has (xfdesktop for example).
Back to top
View user's profile Send private message
drphibes
Guru
Guru


Joined: 30 Nov 2004
Posts: 432

PostPosted: Mon Feb 20, 2006 7:36 pm    Post subject: Reply with quote

i used these ebuilds just yesterday to build most of xfce svn, as i do pretty much every two weeks or so.

no problems. i have tweaked the eclasses a little, but nothing major.

EDIT: re-emerged xfdesktop just now:

Code:
# emerge xfdesktop
...
...snip
...
--- !empty dir /usr/lib/xfce4/modules
--- !empty dir /usr/lib/xfce4/mcs-plugins
--- !empty dir /usr/lib/xfce4
--- !empty dir /usr/lib
--- !empty dir /usr/bin
--- !empty dir /usr
--- !empty dir /etc
>>> original instance of package unmerged safely.
>>> Regenerating /etc/ld.so.cache...
>>> xfce-base/xfdesktop-4.3.99 merged.

>>> clean: No packages selected for removal.

>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


 * GNU info directory index is up-to-date.

# date
Mon Feb 20 14:42:59 EST 2006


the ebuilds are fine.
Back to top
View user's profile Send private message
Pip101
n00b
n00b


Joined: 30 Mar 2004
Posts: 62
Location: UK

PostPosted: Mon Feb 20, 2006 7:59 pm    Post subject: Reply with quote

I'm using fluidportage ebuilds mostly for Xfce4-SVN, and xfdesktop compiles fine here too. Try re-emerging the whole lot, in particular the Xfce libraries (libxfce4util, libxfcegui4, libxfce4mcs), if it still fails.
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: Mon Feb 20, 2006 8:52 pm    Post subject: Reply with quote

drphibes wrote:
do yourself a favor and use these ebuilds/eclasses instead for building xfce4 svn:

http://dev.gentoo.org/~bcowan/xfce4-svn/


I'll give these a try tonight. Thanks for the link. :)
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
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 ... , 12, 13, 14  Next
Page 13 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