Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The failure: >>> Install scite-1.71 into /usr/local/tmp/portage/scite-1.71/image/ category app-editors install -o root -g root -m 755 -d /usr/local/tmp/portage/scite-1.71/image//usr/bin /usr/local/tmp/portage/scite-1.71/image//usr/share/scite install: root: Invalid argument gmake: *** [install] Error 67 The fix for this can be to change -g root for -g wheel or just use -g 0.
Created an attachment (id=99180) [details] scite-install.patch Found this one afterwards, -D is not supported on freebsd install, this patch just splits the command in two, first creating the directory and then copying the file.
Created an attachment (id=99181) [details] ebuild.patch patch for the ebuild to fix both problems above noted.
Fixed, thanks for the patches.