Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 570762 - sys-devel/crossdev: cross-pkg-config error during --cross-pkg-config-install
Summary: sys-devel/crossdev: cross-pkg-config error during --cross-pkg-config-install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-03 17:59 UTC by Fabio Rossi
Modified: 2016-01-16 08:22 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Rossi 2016-01-03 17:59:44 UTC
I have found a type error in the chmod command execution introduced by the commit c1fa947ec08bd8783f6b2415dfe670e8701b09a1 (https://gitweb.gentoo.org/proj/crossdev.git/commit/wrappers/cross-pkg-config?id=c1fa947ec08bd8783f6b2415dfe670e8701b09a1). In particular 

chmod a+rx "{$pkg_config}"

should be

chmod a+rx "${pkg_config}"