Hello Carlos, or anyone else affected, Accepted sbuild into oracular-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/sbuild/0.85.10ubuntu1.1 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed- oracular to verification-done-oracular. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-oracular. In either case, without details of your testing we will not be able to proceed. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping! N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days. ** Changed in: sbuild (Ubuntu Oracular) Status: In Progress => Fix Committed ** Tags removed: verification-done ** Tags added: verification-needed verification-needed-oracular -- You received this bug notification because you are a member of Debcrafters packages, which is subscribed to sbuild in Ubuntu. https://bugs.launchpad.net/bugs/2109853 Title: [SRU] Make sbuild usable for '[email protected]' users Status in sbuild package in Ubuntu: Fix Released Status in sbuild source package in Noble: Fix Committed Status in sbuild source package in Oracular: Fix Committed Status in sbuild source package in Plucky: Fix Committed Bug description: [Impact] With the increasing adoption of tools like authd, it's very likely that Linux desktop users in corporate environments end up with their usernames like '[email protected]', what doesn't play nice with sbuild/schroot. Without properly escaping the username, the '@' character ends up being interpreted as a string interpolation what breaks the lock_chroot() subroutine. Fore more information about the issue, please check the upstream bug: https://salsa.debian.org/debian/sbuild/-/issues/4 [ Test plan ] 1. Make sure to have a user account containing the '@' character in its name, such as '[email protected]'. 2. Make sure to have a schroot environment ready. `mk-sbuild oracular` for example to create one for oracular. Note: the mk-sbuild command is provided by the ubuntu-dev-tools package, so make sure to have it installed. 3. Retrieve the sources of a simple package: `pull-lp-source hello noble` 4. Build the binary package with sbuild: `cd hello-2.10/ && sbuild -d noble-amd64` (adjust the schroot environment name according to your computer's architecture) Expected results without the patches herein proposed is a failure like: ``` I: NOTICE: Log filtering will replace 'var/run/schroot/mount/plucky-amd64-c9a17ed0-5932-4df1-ad6e-d4df512a37b0' with '<<CHROOT>>' Possible unintended interpolation of @org in string at -e line 50. Global symbol "@org" requires explicit package name (did you forget to declare "my @org"?) at -e line 50. Execution of -e aborted due to compilation errors. E: Error locking chroot session: skipping livecd-rootfs ``` Building the package should proceed normally with the patches applied. [ Where problems could occur ] The scope of the changes herein proposed is so small and self-contained that I don't expect any issues arising from it under any circumstances. [ Other Info ] I'm skipping 'Questing', as I expect it to receive the fix via debian merges, sbuild version 0.89.2 (just accepted into Debian unstable) contains this patch (alongside other stuff). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sbuild/+bug/2109853/+subscriptions -- Mailing list: https://launchpad.net/~debcrafters-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~debcrafters-packages More help : https://help.launchpad.net/ListHelp

