Your message dated Sun, 15 Aug 2021 13:16:06 -0400
with message-id <YRlL1kP4Y8Iy2QmZ@gambit>
and subject line Re: automake: AM_PATH_PYTHON breaks with python3
has caused the Debian Bug report #622629,
regarding automake: AM_PATH_PYTHON breaks with python3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
622629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622629
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: automake
Version: 1:1.11.1-1
Severity: normal

While porting my package silo-llnl to python3 I found:
./configure --enable-python PYTHON=python3

breaks on the configure.ac line:

AM_PATH_PYTHON(2.1,,:)

with the following (in the config.log):

configure:27094: python3 -c import sys, string # split strings by '.' and 
convert to numeric. Append some zeros # because we need at least 4 digits for 
the hex conversion. minver = map(int, string.split('2.1', '.')) + [0, 0, 0] 
minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] 
sys.exit(sys.hexversion < minverhex)
Traceback (most recent call last):
  File "<string>", line 4, in <module>
AttributeError: 'module' object has no attribute 'split'
configure:27097: $? = 1
configure:27102: error: too old

It looks like the automake python code needs to be moved to python3-clean code, 
too.

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages automake depends on:
ii  autoconf                  2.67-2         automatic configure script builder
ii  autotools-dev             20100122.1     Update infrastructure for config.{
ii  dpkg                      1.15.8.10      Debian package management system
ii  install-info              4.13a.dfsg.1-6 Manage installed documentation in 

automake recommends no packages.

automake suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Should be long obsolete, haven't heard of other python 3 problems.

-- 
Eric Dorland <[email protected]>
43CF 1228 F726 FD5B 474C  E962 C256 FBD5 0022 1E93

--- End Message ---

Reply via email to