Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432486 - >=sys-devel/bison-2.5.1 - non-POSIX mv -v argument in ebuild
Summary: >=sys-devel/bison-2.5.1 - non-POSIX mv -v argument in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 20:14 UTC by Joshua B. Kahlenberg
Modified: 2012-08-24 15:57 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 Joshua B. Kahlenberg 2012-08-23 20:14:43 UTC
bison ebuilds starting from 2.5.1 up to 2.6.2 uses non-posix argument to mv that can cause ebuild to fail in install phase when using mv implementations that do not support the argument.

Solution: remove -v arguments to mv in bison ebuild

Resources:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/mv.html
Comment 1 SpanKY gentoo-dev 2012-08-24 15:54:19 UTC
yeah, i have no idea why that was added