Processed: your mail

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 547336
Bug #547336 {Done: Free Ekanayaka fr...@debian.com} [madfuload] Various fixes 
to madfuload from Ubuntu
 --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: retitle 555234 to op-panel: CVE-2007-2383 and CVE-2008-7220 prototypejs vulnerabilities

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 retitle 555234 op-panel: CVE-2007-2383 and CVE-2008-7220 prototypejs 
 vulnerabilities
Bug #555234 {Done: aler...@debian.org (Alejandro Rios P.)} [op-panel] op-panel: 
CVE-2007-2383 and CVE-2008-7720 prototypejs vulnerabilities
Changed Bug title to 'op-panel: CVE-2007-2383 and CVE-2008-7220 prototypejs 
vulnerabilities' from 'op-panel: CVE-2007-2383 and CVE-2008-7720 prototypejs 
vulnerabilities'

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#547336: closed by Free Ekanayaka fr...@debian.com (Fixed in 1.2-3)

2009-11-15 Thread Neil Wilson
That doesn't fix it I'm afraid. The headers on the madfuload.c haven't
been sorted for AMD64 and the udev selectors won't work as they stand.

You need to grab the version of the package from my PPA. The vanilla
Ubuntu one is still busted.

deb http://ppa.launchpad.net/neil-aldur/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/neil-aldur/ppa/ubuntu karmic main

or

http://ppa.launchpad.net/neil-aldur/ppa/ubuntu/pool/main/m/madfuload/

Apologies if that wasn't absolutely clear from the backport message.



-- 
Neil Wilson



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: bug 554593 is forwarded to http://issues.apache.org/jira/browse/COUCHDB-288

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 554593 http://issues.apache.org/jira/browse/COUCHDB-288
Bug #554593 [couchdb] couchdb_0.9.0-2+b2(ia64/unstable): FTBFS: compile errors
Set Bug forwarded-to-address to 
'http://issues.apache.org/jira/browse/COUCHDB-288'.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#554593: couchdb_0.9.0-2+b2(ia64/unstable): FTBFS: compile errors

2009-11-15 Thread David Paleino
tags 554593 confirmed patch
thanks

On Sunday 15 November 2009 16:15:28, you wrote:
 There was an error while trying to autobuild your package:
 [..]
  couch_js.c:1125: warning: unused variable 'readlen'
  couch_js.c:1125: warning: unused variable 'charslen'
  couch_js.c: In function 'main':
  couch_js.c:1216: warning: implicit declaration of function
  'JS_SetBranchCallback' couch_js.c:1217: error:
  'JSOPTION_NATIVE_BRANCH_CALLBACK' undeclared (first use in this function)
  couch_js.c:1217: error: (Each undeclared identifier is reported only once
  couch_js.c:1217: error: for each function it appears in.)
  make[3]: *** [couchjs-couch_js.o] Error 1
  make[3]: Leaving directory `/build/buildd/couchdb-0.9.0/src/couchdb'
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory `/build/buildd/couchdb-0.9.0'
  make[1]: *** [all] Error 2
  make[1]: Leaving directory `/build/buildd/couchdb-0.9.0'
  make: *** [debian/stamp-makefile-build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2
 
 A full build log can be found at:
 http://buildd.debian.org/build.php?arch=ia64pkg=couchdbver=0.9.0-2+b2

I'm attaching a patch I found in the upstream tracker, the same exact bug.

Noah, I haven't NMUed this package because the bug is rather young, please 
tell me if I should or, better, make an upload yourself.

Kindly,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
From: David Paleino da...@debian.org
Subject: backport patches from upstream svn
Bug: http://issues.apache.org/jira/browse/COUCHDB-288
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554593

---
 share/www/script/test/show_documents.js |2 +-
 src/couchdb/couch_js.c  |   26 +-
 2 files changed, 26 insertions(+), 2 deletions(-)

--- couchdb-0.9.0.orig/src/couchdb/couch_js.c
+++ couchdb-0.9.0/src/couchdb/couch_js.c
@@ -214,6 +214,8 @@ EvalInContext(JSContext *context, JSObje
 return JS_FALSE;
 }
 
+JS_SetContextThread(sub_context);
+JS_BeginRequest(sub_context);
 src = JS_GetStringChars(str);
 srclen = JS_GetStringLength(str);
 
@@ -229,12 +231,14 @@ EvalInContext(JSContext *context, JSObje
 *rval = OBJECT_TO_JSVAL(sandbox);
 ok = JS_TRUE;
 } else {
-ok = JS_EvaluateUCScript(sub_context, sandbox, src, srclen, NULL, -1,
+ok = JS_EvaluateUCScript(sub_context, sandbox, src, srclen, NULL, 0,
  rval);
 }
 
 out:
+JS_EndRequest(sub_context);
 JS_DestroyContext(sub_context);
+JS_ClearContextThread(sub_context);
 return ok;
 }
 
@@ -395,6 +399,7 @@ ExecuteScript(JSContext *context, JSObje
 
 static uint32 gBranchCount = 0;
 
+#if JS_VERSION = 170
 static JSBool
 BranchCallback(JSContext *context, JSScript *script) {
 if ((++gBranchCount  0x3fff) == 1) {
@@ -402,6 +407,16 @@ BranchCallback(JSContext *context, JSScr
 }
 return JS_TRUE;
 }
+#else
+static JSBool
+OperationCallback(JSContext *context)
+{
+if ((++gBranchCount  0x3fff) == 1) {
+JS_MaybeGC(context);
+}
+return JS_TRUE;
+}
+#endif
 
 static void
 PrintError(JSContext *context, const char *message, JSErrorReport *report) {
@@ -1212,9 +1227,16 @@ main(int argc, const char * argv[]) {
 context = JS_NewContext(runtime, gStackChunkSize);
 if (!context)
 return 1;
+JS_SetContextThread(context);
+JS_BeginRequest(context);
+/* FIXME: https://bugzilla.mozilla.org/show_bug.cgi?id=477187 */
 JS_SetErrorReporter(context, PrintError);
+#if JS_VERSION = 170
 JS_SetBranchCallback(context, BranchCallback);
 JS_ToggleOptions(context, JSOPTION_NATIVE_BRANCH_CALLBACK);
+#else
+JS_SetOperationCallback(context, OperationCallback);
+#endif
 JS_ToggleOptions(context, JSOPTION_XML);
 
 global = JS_NewObject(context, NULL, NULL, NULL);
@@ -1245,7 +1267,9 @@ main(int argc, const char * argv[]) {
 
 ExecuteScript(context, global, argv[1]);
 
+JS_EndRequest(context);
 JS_DestroyContext(context);
+JS_ClearContextThread(context);
 JS_DestroyRuntime(runtime);
 JS_ShutDown();
 
--- couchdb-0.9.0.orig/share/www/script/test/show_documents.js
+++ couchdb-0.9.0/share/www/script/test/show_documents.js
@@ -107,7 +107,7 @@ couchTests.show_documents = function(deb
 // Becase Safari can't stand to see that dastardly
 // E4X outside of a string. Outside of tests you
 // can just use E4X literals.
-this.eval('xml.no...@foo = doc.word');
+eval('xml.no...@foo = doc.word');
 return {
   body: xml
 };


signature.asc
Description: This is a digitally signed message part.


Bug#556271: kazehakase: CVE-2007-1084 bookmarklets cross-site info disclosure

2009-11-15 Thread Michael Gilbert
On Sun, 15 Nov 2009 10:51:56 +0200 Yavor Doganov wrote:
 found 556271 0.4.2-1etch1
 found 556271 0.5.4-2.2
 found 556271 0.5.6-2
 thanks
 
 Michael Gilbert wrote:
  Package: kazehakase
  Version: 0.5.8-1
  Severity: serious
  Tags: security
 
  [0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1084
  http://security-tracker.debian.org/tracker/CVE-2007-1084
 
 Do I understand correctly that the proper fix for this vulnerability
 is to disallow adding data:/javascript: URIs with Bookmarks - Add to
 bookmarks menu, preferrably informing the user with a dialog?
 
 Also, does this warrant uploads to stable and oldstable?

the issue itself is not too severe from a security perspective, so a
DSA will not be issued; however, you can (and probably should) fix this
via stable-proposed-updates.

mike



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: couchdb_0.9.0-2+b2(ia64/unstable): FTBFS: compile errors

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 554593 confirmed patch
Bug #554593 [couchdb] couchdb_0.9.0-2+b2(ia64/unstable): FTBFS: compile errors
Added tag(s) confirmed and patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556271: kazehakase: CVE-2007-1084 bookmarklets cross-site info disclosure

2009-11-15 Thread Michael Gilbert
On Sun, 15 Nov 2009 10:51:56 +0200 Yavor Doganov wrote:
 Do I understand correctly that the proper fix for this vulnerability
 is to disallow adding data:/javascript: URIs with Bookmarks - Add to
 bookmarks menu, preferrably informing the user with a dialog?

yes, that appears to be what the (as-yet unapplied) mozilla patch does.

mike



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: [Bash-completion-devel] Bug#556280: regression: /etc/bash_completion: line 967: syntax error

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 556251 556280
Bug#556251: Syntax error near unexpected token
Bug#556280: regression: /etc/bash_completion: line 967: syntax error
Forcibly Merged 556251 556280.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556271: kazehakase: CVE-2007-1084 bookmarklets cross-site info disclosure

2009-11-15 Thread Yavor Doganov
Michael Gilbert wrote:
 On Sun, 15 Nov 2009 10:51:56 +0200 Yavor Doganov wrote:
  Do I understand correctly that the proper fix for this
  vulnerability is to disallow adding data:/javascript: URIs with
  Bookmarks - Add to bookmarks menu, preferrably informing the user
  with a dialog?
 
 yes, that appears to be what the (as-yet unapplied) mozilla patch does.

OK, I prepared a patch which I'll send upstream in a few minutes.

One more question: There's an ongoing xulrunner-1.9.1 transition
that's taking longer than expected, so a new upload will reset it.
Should I upload to sid with urgency=high or first wait for the
transition to complete?

 Also, does this warrant uploads to stable and oldstable?

 the issue itself is not too severe from a security perspective, so a
 DSA will not be issued; however, you can (and probably should) fix
 this via stable-proposed-updates.

I see; will proceed accordingly.  What about oldstable?



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#556271: kazehakase: CVE-2007-1084 bookmarklets cross-site info disclosure

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 556271 0.4.2-1etch1
Bug #556271 [kazehakase] kazehakase: CVE-2007-1084 bookmarklets cross-site info 
disclosure
Bug Marked as found in versions kazehakase/0.4.2-1etch1.
 found 556271 0.5.4-2.2
Bug #556271 [kazehakase] kazehakase: CVE-2007-1084 bookmarklets cross-site info 
disclosure
Bug Marked as found in versions kazehakase/0.5.4-2.2.
 found 556271 0.5.6-2
Bug #556271 [kazehakase] kazehakase: CVE-2007-1084 bookmarklets cross-site info 
disclosure
Bug Marked as found in versions kazehakase/0.5.6-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556271: kazehakase: CVE-2007-1084 bookmarklets cross-site info disclosure

2009-11-15 Thread Yavor Doganov
found 556271 0.4.2-1etch1
found 556271 0.5.4-2.2
found 556271 0.5.6-2
thanks

Michael Gilbert wrote:
 Package: kazehakase
 Version: 0.5.8-1
 Severity: serious
 Tags: security

 [0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1084
 http://security-tracker.debian.org/tracker/CVE-2007-1084

Do I understand correctly that the proper fix for this vulnerability
is to disallow adding data:/javascript: URIs with Bookmarks - Add to
bookmarks menu, preferrably informing the user with a dialog?

Also, does this warrant uploads to stable and oldstable?



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: freefem: diff for NMU version 3.5.8-4.2

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 553132 + patch
Bug #553132 [freefem] freefem: missing-dependency-on-libc needed by 
./usr/bin/freefem   but the package doesn't depend on the C library 
package. Normally   this indicates that ${shlibs: Depends} was 
omitted from the   Depends line for this package in debian/control.
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#553132: freefem: diff for NMU version 3.5.8-4.2

2009-11-15 Thread David Paleino
tags 553132 + patch
thanks

Dear maintainer,

I've prepared an NMU for freefem (versioned as 3.5.8-4.2) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

There are several other problems with your package, but I
haven't fixed them because it's a NMU, and I focused on the
most important things.
If you don't have time to properly maintain it, please consider
orphaning it.

Regards,
David


diff -u freefem-3.5.8/debian/control freefem-3.5.8/debian/control
--- freefem-3.5.8/debian/control
+++ freefem-3.5.8/debian/control
@@ -8,8 +8,8 @@
 
 Package: freefem
 Architecture: any
-Depends: libfreefem0 (= ${Source-Version})
-Suggests: freefem-examples (= ${Source-Version}), freefem-doc (= 
${Source-Version})
+Depends: libfreefem0 (= ${binary:Version}), ${shlibs:Depends}
+Suggests: freefem-examples (= ${source:Version}), freefem-doc (= 
${source:Version})
 Description: A PDE oriented language using Finite Element Method
  FreeFEM is a language adapted to Partial Differential equation. The
  underlying method used  is the Finite Element Method.
@@ -48,8 +48,8 @@
  
 Package: libfreefem-dev
 Architecture: any
-Depends: libfreefem0 (= ${Source-Version}), libc6-dev
-Suggests: libfreefem-doc (= ${Source-Version})
+Depends: libfreefem0 (= ${binary:Version}), libc6-dev
+Suggests: libfreefem-doc (= ${source:Version})
 Description: Development library, header files and manpages
  FreeFEM is a language adapted to Partial Differential equation. The
  underlying method used  is the Finite Element Method.
diff -u freefem-3.5.8/debian/changelog freefem-3.5.8/debian/changelog
--- freefem-3.5.8/debian/changelog
+++ freefem-3.5.8/debian/changelog
@@ -1,3 +1,13 @@
+freefem (3.5.8-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
+- add ${shlibs:Depends} (Closes: #553132)
+- use ${source:Version} or ${binary:Version} instead of ${Source-Version},
+  which is deprecated
+
+ -- David Paleino da...@debian.org  Sun, 15 Nov 2009 10:27:39 +0100
+
 freefem (3.5.8-4.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- freefem-3.5.8.orig/doc/Makefile.in
+++ freefem-3.5.8/doc/Makefile.in
@@ -117,6 +117,7 @@
 PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 RANLIB = @RANLIB@
@@ -182,8 +183,8 @@
 target_vendor = @target_vendor@
 topdir = @topdir@
 SUFFIXES = .cpp .hpp .c .h .f .F .o .moc
-TEX = freefem.tex intro.tex install.tex generalities.tex examples.tex 
copyright.tex fdl.tex
-EXTRA_DIST = $(TEX) 
+TEX = freefem.tex intro.tex install.tex generalities.tex examples.tex 
copyright.tex fdl.tex 
+EXTRA_DIST = $(TEX) html.sty
 DISTCLEANFILES = freefem.log\
 freefem.idx\
 freefem.aux\

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: This is a digitally signed message part.


Processed: found 546492 in 3.5.17-3

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 546492 3.5.17-3
Bug #546492 [djvulibre] djvulibre: no source for DjVu specifications
There is no source info for the package 'djvulibre' at version '3.5.17-3' with 
architecture ''
Unable to make a source version for version '3.5.17-3'
Bug Marked as found in versions 3.5.17-3.
 #package is affected at least since etch

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#526562: small fix

2009-11-15 Thread Ben Hutchings
On Sat, 2009-11-14 at 19:45 +0100, M. van Brummelen wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi,
 
 This problem can be fixed by adding -D_GNU_SOURCE to the CFLAGS in the
 rules file. I added a diff file.
 
 I also prepared a NMU but I did not ask for sponsorship yet.
 
 The package can be found on mentors.debian.net:
 - - URL: http://mentors.debian.net/debian/pool/main/t/tgt
 - - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - - dget
 http://mentors.debian.net/debian/pool/main/t/tgt/tgt_20070924-1.1.dsc

Thanks, I'm looking at this now.  I think it would be better to update
the upstream version (we're 2 years out of date!).

Ben.

-- 
Ben Hutchings
The two most common things in the universe are hydrogen and stupidity.


signature.asc
Description: This is a digitally signed message part


Processed: Re: [Bash-completion-devel] Bug#556285: bash-completion: syntax error

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 556251 556285
Bug#556251: Syntax error near unexpected token
Bug#556285: bash-completion: syntax error
Bug#556280: regression: /etc/bash_completion: line 967: syntax error
Forcibly Merged 556251 556280 556285.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#526562: small fix

2009-11-15 Thread M. van Brummelen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Ben,
 The package can be found on mentors.debian.net:
 - - URL: http://mentors.debian.net/debian/pool/main/t/tgt
 - - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - - dget
 http://mentors.debian.net/debian/pool/main/t/tgt/tgt_20070924-1.1.dsc
 
 Thanks, I'm looking at this now.  I think it would be better to update
 the upstream version (we're 2 years out of date!).
Do you need help with that?

Regards,
Martijn van Brummelen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkr/46sACgkQ4yGTtsQpvi8IkgCggzeFykpBvqAfkNuupCD0AbB4
E24An0uSrxQjVRJtw+uBtPUjzEFwLv6a
=NwQp
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: your mail

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 544367 wishlist
Bug #544367 [bugzilla3] bugzilla3: New upstream release (3.4.1)
Severity set to 'wishlist' from 'normal'

 severity 555418 grave
Bug #555418 [bugzilla3] [bugzilla3] package does not install to a clean system
Severity set to 'grave' from 'important'


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Fix pending

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 498476 + pending
Bug #498476 [libsmi2-common] libsmi2-common: libsmi ships MIB files licensed 
under a restrictive license
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#498476: Fix pending

2009-11-15 Thread Vincent Bernat
tag 498476 + pending
thanks

Hi!

A  fix  for  this  issue  is  pending.  I  will  upload  a  new  package
libsmi-mibs-nonfree in non-free which should replace
libsmi2-common. After this upload, I will upload a new version of libsmi
not shipping any MIB. A NEWS.Debian file will explain the change.
-- 
 /* Am I fucking pedantic or what? */
2.2.16 /usr/src/linux/drivers/scsi/qlogicpti.h



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 501149

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 501149 + pending
Bug #501149 [tgt] tgt: not fit for release
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 526562

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 526562 + pending
Bug #526562 [tgt] tgt: FTBFS: storage size of 'cred' isn't known
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556212: Fix for this bug

2009-11-15 Thread Kumar Appaiah
On Sun, Nov 15, 2009 at 08:07:15AM +0100, Jakub Wilk wrote:
 * Kumar Appaiah a.ku...@alumni.iitm.ac.in, 2009-11-14, 23:11:
 Please find attached a patch to fix this bug. It looks for the Python
 files in the pyshared directory, due to a change in python-support.

 The patch looks correct (besides lacking appropriate versioned  
 dependency on python-supported). However, a better solution would be not  
 to chmod these modules at all: they do nothing if called as scripts.

I agree. I don't really know the reason why this is done though; it's
for the maintainer to decide. :-)

Kumar
-- 
Kumar Appaiah


signature.asc
Description: Digital signature


Bug#526562: small fix

2009-11-15 Thread Ben Hutchings
On Sun, 2009-11-15 at 12:19 +0100, M. van Brummelen wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi Ben,
  The package can be found on mentors.debian.net:
  - - URL: http://mentors.debian.net/debian/pool/main/t/tgt
  - - Source repository: deb-src http://mentors.debian.net/debian unstable
  main contrib non-free
  - - dget
  http://mentors.debian.net/debian/pool/main/t/tgt/tgt_20070924-1.1.dsc
  
  Thanks, I'm looking at this now.  I think it would be better to update
  the upstream version (we're 2 years out of date!).
 Do you need help with that?

If you actually use tgt, I would appreciate testing the package.  You
can find the current source in kernel svn or at
http://people.debian.org/~benh/tgt_0.9.10-1.dsc.

Ben.

-- 
Ben Hutchings
The two most common things in the universe are hydrogen and stupidity.


signature.asc
Description: This is a digitally signed message part


Bug#556236: amarok: Amarok keeps on updating configuration without starting

2009-11-15 Thread Massis Sirapian
Modestas Vainius a écrit :
 tags 556236 upstream
 thanks
 
 Hello,
 
 On šeštadienis 14 Lapkritis 2009 21:39:45 Massis Sirapian wrote:
 When amarok 2.2.0 worked perfectly, amarok 2.2.1 keeps on trying to update
  configuration (progression bar), cycling again and again (restarts when
  100% is reached).

 When I cancel that update, it says

 Amarok n'a pas trouvé de module de collection. Il est probable qu'Amarok
  soit installé sous le mauvais préfixe ; veuillez corriger votre
  installation en utilisant : $ cd /path/to/amarok/source-code/
 $ su -c make uninstall
 $ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`  su -c make
  install $ kbuildsycoca4 --noincremental
 $ amarok
 De plus amples informations peuvent être trouvées dans le fichier README.
  Pour plus d'assistance, rejoignez-nous sur le canal #amarok de
  irc.freenode.net
 
 Running:
 
 $ kbuildsycoca4 --noincremental
 
 and restarting amarok doesn't help?
 
 
