Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 631624 - app-emulation/lxc-2.1.1 version bump
Summary: app-emulation/lxc-2.1.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-21 10:03 UTC by Agostino Sarubbo
Modified: 2018-04-04 21:05 UTC (History)
7 users (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 Agostino Sarubbo gentoo-dev 2017-09-21 10:03:11 UTC
2.1.0 is out https://github.com/lxc/lxc/releases
Comment 1 Alix 2017-12-04 08:34:01 UTC
also 1.0.8 is outdated and doesn't work anymore; 1.0.11 is a currently working version.
"LXC 1.0 [...] long term support releases. LXC 1.0 will be supported until June 1st 2019"
https://linuxcontainers.org/lxc/
Comment 2 Arfrever Frehtes Taifersar Arahesis 2018-01-30 04:38:21 UTC
Due to changes in build system (https://github.com/lxc/lxc/pull/1031 + https://github.com/lxc/lxc/commit/00d98acd9fc067a590ef43d4c6eb02d567da923c), the following change in ebuild is needed:

 python_compile() {
-	distutils-r1_python_compile build_ext -I ../ -L ../${PN}
+	distutils-r1_python_compile build_ext -I.. -L../lxc/.libs --no-pkg-config
 }
Comment 3 Agostino Sarubbo gentoo-dev 2018-04-04 08:34:28 UTC
2.1.1 is in tree, but ftr I don't see the change proposed by arfrever
Comment 4 Arfrever Frehtes Taifersar Arahesis 2018-04-04 20:21:20 UTC
Lack of this change caused bug #646702.
Comment 5 Larry the Git Cow gentoo-dev 2018-04-04 21:05:38 UTC
The bug has been referenced in the following commit(s):

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

commit f80bedd48d58dcfa3b12b41b650bd3d0ac875a40
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2018-04-04 21:04:19 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2018-04-04 21:04:58 +0000

    app-emulation/lxc: fix compilation with USE=+python
    
    Thanks to Arfrever for pointing this out!
    
    Closes: https://bugs.gentoo.org/646702
    Bug: https://bugs.gentoo.org/631624#c2
    Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-emulation/lxc/lxc-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)}