Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835366 - app-containers/docker-compose-2.3.3: failed pkg_postinst
Summary: app-containers/docker-compose-2.3.3: failed pkg_postinst
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-15 18:48 UTC by Sam James
Modified: 2022-03-15 19:24 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-15 18:48:23 UTC
* FAILED postinst: 1
 * ERROR: app-containers/docker-compose-2.3.3::gentoo failed (postinst phase):
 *   has_version: invalid atom: =docker-compose-1.*
 *
 * Call stack:
 *          ebuild.sh, line  127:  Called pkg_postinst
 *        environment, line 1412:  Called has_version '=docker-compose-1.*'
 *   phase-helpers.sh, line  970:  Called ___best_version_and_has_version_common '=docker-compose-1.*'
 *   phase-helpers.sh, line  951:  Called die
 * The specific snippet of code:
 *                      die "${FUNCNAME[1]}: invalid atom: ${atom}"
 *
 * If you need support, post the output of `emerge --info '=app-containers/docker-compose-2.3.3::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-containers/docker-compose-2.3.3::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-containers/docker-compose-2.3.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-containers/docker-compose-2.3.3/temp/environment'.
 * Working directory: '/var/tmp/portage/app-containers/docker-compose-2.3.3/empty'
 * S: '/var/tmp/portage/app-containers/docker-compose-2.3.3/work/compose-2.3.3'
 *
 * The following package has failed to build, install, or execute postinst:
 *
 *  (app-containers/docker-compose-2.3.3:2/2::gentoo, ebuild scheduled for merge) (postinst failed)
 *
Comment 1 Larry the Git Cow gentoo-dev 2022-03-15 19:24:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ad958f54e2d7183b4908fea8c36202f5da8d6a

commit 81ad958f54e2d7183b4908fea8c36202f5da8d6a
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-03-15 19:21:04 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-03-15 19:24:08 +0000

    app-containers/docker-compose: add 2.3.3-r1
    
    - rdepend on docker-cli instead of docker
    - fix the failure in pkg_postinst
    Closes: https://bugs.gentoo.org/835366
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 .../docker-compose/docker-compose-2.3.3-r1.ebuild  | 48 ++++++++++++++++++++++
 1 file changed, 48 insertions(+)