Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 643254 - app-portage/gemato-9.2 : [TEST] ERROR: test_lzma_legacy (tests.test_compression.LZMALegacyCompressionTest)
Summary: app-portage/gemato-9.2 : [TEST] ERROR: test_lzma_legacy (tests.test_compressi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-01-03 15:31 UTC by Toralf Förster
Modified: 2018-01-03 19:22 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.40 KB, text/plain)
2018-01-03 15:31 UTC, Toralf Förster
Details
app-portage:gemato-9.2:20180103-023228.log (app-portage:gemato-9.2:20180103-023228.log,74.25 KB, text/plain)
2018-01-03 15:31 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,136.99 KB, text/plain)
2018-01-03 15:31 UTC, Toralf Förster
Details
environment (environment,112.14 KB, text/plain)
2018-01-03 15:31 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.17 KB, application/x-bzip)
2018-01-03 15:32 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,31.09 KB, application/x-bzip)
2018-01-03 15:32 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,23.13 KB, application/x-bzip)
2018-01-03 15:32 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-01-03 15:31:46 UTC
======================================================================
ERROR: test_lzma_legacy (tests.test_compression.LZMALegacyCompressionTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/app-portage/gemato-9.2/work/gemato-9.2/tests/test_compression.py", line 295, in test_lzma_legacy

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib-hardened_libressl-test_20171229-182601

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv app-portage/gemato
[ebuild  N    ] app-portage/gemato-9.2  USE="blake2 bzip2 gpg portage-postsync -lzma -sha3 {-test}" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6"
Comment 1 Toralf Förster gentoo-dev 2018-01-03 15:31:49 UTC
Created attachment 512996 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-01-03 15:31:52 UTC
Created attachment 512998 [details]
app-portage:gemato-9.2:20180103-023228.log
Comment 3 Toralf Förster gentoo-dev 2018-01-03 15:31:55 UTC
Created attachment 513000 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-01-03 15:31:58 UTC
Created attachment 513002 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-01-03 15:32:00 UTC
Created attachment 513004 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-01-03 15:32:03 UTC
Created attachment 513006 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-01-03 15:32:06 UTC
Created attachment 513008 [details]
tests.tbz2
Comment 8 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-01-03 18:56:35 UTC
Ah, I see the problem. It doesn't support running without external backports.lzma module on Python 2.7 but it doesn't reject the built-in either. Will fix that.
Comment 9 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-01-03 18:58:19 UTC
Wait a minute... but Python 2.7 doesn't have a built-in lzma module! So it's some other module using the same name...
Comment 10 Larry the Git Cow gentoo-dev 2018-01-03 19:22:57 UTC
The bug has been closed via the following commit(s):

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

commit 7098e18bf81f9609945ba3922280e9071329d551
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2018-01-03 19:14:02 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-01-03 19:22:49 +0000

    app-portage/gemato: Block incompatible mod from dev-python/pyliblzma
    
    Closes: https://bugs.gentoo.org/643254

 app-portage/gemato/{gemato-9.2.ebuild => gemato-9.2-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)