Hi,

I hadn't tried as the whole message looked like a compilation/install
one. But I just runned it and it perfectly helped. Amarok now starts as
it used to.

Thanks!



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556294: GPLv2-licenced code using OpenSSL

2009-11-15 Thread Ben Hutchings
Package: tgt
Version: 20070924-1
Severity: serious

usr/iscsi/chap.c uses SHA1 and MD5 functions from OpenSSL.  The GPLv2
and OpenSSL licences are incompatible, so these need to be replaced
with an alternate implementation.

Ben.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tgt depends on:
ii  libc6 2.10.1-6   GNU C Library: Shared libraries
ii  libssl0.9.8   0.9.8k-5   SSL shared libraries

tgt recommends no packages.

tgt suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556298: pcb - FTBFS: chmod: cannot access `debian/pcb-common/usr/share/pcb/tools/MergePCBPS': No such file or directory

2009-11-15 Thread Bastian Blank
Source: pcb
Version: 20091103-1
Severity: serious

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
[...]
 install build_lesstif/src/pcb debian/pcb-lesstif/usr/bin/pcb-lesstif
 # Set executable bit for pcb tools:
 chmod: cannot access `debian/pcb-common/usr/share/pcb/tools/MergePCBPS': No 
 such file or directory
 chmod a+x debian/pcb-common/usr/share/pcb/tools/MergePCBPS
 make[1]: *** [override_dh_install] Error 1
 make[1]: Leaving directory 
 `/build/buildd-pcb_20091103-1-s390-dTNf1l/pcb-20091103'
 make: *** [binary-arch] Error 2
 dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave 
 error exit status 2



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#555331: marked as done ([col] improperly fails with Invalid or incomplete multibyte or wide character)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 12:53:22 +
with message-id 20091115125322.go27...@riva.ucam.org
and subject line Re: Bug#555331: man-db: 555331: needs to depend on the locales 
package?
has caused the Debian Bug report #555331,
regarding [col] improperly fails with Invalid or incomplete multibyte or wide 
character
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 ow...@bugs.debian.org
immediately.)


-- 
555331: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555331
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: bsdmainutils
Version: 8.0.1
Severity: serious

Since today I gets lots of lintian warnings (manpage-has-errors-from-man)
on my dpkg builds because col fails with:
col: Invalid or incomplete multibyte or wide character

You can reproduce it by doing this:
LANG=C man --warnings -E UTF-8 -l /usr/share/man/man8/update-alternatives.8.gz 
/dev/null

I don't know if it's col's fault or if it's man-db that does not use col
properly but since col changed recently (and not man-db), I filed the bug
against col. Note that dropping LANG=C makes the warning go away so it's
most certainly locale related. Using any other locale seems to work, even
one that is not UTF-8.

Severity serious to avoid propagation to testing until we know more on the
nature of the problem. 

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bsdmainutils depends on:
ii  bsdutils  1:2.16.1-4 Basic utilities from 4.4BSD-Lite
ii  debianutils   3.2.1  Miscellaneous utilities specific t
ii  libc6 2.10.1-5   GNU C Library: Shared libraries
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand

bsdmainutils recommends no packages.

Versions of packages bsdmainutils suggests:
ii  cpp   4:4.3.4-1  The GNU C preprocessor (cpp)
pn  vacation  none (no description available)
ii  wamerican [wordlist]  6-3American English dictionary words 
ii  wfrench [wordlist]1.2.3-7French dictionary words for /usr/s
ii  whois 4.7.36 an intelligent whois client

-- no debconf information

-- 
Raphaël Hertzog


---End Message---
---BeginMessage---
Source: man-db
Source-Version: 2.5.6-4

On Sat, Nov 14, 2009 at 09:53:37PM +0800, Paul Wise wrote:
 In an up-to-date cowbuilder chroot I still get this issue:
 
 (cowbuilder)r...@chianamo:~# LANG=C man --warnings -E UTF-8 -l 
 /usr/share/man/man8/update-alternatives.8.gz /dev/null
 col: Invalid or incomplete multibyte or wide character
 (cowbuilder)r...@chianamo:~# apt-cache policy man-db
 man-db:
   Installed: 2.5.6-4
   Candidate: 2.5.6-4
   Version table:
  *** 2.5.6-4 0
 500 ftp://xxx sid/main Packages
 100 /var/lib/dpkg/status
 
 Looking at the patch, I thought it would be because the locales package
 is not installed and thus /usr/share/i18n/SUPPORTED is not available.
 Unfortunately, installing locales does not silence the warning:

You've hit the corner case which I already cloned as bug 555408. I don't
think we need to keep this bug open for that as well.

As I said in a previous message:

  However, such a locale is not actually guaranteed to exist. Perhaps
  lintian needs to generate a UTF-8 locale if it can't find one
  otherwise, a bit like the hack in installation-locale; or perhaps we
  should just make sure that there's always a C.UTF-8 locale on the
  system, which could be used to get UTF-8 character type semantics
  without implying a particular language or country.

If you generate some random UTF-8 locale (uncomment it in
/etc/locale.gen and run 'sudo locale-gen'), then that will work around
the problem for you.

Regards,

-- 
Colin Watson   [cjwat...@debian.org]

---End Message---


Bug#552912: python-mechanize: FTBFS: mv: cannot stat `mechanize-0.1.11-py2.5.egg-info': No such file or directory

2009-11-15 Thread Jakub Wilk

tags 552912 + patch
thanks

The attached patch fixes this problem.

--
Jakub Wilk
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,6 @@
 PYVERS=$(shell pyversions -vr debian/control)
 PYMOD=mechanize
 PACKAGE=python-$(PYMOD)
-DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
-		 | grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
 
 include /usr/share/dpatch/dpatch.make
 
