[Touch-packages] [Bug 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-09 Thread Bug Watch Updater
** Changed in: bdebstrap (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2051997

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  Fix Released
Status in python3-defaults package in Ubuntu:
  Invalid
Status in bdebstrap package in Debian:
  Fix Released

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-07 Thread Matthias Klose
** Changed in: python3-defaults (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2051997

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  Fix Released
Status in python3-defaults package in Ubuntu:
  Invalid
Status in bdebstrap package in Debian:
  New

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-07 Thread Graham Inggs
This bug was fixed in the package bdebstrap - 0.6.0-1.1
Sponsored for Vladimir Petko (vpa1977)

---
bdebstrap (0.6.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Vladimir Petko ]
  * 001-disable-distutils-pylint.patch: disable pylint errors related to
distutils removal in python 3.12 (LP: #2051997).
  * d/t/control: add dpkg-dev dependency to fix missing dpkg-
architecture error in './system-testing bdebstrap' autopktest.

 -- Matthias Klose   Wed, 07 Feb 2024 01:00:50 +0100

** Changed in: bdebstrap (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2051997

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  Fix Released
Status in python3-defaults package in Ubuntu:
  New
Status in bdebstrap package in Debian:
  New

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-06 Thread Bug Watch Updater
** Changed in: bdebstrap (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2051997

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  In Progress
Status in python3-defaults package in Ubuntu:
  New
Status in bdebstrap package in Debian:
  New

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-06 Thread Matthias Klose
NMUed

** Changed in: bdebstrap (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2051997

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  In Progress
Status in python3-defaults package in Ubuntu:
  New
Status in bdebstrap package in Debian:
  Unknown

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-06 Thread Matthias Klose
** Bug watch added: Debian Bug tracker #1061735
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061735

** Also affects: bdebstrap (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061735
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2051997

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New
Status in bdebstrap package in Debian:
  Unknown

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-06 Thread Vladimir Petko
bdebstrap piuparts install/upgrade/purge tests (OK)

** Attachment added: "bdebstrap-piuparts.log.gz"
   
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+attachment/5744952/+files/bdebstrap-piuparts.log.gz

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2051997

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-06 Thread Vladimir Petko
** Merge proposal linked:
   
https://code.launchpad.net/~vpa1977/ubuntu/+source/bdebstrap/+git/bdebstrap/+merge/460124

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2051997

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-01 Thread Vladimir Petko
We can either suppress linter errors, or upgrade setup.

** Also affects: bdebstrap (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2051997

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp