Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443744 - app-portage/gentoolkit -- euse displays a lot of error messages on Gentoo/FreeBSD
Summary: app-portage/gentoolkit -- euse displays a lot of error messages on Gentoo/Fre...
Status: RESOLVED OBSOLETE
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All FreeBSD
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-11-18 09:13 UTC by Yuta SATOH
Modified: 2018-02-12 12:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
sample patch for bin/euse (443744.patch,1.02 KB, patch)
2012-11-18 09:18 UTC, Yuta SATOH
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta SATOH 2012-11-18 09:13:53 UTC
expr on FreeBSD does not support index.
In addition, the operation of sed is different.

Please fix these problems.


Reproducible: Always

Steps to Reproduce:
1. emerge gentoolkit
2. euse -E zfs
3.
Actual Results:  
# euse -E zfs
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
sed: 1: "/^#.*$/{d}
": extra characters at the end of d command
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
sed: 1: "/^#.*$/ {d}
": extra characters at the end of d command
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
Removing flag "-zfs" from make.conf
Adding flag "zfs" to make.conf
/etc/portage/make.conf was modified, a backup copy has been placed at /etc/portage/make.conf.euse_backup


Expected Results:  
# euse -E zfs
Removing flag "-zfs" from make.conf
Adding flag "zfs" to make.conf
/etc/portage/make.conf was modified, a backup copy has been placed at /etc/portage/make.conf.euse_backup
Comment 1 Yuta SATOH 2012-11-18 09:18:57 UTC
Created attachment 329796 [details, diff]
sample patch for bin/euse
Comment 2 Yuta SATOH 2018-02-12 12:47:20 UTC
This bug is too old. Please use app-portage/flaggie on Gentoo/FreeBSD.
If you want to fix euse, please feel free to reopen it.

Thanks.