Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425136 - app-i18n/fbterm-1.7[-caps] : QA Notice: command not found
Summary: app-i18n/fbterm-1.7[-caps] : QA Notice: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-07 07:33 UTC by Tomoh K.
Modified: 2012-07-07 07:51 UTC (History)
0 users

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


Attachments
build.log (app-i18n:fbterm-1.7:20120706-032349.log,17.72 KB, text/plain)
2012-07-07 07:33 UTC, Tomoh K.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomoh K. 2012-07-07 07:33:25 UTC
Created attachment 317468 [details]
build.log

Steps to reproduce:
1: USE="-caps" emerge =app-i18n/fbterm-1.7::gentoo

Actual results:
 * QA Notice: command not found:
 * 
 * 	/var/tmp/portage/app-i18n/fbterm-1.7/temp/environment: line 3051: fperm: command not found

There is a typo in src_install(). "fperm" should be "fperms".

--- fbterm-1.7.ebuild
+++ fbterm-1.7-r99.ebuild
@@ -42,7 +42,7 @@ src_install() {
 	if use caps; then
 		setcap "cap_sys_tty_config+ep" "${ED}"/usr/bin/fbterm
 	else
-		fperm u+s /usr/bin/fbterm
+		fperms u+s /usr/bin/fbterm
 	fi
 }
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2012-07-07 07:50:21 UTC
Fixed in CVS. Thanks for reporting!