Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 632251 - dev-libs/udis86-1.7.2 : SyntaxError: Missing parentheses in call to print
Summary: dev-libs/udis86-1.7.2 : SyntaxError: Missing parentheses in call to print
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-09-28 17:32 UTC by Toralf Förster
Modified: 2021-01-23 23:38 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.34 KB, text/plain)
2017-09-28 17:32 UTC, Toralf Förster
Details
dev-libs:udis86-1.7.2:20170928-151258.log (dev-libs:udis86-1.7.2:20170928-151258.log,23.52 KB, text/plain)
2017-09-28 17:32 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,418.84 KB, text/plain)
2017-09-28 17:32 UTC, Toralf Förster
Details
environment (environment,111.24 KB, text/plain)
2017-09-28 17:32 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.08 KB, application/x-bzip)
2017-09-28 17:32 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.64 KB, application/x-bzip)
2017-09-28 17:32 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,32.21 KB, application/x-bzip)
2017-09-28 17:32 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,19.17 KB, application/x-bzip)
2017-09-28 17: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 2017-09-28 17:32:11 UTC
    print "[bits %s]" % mode
                    ^
SyntaxError: Missing parentheses in call to 'print'
make[2]: *** [Makefile:715: oprtest] Error 1
make[2]: Leaving directory '/var/tmp/portage/dev-libs/udis86-1.7.2/work/udis86-1.7.2-abi_x86_64.amd64/tests'
make[1]: *** [Makefile:570: check-am] Error 2

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop_20170911-192633

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

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

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

java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 7.2.6.11 [icedtea-7]
2)	IcedTea JDK 7.2.6.11 [icedtea-bin-7]
*)	IcedTea JDK 3.5.1 [icedtea-bin-8]
4)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-7 
  [2]   icedtea-bin-7 
  [3]   icedtea-bin-8  system-vm
  [4]   jamvm 

emerge -qpv dev-libs/udis86
[ebuild  N    ] dev-libs/udis86-1.7.2  USE="{-test}" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2017-09-28 17:32:14 UTC
Created attachment 496837 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-09-28 17:32:17 UTC
Created attachment 496839 [details]
dev-libs:udis86-1.7.2:20170928-151258.log
Comment 3 Toralf Förster gentoo-dev 2017-09-28 17:32:20 UTC
Created attachment 496841 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-09-28 17:32:23 UTC
Created attachment 496843 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-09-28 17:32:26 UTC
Created attachment 496845 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-09-28 17:32:29 UTC
Created attachment 496847 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-09-28 17:32:32 UTC
Created attachment 496849 [details]
temp.tbz2
Comment 8 Toralf Förster gentoo-dev 2017-09-28 17:32:35 UTC
Created attachment 496851 [details]
tests.tbz2
Comment 9 Larry the Git Cow gentoo-dev 2021-01-23 23:38:03 UTC
The bug has been closed via the following commit(s):

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

commit d8d68e4b7e09155d1a4569c365780fe48908c7c4
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-01-23 23:37:50 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-01-23 23:37:50 +0000

    dev-libs/udis86: Port to EAPI 7
    
    * Fix python automagic
    * Fix python tests scripts
    
    Closes: https://bugs.gentoo.org/632251
    Closes: https://bugs.gentoo.org/737214
    Closes: https://bugs.gentoo.org/765862
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-libs/udis86/files/udis86-1.7.2-python3.patch | 42 ++++++++++++++++++
 dev-libs/udis86/udis86-1.7.2-r1.ebuild           | 54 ++++++++++++++++++++++++
 dev-libs/udis86/udis86-1.7.2.ebuild              | 39 -----------------
 3 files changed, 96 insertions(+), 39 deletions(-)