From Ubuntu Desktop 25.04, I did:

sudo adduser --allow-all-users [email protected]

I then used the Settings app (gnome-control-center) to make this new
user an Administrator.

sudo apt install ubuntu-dev-tools sbuild
sudo groupmod -a -U [email protected] sbuild # This step might not be needed?

I then had to restart Ubuntu 25.04 for the change to add the user to the
sbuild group to take full effect. This is surprising since I would have
expected a simple log out and log back in to have been enough.

Then I did steps 2-4 from the Test Plan and verified the failure.
Then I installed sbuild 0.88.3ubuntu2.1 and verified that step 4 now completes 
successfully.

I did need to make one change. My default, sbuild created a ~/.sbuildrc with 
this line:
$log_dir="/home/[email protected]/ubuntu/logs";

I had to change from a double quote to a single quote:
$log_dir='/home/[email protected]/ubuntu/logs';

This is a separate bug from the original bug which prevented being able
to use sbuild at all so I am marking this verification done.

** Tags removed: verification-needed verification-needed-plucky
** Tags added: verification-done verification-done-plucky

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109853

Title:
  [SRU] Make sbuild usable for '[email protected]' users

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


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to