Your message dated Sat, 13 Dec 2008 04:47:04 +0000
with message-id <[email protected]>
and subject line Bug#508569: fixed in util-vserver 0.30.216~r2772-6
has caused the Debian Bug report #508569,
regarding util-vserver: vserver start fails on powerpc
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
508569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508569
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: util-vserver
Version: 0.30.216~r2772-5
Severity: important
Tags: patch
On powerpc vserver start fails with the following error:
vattribute: vc_set_ccaps(): Interrupted system call
The vserver developers suggested that I rebuild util-vserver without the
alternative syscalls.
The patch is for debian/rules
diff -r b5068eb08520 rules
--- a/rules Fri Dec 12 08:30:16 2008 -0800
+++ b/rules Fri Dec 12 09:02:11 2008 -0800
@@ -29,10 +29,11 @@
# do_not_buid_this_arch
#endif
-#ifeq ($(DEB_HOST_ARCH),powerpc)
+ifeq ($(DEB_HOST_ARCH),powerpc)
# # dietlibc's sys/types.h tests for "powerpc", not "__powerpc__"
# CFLAGS += -Dpowerpc
-#endif
+ confflags += --disable-alternative-syscalls
+endif
# Commented out as it do no longer build with this...
ifeq ($(DEB_HOST_ARCH),sparc)
--- End Message ---
--- Begin Message ---
Source: util-vserver
Source-Version: 0.30.216~r2772-6
We believe that the bug you reported is fixed in the latest version of
util-vserver, which is due to be installed in the Debian FTP archive:
util-vserver_0.30.216~r2772-6.diff.gz
to pool/main/u/util-vserver/util-vserver_0.30.216~r2772-6.diff.gz
util-vserver_0.30.216~r2772-6.dsc
to pool/main/u/util-vserver/util-vserver_0.30.216~r2772-6.dsc
util-vserver_0.30.216~r2772-6_i386.deb
to pool/main/u/util-vserver/util-vserver_0.30.216~r2772-6_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Micah Anderson <[email protected]> (supplier of updated util-vserver package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 28 Nov 2008 15:59:56 -0500
Source: util-vserver
Binary: util-vserver
Architecture: source i386
Version: 0.30.216~r2772-6
Distribution: unstable
Urgency: medium
Maintainer: Micah Anderson <[email protected]>
Changed-By: Micah Anderson <[email protected]>
Description:
util-vserver - user-space tools for Linux-VServer virtual private servers
Closes: 486060 508569
Changes:
util-vserver (0.30.216~r2772-6) unstable; urgency=medium
.
* Added patch from Andres Mejia to fix bashisms (Closes: #486060)
* Build on powerpc without the alternative syscalls, to fix
vattribute: vc_set_ccaps(): Interrupted system call problem.
Thanks to John H. Robinson, IV" <[email protected]> (Closes: #508569)
Checksums-Sha1:
92e54d92111182f31a06a857720f607a6a65814b 1513 util-vserver_0.30.216~r2772-6.dsc
ccea9a0567bcac27aa02413909754942218381d2 82024
util-vserver_0.30.216~r2772-6.diff.gz
4d191eef9a221dbcafb394336b9e8013eb4cafa1 538160
util-vserver_0.30.216~r2772-6_i386.deb
Checksums-Sha256:
97b19594ecccf2192857814f8406c597af486cd6337b0de66785b681a1cf012c 1513
util-vserver_0.30.216~r2772-6.dsc
d43955f40b1286bee6a19095413d2e774b91f631b7afafaf3f4ed3e54f57ea64 82024
util-vserver_0.30.216~r2772-6.diff.gz
ef49d4bf6889a427b400b70a2edd2bb578e4a644e690dc74629fb4d073627439 538160
util-vserver_0.30.216~r2772-6_i386.deb
Files:
fb96e8e2ec218390e2a65fbf7c785469 1513 net optional
util-vserver_0.30.216~r2772-6.dsc
d5a09718533f1149abfc31559d4246fb 82024 net optional
util-vserver_0.30.216~r2772-6.diff.gz
0c1b50ca70dc66c0bfcdb34e9d9df4d7 538160 net optional
util-vserver_0.30.216~r2772-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAklDOogACgkQ9n4qXRzy1iqr3QCaA2R3s4yAVE8rBobWy5wnR7oz
VGcAoK0MLG8rbO0LMCsYc/A7DA32gtOS
=XZmx
-----END PGP SIGNATURE-----
--- End Message ---