@@ -45,7 +43,7 @@
 	# Remove python and module version from .egg-info
 	echo python:Provides=$(foreach pv,$(shell pyversions -s),$(pv)-mechanize)|sed 's/ /, /g'  debian/python-mechanize.substvars
 	(cd debian/$(PACKAGE)/usr/lib/python$*/*-packages/; \
-		mv $(PYMOD)-$(DEB_UPSTREAM_VERSION)-py$*.egg-info $(PYMOD).egg-info)
+		mv $(PYMOD)-*.egg-info $(PYMOD).egg-info)
 
 .PHONY: binary-common
 binary-common:


Processed: Re: Bug#552912: python-mechanize: FTBFS: mv: cannot stat `mechanize-0.1.11-py2.5.egg-info': No such file or directory

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 552912 + patch
Bug #552912 [src:python-mechanize] python-mechanize: FTBFS: mv: cannot stat 
`mechanize-0.1.11-py2.5.egg-info': No such file or directory
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 555636

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # package on mentors.d.n, awaiting sponsored upload
 tags 555636 + pending
Bug #555636 [fsprotect] fsprotect: Breaks newer kernels by dependency on 
aufs-tools
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 556294

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 556294 + pending
Bug #556294 [tgt] GPLv2-licenced code using OpenSSL
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556236: marked as done (amarok: Amarok keeps on updating configuration without starting)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 15:54:27 +0200
with message-id 200911151554.32985.modes...@vainius.eu
and subject line Re: Bug#556236: amarok: Amarok keeps on updating configuration 
without starting
has caused the Debian Bug report #556236,
regarding amarok: Amarok keeps on updating configuration without starting
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 ow...@bugs.debian.org
immediately.)


-- 
556236: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556236
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: amarok
Version: 2.2.1-1
Severity: grave
Justification: renders package unusable

When amarok 2.2.0 worked perfectly, amarok 2.2.1 keeps on trying to update 
configuration (progression bar), cycling again and again (restarts when 100% 
is reached).

When I cancel that update, it says 

Amarok n'a pas trouvé de module de collection. Il est probable qu'Amarok soit 
installé sous le mauvais préfixe ; veuillez corriger votre installation en 
utilisant : 
$ cd /path/to/amarok/source-code/
$ su -c make uninstall
$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`  su -c make install
$ kbuildsycoca4 --noincremental
$ amarok
De plus amples informations peuvent être trouvées dans le fichier README. 
Pour plus d'assistance, rejoignez-nous sur le canal #amarok de irc.freenode.net

which means, basically, Amarok can't find a collection module, it's probable 
it's installed under the wrong prefix, and the rest in understandable. I've 
moved my ~/.my.cnf but it doesn't change anything.

Thanks for your work

Massis

-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-7
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to fr...@euro)
Shell: /bin/sh linked to /bin/bash

Versions of packages amarok depends on:
ii  amarok-common2.2.1-1 architecture independent files for
ii  amarok-utils 2.2.1-1 utilities for Amarok media player
ii  kdebase-runtime  4:4.3.2-1   runtime components from the offici
ii  kdelibs5 4:4.3.2-2   core libraries for all KDE 4 appli
ii  libc62.10.1-7GNU C Library: Shared libraries
ii  libcurl3-gnutls  7.19.7-1Multi-protocol file transfer libra
ii  libgcc1  1:4.4.2-2   GCC support library
ii  libgcrypt11  1.4.4-5 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.22.2-2The GLib library of C routines
ii  libgpod4 0.7.2-2 library to read and write songs an
ii  libgtk2.0-0  2.18.3-1The GTK+ graphical user interface 
ii  liblastfm0   0.4.0~git20090710-1 The Last.fm web services library
ii  libloudmouth1-0  1.4.3-4 Lightweight C Jabber library
ii  libmtp8  0.3.7-7 Media Transfer Protocol (MTP) libr
ii  libmysqlclient16 5.1.40-1MySQL database client library
ii  libphonon4   4:4.5.3-4   Qt 4 Phonon module
ii  libplasma3   4:4.3.2-2   library for the KDE 4 Plasma deskt
ii  libqca2  2.0.2-1 libraries for the Qt Cryptographic
ii  libqt4-dbus  4:4.5.3-4   Qt 4 D-Bus module
ii  libqt4-network   4:4.5.3-4   Qt 4 network module
ii  libqt4-script4:4.5.3-4   Qt 4 script module
ii  libqt4-sql   4:4.5.3-4   Qt 4 SQL module
ii  libqt4-svg   4:4.5.3-4   Qt 4 SVG module
ii  libqt4-webkit4:4.5.3-4   Qt 4 WebKit module
ii  libqt4-xml   4:4.5.3-4   Qt 4 XML module
ii  libqtcore4   4:4.5.3-4   Qt 4 core module
ii  libqtgui44:4.5.3-4   Qt 4 GUI module
ii  libqtscript4-core0.1.0-3 Qt Script bindings for the Qt 4 Co
ii  libqtscript4-gui 0.1.0-3 Qt Script bindings for the Qt 4 Gu
ii  libqtscript4-network 0.1.0-3 Qt Script bindings for the Qt 4 Ne
ii  libqtscript4-sql 0.1.0-3 Qt Script bindings for the Qt 4 SQ
ii  libqtscript4-uitools 0.1.0-3 Qt Script bindings for the Qt 4 Ui
ii  libqtscript4-xml 0.1.0-3 Qt Script bindings for the Qt 4 XM
ii  libstdc++6   4.4.2-2 The GNU Standard C++ Library v3
ii  libstreamanalyzer0   0.7.0-1+b2  streamanalyzer library for Strigi 
ii  libstreams0  0.7.0-1+b2  streams library for for Strigi Des
ii  

Bug#548108: Reproducing 548108, P.S.

2009-11-15 Thread David Baron
On Sunday 15 November 2009 16:53:31 David Baron wrote:
 I had always used port 3128 and have tinyproxy set to that.
 I had always manually set the proxy port to that, 3128.
 It used to work.
 
 In ansgardian.conf
 proxport = 3128
 
 /filterport = 8080
 
 oroxyip = 127.0.0.1
 
 
 The posting implies using 3128 (or ) bypasses the filter.
 
 So I tried setting the proxy to 8080. Still does not work. Is not 8080 that
 standard http non-proxied port?
 
 Logfile show that it does pickup the f-word in the f-bomb search,\.
 
 What has changed?
 What am I doing wrong.
 
 Note that I did not receive a cc of the previous message!
 

Setting manual proxy to 8080 did block an adult site. I can still read all 
about the f-bomb.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#553149: Workaround

2009-11-15 Thread Sascha Zantis

I had the same problem, using Testing and Unstable with KDE.
Iceweasel, Icedove and pidgin segfaulted, when I tried to open or a save 
a file.


As an ugly workaround, I manually installed 
http://packages.ubuntu.com/jaunty/i386/libglib2.0-0/download. This is 
version 2.20. Didnt find any other possibility, because the version in 
stable is too old, and both, unstable and testing caused segfaults for me.


Btw: I installed a new Debian Unstable in a VM and have not been able to 
reproduce this error there.


Hope, that can help someone.




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#526562: small fix

2009-11-15 Thread Ben Hutchings
On Sun, 2009-11-15 at 12:04 +, Ben Hutchings wrote:
 On Sun, 2009-11-15 at 12:19 +0100, M. van Brummelen wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  Hi Ben,
   The package can be found on mentors.debian.net:
   - - URL: http://mentors.debian.net/debian/pool/main/t/tgt
   - - Source repository: deb-src http://mentors.debian.net/debian unstable
   main contrib non-free
   - - dget
   http://mentors.debian.net/debian/pool/main/t/tgt/tgt_20070924-1.1.dsc
   
   Thanks, I'm looking at this now.  I think it would be better to update
   the upstream version (we're 2 years out of date!).
  Do you need help with that?
 
 If you actually use tgt, I would appreciate testing the package.  You
 can find the current source in kernel svn or at
 http://people.debian.org/~benh/tgt_0.9.10-1.dsc.

I've updated this to a version I think is ready to upload (aside from
setting the distribution and date).  Please do test it.

tgt (1:0.9.10-1) UNRELEASED; urgency=low

  * New upstream version (Closes: #501149)
- Adds -D_GNU_SOURCE to compiler options (Closes: #526562)
  * Add myself to Uploaders
  * Fix syntax of usage messages (Closes: #493375)
  * Use GPL-compatible digest code instead of OpenSSL (Closes: #556294)
  * Update Standards-Version to 3.8.3
- Add Homepage field
  * Enable FCoE driver

 -- Ben Hutchings b...@decadent.org.uk  Sun, 15 Nov 2009 10:45:07 +

-- 
Ben Hutchings
The two most common things in the universe are hydrogen and stupidity.


signature.asc
Description: This is a digitally signed message part


Bug#548108: Reproducing 548108

2009-11-15 Thread David Baron
I had always used port 3128 and have tinyproxy set to that.
I had always manually set the proxy port to that, 3128.
It used to work.

In ansgardian.conf
proxport = 3128

/filterport = 8080

oroxyip = 127.0.0.1


The posting implies using 3128 (or ) bypasses the filter.

So I tried setting the proxy to 8080. Still does not work. Is not 8080 that 
standard http non-proxied port?

Logfile show that it does pickup the f-word in the f-bomb search,\.

What has changed?
What am I doing wrong.

Note that I did not receive a cc of the previous message!



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#555418: marked as done ([bugzilla3] package does not install to a clean system)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 15:33:16 +
with message-id e1n9h6k-0004go...@ries.debian.org
and subject line Bug#555418: fixed in bugzilla 3.2.5.0-2
has caused the Debian Bug report #555418,
regarding [bugzilla3] package does not install to a clean system
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 ow...@bugs.debian.org
immediately.)


-- 
555418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555418
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: bugzilla3
Version: 3.2.5.0-1
Severity: important

This version of bugzilla3 does not contain /etc/bugzilla3/params. Thus 
when you try to install it at a clean system, you get an error like at 
config phase:


sed: can't read /etc/bugzilla3/params: No such file or directory

most probably, if you upgradean existing installation you won't 
encounter any problem, since an existing file (params)  already resides 
at /etc/bugzilla3.


I tried to recover params file from a backup and place it into 
/etc/bugzilla3,  but it didn't work either. Package seemed to install, 
however database password line in localconfig file has a broken syntax 
and database initialization cannot be completed. You can correct the 
syntax in the localconfig file, and can install database via running 
checksetup.pl, however if you follow this schema, setup does not create 
a maintainer user for you.


there are  error lines I encountered while trying installation:

- No such file or directory at 
/usr/share/perl5/Bugzilla/Install/Filesystem.pm line 440.

- cmp: /usr/share/bugzilla3/debian/params: Not a directory


--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.31-1-amd64

Debian Release: squeeze/sid
500 unstable ftp.tr.debian.org
500 unstable ftp.debian.org
500 testing ftp.tr.debian.org
500 testing ftp.debian.org
500 stable ftp.tr.debian.org
500 stable ftp.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-==
debconf (= 0.9.95) | 1.5.28
libtemplate-perl (= 2.19-1) | 2.20-1
libappconfig-perl (= 1.56-2) | 1.56-2
libtimedate-perl (= 1.1600-9) | 1.1900-1
libemail-send-perl (= 2.192-1) | 2.198-1
libmail-sendmail-perl | 0.79.16-1
libemail-mime-modifier-perl (= 1.442-2) | 1.444-1
libemail-mime-creator-perl | 1.456-1
libcgi-pm-perl (= 3.33) | 3.48-1
libdbd-mysql-perl (= 1.56-2) | 4.012-1+b1
OR libdbd-pg-perl |
apache2 | 2.2.14-2
OR httpd |
exim4 | 4.69-11
OR mail-transport-agent |
ucf (= 0.08) | 3.0024
patch | 2.5.9-5
dbconfig-common (= 1.8.27) | 1.8.41
mysql-client |
OR postgresql-client |
libjs-yui | 2.7.0b-1


Recommends (Version) | Installed
==-+-
libchart-perl (= 0.99c.pre3-0.1) | 2.4.1-5
libtemplate-plugin-gd-perl | 2.66-2
libxml-parser-perl | 2.36-1.1+b1
perlmagick | 7:6.5.5.3-1
mysql-server | 5.1.40-1
OR postgresql |
cvs | 1:1.12.13-12
imagemagick | 7:6.5.5.3-1


Suggests (Version) | Installed
==-+-=
bugzilla3-doc |
libnet-ldap-perl |
libgd-text-perl | 0.86-5
libgd-graph-perl | 1.44-3
libgd-gd2-perl | 1:2.39-2
OR libgd-noxpm-perl |
libmailtools-perl (= 1.77-1) | 2.04-1
libmime-tools-perl (= 5.425-2) |
libhtml-parser-perl | 3.64-1
libhtml-scrubber-perl |
libxml-twig-perl | 1:3.32-3
libauthen-radius-perl |
graphviz |
libsoap-lite-perl |
patchutils |
libwww-perl | 5.833-1





--
   /   /
/ /   / _/   / /
   / /   /   //\/ /
   --   /   /   \   --



---End Message---
---BeginMessage---
Source: bugzilla
Source-Version: 3.2.5.0-2

We believe that the bug you reported is fixed in the latest version of
bugzilla, which is due to be installed in the Debian FTP archive:

bugzilla3-doc_3.2.5.0-2_all.deb
  to main/b/bugzilla/bugzilla3-doc_3.2.5.0-2_all.deb
bugzilla3_3.2.5.0-2_all.deb
  to main/b/bugzilla/bugzilla3_3.2.5.0-2_all.deb
bugzilla_3.2.5.0-2.diff.gz
  to main/b/bugzilla/bugzilla_3.2.5.0-2.diff.gz
bugzilla_3.2.5.0-2.dsc
  to main/b/bugzilla/bugzilla_3.2.5.0-2.dsc



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 555...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphael Bossek boss...@debian.org (supplier of updated bugzilla 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 

Bug#532753: marked as done (bugzilla3: postinst hangs on no adminstrator set up yet)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 15:33:16 +
with message-id e1n9h6k-0004gt...@ries.debian.org
and subject line Bug#532753: fixed in bugzilla 3.2.5.0-2
has caused the Debian Bug report #532753,
regarding bugzilla3: postinst hangs on no adminstrator set up yet
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 ow...@bugs.debian.org
immediately.)


-- 
532753: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532753
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: bugzilla3
Version: 3.2.0.1-1
Severity: grave
Justification: renders package unusable

During postinst following message shows up:

Looks like we don't have an administrator set up yet.
Either this is your first time using Bugzilla, or your
administrator's privileges might have accidentally been deleted.

After that postinst hangs (can be stopped with ctrl-c)

Greetings
volker



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages bugzilla3 depends on:
ii  apache2-mpm-prefork [ht 2.2.11-5 Apache HTTP Server - traditional n
ii  dbconfig-common 1.8.41   common framework for packaging dat
ii  debconf 1.5.26   Debian configuration management sy
ii  exim4   4.69-11  metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mai 4.69-11  lightweight Exim MTA (v4) daemon
ii  libappconfig-perl   1.56-2   Perl module for configuration file
ii  libcgi-pm-perl  3.43-1   Simple Common Gateway Interface Cl
ii  libdbd-mysql-perl   4.011-1  A Perl5 database interface to the 
ii  libemail-mime-modifier- 1.444-1  module to modify Email::MIME objec
ii  libemail-send-perl  2.194-1  Simply Sending Email
ii  libtemplate-perl2.19-1.1lenny1.1 template processing system written
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  mysql-client-5.0 [mysql 5.0.51a-24   MySQL database client binaries
ii  patch   2.5.9-5  Apply a diff file to an original
ii  perl-modules [libcgi-pm 5.10.0-22Core Perl modules
ii  ucf 3.0018   Update Configuration File: preserv

Versions of packages bugzilla3 recommends:
ii  libchart-perl  2.4.1-5   Chart Library for Perl
ii  libxml-parser-perl 2.36-1.1+b1   Perl module for parsing XML files
ii  mysql-server   5.0.51a-24MySQL database server (metapackage
ii  mysql-server-5.0 [mysq 5.0.51a-24MySQL database server binaries
ii  perlmagick 7:6.3.7.9.dfsg2-1 Perl interface to the libMagick gr

Versions of packages bugzilla3 suggests:
ii  bugzilla3-doc3.2.0.1-1   comprehensive guide to Bugzilla
ii  graphviz 2.20.2-3+b2 rich set of graph drawing tools
ii  libgd-gd2-perl   1:2.39-2Perl module wrapper for libgd - gd
ii  libgd-graph-perl 1.44-3  Graph Plotting Module for Perl 5
ii  libgd-text-perl  0.86-5  Text utilities for use with GD
ii  libhtml-parser-perl  3.60-1  collection of modules that parse H
pn  libhtml-scrubber-perlnone  (no description available)
ii  libmailtools-perl2.04-1  Manipulate email in perl programs
pn  libmime-tools-perl   none  (no description available)
pn  libnet-ldap-perl none  (no description available)
pn  libsoap-lite-perlnone  (no description available)
ii  libwww-perl  5.826-1 WWW client/server library for Perl
ii  libxml-twig-perl 1:3.32-3Perl module for processing huge XM

-- debconf information:
* bugzilla3/customized_values: false
  bugzilla3/dbconfig-remove:
  bugzilla3/db/dbname: bugzilla3
  bugzilla3/missing-db-package-error: abort
  bugzilla3/passwords-do-not-match:
  bugzilla3/dbconfig-reinstall: false
  bugzilla3/bugzilla_admin_real_name:
  bugzilla3/remote/port:
  bugzilla3/bugzilla_admin_name:
  bugzilla3/dbconfig-upgrade: true
  bugzilla3/purge: false
  bugzilla3/database-type: mysql
  bugzilla3/remove-error: abort
  bugzilla3/dbconfig-install: true
  bugzilla3/internal/reconfiguring: false
  bugzilla3/remote/newhost:
  bugzilla3/internal/skip-preseed: false
  bugzilla3/remote/host:
  bugzilla3/install-error: abort
  bugzilla3/upgrade-backup: true
  bugzilla3/mysql/admin-user: 

Bug#533985: luma: FTBFS: RuntimeError: the sip module implements API v5.0 but

2009-11-15 Thread Per Wawra
Hi Lucas,

you reported a amd64 build-problem to the luma package.
I think this problem has not been triggered by luma itself, but by a
python-qt3 vs. python-sip4 problem!

 import qt
 RuntimeError: the sip module implements API v5.0 but the qt module
requires API v4.0

Since the buildtest python-qt3 and python-sip4 have been updated in sid.
In two days both packages will probably join squeeze...

Luma 2.3-1.1 and 2.4-1 build and install flawlessly on Lenny amd64.

Luma is arch independent python only package and therefore there can not
be any arch dependent problems caused by Luma.

Can we close this bug or move it to python-qt3?

See also:
#529414 - python-qt3: makes luma (and others) fail to start
#554024 - RuntimeError: the sip module implements API v6.0 but the
PyKDE4.kdecore module requires API v5.0



signature.asc
Description: OpenPGP digital signature


Bug#553887: directvnc: should this package be removed?

2009-11-15 Thread Loris Boillet
Hello,

Please give directvnc a chance to make it for squeeze.

 * Dead/missing upstream.
Situation is evolving (granted, quite slowly though). I agreed with directvnc 
author to take over the maintainance of the code, moved the code in github [0] 
and applied debian patches and some trivial fixes.

 * Buggy.
Can you expand? I still want to check #538110, but it looks like a 
compatibility issue with latest directFB. Appart from that, directvnc might 
not be bug free of course, but it is pretty stable, at least I have seen it 
used on hundreds of thin client boxes on different sites for months without any 
problem.

 * ITA'd for over 3 years.
You meant orphaned? I ITA'd it 9 months ago [1]. Sure the low amount of time I 
could allocate lately to this project dont make this happening at an 
impressive speed, but if at the end I can upload (through a sponsor I guess) a 
new package with all the needed fixes by early february (it will happen 
hopefully sooner), it will at least have saved it for squeeze.

 * Low popcon scores.
sure, not so many people need a DirectFB compatible VNC client, but there are 
some and directvnc is the only choice available.

Cheers,

Loris

[0]: http://github.com/drinkmilk/directvnc
[1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367169#12



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#552915: python-clientform: FTBFS: mv: cannot stat `debian/python-clientform//usr/lib/python2.4/site-packages/ClientForm-0.2.10-py2.4.egg-info': No such file or directory

2009-11-15 Thread Jakub Wilk

tags 552915 + patch
thanks

The attached patch fixes this bug.

--
Jakub Wilk
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,6 @@
 PYVERS=$(shell pyversions -vr debian/control)
 PYMOD=ClientForm
 PACKAGE=python-clientform
-DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
-		 | grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
 
 build: $(PYVERS:%=build-python%)
 	touch $@
@@ -44,7 +42,7 @@
 install-python%:
 	python$* setup.py install --no-compile --single-version-externally-managed --root=debian/$(PACKAGE) $(py_setup_install_args)
 	# Remove python and module version from .egg-info
-	mv debian/$(PACKAGE)/$(call py_libdir,$*)/$(PYMOD)-$(DEB_UPSTREAM_VERSION)-py$*.egg-info \
+	mv debian/$(PACKAGE)/$(call py_libdir,$*)/$(PYMOD)-*.egg-info \
 	   debian/$(PACKAGE)/$(call py_libdir,$*)/$(PYMOD).egg-info 
 
 .PHONY: binary-common


signature.asc
Description: Digital signature


Processed: Re: Bug#552915: python-clientform: FTBFS: mv: cannot stat `debian/python-clientform//usr/lib/python2.4/site-packages/ClientForm-0.2.10-py2.4.egg-info': No such file or directory

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 552915 + patch
Bug #552915 [src:python-clientform] python-clientform: FTBFS: mv: cannot stat 
`debian/python-clientform//usr/lib/python2.4/site-packages/ClientForm-0.2.10-py2.4.egg-info':
 No such file or directory
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556382: FTBFS: Cannot find xconfig.h

2009-11-15 Thread Matt Kraai
Source: cdrkit
Version: 9:1.1.9-1
Severity: serious
Tags: patch

Hi,

When I try to build cdrkit, it fails with the following error:

 In file included from /tmp/buildd/cdrkit-1.1.9/libunls/nls_base.c:42:
 /tmp/buildd/cdrkit-1.1.9/libunls/../include/mconfig.h:59:70: error: 
 xconfig.h: No such file or directory

There are similar errors for most of the files.

xconfig.h is generated in build/include, but this directory isn't in
the include path.  The attached patch causes it to be included.

-- 
Matthttp://ftbfs.org/kraai
Index: wodim/CMakeLists.txt
===
--- wodim/CMakeLists.txt(revision 837)
+++ wodim/CMakeLists.txt(working copy)
@@ -1,5 +1,5 @@
 PROJECT (CDRECORD C)
-INCLUDE_DIRECTORIES(../include ../libedc ${CMAKE_BINARY_DIR})
+INCLUDE_DIRECTORIES(../include ../libedc ${CMAKE_BINARY_DIR} 
${CMAKE_BINARY_DIR}/include)
 INCLUDE(../include/AddScgBits.cmake)
 include(../include/AddSchilyBits.cmake)
 
Index: libparanoia/CMakeLists.txt
===
--- libparanoia/CMakeLists.txt  (revision 837)
+++ libparanoia/CMakeLists.txt  (working copy)
@@ -1,5 +1,5 @@
 PROJECT (LIBparanoia C)
-INCLUDE_DIRECTORIES(../include ${CMAKE_BINARY_DIR} ../wodim)
+INCLUDE_DIRECTORIES(../include ${CMAKE_BINARY_DIR} ../wodim 
${CMAKE_BINARY_DIR}/include)
 ADD_DEFINITIONS(-DHAVE_CONFIG_H)
 SET(LIBparanoia_SRCS gap.c isort.c overlap.c p_block.c paranoia.c pmalloc.c)
 
Index: libhfs_iso/CMakeLists.txt
===
--- libhfs_iso/CMakeLists.txt   (revision 837)
+++ libhfs_iso/CMakeLists.txt   (working copy)
@@ -1,5 +1,5 @@
 PROJECT (LIBhfs_iso C)
-INCLUDE_DIRECTORIES(../include ../libhfs_iso ../wodim ${CMAKE_BINARY_DIR})
+INCLUDE_DIRECTORIES(../include ../libhfs_iso ../wodim ${CMAKE_BINARY_DIR} 
${CMAKE_BINARY_DIR}/include)
 ADD_DEFINITIONS(-DUSE_LARGEFILES -DABORT_DEEP_ISO_ONLY -DAPPLE_HYB -DUDF 
-DDVD_VIDEO -DSORTING -DHAVE_CONFIG_H -DUSE_LIBSCHILY -DUSE_SCG)
 
 
Index: libedc/CMakeLists.txt
===
--- libedc/CMakeLists.txt   (revision 837)
+++ libedc/CMakeLists.txt   (working copy)
@@ -1,5 +1,5 @@
 PROJECT (LIBEDC C)
-INCLUDE_DIRECTORIES(../include . ${CMAKE_BINARY_DIR})
+INCLUDE_DIRECTORIES(../include . ${CMAKE_BINARY_DIR} 
${CMAKE_BINARY_DIR}/include)
 
 AUX_SOURCE_DIRECTORY(. LIBEDC_SRCS)
 
Index: genisoimage/CMakeLists.txt
===
--- genisoimage/CMakeLists.txt  (revision 837)
+++ genisoimage/CMakeLists.txt  (working copy)
@@ -3,7 +3,7 @@
 INCLUDE(../include/AddScgBits.cmake)
 INCLUDE(../include/AddSchilyBits.cmake)
 
-INCLUDE_DIRECTORIES(../include ../libhfs_iso ../wodim ${CMAKE_BINARY_DIR})
+INCLUDE_DIRECTORIES(../include ../libhfs_iso ../wodim ${CMAKE_BINARY_DIR} 
${CMAKE_BINARY_DIR}/include)
 
 INCLUDE(CheckIncludeFiles)
 CHECK_INCLUDE_FILES(magic.h USE_MAGIC)
Index: libusal/CMakeLists.txt
===
--- libusal/CMakeLists.txt  (revision 837)
+++ libusal/CMakeLists.txt  (working copy)
@@ -1,5 +1,5 @@
 PROJECT (LIBSCG C)
-INCLUDE_DIRECTORIES(../include ${CMAKE_BINARY_DIR})
+INCLUDE_DIRECTORIES(../include ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/include)
 include(../include/AddScgBits.cmake)
 ADD_DEFINITIONS(-DUSE_RCMD_RSH)
 
Index: icedax/CMakeLists.txt
===
--- icedax/CMakeLists.txt   (revision 837)
+++ icedax/CMakeLists.txt   (working copy)
@@ -1,5 +1,5 @@
 PROJECT (icedax C)
-INCLUDE_DIRECTORIES(../include ../wodim ../libparanoia ${CMAKE_BINARY_DIR})
+INCLUDE_DIRECTORIES(../include ../wodim ../libparanoia ${CMAKE_BINARY_DIR} 
${CMAKE_BINARY_DIR}/include)
 include(../include/AddScgBits.cmake)
 include(../include/AddSchilyBits.cmake)
 include(../include/AddNetworkBits.cmake)
Index: librols/CMakeLists.txt
===
--- librols/CMakeLists.txt  (revision 837)
+++ librols/CMakeLists.txt  (working copy)
@@ -1,5 +1,5 @@
 PROJECT (LIBROLS C)
-INCLUDE_DIRECTORIES(../include ../libhfs_iso ${CMAKE_BINARY_DIR} ../wodim)
+INCLUDE_DIRECTORIES(../include ../libhfs_iso ${CMAKE_BINARY_DIR} ../wodim 
${CMAKE_BINARY_DIR}/include)
 
 SET(LIBROLS_SRCS  astoi.c astoll.c astoull.c breakline.c cmpbytes.c comerr.c 
error.c fexec.c fillbytes.c getargs.c getav0.c getdomainname.c geterrno.c 
gethostid.c gethostname.c getpagesize.c handlecond.c movebytes.c raisecond.c 
rename.c saveargs.c seterrno.c spawn.c strcatl.c strdup.c streql.c swabbytes.c 
usleep.c stdio/cvmod.c stdio/dat.c stdio/fcons.c stdio/fdown.c stdio/fdup.c 
stdio/ffileread.c stdio/ffilewrite.c stdio/fgetline.c stdio/file_raise.c 
stdio/fileclose.c stdio/fileluopen.c stdio/filemopen.c stdio/fileopen.c  
stdio/filepos.c stdio/fileread.c 

Bug#553149: Another workaround

2009-11-15 Thread Sascha Zantis
With some help from #debian in irc.freenode.net, I found out that 
(re)moving ~/.local/share/mime/mime.cache also helps. I dont know, what 
this file does, so i kept it in ~/tmp.


The file is not recreated by any application yet.

This workaround is from https://bugzilla.gnome.org/show_bug.cgi?id=591606.



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#551525: marked as done (Hints point to /usr/share/fonts/truetype/ttf-okolaks/)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 17:02:07 +
with message-id e1n9iuj-0005yr...@ries.debian.org
and subject line Bug#551525: fixed in ttf-okolaks 0.5-2.2
has caused the Debian Bug report #551525,
regarding Hints point to /usr/share/fonts/truetype/ttf-okolaks/
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 ow...@bugs.debian.org
immediately.)


-- 
551525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ttf-okolaks
Version: 0.5-2.1
Severity: grave
Tags: patch
Justification: renders package unusable

/etc/defoma/hints/ttf-okolaks.hints tells the rest of Debian to
look for the installed fonts in
/usr/share/fonts/truetype/ttf-okolaks/, but they are actually
installed in /usr/share/fonts/truetype/okolaks/ .

Because Debian packages are supposed to believe defoma when
looking for fonts, policy compliant packages will not be able to
use the package at all until this is fixed.

I have attached a simplistic patch for the broken hints file.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31jbj3.4-43 (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ttf-okolaks depends on:
ii  defoma   0.11.10-0.2 Debian Font Manager -- automatic f

ttf-okolaks recommends no packages.

ttf-okolaks suggests no packages.

-- no debconf information
--- hints.bad/ttf-okolaks.hints 2008-10-31 23:34:40.0 +0100
+++ hints/ttf-okolaks.hints 2009-10-18 18:27:59.0 +0200
@@ -2 +2 @@
-begin /usr/share/fonts/truetype/ttf-okolaks/Okolaks.ttf
+begin /usr/share/fonts/truetype/okolaks/Okolaks.ttf
@@ -14 +14 @@
-begin /usr/share/fonts/truetype/ttf-okolaks/OkolaksBold.ttf
+begin /usr/share/fonts/truetype/okolaks/OkolaksBold.ttf
@@ -26 +26 @@
-begin /usr/share/fonts/truetype/ttf-okolaks/OkolaksBoldCondensed.ttf
+begin /usr/share/fonts/truetype/okolaks/OkolaksBoldCondensed.ttf
@@ -38 +38 @@
-begin /usr/share/fonts/truetype/ttf-okolaks/OkolaksBoldCondensedCondensed.ttf
+begin /usr/share/fonts/truetype/okolaks/OkolaksBoldCondensedCondensed.ttf
@@ -50 +50 @@
-begin /usr/share/fonts/truetype/ttf-okolaks/OkolaksCondensed.ttf
+begin /usr/share/fonts/truetype/okolaks/OkolaksCondensed.ttf
@@ -62 +62 @@
-begin /usr/share/fonts/truetype/ttf-okolaks/OkolaksCondensedCondensed.ttf
+begin /usr/share/fonts/truetype/okolaks/OkolaksCondensedCondensed.ttf
@@ -74 +74 @@
-begin /usr/share/fonts/truetype/ttf-okolaks/OkolaksItalic.ttf
+begin /usr/share/fonts/truetype/okolaks/OkolaksItalic.ttf
@@ -86 +86 @@
-begin /usr/share/fonts/truetype/ttf-okolaks/OkolaksItalicCondensed.ttf
+begin /usr/share/fonts/truetype/okolaks/OkolaksItalicCondensed.ttf
@@ -98 +98 @@
-begin /usr/share/fonts/truetype/ttf-okolaks/OkolaksItalicCondensedCondensed.ttf
+begin /usr/share/fonts/truetype/okolaks/OkolaksItalicCondensedCondensed.ttf
---End Message---
---BeginMessage---
Source: ttf-okolaks
Source-Version: 0.5-2.2

We believe that the bug you reported is fixed in the latest version of
ttf-okolaks, which is due to be installed in the Debian FTP archive:

ttf-okolaks_0.5-2.2.diff.gz
  to main/t/ttf-okolaks/ttf-okolaks_0.5-2.2.diff.gz
ttf-okolaks_0.5-2.2.dsc
  to main/t/ttf-okolaks/ttf-okolaks_0.5-2.2.dsc
ttf-okolaks_0.5-2.2_all.deb
  to main/t/ttf-okolaks/ttf-okolaks_0.5-2.2_all.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 551...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Paleino da...@debian.org (supplier of updated ttf-okolaks 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 15 Nov 2009 17:10:42 +0100
Source: ttf-okolaks
Binary: ttf-okolaks
Architecture: source all
Version: 0.5-2.2
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün gur...@phys.ethz.ch
Changed-By: David Paleino da...@debian.org
Description: 
 ttf-okolaks - Decorative, sans serif font
Closes: 551525
Changes: 
 ttf-okolaks (0.5-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix defoma hints (Closes: #551525)
   * Fixed Build-Dependency on defoma to = 0.7.0 (for dh_installdefoma)

Bug#556298: [Pkg-electronics-devel] Bug#556298: pcb - FTBFS: chmod: cannot access `debian/pcb-common/usr/share/pcb/tools/MergePCBPS': No such file or directory

2009-11-15 Thread أحمد المحمودي
On Sun, Nov 15, 2009 at 01:48:47PM +0100, Bastian Blank wrote:
 Source: pcb
 Version: 20091103-1
 Severity: serious
 
 There was an error while trying to autobuild your package:
 
  sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
 [...]
  install build_lesstif/src/pcb debian/pcb-lesstif/usr/bin/pcb-lesstif
  # Set executable bit for pcb tools:
  chmod: cannot access `debian/pcb-common/usr/share/pcb/tools/MergePCBPS': No 
  such file or directory
  chmod a+x debian/pcb-common/usr/share/pcb/tools/MergePCBPS
  make[1]: *** [override_dh_install] Error 1
  make[1]: Leaving directory 
  `/build/buildd-pcb_20091103-1-s390-dTNf1l/pcb-20091103'
  make: *** [binary-arch] Error 2
  dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave 
  error exit status 2
---end quoted text---

Hello,

  I haven't ran into this when building with pbuilder, so I wonder is it 
  a problem with sbuild or what. But according to the build log [1], I 
  see that MergePCBPS was installed in debian/tmp/usr/share/pcb/tools/:

  /usr/bin/install -c -m 644 '../../tools/MergePCBPS' 
'/build/buildd-pcb_20091103-1-s390-dTNf1l/pcb-20091103/debian/tmp/usr/share/pcb/tools/MergePCBPS'

  Then it is supposed to be installed in pcb-common by the following 
  dh_install line:

  dh_install -Xusr/bin -Xusr/share/pcb- -Xusr/share/doc -Xexamples -Xtutorial 
-Xusr/share/info

  But it seems that in this sbuild environment, that dh_install line did 
  not work as expected !

  I wonder if this exclude '-Xusr/share/pcb-' is the reason ?

  [1] 
https://buildd.debian.org/fetch.cgi?pkg=pcb;ver=20091103-1;arch=s390;stamp=1258259121

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7 (@ subkeys.pgp.net)
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556271: kazehakase: CVE-2007-1084 bookmarklets cross-site info disclosure

2009-11-15 Thread Michael Gilbert
On Sun, 15 Nov 2009 11:28:47 +0200 Yavor Doganov wrote:

 Michael Gilbert wrote:
  On Sun, 15 Nov 2009 10:51:56 +0200 Yavor Doganov wrote:
   Do I understand correctly that the proper fix for this
   vulnerability is to disallow adding data:/javascript: URIs with
   Bookmarks - Add to bookmarks menu, preferrably informing the user
   with a dialog?
  
  yes, that appears to be what the (as-yet unapplied) mozilla patch does.

i marked it serious because the problem must be fixed before squeeze is
released.  however, so if the current transitions make more work, go
ahead and wait until it makes more sense.

 OK, I prepared a patch which I'll send upstream in a few minutes.
 
 One more question: There's an ongoing xulrunner-1.9.1 transition
 that's taking longer than expected, so a new upload will reset it.
 Should I upload to sid with urgency=high or first wait for the
 transition to complete?
 
  Also, does this warrant uploads to stable and oldstable?
 
  the issue itself is not too severe from a security perspective, so a
  DSA will not be issued; however, you can (and probably should) fix
  this via stable-proposed-updates.
 
 I see; will proceed accordingly.  What about oldstable?

by stable-proposed-updates, i meant both an spu and an ospu.

mike



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556393: gedit: fails to start

2009-11-15 Thread Andreas J. Guelzow

Package: gedit
Version: 2.28.2-1
Severity: grave
Justification: renders package unusable


When trying to start gedit, I get:

[aguel...@kirkman ~/Desktop/coursematerial/Math200/m200-slides/08]$ gedit
sys:1: Warning: invalid cast from `GtkButton' to `GtkNotebook'
sys:1: GtkWarning: gtk_notebook_set_show_tabs: assertion `GTK_IS_NOTEBOOK
(notebook)' failed
process 4842: type array 97 not a basic type
process 4842: type array 97 not a basic type
process 4842: type invalid 0 not a basic type
process 4842: type invalid 0 not a basic type
process 4842: type struct 114 not a basic type
[aguel...@kirkman ~/Desktop/coursematerial/Math200/m200-slides/08]$


-- Package-specific info:
Active plugins:
  - changecase
  - docinfo
  - indent
  - externaltools
  - sample
  - devhelp
  - sort
  - spell
  - taglist
  - time
  - bracketcompletion
  - filebrowser
  - modelines
  - charmap
  - snippets
  - codecomment
  - colorpicker
  - drawspaces
  - joinlines
  - sessionsaver
  - showtabbar
  - terminal
  - GeditLaTeXPlugin
  - seahorse-pgp
  - bookmarks

Plugins in $HOME:

Module versions:
  - glib  2.22.2
  - gtk+  2.18.3
  - gtksourceview
  - pygobject
  - pygtk
  - pygtksourceview
  - enchant
  - iso-codes 3.11.1

Python module versions:
  - python2.5.4
  - pygtk 2.16.0 (GTK+ 2.18.3)


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gedit depends on:
ii  gconf2  2.28.0-1 GNOME configuration database
syste
ii  gedit-common2.28.2-1 official text editor of the
GNOME
ii  iso-codes   3.11.1-1 ISO language, territory,
currency,
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libattr11:2.4.44-1   Extended attribute shared
library
ii  libc6   2.10.1-7 GNU C Library: Shared
libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics
libra
ii  libenchant1c2a  1.4.2-3.3a wrapper library for
various spel
ii  libgconf2-4 2.28.0-1 GNOME configuration database
syste
ii  libglib2.0-02.22.2-2 The GLib library of C
routines
ii  libgtk2.0-0 2.18.3-1 The GTK+ graphical user
interface
ii  libgtksourceview2.0-0   2.8.1-1  shared libraries for the
GTK+ synt
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange
library
ii  libpango1.0-0   1.26.0-1 Layout and rendering of
internatio
ii  libsm6  2:1.1.1-1X11 Session Management
library
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.6.dfsg-1 GNOME XML library
ii  python  2.5.4-2  An interactive high-level
object-o
ii  python-gobject  2.18.0-1 Python bindings for the
GObject li
ii  python-gtk2 2.16.0-1 Python bindings for the GTK+
widge
ii  python-gtksourceview2   2.8.0-1  Python bindings for the
GtkSourceV
ii  python-support  1.0.4automated rebuilding support
for P
ii  python2.5   2.5.4-2  An interactive high-level
object-o

Versions of packages gedit recommends:
ii  python-gnome2 2.28.0-1   Python bindings for the
GNOME desk
ii  zenity2.28.0-1   Display graphical dialog
boxes fro

gedit suggests no packages.

-- no debconf information


Andreas J. Guelzow
Pyrenenan Shepherds



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 516557

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 516557 + sid squeeze
Bug #516557 {Done: Modestas Vainius modes...@vainius.eu} [amarok] amarok: 
FTBFS against libmtp-dev 0.3.6 now in unstable
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#552038: Security issue in server code

2009-11-15 Thread Simon McVittie
On Fri, 23 Oct 2009 at 00:01:22 +0200, Moritz Muehlenhoff wrote:
 Package: alien-arena
 Severity: grave
 Tags: security

From the referenced Red Hat bugzilla entry, the patch seems to be as simple as
http://svn.icculus.org/alienarena/trunk/source/client/menu.c?r1=1383r2=1391
(however, there are many other occurrences of strcpy in the code which should
probably be audited).

S



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 462467

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 462467 + sid squeeze
Bug #462467 {Done: Michael Meskes mes...@debian.org} [acpid] acpid: 
/proc/acpi/event has been deprecated in Linux kernel 2.6.24
Bug #515773 {Done: Michael Meskes mes...@debian.org} [acpid] acpid: netlink 
support
Added tag(s) squeeze and sid.
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 527813

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 527813 + sid squeeze
Bug #527813 {Done: Laurent Bigonville bi...@debian.org} [acr38] acr38: FTBFS: 
../../libtool: line 1110: libtool: compile: cannot determine name of library 
object from `': command not found
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 533804

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 533804 + sid squeeze
Bug #533804 {Done: Stefano Zacchiroli z...@debian.org} [afnix] afnix: 
non-standard gcc/g++ used for build (gcc-4.1)
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 533921

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 533921 + sid squeeze
Bug #533921 {Done: Walter Franzini walter.franz...@gmail.com} [aegis] aegis: 
FTBFS: test failure
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 534020

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 534020 + sid squeeze
Bug #534020 {Done: Stephane Glondu st...@glondu.net} [advi] advi: FTBFS: 
checking for camlimages... not found
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 518732

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 518732 + sid squeeze
Bug #518732 {Done: Cyril Brulebois k...@debian.org} [allegro4.2] allegro4.2: 
FTBFS: ./src/i386/icpus.s:70: Error: suffix or operands invalid for `fnstsw'
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 527909

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 527909 + sid squeeze
Bug #527909 {Done: Stefano Canepa s...@linux.it} [acx100-source] 
acx100-source: compilation stops on errors: too few arguments to function 
'iwe_stream_add_event'
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 538454

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 538454 + sid squeeze
Bug #538454 {Done: Modestas Vainius modes...@vainius.eu} [amarok] Please 
rebuild against libmysqlclient16 from MySQL-5.1
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 517230

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 517230 + sid squeeze
Bug #517230 {Done: Muammar El Khatib muammarelkha...@gmail.com} [amsn] Stops 
working after upgrade of tk
Added tag(s) squeeze and sid.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556393: gedit: fails to start

2009-11-15 Thread Emilio Pozuelo Monfort
reassign 556393 gvfs
forcemerge 548336 556393
thanks

Andreas J. Guelzow wrote:
 Package: gedit
 Version: 2.28.2-1
 Severity: grave
 Justification: renders package unusable
 
 
 When trying to start gedit, I get:
 
 [aguel...@kirkman ~/Desktop/coursematerial/Math200/m200-slides/08]$ gedit
 sys:1: Warning: invalid cast from `GtkButton' to `GtkNotebook'
 sys:1: GtkWarning: gtk_notebook_set_show_tabs: assertion `GTK_IS_NOTEBOOK
 (notebook)' failed
 process 4842: type array 97 not a basic type
 process 4842: type array 97 not a basic type
 process 4842: type invalid 0 not a basic type
 process 4842: type invalid 0 not a basic type
 process 4842: type struct 114 not a basic type
 [aguel...@kirkman ~/Desktop/coursematerial/Math200/m200-slides/08]$

Known issue, solved by restarting your session.

Cheers,
Emilio



signature.asc
Description: OpenPGP digital signature


Bug#555205: Browser and other apps can no longer look up DNS names

2009-11-15 Thread Simon Pepping
On Sat, Nov 14, 2009 at 11:10, Aurelien Jarno aurel...@aurel32.net wrote:

 Either add a nameserver entry to /etc/resolv.conf, or upgrade to version
 2.10.1-7 where this problem is fixed.


This works. Actually, I added  'nameserver 127.0.0.1' to
/etc/resolvconf/resolv.conf.d/base and ran 'resolvconf -d'.

This means that my problem actually belongs to bug #552010. It is
regrettable that this nasty known problem is propagated to testing without
warning. If I would have had only one computer, I would have been forced to
go to the competition to be able to report the problem. :-)

Thanks for your quick reply.

Simon Pepping


Processed: Re: Bug#556393: gedit: fails to start

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 556393 gvfs
Bug #556393 [gedit] gedit: fails to start
Bug reassigned from package 'gedit' to 'gvfs'.
Bug No longer marked as found in versions gedit/2.28.2-1.
 forcemerge 548336 556393
Bug#548336: random crashes with type * * not a basic type
Bug#556393: gedit: fails to start
Bug#548343: random crashes with type * * not a basic type
Bug#548344: random crashes with type * * not a basic type
Bug#548361: random crashes with type * * not a basic type
Bug#548473: random crashes with type * * not a basic type
Bug#548898: random crashes with type * * not a basic type
Bug#549169: random crashes with type * * not a basic type
Bug#554570: random crashes with type * * not a basic type
Bug#555395: Segfault on launch gedit
Forcibly Merged 548336 548343 548344 548361 548473 548898 549169 554570 555395 
556393.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544731: error: no such disk renders system unbootable

2009-11-15 Thread Albin Tonnerre
On Wed, 02 Sep 2009 20:50 +0200, Albin Tonnerre wrote :
 On Wed, Sep 02, 2009 at 08:26:25PM +0200, Felix Zielcke wrote :
  Am Mittwoch, den 02.09.2009, 20:23 +0200 schrieb Albin Tonnerre:
   [20:20 ~]% sudo grub-probe -t abstraction -d /dev/mapper/lvm-system
   lvm
   
But maybe you're affected by the same problem as in 542435, 544577 and
543795 which was actually caused by a change in dmsetup
Check that the files in /dev/mapper are real devices and no symlinks
to /dev/dm-X
   
   They are real devices :(
   
   Regards,
  
  Run `bash -x grub-install --modules=minicmd /dev/sda'
  the grub-mkimage line should include lvm.
  and then check on reboot with `lsmod' if lvm is really loaded.
  `ls' should show the LVs
 
 Argh. After running apt-get install --reinstall grub-pc, lvm is now listed in
 /boot/grub/grub.cfg, and grub2 is able to boot the system correctly.
 Please don't close the bug, though - this has happened to me several times in
 the past, and running grub-install after a couple grub-pc updates resulted in
 the same kind of error. I absolutely have no clue as to what just happened
 there.

Alright, so this started happening again. I'm using the latest version from
unstable, 1.97-1. Did and apt-get remove --purge grub-common grub-pc, then
removed everything in /boot/grub, and reinstalled.

[20:15 @laptop ~]% cat /boot/grub/device.map 
(hd0)   /dev/sda
[20:15 @laptop ~]% sudo grub-probe -t device /
/dev/mapper/lvm-system
[20:16 @laptop ~]% sudo grub-probe -t abstraction -d /dev/mapper/lvm-system  
grub-probe: error: no mapping exists for `lvm-system'

After adding '(lvm-system) /dev/mapper/lvm-system' to /boot/grub/devices.map:

[20:17 @laptop ~]% sudo grub-probe -t abstraction -d /dev/mapper/lvm-system 
nothing

Of course, the generated grub.cfg file doesn't contain any 'insmod lvm'
directive. As previously, the files in /dev/mapper/ are real block devices and
not symlinks. If there's anything I can do to help debug this issue, please let
me know.

Regards,
-- 
Albin Tonnerre


signature.asc
Description: Digital signature


Bug#555195: marked as done (grub2: password checking oddity)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 19:37:49 +
with message-id e1n9kuz-0006wc...@ries.debian.org
and subject line Bug#555195: fixed in grub2 1.97+20091115-1
has caused the Debian Bug report #555195,
regarding grub2: password checking oddity
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 ow...@bugs.debian.org
immediately.)


-- 
555195: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555195
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: grub2
Version: 1.97~beta3-1~bpo50+1
Severity: important


Current version of GRUB 1.97 allows to enable password-based authentication
for run-time editing menu entries, going GRUB commandline, etc.

Such configuration is described at http://grub.enbug.org/Authentication ,
and is outside of scope of this bug report.

The real thing with this password is: 

GRUB accepts user input as valid password as long as user enters some first
characters of password correctly.

I.e. if /boot/grub/grub.cfg reads:

set superusers=user1
password user1 password1

Then user can enter p, pa, pas etc, and GRUB will 'eat it' as correct 
password. 

Considering that this 'feature' effectively lowers password length to 1 (one),
I've set severity of this bug to 'important'. Feel free to add 'security' tag,
if appropriate.

While I report this issue against backported version of GRUB2, the same 
behaviour can be seen in current sid's version: 1.97-1. This issue does not
apply to current lenny version of grub2, as password-checking functionality
unimplemented there.

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/53987106-e00e-44ea-977f-e29cd79f4786 / ext3 
rw,nodiratime,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda1 /boot ext3 ro,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/sda5 /var reiserfs rw,nosuid,relatime,notail 0 0
/dev/sda6 /usr ext3 ro,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/md1 /home ext3 rw,nosuid,relatime,errors=continue,data=ordered 0 0
/dev/md2 /srv ext3 
rw,nosuid,noexec,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/sda7 /srv/schroot ext3 rw,noatime,nodiratime,errors=continue,data=ordered 
0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
(hd1)   /dev/sdb
(hd2)   /dev/sdc
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 3cb3d7f4-eafd-421d-935a-0a5c123410ae
if loadfont /share/grub/unicode.pf2 ; then
  set gfxmode=1280x1024
  set gfxpayload=keep
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/02_password ###
set superusers=user
password user _p_a_s_s_w_o_r_d_
### END /etc/grub.d/02_password ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set 6591d6b4-e7f7-44a9-9679-387fe901d251
insmod png
if background_image /grub/splash-1280x1024.png ; then
  set color_normal=white/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, Linux 2.6.26-2-amd64 {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set 6591d6b4-e7f7-44a9-9679-387fe901d251
linux   /vmlinuz-2.6.26-2-amd64 
root=UUID=53987106-e00e-44ea-977f-e29cd79f4786 ro video=vesafb,mtrr:3,ywrap 
quiet 
initrd  /initrd.img-2.6.26-2-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry Memory test (memtest86+) {
linux   /memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy

Bug#538034: Fixed upstream

2009-11-15 Thread Jelmer Vernooij
Hi,

The upstream release script is now also removing the other two drafts.
Sorry it took so long.

Cheers,

Jelmer

-- 
Jelmer Vernooij jel...@samba.org - http://samba.org/~jelmer/
Jabber: jel...@jabber.fsfe.org


signature.asc
Description: This is a digitally signed message part


Bug#552714: marked as done (transmissionrpc: FTBFS: Unsatisfiable build-dependency: python(inst 2.5.4-2 ! = wanted 2.6)|python-simplejson(missing))

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 19:43:13 +
with message-id e1n9l0d-00070o...@ries.debian.org
and subject line Bug#552714: fixed in transmissionrpc 0.3-2
has caused the Debian Bug report #552714,
regarding transmissionrpc: FTBFS: Unsatisfiable build-dependency: python(inst 
2.5.4-2 ! = wanted 2.6)|python-simplejson(missing)
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 ow...@bugs.debian.org
immediately.)


-- 
552714: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552714
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: transmissionrpc
Version: 0.3-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091028 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

sbuild doesn't know how to handle such alternative build-depends.

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 7), dpatch, python-setuptools, python (= 2.6) | 
 python-simplejson (= 1.7.1)
 Build-Depends-Indep: python (= 2.5), python-support (= 0.8)
 
 ┌──┐
 │ Install build dependencies  
  │
 └──┘
 
 Checking for already installed source dependencies...
 debhelper: missing
 Using default version 7.4.3
 dpatch: missing
 python-setuptools: missing
 python: missing
 Default version of python not sufficient, no suitable version found. Skipping 
 for now, maybe there are alternatives.
 python-simplejson: missing
 Using default version 2.0.9-1
 python: missing
 Using default version 2.5.4-2
 python-support: missing
 Using default version 1.0.4
 Checking for source dependency conflicts...
 Installing positive dependencies: debhelper dpatch python-setuptools python 
 python python-support
 Reading package lists...
 Building dependency tree...
 Reading state information...
 The following extra packages will be installed:
   bsdmainutils file gettext gettext-base groff-base html2text intltool-debian
   libcroco3 libdb4.5 libglib2.0-0 libmagic1 libpcre3 libsqlite3-0 libssl0.9.8
   libxml2 man-db mime-support po-debconf python-central python-minimal
   python-pkg-resources python2.5 python2.5-minimal
 Suggested packages:
   wamerican wordlist whois vacation dh-make curl gettext-doc groff www-browser
   libmail-box-perl python-doc python-tk python-profiler python-distribute
   python-distribute-doc python2.5-doc binfmt-support
 Recommended packages:
   patchutils cvs libglib2.0-data shared-mime-info xml-core
   libmail-sendmail-perl
 The following NEW packages will be installed:
   bsdmainutils debhelper dpatch file gettext gettext-base groff-base html2text
   intltool-debian libcroco3 libdb4.5 libglib2.0-0 libmagic1 libpcre3
   libsqlite3-0 libssl0.9.8 libxml2 man-db mime-support po-debconf python
   python-central python-minimal python-pkg-resources python-setuptools
   python-support python2.5 python2.5-minimal
 0 upgraded, 28 newly installed, 0 to remove and 0 not upgraded.
 Need to get 15.9MB of archives.
 After this operation, 49.7MB of additional disk space will be used.
 WARNING: The following packages cannot be authenticated!
   bsdmainutils groff-base libssl0.9.8 man-db libmagic1 file gettext-base
   libdb4.5 libpcre3 libsqlite3-0 libxml2 mime-support python2.5-minimal
   python2.5 python-minimal python python-central html2text libglib2.0-0
   libcroco3 gettext intltool-debian po-debconf debhelper dpatch
   python-pkg-resources python-setuptools python-support
 Authentication warning overridden.
 Get:1 http://localhost sid/main bsdmainutils 6.1.11 [179kB]
 Get:2 http://localhost sid/main groff-base 1.20.1-6 [1156kB]
 Get:3 http://localhost sid/main libssl0.9.8 0.9.8k-5 [979kB]
 Get:4 http://localhost sid/main man-db 2.5.6-3 [1476kB]
 Get:5 http://localhost sid/main libmagic1 5.03-2 [388kB]
 Get:6 http://localhost sid/main file 5.03-2 [46.9kB]
 Get:7 http://localhost sid/main gettext-base 0.17-8 [133kB]
 Get:8 http://localhost sid/main libdb4.5 4.5.20-13 [555kB]
 Get:9 http://localhost sid/main libpcre3 7.8-3 [215kB]
 Get:10 http://localhost sid/main libsqlite3-0 3.6.19-3 [300kB]
 Get:11 http://localhost sid/main libxml2 2.7.6.dfsg-1 [876kB]
 Get:12 http://localhost sid/main mime-support 3.46-1 [34.0kB]
 Get:13 http://localhost sid/main python2.5-minimal 2.5.4-2 [1286kB]
 Get:14 http://localhost sid/main python2.5 2.5.4-2 [3035kB]
 Get:15 http://localhost sid/main python-minimal 2.5.4-2 [13.9kB]
 Get:16 http://localhost 

Bug#556411: xul-ext-firegpg: fails to load IPC library

2009-11-15 Thread Felipe Sateler
Package: xul-ext-firegpg
Version: 0.7.9-1
Severity: grave
Justification: renders package unusable

Trying to load the firegpg extension fails with the following popup
message:

Error : FireGPG cannot access to the IPC library. If you're using
Firefox 2, you have to upgrade to the version 3 of Firefox. If you're
not on windows, Linux or MacOS (Intel), you have to build the IPCc
library yourself, please check the download page of FireGPG.


ldd shows that libxpcom is linked but not found, but I don't know if
that is the reason:

% ldd /usr/lib/mozilla/extensions/common/firegpg/components/libipc.so 
linux-vdso.so.1 =  (0x7fff79fff000)
libxpcom.so = not found
libnspr4.so.0d = /usr/lib/libnspr4.so.0d (0x7f029ec79000)
libplc4.so.0d = /usr/lib/libplc4.so.0d (0x7f029ea74000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x7f029e764000)
libm.so.6 = /lib/libm.so.6 (0x7f029e4e2000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7f029e2cb000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7f029e0af000)
libc.so.6 = /lib/libc.so.6 (0x7f029dd5c000)
libdl.so.2 = /lib/libdl.so.2 (0x7f029db57000)
/lib64/ld-linux-x86-64.so.2 (0x7f029f101000)


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-9-rt (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xul-ext-firegpg depends on:
ii  gnupg 1.4.10-2   GNU privacy guard - a free PGP rep
ii  iceweasel 3.5.4-1lightweight web browser based on M
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libgcc1   1:4.4.2-2  GCC support library
ii  libnspr4-0d   4.8.2-1NetScape Portable Runtime Library
ii  libstdc++64.4.2-2The GNU Standard C++ Library v3

xul-ext-firegpg recommends no packages.

Versions of packages xul-ext-firegpg suggests:
ii  signing-party 1.1.2-1Various OpenPGP related tools

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556212: marked as done (FTBFS: chmod: cannot access `debian/dynagen/usr/share/python-support/dynagen/dynamips_lib.py': No such file or directory)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 21:17:56 +
with message-id e1n9mts-0007ib...@ries.debian.org
and subject line Bug#556212: fixed in dynagen 0.11.0-4
has caused the Debian Bug report #556212,
regarding FTBFS: chmod: cannot access 
`debian/dynagen/usr/share/python-support/dynagen/dynamips_lib.py': No such file 
or directory
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 ow...@bugs.debian.org
immediately.)


-- 
556212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556212
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: dynagen
Version: 0.11.0-3
Severity: serious
Justification: no longer builds from source

Your package failed to build from source in a clean sid chroot:

[...]
dh_installdeb -pdynagen 
dh_perl -pdynagen 
dh_shlibdeps -pdynagen
rm -rf debian/dynagen/usr/share/doc/dynagen/examples/sample_labs/.DS_Store.gz

chmod 755 debian/dynagen/usr/share/python-support/dynagen/dynamips_lib.py
chmod: cannot access 
`debian/dynagen/usr/share/python-support/dynagen/dynamips_lib.py': No such file 
or directory

--
Jakub Wilk


---End Message---
---BeginMessage---
Source: dynagen
Source-Version: 0.11.0-4

We believe that the bug you reported is fixed in the latest version of
dynagen, which is due to be installed in the Debian FTP archive:

dynagen_0.11.0-4.diff.gz
  to contrib/d/dynagen/dynagen_0.11.0-4.diff.gz
dynagen_0.11.0-4.dsc
  to contrib/d/dynagen/dynagen_0.11.0-4.dsc
dynagen_0.11.0-4_all.deb
  to contrib/d/dynagen/dynagen_0.11.0-4_all.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 556...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Erik Wenzel e...@debian.org (supplier of updated dynagen 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 15 Nov 2009 21:04:58 +0100
Source: dynagen
Binary: dynagen
Architecture: source all
Version: 0.11.0-4
Distribution: unstable
Urgency: low
Maintainer: Erik Wenzel e...@debian.org
Changed-By: Erik Wenzel e...@debian.org
Description: 
 dynagen- Cisco 7200 Router Emulator Command Line Interface
Closes: 556212
Changes: 
 dynagen (0.11.0-4) unstable; urgency=low
 .
   * [d7e67068] [rules] fixed unnessesary chmod, which triggered a ftbfs
 caused by change in (Closes: 556212) - thanks to Kumar Appaiah and
 Jakub Wilk
   * [ed788f81] [control] bumped standards version; nothing changed
Checksums-Sha1: 
 d54865e32fcbfeee81c129f475791e3720cf34e8 1156 dynagen_0.11.0-4.dsc
 b004a4c8f6a3b9a613c61357ef58f586356dcdca 7693 dynagen_0.11.0-4.diff.gz
 d3754a15b9242df875c0938330d719254f19fc47 821012 dynagen_0.11.0-4_all.deb
Checksums-Sha256: 
 c1cfbdb6390ce8155cdf056ca1365de37dc7e99bbc4258f004af51002d394441 1156 
dynagen_0.11.0-4.dsc
 03f8a421699b062c23192945f55272d000d586929669d1afb43c690569742fee 7693 
dynagen_0.11.0-4.diff.gz
 edc6b2115f940bdb55f4bce7c48b21ec9f8765fd3736a937259981dbb05d70eb 821012 
dynagen_0.11.0-4_all.deb
Files: 
 aec9c99555cb149c061ca609320faa94 1156 contrib/net optional dynagen_0.11.0-4.dsc
 f6086d947baab7b691e73cd2353ccec9 7693 contrib/net optional 
dynagen_0.11.0-4.diff.gz
 d6d09f9a489e505e91c2bc122126cc79 821012 contrib/net optional 
dynagen_0.11.0-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksAX6YACgkQmMmei9uJhBDiFACfb7YMa0BqoAeLliHNk7WAXK6L
Xx0AniFXIwr+AYa06C5+yfmKrEh+oL5R
=Bpko
-END PGP SIGNATURE-


---End Message---


Bug#552717: marked as done (prayer: FTBFS: Nonexistent build-dependency: libc-client2007b-dev)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 22:44:50 +
with message-id e1n9npy-0008oq...@ries.debian.org
and subject line Bug#552717: fixed in prayer 1.3.2-dfsg1-3
has caused the Debian Bug report #552717,
regarding prayer: FTBFS: Nonexistent build-dependency: libc-client2007b-dev
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 ow...@bugs.debian.org
immediately.)


-- 
552717: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552717
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: prayer
Version: 1.3.2-dfsg1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091028 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: cdbs, debhelper (= 5), quilt, libc-client2007b-dev | 
 libc-client2007-dev | libc-client-dev (= 7:2007~), libldap2-dev, zlib1g-dev, 
 libssl-dev (= 0.9.6), libdb-dev
 
 ┌──┐
 │ Install build dependencies  
  │
 └──┘
 
 Checking for already installed source dependencies...
 W: Unable to locate package libc-client2007-dev
 W: Unable to locate package libc-client2007b-dev
 cdbs: missing
 debhelper: missing
 Using default version 7.4.3
 quilt: missing
 libc-client2007b-dev: missing
 libc-client2007-dev: missing
 libc-client-dev: missing
 libldap2-dev: missing
 zlib1g-dev: missing
 libssl-dev: missing
 Using default version 0.9.8k-5
 libdb-dev: missing
 Checking for source dependency conflicts...
 E: Couldn't find package libc-client2007b-dev

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/10/28/prayer_1.3.2-dfsg1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: prayer
Source-Version: 1.3.2-dfsg1-3

We believe that the bug you reported is fixed in the latest version of
prayer, which is due to be installed in the Debian FTP archive:

prayer-accountd_1.3.2-dfsg1-3_amd64.deb
  to main/p/prayer/prayer-accountd_1.3.2-dfsg1-3_amd64.deb
prayer-templates-dev_1.3.2-dfsg1-3_amd64.deb
  to main/p/prayer/prayer-templates-dev_1.3.2-dfsg1-3_amd64.deb
prayer-templates-src_1.3.2-dfsg1-3_all.deb
  to main/p/prayer/prayer-templates-src_1.3.2-dfsg1-3_all.deb
prayer-templates_1.3.2-dfsg1-3_all.deb
  to main/p/prayer/prayer-templates_1.3.2-dfsg1-3_all.deb
prayer_1.3.2-dfsg1-3.diff.gz
  to main/p/prayer/prayer_1.3.2-dfsg1-3.diff.gz
prayer_1.3.2-dfsg1-3.dsc
  to main/p/prayer/prayer_1.3.2-dfsg1-3.dsc
prayer_1.3.2-dfsg1-3_amd64.deb
  to main/p/prayer/prayer_1.3.2-dfsg1-3_amd64.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 552...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Magnus Holmgren holmg...@debian.org (supplier of updated prayer 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 Oct 2009 13:57:08 +0100
Source: prayer
Binary: prayer prayer-templates prayer-templates-src prayer-templates-dev 
prayer-accountd
Architecture: source all amd64
Version: 1.3.2-dfsg1-3
Distribution: unstable
Urgency: low
Maintainer: Magnus Holmgren holmg...@debian.org
Changed-By: Magnus Holmgren holmg...@debian.org
Description: 
 prayer - standalone IMAP-based webmail server
 prayer-accountd - account management daemon for Prayer
 prayer-templates - dummy package depending on prayer-templates-src
 prayer-templates-dev - tools for compiling Prayer templates
 prayer-templates-src - templates for customizing Prayer Webmail
Closes: 552717
Changes: 
 prayer (1.3.2-dfsg1-3) unstable; urgency=low
 .
   * Replace non-existing 

Bug#556419: libpgocaml-ocaml-dev and libpgocaml-ocaml: error when trying to install together

2009-11-15 Thread Ralf Treinen
Package: libpgocaml-ocaml,libpgocaml-ocaml-dev
Version: libpgocaml-ocaml/1.3-2
Version: libpgocaml-ocaml-dev/1.3-2
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-11-15
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libpcre3 binutils ocaml-base-nox libc-dev-bin linux-libc-dev libc6-dev
  libncurses5-dev ocaml-interp libgmp3c2 libmpfr1ldbl cpp-4.3 cpp libgomp1
  gcc-4.3 gcc ocaml-nox camlp4 libcalendar-ocaml libfindlib-ocaml
  libfindlib-ocaml-dev ocaml-findlib libcalendar-ocaml-dev libextlib-ocaml
  libextlib-ocaml-dev libcsv-ocaml-dev libpcre-ocaml libpcrecpp0 libpcre3-dev
  libpcre-ocaml-dev libpgocaml-ocaml libpgocaml-ocaml-dev

Extracting templates from packages: 96%
Extracting templates from packages: 100%
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libpcre3.
(Reading database ... 10430 files and directories currently installed.)
Unpacking libpcre3 (from .../libpcre3_7.8-3_amd64.deb) ...
Selecting previously deselected package binutils.
Unpacking binutils (from .../binutils_2.20-4_amd64.deb) ...
Selecting previously deselected package ocaml-base-nox.
Unpacking ocaml-base-nox (from .../ocaml-base-nox_3.11.1-4_amd64.deb) ...
Selecting previously deselected package libc-dev-bin.
Unpacking libc-dev-bin (from .../libc-dev-bin_2.10.1-7_amd64.deb) ...
Selecting previously deselected package linux-libc-dev.
Unpacking linux-libc-dev (from .../linux-libc-dev_2.6.31-1_amd64.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.10.1-7_amd64.deb) ...
Selecting previously deselected package libncurses5-dev.
Unpacking libncurses5-dev (from .../libncurses5-dev_5.7+20090803-2_amd64.deb) 
...
Selecting previously deselected package ocaml-interp.
Unpacking ocaml-interp (from .../ocaml-interp_3.11.1-4_amd64.deb) ...
Selecting previously deselected package libgmp3c2.
Unpacking libgmp3c2 (from .../libgmp3c2_2%3a4.3.1+dfsg-3_amd64.deb) ...
Selecting previously deselected package libmpfr1ldbl.
Unpacking libmpfr1ldbl (from .../libmpfr1ldbl_2.4.1-2_amd64.deb) ...
Selecting previously deselected package cpp-4.3.
Unpacking cpp-4.3 (from .../cpp-4.3_4.3.4-6_amd64.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a4.3.4-1_amd64.deb) ...
Selecting previously deselected package libgomp1.
Unpacking libgomp1 (from .../libgomp1_4.4.2-2_amd64.deb) ...
Selecting previously deselected package gcc-4.3.
Unpacking gcc-4.3 (from .../gcc-4.3_4.3.4-6_amd64.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a4.3.4-1_amd64.deb) ...
Selecting previously deselected package ocaml-nox.
Unpacking ocaml-nox (from .../ocaml-nox_3.11.1-4_amd64.deb) ...
Selecting previously deselected package camlp4.
Unpacking camlp4 (from .../camlp4_3.11.1-4_amd64.deb) ...
Selecting previously deselected package libcalendar-ocaml.
Unpacking libcalendar-ocaml (from .../libcalendar-ocaml_2.01.1-6_amd64.deb) ...
Selecting previously deselected package libfindlib-ocaml.
Unpacking libfindlib-ocaml (from .../libfindlib-ocaml_1.2.5+debian-1_amd64.deb) 
...
Selecting previously deselected package libfindlib-ocaml-dev.
Unpacking libfindlib-ocaml-dev (from 
.../libfindlib-ocaml-dev_1.2.5+debian-1_amd64.deb) ...
Selecting previously deselected package ocaml-findlib.
Unpacking ocaml-findlib (from .../ocaml-findlib_1.2.5+debian-1_amd64.deb) ...
Selecting previously deselected package libcalendar-ocaml-dev.
Unpacking libcalendar-ocaml-dev (from 
.../libcalendar-ocaml-dev_2.01.1-6_amd64.deb) ...
Selecting previously deselected package libextlib-ocaml.
Unpacking libextlib-ocaml (from .../libextlib-ocaml_1.5.1-5_amd64.deb) ...
Selecting previously deselected package libextlib-ocaml-dev.
Unpacking libextlib-ocaml-dev (from .../libextlib-ocaml-dev_1.5.1-5_amd64.deb) 
...
Selecting previously deselected package libcsv-ocaml-dev.
Unpacking libcsv-ocaml-dev (from .../libcsv-ocaml-dev_1.1.7-2_amd64.deb) ...
Selecting previously deselected package libpcre-ocaml.
Unpacking libpcre-ocaml (from .../libpcre-ocaml_6.0.1-2_amd64.deb) ...
Selecting previously deselected package libpcrecpp0.
Unpacking libpcrecpp0 (from .../libpcrecpp0_7.8-3_amd64.deb) ...
Selecting previously deselected package libpcre3-dev.
Unpacking libpcre3-dev (from .../libpcre3-dev_7.8-3_amd64.deb) ...
Selecting previously deselected package libpcre-ocaml-dev.
Unpacking libpcre-ocaml-dev (from .../libpcre-ocaml-dev_6.0.1-2_amd64.deb) ...
Selecting previously deselected package libpgocaml-ocaml.
Unpacking libpgocaml-ocaml (from .../libpgocaml-ocaml_1.3-2_amd64.deb) ...
Selecting previously deselected package libpgocaml-ocaml-dev.
Unpacking libpgocaml-ocaml-dev 

Processed: found 550590 in bash-completion/1:1.1-3

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 550590 bash-completion/1:1.1-3
Bug #550590 [xen-tools,bash-completion] bash-completion: file conflict with 
xen-tools
Bug Marked as found in versions bash-completion/1:1.1-3.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: found 550590 in xen-tools/4.1-1

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 550590 xen-tools/4.1-1
Bug #550590 [xen-tools,bash-completion] bash-completion: file conflict with 
xen-tools
Bug Marked as found in versions xen-tools/4.1-1.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#553470: What to do?

2009-11-15 Thread Jelmer Vernooij
I'm not sure what the best thing is to do here.

This situation should be unusual, and it does not corrupt any of the
data in the original Subversion or Bazaar repositories. It's only a
problem if you push introduce a new file in a merged revision that is
not changed by the merging revision and then try to pull those changes
down to a bzr repository that is older than 2a. Even after that, bzr
will complain but the data should be ok.

Putting a newer version of bzr-svn into Lenny wouldn't really be an
option, as this would require us to put newer versions of bzr, bzr-gtk,
etc in as well. This would be too risky.

I don't think removing bzr-svn completely would be necessary. Another
alternative would be to simply disable the ability to do round-tripping
pushes (or round-tripping pushes of merges?) into Subversion and only
allow dpush. 

Thoughts?

-- 
Jelmer Vernooij jel...@samba.org - http://samba.org/~jelmer/
Jabber: jel...@jabber.fsfe.org


signature.asc
Description: This is a digitally signed message part


Bug#534055: marked as done (openvrml: FTBFS: Nonexistent build-dependency: libgcj-dev)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 23:32:15 +
with message-id e1n9ozr-0006bo...@ries.debian.org
and subject line Bug#534055: fixed in openvrml 0.18.3~svn4006-0.1
has caused the Debian Bug report #534055,
regarding openvrml: FTBFS: Nonexistent build-dependency: libgcj-dev
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 ow...@bugs.debian.org
immediately.)


-- 
534055: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534055
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: openvrml
Version: 0.17.5-5
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0), quilt, libgl1-mesa-dev | libgl-dev, 
 zlib1g-dev, libjpeg62-dev, libpng12-dev (= 1.2.5.0-4), libx11-dev, 
 libxext-dev, libfreetype6-dev, libfontconfig1-dev, libsdl1.2-dev, libgcj-dev, 
 libmozjs-dev, libboost-dev, libboost-test-dev, libboost-thread-dev, 
 libgtk2.0-dev, libxmu-dev, procps, doxygen, libgnomeui-dev, libglade2-dev, 
 libcurl4-gnutls-dev, libxul-dev
 
 ┌──┐
 │ Install build dependencies  
  │
 └──┘
 
 Checking for already installed source dependencies...
 W: Unable to locate package libxul-dev
 debhelper: missing
 Using default version 7.2.16
 quilt: missing
 libgl1-mesa-dev: missing
 libgl-dev: missing
 zlib1g-dev: missing
 libjpeg62-dev: missing
 libpng12-dev: missing
 Using default version 1.2.37-1
 libx11-dev: missing
 libxext-dev: missing
 libfreetype6-dev: missing
 libfontconfig1-dev: missing
 libsdl1.2-dev: missing
 libgcj-dev: missing
 libmozjs-dev: missing
 libboost-dev: missing
 libboost-test-dev: missing
 libboost-thread-dev: missing
 libgtk2.0-dev: missing
 libxmu-dev: missing
 procps: missing
 doxygen: missing
 libgnomeui-dev: missing
 libglade2-dev: missing
 libcurl4-gnutls-dev: missing
 libxul-dev: missing
 Checking for source dependency conflicts...
 E: Package libgcj-dev has no installation candidate

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/06/20/openvrml_0.17.5-5_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: openvrml
Source-Version: 0.18.3~svn4006-0.1

We believe that the bug you reported is fixed in the latest version of
openvrml, which is due to be installed in the Debian FTP archive:

libopenvrml-dev_0.18.3~svn4006-0.1_i386.deb
  to main/o/openvrml/libopenvrml-dev_0.18.3~svn4006-0.1_i386.deb
libopenvrml-doc_0.18.3~svn4006-0.1_all.deb
  to main/o/openvrml/libopenvrml-doc_0.18.3~svn4006-0.1_all.deb
libopenvrml9_0.18.3~svn4006-0.1_i386.deb
  to main/o/openvrml/libopenvrml9_0.18.3~svn4006-0.1_i386.deb
openvrml-lookat_0.18.3~svn4006-0.1_i386.deb
  to main/o/openvrml/openvrml-lookat_0.18.3~svn4006-0.1_i386.deb
openvrml_0.18.3~svn4006-0.1.diff.gz
  to main/o/openvrml/openvrml_0.18.3~svn4006-0.1.diff.gz
openvrml_0.18.3~svn4006-0.1.dsc
  to main/o/openvrml/openvrml_0.18.3~svn4006-0.1.dsc
openvrml_0.18.3~svn4006.orig.tar.gz
  to main/o/openvrml/openvrml_0.18.3~svn4006.orig.tar.gz



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 534...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry deFreese bdefre...@debian.org (supplier of updated openvrml 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 21 Oct 2009 20:12:27 -0400
Source: openvrml
Binary: libopenvrml9 libopenvrml-dev libopenvrml-doc openvrml-lookat
Architecture: source all i386
Version: 

Bug#552934: e2fsprogs: FTBFS: install: cannot stat `/build/user-e2fsprogs_1.41.9-1-amd64-pJJNFw/e2fsprogs-1.41.9/debian /BUILD-STD/doc/libext2fs/*.html': No such file or directory

2009-11-15 Thread Theodore Tso
On Wed, Oct 28, 2009 at 11:50:54AM +0100, Lucas Nussbaum wrote:
 Source: e2fsprogs
 Version: 1.41.9-1
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20091028 qa-ftbfs
 Justification: FTBFS on amd64
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

Argh, this was caused by a gratuitous change[1] in the behavior of
texi2html.

[1]  http://www.mail-archive.com/debian-de...@lists.debian.org/msg277902.html

I'll put in a workaround to support both the old and new behavior of
texi2html, since it looks like uptream likes the change things randomly.  :-(

 - Ted



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#336526: marked as done (openvrml - FTBFS: needs awful amounts of memory to build)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 23:32:15 +
with message-id e1n9ozr-0006bg...@ries.debian.org
and subject line Bug#336526: fixed in openvrml 0.18.3~svn4006-0.1
has caused the Debian Bug report #336526,
regarding openvrml - FTBFS: needs awful amounts of memory to build
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 ow...@bugs.debian.org
immediately.)


-- 
336526: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=336526
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: openvrml
Version: 0.15.10-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of openvrml_0.15.10-3 on debian-31 by sbuild/s390 69
[...]
  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/antlr -I../../java 
 -I../../src/libopenvrml -DOPENVRML_LIBDIR_=\/usr/lib\ 
 -DOPENVRML_PKGDATADIR_=\/usr/share/openvrml\ -I/usr/include/freetype2 
 -DXP_UNIX -I/usr/include/mozilla/js -I/usr/include/mozilla/nspr -g -Os -MT 
 openvrml/vrml97node.lo -MD -MP -MF openvrml/.deps/vrml97node.Tpo -c 
 openvrml/vrml97node.cpp  -fPIC -DPIC -o openvrml/.libs/vrml97node.o
 g++: Internal error: Killed (program cc1plus)
 Please submit a full bug report.
 See URL:http://gcc.gnu.org/bugs.html for instructions.
 For Debian GNU/Linux specific bug reporting instructions, see
 URL:file:///usr/share/doc/gcc-4.0/README.Bugs.
 
 make[4]: *** [openvrml/vrml97node.lo] Error 1
 make[4]: Leaving directory `/build/buildd/openvrml-0.15.10/src/libopenvrml'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/build/buildd/openvrml-0.15.10/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/openvrml-0.15.10'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/openvrml-0.15.10'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20051030-1711
 FAILED [dpkg-buildpackage died]

The build got killed by the OOM killer after using any ram and swap on
the machine.

Bastian

---End Message---
---BeginMessage---
Source: openvrml
Source-Version: 0.18.3~svn4006-0.1

We believe that the bug you reported is fixed in the latest version of
openvrml, which is due to be installed in the Debian FTP archive:

libopenvrml-dev_0.18.3~svn4006-0.1_i386.deb
  to main/o/openvrml/libopenvrml-dev_0.18.3~svn4006-0.1_i386.deb
libopenvrml-doc_0.18.3~svn4006-0.1_all.deb
  to main/o/openvrml/libopenvrml-doc_0.18.3~svn4006-0.1_all.deb
libopenvrml9_0.18.3~svn4006-0.1_i386.deb
  to main/o/openvrml/libopenvrml9_0.18.3~svn4006-0.1_i386.deb
openvrml-lookat_0.18.3~svn4006-0.1_i386.deb
  to main/o/openvrml/openvrml-lookat_0.18.3~svn4006-0.1_i386.deb
openvrml_0.18.3~svn4006-0.1.diff.gz
  to main/o/openvrml/openvrml_0.18.3~svn4006-0.1.diff.gz
openvrml_0.18.3~svn4006-0.1.dsc
  to main/o/openvrml/openvrml_0.18.3~svn4006-0.1.dsc
openvrml_0.18.3~svn4006.orig.tar.gz
  to main/o/openvrml/openvrml_0.18.3~svn4006.orig.tar.gz



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 336...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry deFreese bdefre...@debian.org (supplier of updated openvrml 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 21 Oct 2009 20:12:27 -0400
Source: openvrml
Binary: libopenvrml9 libopenvrml-dev libopenvrml-doc openvrml-lookat
Architecture: source all i386
Version: 0.18.3~svn4006-0.1
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) sam+...@zoy.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 libopenvrml-dev - developer libraries for openvrml
 libopenvrml-doc - documentation for openvrml
 libopenvrml9 - runtime shared library for VRML
 openvrml-lookat - VRML viewer
Closes: 336526 490334 534055
Changes: 
 openvrml (0.18.3~svn4006-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release.
 + Bump binary package names for new SONAME.
 + Pull from svn because it includes fixes for gcc and boost 1.40.
 + Refresh patches for new source, remove all unecessary ones.
 + Uses less memory on build. (Closes: #336526).
 + Add build-depends: libgtkglext1-dev, libltdl-dev, libdbus-glib-1-dev
 + Added the following 

Bug#490334: marked as done (openvrml: FTBFS: Nonexistent build-dependency: libxul-dev)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 23:32:15 +
with message-id e1n9ozr-0006bk...@ries.debian.org
and subject line Bug#490334: fixed in openvrml 0.18.3~svn4006-0.1
has caused the Debian Bug report #490334,
regarding openvrml: FTBFS: Nonexistent build-dependency: libxul-dev
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 ow...@bugs.debian.org
immediately.)


-- 
490334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490334
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: openvrml
Version: 0.17.5-5
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20080710 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0), quilt, libgl1-mesa-dev | libgl-dev, 
 zlib1g-dev, libjpeg62-dev, libpng12-dev (= 1.2.5.0-4), libx11-dev, 
 libxext-dev, libfreetype6-dev, libfontconfig1-dev, libsdl1.2-dev, libgcj-dev, 
 libmozjs-dev, libboost-dev, libboost-test-dev, libboost-thread-dev, 
 libgtk2.0-dev, libxmu-dev, procps, doxygen, libgnomeui-dev, libglade2-dev, 
 libcurl4-gnutls-dev, libxul-dev
 Checking for already installed source dependencies...
 debhelper: missing
 Using default version 7.0.15
 quilt: missing
 libgl1-mesa-dev: missing
 libgl-dev: missing
 zlib1g-dev: missing
 libjpeg62-dev: missing
 libpng12-dev: missing
 Using default version 1.2.27-1
 libx11-dev: missing
 libxext-dev: missing
 libfreetype6-dev: missing
 libfontconfig1-dev: missing
 libsdl1.2-dev: missing
 libgcj-dev: missing
 libmozjs-dev: missing
 libboost-dev: missing
 libboost-test-dev: missing
 libboost-thread-dev: missing
 libgtk2.0-dev: missing
 libxmu-dev: missing
 procps: missing
 doxygen: missing
 libgnomeui-dev: missing
 libglade2-dev: missing
 libcurl4-gnutls-dev: missing
 libxul-dev: missing
 Checking for source dependency conflicts...
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Note, selecting gcj instead of libgcj-dev
 Package libxul-dev is not available, but is referred to by another package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 E: Package libxul-dev has no installation candidate

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/10

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: openvrml
Source-Version: 0.18.3~svn4006-0.1

We believe that the bug you reported is fixed in the latest version of
openvrml, which is due to be installed in the Debian FTP archive:

libopenvrml-dev_0.18.3~svn4006-0.1_i386.deb
  to main/o/openvrml/libopenvrml-dev_0.18.3~svn4006-0.1_i386.deb
libopenvrml-doc_0.18.3~svn4006-0.1_all.deb
  to main/o/openvrml/libopenvrml-doc_0.18.3~svn4006-0.1_all.deb
libopenvrml9_0.18.3~svn4006-0.1_i386.deb
  to main/o/openvrml/libopenvrml9_0.18.3~svn4006-0.1_i386.deb
openvrml-lookat_0.18.3~svn4006-0.1_i386.deb
  to main/o/openvrml/openvrml-lookat_0.18.3~svn4006-0.1_i386.deb
openvrml_0.18.3~svn4006-0.1.diff.gz
  to main/o/openvrml/openvrml_0.18.3~svn4006-0.1.diff.gz
openvrml_0.18.3~svn4006-0.1.dsc
  to main/o/openvrml/openvrml_0.18.3~svn4006-0.1.dsc
openvrml_0.18.3~svn4006.orig.tar.gz
  to main/o/openvrml/openvrml_0.18.3~svn4006.orig.tar.gz



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 490...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry deFreese bdefre...@debian.org (supplier of updated openvrml 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 21 Oct 2009 20:12:27 -0400
Source: openvrml
Binary: libopenvrml9 libopenvrml-dev libopenvrml-doc openvrml-lookat
Architecture: source all i386

Bug#555839: marked as done (FTBFS: rm: cannot remove `debian/pspp/usr/share/info/dir': No such file or directory)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Nov 2009 23:14:38 +
with message-id e1n9oio-0004gc...@ries.debian.org
and subject line Bug#555839: fixed in pspp 0.6.2-2
has caused the Debian Bug report #555839,
regarding FTBFS: rm: cannot remove `debian/pspp/usr/share/info/dir': No such 
file or directory
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 ow...@bugs.debian.org
immediately.)


-- 
555839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555839
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pspp
Version: 0.6.2-1
Severity: serious
Justification: FTBFS

Hi,

pspp FTBFS on some architecture.
https://buildd.debian.org/fetch.cgi?pkg=pspp;ver=0.6.2-1;arch=amd64;stamp=1257871317

-
make[5]: Leaving directory `/build/buildd/pspp-0.6.2'
make[4]: Leaving directory `/build/buildd/pspp-0.6.2'
make[3]: Leaving directory `/build/buildd/pspp-0.6.2'
make[2]: Leaving directory `/build/buildd/pspp-0.6.2'
make[1]: Leaving directory `/build/buildd/pspp-0.6.2'
rm debian/pspp/usr/share/info/dir
rm: cannot remove `debian/pspp/usr/share/info/dir': No such file or directory
make: *** [install] Error 1
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch
gave error exit status 2
**
-

Could you check and fix?

Best regards,
  Nobuhiro


---End Message---
---BeginMessage---
Source: pspp
Source-Version: 0.6.2-2

We believe that the bug you reported is fixed in the latest version of
pspp, which is due to be installed in the Debian FTP archive:

pspp_0.6.2-2.diff.gz
  to main/p/pspp/pspp_0.6.2-2.diff.gz
pspp_0.6.2-2.dsc
  to main/p/pspp/pspp_0.6.2-2.dsc
pspp_0.6.2-2_i386.deb
  to main/p/pspp/pspp_0.6.2-2_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 555...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James R. Van Zandt j...@debian.org (supplier of updated pspp 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Nov 2009 17:38:36 -0500
Source: pspp
Binary: pspp
Architecture: source i386
Version: 0.6.2-2
Distribution: unstable
Urgency: low
Maintainer: James R. Van Zandt j...@debian.org
Changed-By: James R. Van Zandt j...@debian.org
Description: 
 pspp   - Statistical analysis tool
Closes: 555839
Changes: 
 pspp (0.6.2-2) unstable; urgency=low
 .
   * debian/rules: only delete /usr/share/info/dir if it exists
 (Closes:Bug#555839)
Checksums-Sha1: 
 31ddae5ae5d20bea1103c9c0fc0e281ac0d5aed1 1212 pspp_0.6.2-2.dsc
 8964f9f2fd66e70ec0d5918520470916ee9927a0 11557 pspp_0.6.2-2.diff.gz
 e79a95980aeac23b0f1585892b7c5be2df86 2171994 pspp_0.6.2-2_i386.deb
Checksums-Sha256: 
 b7fc7e704b7ed913da828828931f6c4d1f277a90a6b851a7b9e471a7663800df 1212 
pspp_0.6.2-2.dsc
 d7b5e1c898a1b1166b09aa9320143c22ef18f3e5cbe8b60a31d003b3c771c390 11557 
pspp_0.6.2-2.diff.gz
 72bd2d003189cc39a4049b12d525bc924b6823a37abcf4bb21613276b24e98b6 2171994 
pspp_0.6.2-2_i386.deb
Files: 
 498688473982d5e78c60cd9752c5bdbd 1212 math optional pspp_0.6.2-2.dsc
 86b5e41f66d28b17a1eafcc4ecb8bdfa 11557 math optional pspp_0.6.2-2.diff.gz
 40f5599d3f23c7beb3e8ab6034b44f1d 2171994 math optional pspp_0.6.2-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQCVAwUBSwCD9zHnPxTimJZtAQjlEgP/WY6hZLh/LfkiawekTeZa8QNF+Ru8Kc0u
uAC0PYnTr/W3boTgCeyaVN8ruT+Zs2e0PlPtIpoS/poYR8kpTJfnGvTtEe8jIF6S
LTtpdtJLk54Elc2aUCN5NzOqs9lx6BMuMRL16Ma8fEIGevG8bKEDsIiYWCecs9UD
6VbjuGlnTOg=
=AwVv
-END PGP SIGNATURE-


---End Message---


Bug#553470: What to do?

2009-11-15 Thread Robert Millan
On Mon, Nov 16, 2009 at 12:11:41AM +0100, Jelmer Vernooij wrote:
 I'm not sure what the best thing is to do here.
 
 This situation should be unusual, and it does not corrupt any of the
 data in the original Subversion or Bazaar repositories. It's only a
 problem if you push introduce a new file in a merged revision that is
 not changed by the merging revision and then try to pull those changes
 down to a bzr repository that is older than 2a. Even after that, bzr
 will complain but the data should be ok.
 
 Putting a newer version of bzr-svn into Lenny wouldn't really be an
 option, as this would require us to put newer versions of bzr, bzr-gtk,
 etc in as well. This would be too risky.
 
 I don't think removing bzr-svn completely would be necessary. Another
 alternative would be to simply disable the ability to do round-tripping
 pushes (or round-tripping pushes of merges?) into Subversion and only
 allow dpush. 

Hi Jelmer,

Note that the second time we experienced repository corruption, we were
using bzr-svn 1.0.0 and only for pulls, never for pushing to svn.  This
was with a pre-2a format though.

I'm not sure what's the cause anymore.  It could also have been related to
our use of bzr+ssh (see https://savannah.gnu.org/support/index.php?107077)
with an old (1.6) bzr daemon.

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#547956: marked as done (libgoogle-perftools0 library package includes command line utility)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 16 Nov 2009 00:17:13 +
with message-id e1n9phn-0002me...@ries.debian.org
and subject line Bug#547956: fixed in google-perftools 1.4-2
has caused the Debian Bug report #547956,
regarding libgoogle-perftools0 library package includes command line utility
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 ow...@bugs.debian.org
immediately.)


-- 
547956: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547956
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libgoogle-perftools0
Version: 1.4-1
Severity: serious

libgoogle-perftools0 contains the command line profiling utility,
/usr/bin/google-pprof:

$ dpkg-deb -c libgoogle-perftools0_1.4-1_amd64.deb | grep usr/bin/ 
drwxr-xr-x root/root 0 2009-09-18 11:25 ./usr/bin/
-rwxr-xr-x root/root128341 2009-09-18 11:25 ./usr/bin/google-pprof
$

per debian policy 8.2, this is not allowed:

8.2 Shared library support files

If your package contains files whose names do not change with each
change in the library shared object version, you must not put them
in the shared library package. Otherwise, several versions of the
shared library cannot be installed at the same time without filename
clashes, making upgrades and transitions unnecessarily difficult.

-- 
Robert Edmonds
edmo...@debian.org


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: google-perftools
Source-Version: 1.4-2

We believe that the bug you reported is fixed in the latest version of
google-perftools, which is due to be installed in the Debian FTP archive:

google-perftools-dbg_1.4-2_amd64.deb
  to main/g/google-perftools/google-perftools-dbg_1.4-2_amd64.deb
google-perftools_1.4-2.diff.gz
  to main/g/google-perftools/google-perftools_1.4-2.diff.gz
google-perftools_1.4-2.dsc
  to main/g/google-perftools/google-perftools_1.4-2.dsc
google-perftools_1.4-2_amd64.deb
  to main/g/google-perftools/google-perftools_1.4-2_amd64.deb
libgoogle-perftools-dev_1.4-2_amd64.deb
  to main/g/google-perftools/libgoogle-perftools-dev_1.4-2_amd64.deb
libgoogle-perftools0-dbg_1.4-2_amd64.deb
  to main/g/google-perftools/libgoogle-perftools0-dbg_1.4-2_amd64.deb
libgoogle-perftools0_1.4-2_amd64.deb
  to main/g/google-perftools/libgoogle-perftools0_1.4-2_amd64.deb
libtcmalloc-minimal0-dbg_1.4-2_amd64.deb
  to main/g/google-perftools/libtcmalloc-minimal0-dbg_1.4-2_amd64.deb
libtcmalloc-minimal0_1.4-2_amd64.deb
  to main/g/google-perftools/libtcmalloc-minimal0_1.4-2_amd64.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 547...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daigo Moriwaki da...@debian.org (supplier of updated google-perftools 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Oct 2009 20:19:18 +0900
Source: google-perftools
Binary: libgoogle-perftools-dev libtcmalloc-minimal0 libtcmalloc-minimal0-dbg 
libgoogle-perftools0 libgoogle-perftools0-dbg google-perftools 
google-perftools-dbg
Architecture: source amd64
Version: 1.4-2
Distribution: unstable
Urgency: low
Maintainer: Daigo Moriwaki da...@debian.org
Changed-By: Daigo Moriwaki da...@debian.org
Description: 
 google-perftools - command line utilities to analyze the performance of C++ 
programs
 google-perftools-dbg - command line utilities to analyze the performance of 
C++ programs
 libgoogle-perftools-dev - libraries for CPU and heap analysis, plus an 
efficient thread-cac
 libgoogle-perftools0 - libraries for CPU and heap analysis, plus an efficient 
thread-cac
 libgoogle-perftools0-dbg - libraries for CPU and heap analysis, plus an 
efficient thread-cac
 libtcmalloc-minimal0 - an efficient thread-caching malloc
 libtcmalloc-minimal0-dbg - an efficient thread-caching malloc
Closes: 547956
Changes: 
 google-perftools (1.4-2) unstable; urgency=low
 .
   * debian/control, debian/rules: Added a new package, google-perftools, which
 contains command line utilities.  (Closes: #547956)
Checksums-Sha1: 
 b042361b76885b44f29d9262d3edaaffc69d8021 1290 google-perftools_1.4-2.dsc
 dedad7311bcc45f420eec1dcf9e095dbb427d68f 4265 google-perftools_1.4-2.diff.gz
 fd6dfd559a2631429feb03f8c515474f084662f5 889024 
libgoogle-perftools-dev_1.4-2_amd64.deb
 

Bug#553536: marked as done (iptotal: dir-or-file-in-var-www /var/www/iptotal/images/Archive_Button.gif and 12 others)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 16 Nov 2009 00:47:20 +
with message-id e1n9pkw-0005b9...@ries.debian.org
and subject line Bug#553536: fixed in iptotal 0.3.3-9
has caused the Debian Bug report #553536,
regarding iptotal: dir-or-file-in-var-www 
/var/www/iptotal/images/Archive_Button.gif and 12 others
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 ow...@bugs.debian.org
immediately.)


-- 
553536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553536
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: iptotal
Version: 0.3.3-8
Severity: serious
User: lintian-ma...@debian.org
Usertags: dir-or-file-in-var-www

Debian packages should not install files under /var/www. This is not
one of the /var directories in the File Hierarchy Standard and is
under the control of the local administrator. Packages should not
assume that it is the document root for a web server; it is very
common for users to change the default document root and packages
should not assume that users will keep any particular setting. 

Packages that want to make files available via an installed web server
should instead put instructions for the local administrator in a
README.Debian file and ideally include configuration fragments for
common web servers such as Apache.

As an exception, packages are permitted to create the /var/www
directory due to its past history as the default document root, but
should at most copy over a default file in postinst for a new install.

Refer to Filesystem Hierarchy Standard (The /var Hierarchy) for
details.

One solution that works is to put configuration files into
/etc/package_name, put static content, if any, into
/usr/{share,lib}/package_name, then create /var/lib/package name
as home for the package, and symlink the files from /etc and /usr/
into the /var/lib/package_name. Then create a simple set of
configuration snippets for popular web servers (for example, files one
may link into /etc/apache2/conf.d) and put them into
/etc/package_name. This way user modifiable files stil live in /etc,
and a simple operation can make the package go live.

Filed as serious, since this is a violation of the FHS (which is part
of policy), and also since a package with these files will currently
get this package rejected. See
  http://lists.debian.org/debian-devel-announce/2009/10/msg4.html
for details. This means the package has been deemed too buggy to be in
Debian.

manoj


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31.4-anzu-2 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iptotal depends on:
ii  apache2   2.2.14-1   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [httpd]   2.2.14-1   Apache HTTP Server - traditional n
ii  libc6 2.10.1-3   GNU C Library: Shared libraries
ii  libpcap0.81.0.0-4system interface for user-level pa
pn  rrdtool   none (no description available)
ii  tcpdump   4.0.0-4A powerful tool for network monito

iptotal recommends no packages.

iptotal suggests no packages.


---End Message---
---BeginMessage---
Source: iptotal
Source-Version: 0.3.3-9

We believe that the bug you reported is fixed in the latest version of
iptotal, which is due to be installed in the Debian FTP archive:

iptotal_0.3.3-9.diff.gz
  to main/i/iptotal/iptotal_0.3.3-9.diff.gz
iptotal_0.3.3-9.dsc
  to main/i/iptotal/iptotal_0.3.3-9.dsc
iptotal_0.3.3-9_i386.deb
  to main/i/iptotal/iptotal_0.3.3-9_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 553...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ignace Mouzannar mouzan...@gmail.com (supplier of updated iptotal 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 15 Nov 2009 21:11:05 +0100
Source: iptotal
Binary: iptotal
Architecture: source i386
Version: 0.3.3-9
Distribution: unstable
Urgency: low
Maintainer: Ignace Mouzannar mouzan...@gmail.com
Changed-By: Ignace 

Bug#553092: marked as done (FSSTND-dir-in-usr usr/man/)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 16 Nov 2009 01:32:51 +
with message-id e1n9qsz-0001tg...@ries.debian.org
and subject line Bug#553092: fixed in zoneminder 1.24.2-2
has caused the Debian Bug report #553092,
regarding FSSTND-dir-in-usr usr/man/
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 ow...@bugs.debian.org
immediately.)


-- 
553092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553092
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: zoneminder
Version: 1.24.2-1
Severity: serious
Justification: As of policy version 3.0.0.0, Debian no longer follows the 
FSSTND.
User: lintian-ma...@debian.org
Usertags: FSSTND-dir-in-usr

Instead, the Filesystem Hierarchy Standard (FHS), version 2.3, is used. You can
find it in /usr/share/doc/debian-policy/fhs/ .

Refer to Debian Policy Manual section 9.1.1 (File system Structure) for details.

   manoj


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31.4-anzu-2 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages zoneminder depends on:
ii  apache2   2.2.14-1   Apache HTTP Server metapackage
ii  apache2-mpm-prefo 2.2.14-1   Apache HTTP Server - traditional n
ii  ffmpeg5:0.5+svn20091021-0.0  audio/video encoder, streaming ser
pn  libapache2-mod-ph none (no description available)
ii  libarchive-zip-pe 1.30-1 Perl module for manipulation of ZI
ii  libavcodec52  5:0.5+svn20091021-0.0  library to encode decode multimedi
ii  libavformat52 5:0.5+svn20091021-0.0  ffmpeg file format library
ii  libavutil49   4:0.5+svn20090706-2+b1 ffmpeg utility library
ii  libc6 2.10.1-2   GNU C Library: Shared libraries
ii  libdate-manip-per 5.54-1 a perl library for manipulating da
pn  libdevice-serialp none (no description available)
ii  libgcc1   1:4.4.2-1  GCC support library
ii  libgnutls26   2.8.4-1the GNU TLS library - runtime libr
ii  libjpeg62 6b-15  The Independent JPEG Group's JPEG 
ii  libmime-lite-perl 3.027-1module for convenient MIME message
ii  libmime-perl  5.427-2transitional dummy package
ii  libmime-tools-per 5.427-2Perl5 modules for MIME-compliant m
pn  libmysqlclient15o none (no description available)
ii  libpcre3  7.8-3  Perl 5 Compatible Regular Expressi
pn  libphp-serializat none (no description available)
ii  libstdc++64.4.2-1The GNU Standard C++ Library v3
ii  libswscale0   5:0.5+svn20091021-0.0  ffmpeg video scaling library
ii  libwww-perl   5.833-1Perl HTTP/WWW client/server librar
pn  mysql-client  none (no description available)
pn  mysql-server  none (no description available)
ii  perl-modules [lib 5.10.1-5   Core Perl modules
pn  php5 | php4   none (no description available)
pn  php5-mysql | php4 none (no description available)
ii  sysklogd [system- 1.5-5  System Logging Daemon
ii  zlib1g1:1.2.3.3.dfsg-15  compression library - runtime

zoneminder recommends no packages.

zoneminder suggests no packages.


---End Message---
---BeginMessage---
Source: zoneminder
Source-Version: 1.24.2-2

We believe that the bug you reported is fixed in the latest version of
zoneminder, which is due to be installed in the Debian FTP archive:

zoneminder_1.24.2-2.diff.gz
  to main/z/zoneminder/zoneminder_1.24.2-2.diff.gz
zoneminder_1.24.2-2.dsc
  to main/z/zoneminder/zoneminder_1.24.2-2.dsc
zoneminder_1.24.2-2_i386.deb
  to main/z/zoneminder/zoneminder_1.24.2-2_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 553...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Howard p...@northern-ridge.com.au (supplier of updated zoneminder 
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 

Bug#551746: marked as done (broken installation of zoneminder)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 16 Nov 2009 01:32:51 +
with message-id e1n9qsz-0001tb...@ries.debian.org
and subject line Bug#551746: fixed in zoneminder 1.24.2-2
has caused the Debian Bug report #551746,
regarding broken installation of zoneminder
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 ow...@bugs.debian.org
immediately.)


-- 
551746: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551746
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: zoneminder
Version: 1.24.2-1
Severity: grave
Justification: renders package unusable


I just did: 
# apt-get install zoneminder


this the results (sorry for the italian locale)


Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze   
Lettura informazioni sullo stato... Fatto
I seguenti pacchetti saranno inoltre installati:
  apache2 apache2-mpm-prefork libapache2-mod-php5 libemail-date-format-perl
  libmime-lite-perl libmime-types-perl libphp-serialization-perl php5
  php5-common php5-mysql php5-suhosin
Pacchetti suggeriti:
  php-pear
I seguenti pacchetti NUOVI saranno installati:
  apache2 apache2-mpm-prefork libapache2-mod-php5 libemail-date-format-perl
  libmime-lite-perl libmime-types-perl libphp-serialization-perl php5
  php5-common php5-mysql php5-suhosin zoneminder
0 aggiornati, 12 installati, 0 da rimuovere e 0 non aggiornati.
� necessario scaricare 4712kB di archivi.
Dopo quest'operazione, verranno occupati 14,2MB di spazio su disco.
Continuare [S/n]? 
Scaricare:1 http://ftp.it.debian.org sid/main apache2-mpm-prefork 2.2.14-1 
[2330B]
Scaricare:2 http://ftp.it.debian.org sid/main apache2 2.2.14-1 [1376B]
Scaricare:3 http://ftp.it.debian.org sid/main php5-common 5.2.11.dfsg.1-1 
[426kB]
Scaricare:4 http://ftp.it.debian.org sid/main libapache2-mod-php5 
5.2.11.dfsg.1-1 [2490kB]
Scaricare:5 http://ftp.it.debian.org sid/main libemail-date-format-perl 1.002-1 
[6258B]
Scaricare:6 http://ftp.it.debian.org sid/main libmime-lite-perl 3.027-1 [76,3kB]
Scaricare:7 http://ftp.it.debian.org sid/main libmime-types-perl 1.28-1 [31,2kB]
Scaricare:8 http://ftp.it.debian.org sid/main libphp-serialization-perl 0.33-1 
[10,8kB]
Scaricare:9 http://ftp.it.debian.org sid/main php5 5.2.11.dfsg.1-1 [1076B]
Scaricare:10 http://ftp.it.debian.org sid/main php5-mysql 5.2.11.dfsg.1-1 
[64,7kB]
Scaricare:11 http://ftp.it.debian.org sid/main php5-suhosin 0.9.29-1 [73,7kB]
Scaricare:12 http://ftp.it.debian.org sid/main zoneminder 1.24.2-1 [1528kB]
Recuperati 4712kB in 7s (633kB/s)  
impossibile caricare il database /var/lib/apt/listchanges.db.
Selezionato il pacchetto apache2-mpm-prefork.
(Lettura del database... 310674 file e directory attualmente installati.)
Estrazione di apache2-mpm-prefork (da 
.../apache2-mpm-prefork_2.2.14-1_i386.deb)...
Selezionato il pacchetto apache2.
Estrazione di apache2 (da .../apache2_2.2.14-1_i386.deb)...
Selezionato il pacchetto php5-common.
Estrazione di php5-common (da .../php5-common_5.2.11.dfsg.1-1_i386.deb)...
Selezionato il pacchetto libapache2-mod-php5.
Estrazione di libapache2-mod-php5 (da 
.../libapache2-mod-php5_5.2.11.dfsg.1-1_i386.deb)...
Selezionato il pacchetto libemail-date-format-perl.
Estrazione di libemail-date-format-perl (da 
.../libemail-date-format-perl_1.002-1_all.deb)...
Selezionato il pacchetto libmime-lite-perl.
Estrazione di libmime-lite-perl (da .../libmime-lite-perl_3.027-1_all.deb)...
Selezionato il pacchetto libmime-types-perl.
Estrazione di libmime-types-perl (da .../libmime-types-perl_1.28-1_all.deb)...
Selezionato il pacchetto libphp-serialization-perl.
Estrazione di libphp-serialization-perl (da 
.../libphp-serialization-perl_0.33-1_all.deb)...
Selezionato il pacchetto php5.
Estrazione di php5 (da .../php5_5.2.11.dfsg.1-1_all.deb)...
Selezionato il pacchetto php5-mysql.
Estrazione di php5-mysql (da .../php5-mysql_5.2.11.dfsg.1-1_i386.deb)...
Selezionato il pacchetto php5-suhosin.
Estrazione di php5-suhosin (da .../php5-suhosin_0.9.29-1_i386.deb)...
Selezionato il pacchetto zoneminder.
Estrazione di zoneminder (da .../zoneminder_1.24.2-1_i386.deb)...
Elaborazione dei trigger per man-db...
Configurazione di apache2-mpm-prefork (2.2.14-1)...
Starting web server: apache2.
Configurazione di apache2 (2.2.14-1)...
Configurazione di php5-common (5.2.11.dfsg.1-1)...
Configurazione di libapache2-mod-php5 (5.2.11.dfsg.1-1)...

Creating config file /etc/php5/apache2/php.ini with new version
Reloading web server config: apache2.
Configurazione di libemail-date-format-perl (1.002-1)...
Configurazione di libmime-lite-perl (3.027-1)...
Configurazione di libmime-types-perl 

Bug#556046: ATA drive root partition does not exist

2009-11-15 Thread Bryan Cebuliak
Is   this  relevant? Will  test  later unless   someone   else does:
https://bugs.launchpad.net/ubuntu/+source/devmapper/+bug/358654

2009/11/14 Bryan Cebuliak bryan.cebul...@gmail.com

 This  bug may be a duplicate of 556046:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556046

 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555702http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556046


Bug#552422: marked as done (linux-2.6 2.6.31-1 FTBFS on mipsel)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 16 Nov 2009 01:52:06 +
with message-id e1n9qlc-0004qy...@ries.debian.org
and subject line Bug#552422: fixed in linux-2.6 2.6.31-2
has caused the Debian Bug report #552422,
regarding linux-2.6 2.6.31-1 FTBFS on mipsel
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 ow...@bugs.debian.org
immediately.)


-- 
552422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.31-1
Severity: serious

Hi,

this package FTBFS on mipsel:
  MODPOST vmlinux.o
  GEN .version
  CHK include/linux/compile.h
  UPD include/linux/compile.h
  CC  init/version.o
  LD  init/built-in.o
  LD  .tmp_vmlinux1
ld:arch/mips/kernel/vmlinux.lds:168: syntax error
make[5]: *** [.tmp_vmlinux1] Error 1
make[4]: *** [sub-make] Error 2
make[3]: *** [all] Error 2
make[3]: Leaving directory 
`/build/buildd-linux-2.6_2.6.31-1-mipsel-sv6ZWe/linux-2.6-2.6.31/debian/build/build_mipsel_none_4kc-malta'
make[2]: *** [debian/stamps/build_mipsel_none_4kc-malta_plain] Error 2
make[2]: Leaving directory 
`/build/buildd-linux-2.6_2.6.31-1-mipsel-sv6ZWe/linux-2.6-2.6.31'
make[1]: *** [build_mipsel_none_4kc-malta_real] Error 2
make: *** [debian/stamps/build-base] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
make[1]: Leaving directory 
`/build/buildd-linux-2.6_2.6.31-1-mipsel-sv6ZWe/linux-2.6-2.6.31'

Please see
https://buildd.debian.org/fetch.cgi?pkg=linux-2.6ver=2.6.31-1arch=mipselstamp=1256513866file=log
for the full build log.


Cheers,
Andi


---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.31-2

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

firmware-linux-free_2.6.31-2_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.31-2_all.deb
linux-2.6_2.6.31-2.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.31-2.diff.gz
linux-2.6_2.6.31-2.dsc
  to main/l/linux-2.6/linux-2.6_2.6.31-2.dsc
linux-doc-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-doc-2.6.31_2.6.31-2_all.deb
linux-headers-2.6.31-1-486_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-486_2.6.31-2_i386.deb
linux-headers-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
linux-headers-2.6.31-1-686_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-686_2.6.31-2_i386.deb
linux-headers-2.6.31-1-all-i386_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-all-i386_2.6.31-2_i386.deb
linux-headers-2.6.31-1-all_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-all_2.6.31-2_i386.deb
linux-headers-2.6.31-1-amd64_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-amd64_2.6.31-2_i386.deb
linux-headers-2.6.31-1-common_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-common_2.6.31-2_i386.deb
linux-image-2.6.31-1-486_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.31-1-486_2.6.31-2_i386.deb
linux-image-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
linux-image-2.6.31-1-686_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.31-1-686_2.6.31-2_i386.deb
linux-image-2.6.31-1-amd64_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.31-1-amd64_2.6.31-2_i386.deb
linux-libc-dev_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.31-2_i386.deb
linux-manual-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-manual-2.6.31_2.6.31-2_all.deb
linux-patch-debian-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.31_2.6.31-2_all.deb
linux-source-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-source-2.6.31_2.6.31-2_all.deb
linux-support-2.6.31-1_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-support-2.6.31-1_2.6.31-2_all.deb
linux-tree-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-tree-2.6.31_2.6.31-2_all.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 552...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings b...@decadent.org.uk (supplier of updated linux-2.6 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: 

Bug#554124: marked as done (FTBFS on powerpc due to bogus #warning and -Werror)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 16 Nov 2009 01:52:06 +
with message-id e1n9qlc-0004qn...@ries.debian.org
and subject line Bug#554124: fixed in linux-2.6 2.6.31-2
has caused the Debian Bug report #554124,
regarding FTBFS on powerpc due to bogus #warning and -Werror
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 ow...@bugs.debian.org
immediately.)


-- 
554124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554124
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.31-1
Severity: serious
Tags: patch
Justification: no longer builds from source

Build log:

https://buildd.debian.org/fetch.cgi?pkg=linux-2.6;ver=2.6.31-1;arch=powerpc;stamp=1256515119

Alredy patched upstream by Bastian Blank:

commit 6fdc31a2b86cf1f98e3eed896578ad9659eeb0f8
Author: Bastian Blank bast...@waldi.eu.org
Date:   Wed Aug 12 23:30:45 2009 +

powerpc: Remove SMP warning from PowerMac cpufreq

Not sure why this is not in the Debian package yet, but I'll add it.

Ben.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.31-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.31-2

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

firmware-linux-free_2.6.31-2_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.31-2_all.deb
linux-2.6_2.6.31-2.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.31-2.diff.gz
linux-2.6_2.6.31-2.dsc
  to main/l/linux-2.6/linux-2.6_2.6.31-2.dsc
linux-doc-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-doc-2.6.31_2.6.31-2_all.deb
linux-headers-2.6.31-1-486_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-486_2.6.31-2_i386.deb
linux-headers-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
linux-headers-2.6.31-1-686_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-686_2.6.31-2_i386.deb
linux-headers-2.6.31-1-all-i386_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-all-i386_2.6.31-2_i386.deb
linux-headers-2.6.31-1-all_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-all_2.6.31-2_i386.deb
linux-headers-2.6.31-1-amd64_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-amd64_2.6.31-2_i386.deb
linux-headers-2.6.31-1-common_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-common_2.6.31-2_i386.deb
linux-image-2.6.31-1-486_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.31-1-486_2.6.31-2_i386.deb
linux-image-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
linux-image-2.6.31-1-686_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.31-1-686_2.6.31-2_i386.deb
linux-image-2.6.31-1-amd64_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.31-1-amd64_2.6.31-2_i386.deb
linux-libc-dev_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.31-2_i386.deb
linux-manual-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-manual-2.6.31_2.6.31-2_all.deb
linux-patch-debian-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.31_2.6.31-2_all.deb
linux-source-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-source-2.6.31_2.6.31-2_all.deb
linux-support-2.6.31-1_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-support-2.6.31-1_2.6.31-2_all.deb
linux-tree-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-tree-2.6.31_2.6.31-2_all.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 554...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings b...@decadent.org.uk (supplier of updated linux-2.6 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Nov 2009 18:47:49 +
Source: linux-2.6
Binary: linux-source-2.6.31 linux-doc-2.6.31 linux-manual-2.6.31 
linux-patch-debian-2.6.31 firmware-linux-free linux-tree-2.6.31 
linux-support-2.6.31-1 linux-libc-dev linux-headers-2.6.31-1-all 

Bug#555093: marked as done (Missing kernel-img.conf makes a debian kernel not installable)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 16 Nov 2009 01:52:06 +
with message-id e1n9qlc-0004qs...@ries.debian.org
and subject line Bug#555093: fixed in linux-2.6 2.6.31-2
has caused the Debian Bug report #555093,
regarding Missing kernel-img.conf makes a debian kernel not installable
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 ow...@bugs.debian.org
immediately.)


-- 
555093: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555093
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.31-1
Severity: normal
Tags: patch

There is no /etc/kernel-img.con on a fresh debootstrap sid. Installing a
kernel leads to:

|mikejones:/var/lib# dpkg --configure -a
|Setting up linux-image-2.6.31-1-amd64 (2.6.31-1) ...
|Running depmod.
|Running update-initramfs.
|update-initramfs: Generating /boot/initrd.img-2.6.31-1-amd64
|Error retreiving answer for 
linux-image-2.6.31-1-amd64/postinst/create-kimage-link-2.6.31-1-amd64:
| linux-image-2.6.31-1-amd64/postinst/create-kimage-link-2.6.31-1-amd64 doesn't 
exist at
| /var/lib/dpkg/info/linux-image-2.6.31-1-amd64.postinst line 522, STDIN line 
3.
|dpkg: error processing linux-image-2.6.31-1-amd64 (--configure):
| subprocess installed post-installation script returned error exit status 9

As far as I understand debconf, there must be a template and input() for
${package_name}/postinst/create-kimage-link-$version in order to get a
value saved. Since I did not find it I guess that this can't work.

If the bootloader is palo than the answer is ignored anyway so the
question is not required there.

kernel-img.conf(5) says that do_symlinks defaults to yes.

This could also fix piuparts [0].

[0] http://piuparts.debian.org/sid/fail/linux-image-2.6.31-1-amd64_2.6.31-1.log

Signed-off-by: Sebastian Andrzej Siewior sebast...@breakpoint.cc
---
 debian/templates/temp.image.plain/postinst |   13 +
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/debian/templates/temp.image.plain/postinst 
b/debian/templates/temp.image.plain/postinst
index 5e827de..d4063ef 100644
--- a/debian/templates/temp.image.plain/postinst
+++ b/debian/templates/temp.image.plain/postinst
@@ -514,28 +514,17 @@ sub handle_missing_link {
   else {
 if (! $have_conffile) {
   my $ret;
-  my $answer='';
   $do_symlink = Yes;
-  my $question = ${package_name}/postinst/create-kimage-link-$version;
 
-  ($ret,$answer) = get($question);
-  die Error retreiving answer for $question: $answer if $ret;
-
-  $answer =~ s/^\s+//;
-  $answer =~ s/\s+$//;
-  $do_symlink = No if $answer =~ /^(f|n)/i;
-
   if (open(CONF, $CONF_LOC)) {
 print CONF # Kernel Image management overrides\n;
 print CONF # See kernel-img.conf(5) for details\n;
 if ($loader =~ /palo/i) {
   print CONF link_in_boot = Yes\n;
-  print CONF do_symlinks = Yes\n;
   print CONF relative_links = Yes\n;
   print CONF do_bootloader = No\n;
-} else {
-  print CONF do_symlinks = $do_symlink\n;
 }
+print CONF do_symlinks = $do_symlink\n;
 close CONF;
   }
   $have_conffile = Yes;
-- 
1.6.5.2



---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.31-2

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

firmware-linux-free_2.6.31-2_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.31-2_all.deb
linux-2.6_2.6.31-2.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.31-2.diff.gz
linux-2.6_2.6.31-2.dsc
  to main/l/linux-2.6/linux-2.6_2.6.31-2.dsc
linux-doc-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-doc-2.6.31_2.6.31-2_all.deb
linux-headers-2.6.31-1-486_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-486_2.6.31-2_i386.deb
linux-headers-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
linux-headers-2.6.31-1-686_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-686_2.6.31-2_i386.deb
linux-headers-2.6.31-1-all-i386_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-all-i386_2.6.31-2_i386.deb
linux-headers-2.6.31-1-all_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-all_2.6.31-2_i386.deb
linux-headers-2.6.31-1-amd64_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-amd64_2.6.31-2_i386.deb
linux-headers-2.6.31-1-common_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-common_2.6.31-2_i386.deb
linux-image-2.6.31-1-486_2.6.31-2_i386.deb
  to 

Bug#536542: marked as done (slim: allows login as root without password)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 16 Nov 2009 01:52:18 +
with message-id e1n9qlo-0004ss...@ries.debian.org
and subject line Bug#536542: fixed in slim 1.3.1-3
has caused the Debian Bug report #536542,
regarding slim: allows login as root without password
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 ow...@bugs.debian.org
immediately.)


-- 
536542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536542
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: slim
Version: 1.3.0-2
Severity: grave
Tags: security
Justification: user security hole
X-Debbugs-Cc: t...@security.debian.org

Typing 'console' in the SLiM login prompt opens a gnome terminal running
login(1). Opening a new terminal from the terminal menu (File - Open
Terminal) opens a gnome terminal running a root shell.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (400, 'unstable'), (300, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages slim depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.0-5  GCC support library
ii  libjpeg62 6b-14  The Independent JPEG Group's JPEG
ii  libpam0g  1.0.1-9Pluggable Authentication Modules l
ii  libpng12-01.2.37-1   PNG library - runtime
ii  libstdc++64.4.0-5The GNU Standard C++ Library v3
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxft2   2.1.13-3   FreeType-based font drawing librar
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library

Versions of packages slim recommends:
ii  gnome-terminal [x-terminal-em 2.26.2-2   The GNOME terminal emulator applic

Versions of packages slim suggests:
pn  scrot none (no description available)

-- debconf information excluded


---End Message---
---BeginMessage---
Source: slim
Source-Version: 1.3.1-3

We believe that the bug you reported is fixed in the latest version of
slim, which is due to be installed in the Debian FTP archive:

slim_1.3.1-3.diff.gz
  to main/s/slim/slim_1.3.1-3.diff.gz
slim_1.3.1-3.dsc
  to main/s/slim/slim_1.3.1-3.dsc
slim_1.3.1-3_i386.deb
  to main/s/slim/slim_1.3.1-3_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 536...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nobuhiro Iwamatsu iwama...@debian.org (supplier of updated slim 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Oct 2009 08:03:36 +0900
Source: slim
Binary: slim
Architecture: source i386
Version: 1.3.1-3
Distribution: unstable
Urgency: low
Maintainer: Nobuhiro Iwamatsu iwama...@debian.org
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 slim   - desktop-independent graphical login manager for X11
Closes: 536542
Changes: 
 slim (1.3.1-3) unstable; urgency=low
 .
   * Remove x-terminal-emulator from Recommends and change from
 x-terminal-emulator to xterm in slim.conf file (Closes: #536542)
Checksums-Sha1: 
 c08a8a5a2cb9b56c6ac00def732bf4928ad9fc33 1116 slim_1.3.1-3.dsc
 e2dd4c5d1976361d194b8a96539cd3877d06a68d 661709 slim_1.3.1-3.diff.gz
 db0c96bd6a91861eee33d700113a6048551b 817420 slim_1.3.1-3_i386.deb
Checksums-Sha256: 
 7226c58e5f9627d5ec1c4d6f4bd0ea83afdf10c1d311e263ac113b965db0f76e 1116 
slim_1.3.1-3.dsc
 0b5500acd504e41cdd954a3b7993669b8ee827cf6aee97429b64c0ebf70fd07e 661709 
slim_1.3.1-3.diff.gz
 e5639cd97084ed4089eb53be95958cb27aef281ff9ec9b8a760763cbde72e9f1 817420 
slim_1.3.1-3_i386.deb
Files: 
 0b7b6b8356ec1a3e8e9e9caa5a7e2778 1116 x11 optional slim_1.3.1-3.dsc
 656a895624b08cd39a2d9b6e4cc3f0f7 661709 x11 optional slim_1.3.1-3.diff.gz
 1475d8776bf4063f795ec170ea7f0b08 817420 x11 optional slim_1.3.1-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkr+aZ8ACgkQQSHHQzFw6+kXewCgmTZxxeJ2shRVvPAoRXW8DoDz
j78An2i1CmcPZJ/HGQ2EhZYjJH9i6Mvq
=vrjj

Bug#556046: ATA drive root partition does not exist

2009-11-15 Thread Bryan Cebuliak
Is  this  relevant? udev creates broken initrd
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554364

2009/11/16 Bryan Cebuliak bryan.cebul...@gmail.com

 Is   this  relevant? Will  test  later unless   someone   else does:
 https://bugs.launchpad.net/ubuntu/+source/devmapper/+bug/358654

 2009/11/14 Bryan Cebuliak bryan.cebul...@gmail.com

 This  bug may be a duplicate of 556046:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556046

  
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555702http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556046




Bug#553470: What to do?

2009-11-15 Thread Jelmer Vernooij
Hi Robert,

On Mon, 2009-11-16 at 00:48 +0100, Robert Millan wrote:
 On Mon, Nov 16, 2009 at 12:11:41AM +0100, Jelmer Vernooij wrote:
  I'm not sure what the best thing is to do here.
  
  This situation should be unusual, and it does not corrupt any of the
  data in the original Subversion or Bazaar repositories. It's only a
  problem if you push introduce a new file in a merged revision that is
  not changed by the merging revision and then try to pull those changes
  down to a bzr repository that is older than 2a. Even after that, bzr
  will complain but the data should be ok.
  
  Putting a newer version of bzr-svn into Lenny wouldn't really be an
  option, as this would require us to put newer versions of bzr, bzr-gtk,
  etc in as well. This would be too risky.
  
  I don't think removing bzr-svn completely would be necessary. Another
  alternative would be to simply disable the ability to do round-tripping
  pushes (or round-tripping pushes of merges?) into Subversion and only
  allow dpush. 
 
 Note that the second time we experienced repository corruption, we were
 using bzr-svn 1.0.0 and only for pulls, never for pushing to svn.  This
 was with a pre-2a format though.
 
 I'm not sure what's the cause anymore.  It could also have been related to
 our use of bzr+ssh (see https://savannah.gnu.org/support/index.php?107077)
 with an old (1.6) bzr daemon.
What sort of problems did you hit the second time around?

Were all of the bzr: revision and file properties before you had problems with 
this repository the second time, and were all of the caches/old bzr 
repositories removed? Perhaps this was just another problem created by the 
invalid data set by the older version of bzr-svn?

Cheers,

Jelmer



signature.asc
Description: This is a digitally signed message part


Bug#556433: linux-image-2.6.30-2-486: 3c59x: NETDEV WATCHDOG: transmit timed out

2009-11-15 Thread Steve Karg
Package: linux-image-2.6.30-bpo.2-486
Version: 2.6.30-8~bpo50+1
Severity: critical

Under heavy network usage (i.e. viewing photos served via sshfs to
another PC), Dell Latitude CP M233ST laptop running as home
fileserver, network stops functioning. I have to reboot to get the
network working again.  I read that the IRQ handling was changed, and
it was suggested to try one of the newest kernels.  I used the
linux-image-2.6.26-2-486 initially.  Then I tried an experimental
build-image kernel (linux-image-2.6.30-1-486) and backports kernel
(linux-image-2.6.30-2-486) and although less frequent, the NETDEV
WATCHDOG still occurs under heavy usage.

The /var/log/messages file shows the following:
Nov 15 19:45:20 samuel kernel: [31020.91] [ cut here
]
Nov 15 19:45:20 samuel kernel: [31020.000194] WARNING: at
/build/buildd/linux-2.6-2.6.30/debian/build/source_i386_none/net/sched/sch_generic.c:226
dev_watchdog+0xc8/0x14a()
Nov 15 19:45:20 samuel kernel: [31020.000239] Hardware name: Latitude
CP M233ST
Nov 15 19:45:20 samuel kernel: [31020.000266] NETDEV WATCHDOG: eth0
(3c59x): transmit timed out
Nov 15 19:45:20 samuel kernel: [31020.000290] Modules linked in:
rfcomm l2cap bluetooth nfsd lockd nfs_acl auth_rpcgss sunrpc exportfs
cpufreq_conservative cpufreq_stats cpufreq_userspace cpufreq_powersave
nls_utf8 cifs nls_base loop joydev 3c59x mii dcdbas pcmcia
snd_wavefront parport_pc video parport output snd_cs4236 snd_wss_lib
snd_opl3_lib snd_hwdep snd_mpu401_uart snd_rawmidi snd_seq_device
button battery ac processor snd_pcm snd_timer snd soundcore
snd_page_alloc psmouse i2c_piix4 yenta_socket evdev serio_raw i2c_core
pcspkr rsrc_nonstatic pcmcia_core sd_mod crc_t10dif ext3 jbd mbcache
usb_storage ide_cd_mod cdrom ide_gd_mod ata_generic libata floppy
scsi_mod uhci_hcd piix ide_pci_generic usbcore ide_core thermal fan
thermal_sys
Nov 15 19:45:20 samuel kernel: [31020.000774] Pid: 0, comm: swapper
Not tainted 2.6.30-bpo.2-486 #1
Nov 15 19:45:20 samuel kernel: [31020.000801] Call Trace:
Nov 15 19:45:20 samuel kernel: [31020.000871]  [c011e7e0] ?
warn_slowpath_common+0x5e/0x8a
Nov 15 19:45:20 samuel kernel: [31020.000915]  [c0293109] ?
dev_watchdog+0x0/0x14a
Nov 15 19:45:20 samuel kernel: [31020.000957]  [c011e83e] ?
warn_slowpath_fmt+0x26/0x2a
Nov 15 19:45:20 samuel kernel: [31020.000997]  [c02931d1] ?
dev_watchdog+0xc8/0x14a
Nov 15 19:45:20 samuel kernel: [31020.001067]  [c0134f58] ?
clockevents_program_event+0xbd/0xcb
Nov 15 19:45:20 samuel kernel: [31020.001113]  [c0135b5f] ?
tick_dev_program_event+0x1e/0x80
Nov 15 19:45:20 samuel kernel: [31020.001172]  [c012503c] ?
run_timer_softirq+0x12e/0x180
Nov 15 19:45:20 samuel kernel: [31020.001212]  [c0293109] ?
dev_watchdog+0x0/0x14a
Nov 15 19:45:20 samuel kernel: [31020.001252]  [c0122167] ?
__do_softirq+0x82/0x125
Nov 15 19:45:20 samuel kernel: [31020.001288]  [c0122237] ?
do_softirq+0x2d/0x37
Nov 15 19:45:20 samuel kernel: [31020.001324]  [c01222fa] ? irq_exit+0x25/0x4e
Nov 15 19:45:20 samuel kernel: [31020.001383]  [c0104614] ? do_IRQ+0x53/0x63
Nov 15 19:45:20 samuel kernel: [31020.001422]  [c0103609] ?
common_interrupt+0x29/0x30
Nov 15 19:45:20 samuel kernel: [31020.001573]  [c8be5dd4] ?
acpi_idle_enter_simple+0xf7/0x12d [processor]
Nov 15 19:45:20 samuel kernel: [31020.001630]  [c02685be] ?
cpuidle_idle_call+0x54/0x86
Nov 15 19:45:20 samuel kernel: [31020.001672]  [c0102337] ? cpu_idle+0x28/0x41
Nov 15 19:45:20 samuel kernel: [31020.001722]  [c0400925] ?
start_kernel+0x291/0x294
Nov 15 19:45:20 samuel kernel: [31020.001751] ---[ end trace
755026cb02bd5b9d ]---

-- Package-specific info:
** Version:
Linux version 2.6.30-bpo.2-486 (Debian 2.6.30-8~bpo50+1)
(no...@debian.org) (gcc version 4.3.2 (Debian 4.3.2-1.1) ) #1 Wed Oct
28 14:04:17 UTC 2009

** Command line:
root=/dev/hda1 ro quiet

** Not tainted

** Kernel log:
[   20.428432]  hda1 hda2  hda5 
[   20.639151] ide-cd: hdc: ATAPI 24X DVD-ROM drive, 512kB Cache
[   20.639203] Uniform CD-ROM driver Revision: 3.20
[   20.754018] Initializing USB Mass Storage driver...
[   20.822612] scsi0 : SCSI emulation for USB Mass Storage devices
[   20.828512] usbcore: registered new interface driver usb-storage
[   20.828561] USB Mass Storage support registered.
[   20.839367] usb-storage: device found at 3
[   20.839394] usb-storage: waiting for device to settle before scanning
[   21.588732] PM: Starting manual resume from disk
[   21.942530] kjournald starting.  Commit interval 5 seconds
[   21.942646] EXT3-fs: mounted filesystem with ordered data mode.
[   25.848745] usb-storage: device scan complete
[   25.854859] scsi 0:0:0:0: Direct-Access Seagate  FreeAgent Go
  102D PQ: 0 ANSI: 4
[   28.061287] udevd version 125 started
[   45.231793] Driver 'sd' needs updating - please use bus_type methods
[   45.411708] yenta_cardbus :00:03.0: CardBus bridge found [1028:0075]
[   48.266127] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors:
(500 GB/465 GiB)
[   48.272564] sd 0:0:0:0: [sda] 

Processed: Re: Bug#549112: daemontools: supervise stores state in /etc

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 549112 wishlist
Bug #549112 [daemontools] daemontools: supervise stores state in /etc
Severity set to 'wishlist' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#549112: daemontools: supervise stores state in /etc

2009-11-15 Thread Joost van Baal
severity 549112 wishlist
thanks

Gerrit Pape wrote:
 Please close the bug again, or at least make it severity wishlist.

I agree with Gerrit's reasoning.   Bug now wishlist.

Bye,

Joost



signature.asc
Description: Digital signature


Bug#546221: marked as done (libxray-absorption-perl: FTBFS with newer Test::Harness)

2009-11-15 Thread Debian Bug Tracking System
Your message dated Mon, 16 Nov 2009 06:17:21 +
with message-id e1n9utt-0005fd...@ries.debian.org
and subject line Bug#546221: fixed in libxray-absorption-perl 2.0.2-1
has caused the Debian Bug report #546221,
regarding libxray-absorption-perl: FTBFS with newer Test::Harness
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 ow...@bugs.debian.org
immediately.)


-- 
546221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546221
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libxray-absorption-perl
Version: 2.0.1-2
Severity: serious
User: debian-p...@lists.debian.org
Usertags: perl-5.10.1-transition

This package fails to build with newer versions of Test::Harness,
including the current version of libtest-harness-perl (3.17-1) and the
version bundled with Perl 5.10.1 (currently in experimental).

Test Summary Report
---
t/shaltout.t (Wstat: 0 Tests: 11 Failed: 0)
  Parse errors: Tests out of sequence.  Found (0) but expected (1)
Files=6, Tests=76,  1 wallclock secs ( 0.05 usr  0.01 sys +  0.71 cusr  0.12 
csys =  0.89 CPU)
Result: FAIL

Build log attached.
-- 
Niko Tyni   nt...@debian.org
I: Using pkgname logfile
Current time: Fri Sep 11 17:49:40 EEST 2009
pbuilder-time-stamp: 1252680580
Obtaining the cached apt archive contents
Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder and should
Depends: debhelper (= 7), perl (= 5.8.8), libchemistry-elements-perl, 
libmath-spline-perl, libstorable-perl, libstatistics-descriptive-perl, 
libreadonly-perl
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Reading package lists...
Building dependency tree...
Reading state information...
aptitude is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Selecting previously deselected package pbuilder-satisfydepends-dummy.
(Reading database ... 10824 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from 
.../pbuilder-satisfydepends-dummy.deb) ...
dpkg: dependency problems prevent configuration of 
pbuilder-satisfydepends-dummy:
 pbuilder-satisfydepends-dummy depends on debhelper (= 7); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on libchemistry-elements-perl; however:
  Package libchemistry-elements-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libmath-spline-perl; however:
  Package libmath-spline-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libstatistics-descriptive-perl; 
however:
  Package libstatistics-descriptive-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libreadonly-perl; however:
  Package libreadonly-perl is not installed.
dpkg: error processing pbuilder-satisfydepends-dummy (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 pbuilder-satisfydepends-dummy
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
The following NEW packages will be installed:
  bsdmainutils{a} debhelper{a} file{a} gettext{a} gettext-base{a} 
  groff-base{a} html2text{a} intltool-debian{a} 
  libchemistry-elements-perl{a} libcroco3{a} libglib2.0-0{a} libmagic1{a} 
  libmath-derivative-perl{a} libmath-spline-perl{a} libpcre3{a} 
  libreadonly-perl{a} libstatistics-descriptive-perl{a} libxml2{a} 
  man-db{a} po-debconf{a} 
The following partially installed packages will be configured:
  pbuilder-satisfydepends-dummy 
0 packages upgraded, 20 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/8709kB of archives. After unpacking 26.0MB will be used.
Writing extended state information...
debconf: delaying package configuration, since apt-utils is not installed
SELECTING PREVIOUSLY DESELECTED PACKAGE LIBMAGIC1.
(READING DATABASE ... 
(READING DATABASE ... 5%
(READING DATABASE ... 10%
(READING DATABASE ... 15%
(READING DATABASE ... 20%
(READING DATABASE ... 25%
(READING DATABASE ... 30%
(READING DATABASE ... 35%
(READING DATABASE ... 40%
(READING DATABASE ... 45%
(READING DATABASE ... 50%
(READING DATABASE ... 55%
(READING DATABASE ... 60%
(READING DATABASE ... 65%
(READING 

Processed: tagging 538034

2009-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 538034 fixed-upstream
Bug #538034 [samba] Source package contains non-free IETF RFC/I-D
Ignoring request to alter tags of bug #538034 to the same tags previously set

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org