Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378551 - =net-irc/quassel-0.7.2 :environment: line 3113: get_minor_version: command not found
Summary: =net-irc/quassel-0.7.2 :environment: line 3113: get_minor_version: command no...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-09 19:00 UTC by Andreis Vinogradovs ( slepnoga )
Modified: 2011-08-11 23:08 UTC (History)
1 user (show)

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 Andreis Vinogradovs ( slepnoga ) 2011-08-09 19:00:23 UTC
=net-irc/quassel-0.7.2  produce output in pkg_postinstall phaze:
environment: line 3113: get_minor_version: command not found.

problem code area:
138     if use server && [[ $(get_minor_version ${REPLACING_VERSIONS}) -lt 7 ]]; then


Reproducible: Always
Comment 1 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-08-09 20:51:41 UTC
Please post your build.log and emerge --info.
Comment 2 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-08-11 23:08:28 UTC
Fixed in CVS, thanks for the report.

+  11 Aug 2011; Nathan Phillip Brink <binki@gentoo.org> quassel-0.7.2.ebuild:
+  Use an existing versionator function to determine the minor version, fixes
+  bug #378551 by slepnoga.