Installation failed: Boost python error in job"automirror"

Bug #2008685 reported by Leó Kolbeinsson
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
calamares-settings-ubuntu (Ubuntu)
Fix Released
Critical
Aaron Rainbolt

Bug Description

Testing Lubuntu Lunar daily ISO 26-02-2023 on Dell Optiplex 7060

See attached screenshot

ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: calamares 3.3.0-alpha2-0ubuntu4
ProcVersionSignature: Ubuntu 5.19.0-21.21-generic 5.19.7
Uname: Linux 5.19.0-21-generic x86_64
.etc.calamares.modules.after_bootloader_context.conf:
 ---
 dontChroot: false
 timeout: 120
 firmwareType:
     "*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop"
.etc.calamares.modules.finished.conf:
 ---
 restartNowMode: user-checked
 restartNowCommand: "systemctl -i reboot"
.etc.calamares.modules.fstab.conf:
 crypttabOptions: luks,keyscript=/bin/cat
 efiMountOptions: umask=0077
.etc.calamares.modules.shellprocess_logs.conf:
 ---
 dontChroot: true
 timeout: 30
 script:
     - calamares-logs-helper ${ROOT}
.etc.calamares.modules.unpackfs.conf:
 ---
 unpack:
     - source: "/cdrom/casper/filesystem.squashfs"
         sourcefs: "squashfs"
         destination: ""
ApportVersion: 2.26.0-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.480
CurrentDesktop: LXQt
Date: Mon Feb 27 08:12:22 2023
LiveMediaBuild: Lubuntu 23.04 "Lunar Lobster" - Alpha amd64 (20230226)
RelatedPackageVersions:
 calamares-settings-ubuntu-common 1:23.04.3
 calamares-settings-lubuntu 1:23.04.3
 xfsprogs 6.1.0-1ubuntu1
 btrfs-progs 6.1.3-1
SourcePackage: calamares
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Leó Kolbeinsson (leok) wrote :
Leó Kolbeinsson (leok)
description: updated
Revision history for this message
Ubuntu QA Website (ubuntuqa) wrote :

This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
https://iso.qa.ubuntu.com/qatracker/reports/bugs/2008685

tags: added: iso-testing
Revision history for this message
Aaron Rainbolt (arraybolt3) wrote :

Apparently the lsb_release python module we were using in our automirror code no longer exists in Ubuntu since Debian now uses lsb-release-minimal rather than lsb-release. I swapped out the distro module for the lsb_release module in the automirror code and changed the codename-finding code to use it, and got a successful installation.

Working on an upload to fix this right now.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in calamares (Ubuntu):
status: New → Confirmed
Dan Simmons (kc2bez)
Changed in calamares (Ubuntu):
importance: Undecided → Critical
assignee: nobody → Aaron Rainbolt (arraybolt3)
milestone: none → ubuntu-23.04
affects: calamares (Ubuntu) → calamares-settings-ubuntu (Ubuntu)
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package calamares-settings-ubuntu - 1:23.04.4

---------------
calamares-settings-ubuntu (1:23.04.4) lunar; urgency=medium

  * Switch from using the lsb_release python module to the distro module, as
    the python module for lsb_release no longer exists in Lunar.
    (LP: #2008685)
  * Bumped Standards-Version to 4.6.2, no changes necessary.
  * Added an explicit Depends on python3-distro.
  * Ran wrap-and-sort.

 -- Aaron Rainbolt <email address hidden> Tue, 28 Feb 2023 19:27:13 -0600

Changed in calamares-settings-ubuntu (Ubuntu):
status: Confirmed → Fix Released
Revision history for this message
Leó Kolbeinsson (leok) wrote :

Tested Lubuntu Lunar daily ISO 01-03-2023 on 2 machines and confirm the bug no longer present.

To post a comment you must log in.