[Bug 609106] Re: pbuilderrc manpage doesn't mention that quotes are needed around multiple components
Bug Watch Updater
609106 at bugs.launchpad.net
Mon Sep 28 20:03:33 UTC 2015
** Changed in: pbuilder
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to pbuilder in Ubuntu.
https://bugs.launchpad.net/bugs/609106
Title:
pbuilderrc manpage doesn't mention that quotes are needed around
multiple components
Status in PBuilder:
Fix Released
Status in pbuilder package in Ubuntu:
Fix Committed
Bug description:
Binary package hint: pbuilder
When using pbuilder with cowbuilder, it's necessary for cowdancer to
be downloaded during the step:
sudo cowbuilder --create
Because cowdancer is in universe, this means adding an extra component
to your /etc/pbuilder/pbuilderrc file. The manpage pbuilderrc(5)
states:
COMPONENTS=main
Specify the default distribution components to use. This option is space-delimited. This
option only affects when doing pbuilder create or when --override-config is specified for
pbuilder update option.
However, using the line:
COMPONENTS=main universe
will fail with a message that the universe command cannot be found -
because this value is space-delimited, it is interpreted as two
separate commands. The man page should be changed to show the value in
quotes:
COMPONENTS="main"
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: pbuilder 0.196ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic x86_64
Architecture: amd64
Date: Fri Jul 23 11:48:56 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
PackageArchitecture: all
ProcEnviron:
LANG=en_GB.utf8
SHELL=/bin/bash
SourcePackage: pbuilder
To manage notifications about this bug go to:
https://bugs.launchpad.net/pbuilder/+bug/609106/+subscriptions
More information about the foundations-bugs
mailing list