


Like I said, at least theirs work and I don't get all the portage error messages from their ebuilds like I do with yours. The portage error messages went away when I removed /usr/local/fluidportage/trunk from the /etc/make.conf file.Redeeman wrote:no, seriously, its not because they appear strange, their configure options are directly wrong in some terms, i had alot trouble finding out whats wrong when i used them....
Code: Select all
athas local # svn co http://kaspersandberg.com/fluidportage/trunk
svn: REPORT request failed on '/fluidportage/!svn/vcc/default'
svn: REPORT of '/fluidportage/!svn/vcc/default': 400 Bad Request (http://kaspersandberg.com)
Yeah, I got quite a few error messages since I added /trunk to my make.conf file. And it takes something like three times as long to do a emerge -uDpv world than it used to.Redeeman wrote: Like I said, at least theirs work and I don't get all the portage error messages from their ebuilds like I do with yours. The portage error messages went away when I removed /usr/local/fluidportage/trunk from the /etc/make.conf file.
These are the error messages i got during when I synced:sn4ip3r wrote:
Could you post the errors here or directly to me?
Code: Select all
grep: The -P option is not supported
grep: The -P option is not supported
has_version() in global scope: x11-themes/gtk-engines-cairo-cvs-20040707
has_version() in global scope: x11-themes/gtk-engines-cairo-cvs-20040707
has_version() in global scope: x11-themes/gtk-engines-cairo-cvs-20040707 has_version() in global scope: x11-themes/gtk-engines-xfce-cvs-20040612
has_version() in global scope: x11-themes/gtk-engines-xfce-cvs-20040612
has_version() in global scope: x11-themes/gtk-engines-xfce-cvs-20040612 grep: The -P option is not supported
When did you last "cd /usr/local/fluidportage/trunk && svn up" ? I know where those -P options were but they have already been removed and should not be a problem anymore. (btw. -P only exists in grep if it's compiled with the "pcre" use flag)Fanatic wrote:These are the error messages i got during when I synced:sn4ip3r wrote:
Could you post the errors here or directly to me?Code: Select all
grep: The -P option is not supported grep: The -P option is not supported has_version() in global scope: x11-themes/gtk-engines-cairo-cvs-20040707 has_version() in global scope: x11-themes/gtk-engines-cairo-cvs-20040707 has_version() in global scope: x11-themes/gtk-engines-cairo-cvs-20040707 has_version() in global scope: x11-themes/gtk-engines-xfce-cvs-20040612 has_version() in global scope: x11-themes/gtk-engines-xfce-cvs-20040612 has_version() in global scope: x11-themes/gtk-engines-xfce-cvs-20040612 grep: The -P option is not supported
The "has_version" warning is from /usr/portage/eclass/gtk-engines2.eclass, and should not be a cause for any concern, just an annoyance which would probably affects all gtk-engines ebuilds which are in a separate overlay (not inside portage tree).Fanatic wrote:Yeah i synced the /trunk folder and now i don't get the-P error messages anymore but I still get:
>>> Updating Portage cache...
has_version() in global scope: x11-themes/gtk-engines-cairo-cvs-20040707
has_version() in global scope: x11-themes/gtk-engines-cairo-cvs-20040707
has_version() in global scope: x11-themes/gtk-engines-cairo-cvs-20040707
has_version() in global scope: x11-themes/gtk-engines-xfce-cvs-20040612
has_version() in global scope: x11-themes/gtk-engines-xfce-cvs-20040612
has_version() in global scope: x11-themes/gtk-engines-xfce-cvs-20040612 ...done!
And it still takes a long time to do a emerge -uDpv world.
Code: Select all
# emerge mozilla-firefox-cvs
Calculating dependencies ...done!
>>> emerge (1 of 1) net-www/mozilla-firefox-cvs-20040827 to /
>>> Unpacking source...
cvs [checkout aborted]: must specify at least one module or directory
!!! ERROR: net-www/mozilla-firefox-cvs-20040827 failed.
!!! Function fluidcvs_fetch, Line 251, Exitcode 1
!!! cvs checkout command " cvs -q -f -z4 -d ":pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot" checkout -d mozilla" failedUnfortunately this is not the only problem with firefox-cvs, I seem to be unable to even get it running (seems to be a similiar problem that the stable version had recently, about needing firefox first to be run as root because it needed to write to the directory where it was installed to, but this time even root will not work, it still reports a permission problem...). Sorry, that I commited this ebuild without making it fully usable first (btw. you are welcome to try to fix itLuxus wrote:hey i had a problem with the firefox-cvs ebuild
Code: Select all
# emerge mozilla-firefox-cvs Calculating dependencies ...done! >>> emerge (1 of 1) net-www/mozilla-firefox-cvs-20040827 to / >>> Unpacking source... cvs [checkout aborted]: must specify at least one module or directory !!! ERROR: net-www/mozilla-firefox-cvs-20040827 failed. !!! Function fluidcvs_fetch, Line 251, Exitcode 1 !!! cvs checkout command " cvs -q -f -z4 -d ":pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot" checkout -d mozilla" failed

Not a cause for any concern? I think you mean... BAD! BAD BAD BAD! It affects all gtk-engines-related ebuilds, regardless of where they're stored; it will pull in imlib1 and gtk1 as dependencies regardless of whether you need them or not. It's broken, and needs fixing. If anyone can come up with a brilliant solution there's large parts of the dev community that would be VERY grateful.sn4ip3r wrote:The "has_version" warning is from /usr/portage/eclass/gtk-engines2.eclass, and should not be a cause for any concern, just an annoyance which would probably affects all gtk-engines ebuilds which are in a separate overlay (not inside portage tree).
About the -uDpv slowness, I don't think there is much that can be done to improve it other than optimize portage or upgrade your hardware/kernel/whatever.
I can't think of a clean solution right now, but for my cvs gtk-engines (cairo, xfce, gnome-themes, gnome-themes-extra) I've already made a smaller version of the gtk-engines2 eclass which has no gtk1 references. Ofcourse this solution is unique to cvs ebuilds because there is no need to make a cvs ebuild for a gtk1 engine.robmoss wrote:Not a cause for any concern? I think you mean... BAD! BAD BAD BAD! It affects all gtk-engines-related ebuilds, regardless of where they're stored; it will pull in imlib1 and gtk1 as dependencies regardless of whether you need them or not. It's broken, and needs fixing. If anyone can come up with a brilliant solution there's large parts of the dev community that would be VERY grateful.sn4ip3r wrote:The "has_version" warning is from /usr/portage/eclass/gtk-engines2.eclass, and should not be a cause for any concern, just an annoyance which would probably affects all gtk-engines ebuilds which are in a separate overlay (not inside portage tree).
About the -uDpv slowness, I don't think there is much that can be done to improve it other than optimize portage or upgrade your hardware/kernel/whatever.
Code: Select all
root icepc # svn co http://kaspersandberg.com/fluidportage/trunk
svn: REPORT request failed on '/fluidportage/!svn/vcc/default'
svn: REPORT of '/fluidportage/!svn/vcc/default': 400 Bad Request kde ebuilds are special, they have their own cvs eclass which means that it can´t be easily renamed.eGore911 wrote:Would it be possbile to rename the kde-base/* ebuilds to kde-base/*-cvs? I like the names like that (and all the xfce cvs stuff is named xfce-{base,extra}/*-cvs , too) and like to have kde installed, but don't want cvs versions of it.
Well an upgrade to portage 2.0.51 solved the slowness problem, but you might want to update the fluidmanager.sh script:sn4ip3r wrote: About the -uDpv slowness, I don't think there is much that can be done to improve it other than optimize portage or upgrade your hardware/kernel/whatever.
Code: Select all
root@wanker trunk # scripts/fluidmanager.sh --pkgs-upgrade
scripts/fluidmanager.sh: line 1: genlop: command not found
* Detected an updated CVS for net-p2p/valknut-cvs-20040916
* PACKAGE: net-p2p/valknut-cvs-20040916 has been updated since "2004-09-23 00:00"
!!! Warning: emerge /path/to/ebuild is broken and considered dangerous.
!!! Don't use it. I'm serious, we're coming after you if you use it.
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Continuing with emerge /path/to/ebuild in: 10 9 8 7 6 5 ...for this;useq genpatches && {
64-bit && epatch ${FILESDIR}/waimea-0.5.0-64bit-clean.patch
ereport 0 'redeeman does this still work? is it needed, or?'
}
and everthing works fine.use amd64 && epatch ${FILESDIR}/waimea-0.5.0-64bit-clean.patch