Bug#618782: git-annex: FTBFS on kfreebsd-*: fatal: cannot opendir '/usr/share/git-core/templates/branches': Permission denied

2011-03-28 Thread Clint Adams
On Mon, Mar 28, 2011 at 01:17:34AM +0200, Aurelien Jarno wrote:
 The missing function is lchmod(), not lchown(), but I guess I can have
 a look at how lchown() is implemented to understand how to fix this
 issue.

That's what I get for reading email in a hurry instead of when
I'm sleep-deprived.  The answer is almost the same though: just
copy the entirety of chmod() in libfakeroot.c instead, and
s/chmod/lchmod/ in the function declaration and the next_ call,
sandwich it within #ifdef HAVE_LCHMOD, add the test to
configure.ac, and the same #ifdef'd prototype to wrapfunc.inp,
then borrow the STAT/LSTAT logic from the lchown stuff.
Something close to that, anyway.



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



Bug#577661: Status of DSPAM in Debian

2011-03-28 Thread Julien Valroff
Hi,

Le lundi 28 mars 2011 à 00:24:26 (+0200 CEST), Christoph Haas a écrit :
  Also, most of the DSPAM uploaders are MIA. Well, I think all are MIA except
  Christoph Haas.  Could you please update the list in your upload? Same with
  the DM flag (!?).
  
  You're right - I have already sent several calls to them, with no answer.
  I only leave Christoph and Matthijs as I know they aren't MIA.
 
 We are alive indeed. :) But honestly I have never been using dspam in
 production and my experience with it is close to zero. The reason I'm
 listed as uploader is probably back from the time that Matthijs was no
 DD yet and I was helping by sponsoring the package. I was evaluating
 anti-spam software but was never enthusastic about dspam.

OK, I understand now.

 I assume that Matthijs is the main person to ask here. All I could offer
 is sponsorship just like any other DD and I'm currently pretty busy with
 another huge Debian package. I'd have to give the dspam package a
 complete check and I doubt I'll find the time for that.

Matthijs, I know you have lost interest in packaging DSPAM and are already
busy with other things, should I remove you from the Uploaders?

 I'd even like to ask to get me removed from debian/control if possible.

Done.
You are obviously welcome to join us (me?) at any time.

In case I am alone in pkg-dspam after this, I'll close the pkg-dspam project
on Alioth, and I'll take over the package.

The RFH sent a few months ago is still valid, and I am happy to co-maintain
the project with whoever is interested (Thomas, still there?).

Cheers,
Julien

-- 
  .''`.   Julien Valroff ~ jul...@kirya.net ~ jul...@debian.org
 : :'  :  Debian Developer  Free software contributor
 `. `'`   http://www.kirya.net/
   `- 4096R/ E1D8 5796 8214 4687 E416  948C 859F EF67 258E 26B1




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



Bug#617679: Problem with shared-mime-info

2011-03-28 Thread Philipp Lehecka

Hi,

I had the same problem and I solved it by editing

/var/lib/dpkg/info/shared-mime-info.postinst

When you set exit 0 at the beginning of the skript, it would
not be run when you do apt-get upgrade and you can fetch all the Upgrades
without the Error of shared-mime-info With this solution the bug isn't
fixed but if you are lucky and the shared-mime-info is in your upgradelist
and when it's replaced, the problem is realy solved. On my system the
problem could be solved on this way.

I hope it can help you.

Best regards

Phil




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



Bug#577661: Status of DSPAM in Debian

2011-03-28 Thread Julien Valroff
Hi Stevan,

Good to hear from you!

Le lundi 28 mars 2011 à 01:31:34 (+0200 CEST), Stevan Bajić a écrit :
 On Sat, 26 Mar 2011 22:20:48 +0100
 Ana Guerrero a...@debian.org wrote:
 
  On Sat, Mar 26, 2011 at 10:16:00PM +0100, Julien Valroff wrote:
   
   I plan to upload current git snapshot to experimental very soon - not
   everything was tested as much as I would have expected, and I think some
   documentation would need to be checked/rephrased/updated but the package 
   has
   been in use on several production servers for some time now, which makes 
   me
   confident for the future.
  
  
  Experimental is experimental after all :-)
 
 Maybe the Debian package is experimental but the product it self is not
 experimental. 

Ana and I were refering to the Debian package - you know I am using several
instances of DSPAM in production, and I am totally confident with the
product itself.

The big challenge with packaging it for Debian is that it must suit to most
setups and the aim of the package is to make it as easy as possible for the
sysadmin.

I alone cannot test everything, but I was waiting to get more feedbacks from
the various users of my unofficial packages before uploading it to the
official archive.

The experimental archive is actually for this kind of package - and as I am
now certain the package is not totally broken, I'll upload it there to get
even more feedback.

 I know the codebase pretty well and I would say that the current 3.9.x
 series of DSPAM is by far the best DSPAM you can get today. I might be
 biased but I think by looking at the GIT commit history you will see
 yourself that many bug fixes, memory leaks and stability issues have been
 resolved.

At first, I was also waiting for 3.9.1 to be released ;)

I'll upload a snapshot of the current HEAD to Debian as it also adds a few
fixes and improvements.

[...]
 I am no Debian user and maybe I don't understand the whole thing but
 why is it so hard to get an updated version of DSPAM into Debian? What is
 the problem? How can I help? What needs to be done in order to allow
 Debian users to enjoy a more recent DSPAM version?

I'd say the package is ready, though not widely tested and might still
contain a few issues.

Stevan, you also know I have almost no knowledge in C, which explains why I
was at first reluctant in maintaing the package alone.

You have offered your help several times in the past, and I know I can rely
on you in case something important happens. This is more than what any
Debian Developer can expect from any upstream developer.

I also realise I have been maintaining my unofficial packages for 3 to 4
years without any major breakage (but with a much smaller userbase than
Debian of course) [0].

 Regarding documentation: Tell me what needs to be rephrased or rewritten
 or added and I will do it. Just send me patches for existing text or send
 me new text and I will commit it. I think the DSPAM project never rejected
 changes in the past regarding documentation.

I was refering to the documentation of the Debian package itself.

What most users expect is to get a fully working DSPAM setup very quickly. I
know it is not possible to make it automatically, but I'd like to give them
a good experience of both DSPAM and Debian.

For example, the package now ships a sample of Apache configuration - I need
to check it works on a clean install etc.

 Regarding confidence: The Rice University is using DSPAM since ages for
 all their students. I think they have about 65'000 mail boxes that they
 filter with DSPAM. If DSPAM would be unstable or unusable then they would
 for sure not use it. Beside that the DSPAM mailing list is full of users
 using DSPAM in various scenarios. Just recently Nate Custer from
 Hostgator.com said on the DSPAM mailing list that they filter mail for 3
 million mail boxes with DSPAM. If that does not speak for DSPAM then I
 don't know what would?

I use it at home for 3 users (including my 2yo son) which proves how
scalable DSPAM is ;)

Cheers,
Julien

[0] I had first begun working on backporting the existing packages for
Sarge, then have packaged 3.8.0 a few months after it was released by SN.

-- 
  .''`.   Julien Valroff ~ jul...@kirya.net ~ jul...@debian.org
 : :'  :  Debian Developer  Free software contributor
 `. `'`   http://www.kirya.net/
   `- 4096R/ E1D8 5796 8214 4687 E416  948C 859F EF67 258E 26B1




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



Bug#618325: marked as done (qtwebkit: FTBFS on armel: ld terminated with signal 9 [Killed])

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 07:33:12 +
with message-id e1q46wq-0007jm...@franck.debian.org
and subject line Bug#618325: fixed in qtwebkit 2.1.0~2011week09-3
has caused the Debian Bug report #618325,
regarding qtwebkit: FTBFS on armel: ld terminated with signal 9 [Killed]
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.)


-- 
618325: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618325
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: qtwebkit
Version: 2.1.0~2011week09-1
Severity: serious
Justification: FTBFS

Hello,

  Your package fails to build from source:

g++ -Wl,--as-needed 
-Wl,--version-script,/build/buildd-qtwebkit_2.1.0~2011week09-1-armel-Cc95SE/qtwebkit-2.1.0~2011week09/symbols.filter
 -Wl,--gc-sections -Wl,--no-undefined -Wl,-O1 -shared 
-Wl,-soname,libQtWebKit.so.4 -o libQtWebKit.so.4.8.1 MathMLNames.o 
MathMLElementFactory.o SVGNames.o SVGElementFactory.o 
JSSVGElementWrapperFactory.o XLinkNames.o JSCounter.o JSCSSCharsetRule.o 
JSCSSFontFaceRule.o JSCSSImportRule.o JSCSSMediaRule.o JSCSSPageRule.o 
JSCSSPrimitiveValue.o JSCSSRule.o JSCSSRuleList.o JSCSSStyleDeclaration.o 
JSCSSStyleRule.o JSCSSStyleSheet.o JSCSSValue.o JSCSSValueList.o 
JSCSSVariablesDeclaration.o JSCSSVariablesRule.o JSMediaList.o JSRect.o 
JSRGBColor.o JSStyleMedia.o JSStyleSheet.o JSStyleSheetList.o 
JSWebKitCSSKeyframeRule.o JSWebKitCSSKeyframesRule.o JSWebKitCSSMatrix.o 
JSWebKitCSSTransformValue.o JSAttr.o JSBeforeLoadEvent.o JSBeforeProcessEvent.o 
JSCharacterData.o JSClientRect.o JSClientRectList.o JSClipboard.o 
JSCDATASection.o JSComment.o JSCompositionE
 vent.o JSCustomEvent.o JSDeviceOrientationEvent.o JSDocumentFragment.o 
JSDocument.o JSDocumentType.o JSDOMCoreException.o JSDOMImplementation.o 
JSDOMStringList.o JSDOMStringMap.o JSElement.o JSEntity.o JSEntityReference.o 
JSErrorEvent.o JSEvent.o JSEventException.o JSKeyboardEvent.o JSMouseEvent.o 
JSMessageChannel.o JSMessageEvent.o JSMessagePort.o JSMutationEvent.o 
JSNamedNodeMap.o JSNode.o JSNodeFilter.o JSNodeIterator.o JSNodeList.o 
JSNotation.o JSOverflowEvent.o JSPageTransitionEvent.o JSPopStateEvent.o 
JSProcessingInstruction.o JSProgressEvent.o JSRangeException.o JSRange.o 
JSText.o JSTextEvent.o JSTouch.o JSTouchEvent.o JSTouchList.o JSTreeWalker.o 
JSUIEvent.o JSWebKitAnimationEvent.o JSWebKitTransitionEvent.o JSWheelEvent.o 
JSBlob.o JSBlobBuilder.o JSArrayBufferView.o JSArrayBuffer.o JSInt8Array.o 
JSFloat32Array.o JSCanvasGradient.o JSInt32Array.o JSCanvasPattern.o 
JSCanvasRenderingContext.o JSCanvasRenderingContext2D.o JSWebGLActiveInfo.o 
JSWebGLBuffer.o JSWebGLConte
 xtAttributes.o JSWebGLFramebuffer.o JSWebGLProgram.o JSWebGLRenderbuffer.o 
JSWebGLRenderingContext.o JSWebGLShader.o JSInt16Array.o JSWebGLTexture.o 
JSWebGLUniformLocation.o JSUint8Array.o JSUint32Array.o JSUint16Array.o 
JSDataGridColumn.o JSDataGridColumnList.o JSDOMFormData.o JSFile.o 
JSFileError.o JSFileList.o JSFileReader.o JSHTMLAllCollection.o 
JSHTMLAudioElement.o JSHTMLAnchorElement.o JSHTMLAppletElement.o 
JSHTMLAreaElement.o JSHTMLBaseElement.o JSHTMLBaseFontElement.o 
JSHTMLBlockquoteElement.o JSHTMLBodyElement.o JSHTMLBRElement.o 
JSHTMLButtonElement.o JSHTMLCanvasElement.o JSHTMLCollection.o 
JSHTMLDataGridElement.o JSHTMLDataGridCellElement.o JSHTMLDataGridColElement.o 
JSHTMLDataGridRowElement.o JSHTMLDataListElement.o JSHTMLDirectoryElement.o 
JSHTMLDivElement.o JSHTMLDListElement.o JSHTMLDocument.o JSHTMLElement.o 
JSHTMLEmbedElement.o JSHTMLFieldSetElement.o JSHTMLFontElement.o 
JSHTMLFormElement.o JSHTMLFrameElement.o JSHTMLFrameSetElement.o 
JSHTMLHeadElement.o JS
 HTMLHeadingElement.o JSHTMLHRElement.o JSHTMLHtmlElement.o 
JSHTMLIFrameElement.o JSHTMLImageElement.o JSHTMLInputElement.o 
JSHTMLIsIndexElement.o JSHTMLLabelElement.o JSHTMLLegendElement.o 
JSHTMLLIElement.o JSHTMLLinkElement.o JSHTMLMapElement.o JSHTMLMarqueeElement.o 
JSHTMLMediaElement.o JSHTMLMenuElement.o JSHTMLMetaElement.o 
JSHTMLMeterElement.o JSHTMLModElement.o JSHTMLObjectElement.o 
JSHTMLOListElement.o JSHTMLOptGroupElement.o JSHTMLOptionElement.o 
JSHTMLOptionsCollection.o JSHTMLParagraphElement.o JSHTMLParamElement.o 
JSHTMLPreElement.o JSHTMLProgressElement.o JSHTMLQuoteElement.o 
JSHTMLScriptElement.o JSHTMLSelectElement.o JSHTMLSourceElement.o 
JSHTMLStyleElement.o JSHTMLTableCaptionElement.o JSHTMLTableCellElement.o 
JSHTMLTableColElement.o JSHTMLTableElement.o JSHTMLTableRowElement.o 
JSHTMLTableSectionElement.o JSHTMLTextAreaElement.o JSHTMLTitleElement.o 
JSHTMLUListElement.o JSHTMLVideoElement.o JSImageData.o JSMediaError.o 

Processed: cyrus-imapd-2.3 - cyrus-imapd-2.4 BTS cleanup

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 close 437838
Bug#437838: cyrus-imapd-2.3: Daemons/tools die due to Berkeley DB version 
mismatch
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug#454609: cyrus-imapd-2.3: software compiled against libdb 4.5, linked 
against libdb 4.4
Bug closed, send any further explanations to Gabor Gombas gomb...@sztaki.hu

 close 550228
Bug#550228: cyrus-common-2.3: depends on unavailable libdb4.4
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Xavier Bestel 
xavier.bes...@free.fr

 reassign 573290 cyrus-imapd-2.4
Bug #573290 [cyrus-imapd-2.3] cyrus-imapd-2.3: fails to build 2 time in a row
Bug reassigned from package 'cyrus-imapd-2.3' to 'cyrus-imapd-2.4'.
Bug No longer marked as found in versions cyrus-imapd-2.3/2.3.8-1.
 fixed 573290 2.4.4-1
Bug #573290 [cyrus-imapd-2.4] cyrus-imapd-2.3: fails to build 2 time in a row
Bug Marked as fixed in versions cyrus-imapd-2.4/2.4.4-1.
 reassign 448499 cyrus-imapd-2.4
Bug #448499 [cyrus-clients-2.3] cyrus-clients-2.3: imtest fails with 
Dovecot/GSSAPI: invalid response length
Bug reassigned from package 'cyrus-clients-2.3' to 'cyrus-imapd-2.4'.
Bug No longer marked as found in versions 2.2 and cyrus-imapd-2.3/2.3.8-1.
 reassign 551923 cyrus-imapd-2.4
Bug #551923 [cyrus-imapd-2.3] cyrus-imapd: Problems with renaming toplevel 
mailboxes
Bug reassigned from package 'cyrus-imapd-2.3' to 'cyrus-imapd-2.4'.
 reassign 454498 cyrus-imapd-2.4
Bug #454498 [cyrus-imapd-2.3] New upstream version 2.3.10 avalaible
Bug reassigned from package 'cyrus-imapd-2.3' to 'cyrus-imapd-2.4'.
 fixed 454498 2.4.4-1
Bug #454498 [cyrus-imapd-2.4] New upstream version 2.3.10 avalaible
Bug Marked as fixed in versions cyrus-imapd-2.4/2.4.4-1.
 reassign 525391 cyrus-imapd-2.4
Bug #525391 [cyrus-imapd-2.3] cyrus-imapd-2.3: please upload 2.3.x to 
unstable/sid
Bug reassigned from package 'cyrus-imapd-2.3' to 'cyrus-imapd-2.4'.
 retitle 525391 cyrus-imapd-2.4: please upload 2.4.x to unstable/sid
Bug #525391 [cyrus-imapd-2.4] cyrus-imapd-2.3: please upload 2.3.x to 
unstable/sid
Changed Bug title to 'cyrus-imapd-2.4: please upload 2.4.x to unstable/sid' 
from 'cyrus-imapd-2.3: please upload 2.3.x to unstable/sid'
 close 595370
Bug#595370: patches for cyrus murder/aggregator honor serverlist and 
defaultserver options
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Andre Felipe Machado 
andremach...@techforce.com.br

 reassign 431931 cyrus-imapd-2.4
Bug #431931 [cyrus-imapd-2.3] cyrus-imapd: Mailbox autocreate patch
Bug reassigned from package 'cyrus-imapd-2.3' to 'cyrus-imapd-2.4'.
 tags 431931 +wontfix
Bug #431931 [cyrus-imapd-2.4] cyrus-imapd: Mailbox autocreate patch
Added tag(s) wontfix.
 close 439217
Bug#439217: cyrus-common-2.3: Trying to remove the packet ends with a 
postremove script problem
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug#456613: cyrus-common-2.3: unable to remove package
Bug#542833: cyrus-common-2.3: postrm file seems to be broken
Bug#573289: cyrus-common-2.3: postrm fails: 58: Syntax error: do unexpected 
(expecting })
Bug closed, send any further explanations to V�u Pons i Colomer 
vi...@rectorat.url.edu

 --
Stopping processing here.

Please contact me if you need assistance.
-- 
573289: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573289
551923: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551923
437838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437838
448499: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448499
439217: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439217
431931: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431931
454498: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454498
550228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550228
573290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573290
595370: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595370
525391: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525391
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#577661: Status of DSPAM in Debian

2011-03-28 Thread Stevan Bajić
On Mon, 28 Mar 2011 08:58:47 +0200
Julien Valroff jul...@debian.org wrote:

 Hi Stevan,
 
 Good to hear from you!
 
Hello Julien :)


 Le lundi 28 mars 2011 à 01:31:34 (+0200 CEST), Stevan Bajić a écrit :
  On Sat, 26 Mar 2011 22:20:48 +0100
  Ana Guerrero a...@debian.org wrote:
  
   On Sat, Mar 26, 2011 at 10:16:00PM +0100, Julien Valroff wrote:

I plan to upload current git snapshot to experimental very soon - not
everything was tested as much as I would have expected, and I think some
documentation would need to be checked/rephrased/updated but the 
package has
been in use on several production servers for some time now, which 
makes me
confident for the future.
   
   
   Experimental is experimental after all :-)
  
  Maybe the Debian package is experimental but the product it self is not
  experimental. 
 
 Ana and I were refering to the Debian package - you know I am using several
 instances of DSPAM in production, and I am totally confident with the
 product itself.
 
I redirect everyone I know using Debian or Ubuntu to your repository and so far 
all of them have a running DSPAM without issues. The package installs and does 
what it is supposed to do. None of them has reported any failure.


 The big challenge with packaging it for Debian is that it must suit to most
 setups and the aim of the package is to make it as easy as possible for the
 sysadmin.
 
I understand this. However... this is a tricky issue. Does Debian expect that 
the package installs and automatically/automagically configures DSPAM? If this 
is the case then I would say that no other packing system out there does that. 
Debian would be the first one to manage this. Not that it is impossible to do 
that but how is the Debian packaging system supposed to know what kind of setup 
the sysadmin wants? There are many options how to run DSPAM and a packaging 
system is IMHO supposed to help/support the sysadmin to reach his goal but the 
sysadmin is the only one really knowing what he/she wants and no packaging 
system has telepatic capabilities and can read the mind of the sysadmin.


 I alone cannot test everything, but I was waiting to get more feedbacks from
 the various users of my unofficial packages before uploading it to the
 official archive.
 
Aha. Okay. Then you should post to the DSPAM mailing list and ask users to 
submit feedback. The only problem I see in that is that most of them have 
installed DSPAM long time ago and have probably forgotten what problems they 
had during the install. Don't get me wrong. I don't think there is any issue 
with your package. But if Debian aims to be foolproof then you need feedback 
from users that have absolute no clue about DSPAM and are trying to install it. 
The feedback you get from those users are probably what you are looking for. 
Right?


 The experimental archive is actually for this kind of package - and as I am
 now certain the package is not totally broken, I'll upload it there to get
 even more feedback.
 
  I know the codebase pretty well and I would say that the current 3.9.x
  series of DSPAM is by far the best DSPAM you can get today. I might be
  biased but I think by looking at the GIT commit history you will see
  yourself that many bug fixes, memory leaks and stability issues have been
  resolved.
 
 At first, I was also waiting for 3.9.1 to be released ;)
 
Ach. Yesterday I had to lookup what this 'MIA' is. Now I know it. And now I can 
say that the other project members in the DSPAM community project are MIA too. 
Maybe I should move forward and ask on the DSPAM mailing list if the 
members/users are comfortable if I make a friendly take over and kick the other 
inactive admins out of the project? I would have released 3.9.1 since months 
but it's difficult to release a new version when our release manager, repo 
master, etc are not doing anything. I hold all the permission to do that all on 
my own but in 2009 we had assigned different positions to different persons for 
exactly that reason. Each of us is supposed to do something. But as usuall: 
When it comes to work then people somehow get lost. They are hiding and this is 
not good.


 I'll upload a snapshot of the current HEAD to Debian as it also adds a few
 fixes and improvements.
 
 [...]
  I am no Debian user and maybe I don't understand the whole thing but
  why is it so hard to get an updated version of DSPAM into Debian? What is
  the problem? How can I help? What needs to be done in order to allow
  Debian users to enjoy a more recent DSPAM version?
 
 I'd say the package is ready, though not widely tested and might still
 contain a few issues.
 
Nothing is without issues. But if you have the possibility to put that package 
somewhere where other Debian users would be able to install it then why not? 
Exposing the package to a wider user base is a good way to get more feedback 
and make the package better. You have my full support. I will fully support you 
in 

Processed: r1355 - openldap/trunk/debian

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 617606 pending
Bug #617606 [openldap] CVE-2011-1024 CVE-2011-1025
Ignoring request to alter tags of bug #617606 to the same tags previously set
 tags 618904 pending
Bug #618904 [slapd] openldap 2.4.23 slapd server process frequently hangs 
during everyday use
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618904
617606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617606
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: r1356 - openldap/trunk/debian

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 617606 pending
Bug #617606 [openldap] CVE-2011-1024 CVE-2011-1025
Ignoring request to alter tags of bug #617606 to the same tags previously set
 tags 618904 pending
Bug #618904 [slapd] openldap 2.4.23 slapd server process frequently hangs 
during everyday use
Ignoring request to alter tags of bug #618904 to the same tags previously set
 tags 606815 pending
Bug #606815 [libldap-2.4-2] libldap-2.4-2: memory leak when chasing referrals
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
606815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606815
618904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618904
617606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617606
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#555228: marked as done (glpi: CVE-2007-2383 and CVE-2008-7720 prototypejs vulnerabilities)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 11:13:23 +0200
with message-id 20110328091323.gc4...@mail.wzdftpd.net
and subject line closing bug
has caused the Debian Bug report #555228,
regarding glpi: CVE-2007-2383 and CVE-2008-7720 prototypejs vulnerabilities
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.)


-- 
555228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: glpi
version: 0.68.2-1etch0.2
severity: serious
tags: security

Hi,

Your package contains an embedded version of prototype.js that is
vulnerable to either CVE-2007-2383 (affecting prototype.js before 1.5.1)
[0], CVE-2008-7220 (affecting prototype.js before 1.6.0.2) [1], or both.

Your package embeds the following prototype.js versions:

  sid: 1.6.0.2
  lenny: 1.5.0
  etch: 1.4.0

This is a mass-filing, and the only checking done so far is a version
comparison, so please determine whether or not your package is itself
affected or not.  If it is not affected please close the bug with a
message indicating this along with what you did to check.

The version of your package specified above is the earliest version
with the affected embedded code.  If this version is in one or both of
the stable releases and you are affected, please coordinate with the
release team to prepare a proposed-update for your package to
stable/oldstable.

There are patches available for CVE-2007-2383 [2] and a backport for
prototypejs 1.5 for CVE-2008-7720 [3].

If you correct the problem in unstable, please make sure to include the
CVE number in your changelog.

Thank you for your attention to this problem.

Mike

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2383
[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-7220
[2] http://dev.rubyonrails.org/ticket/7910
[3] 
http://prototypejs.org/2008/1/25/prototype-1-6-0-2-bug-fixes-performance-improvements-and-security


---End Message---
---BeginMessage---
Triaging old bugs:

closing bug, fixed in current stable

---End Message---


Processed: Re: either bash or dash should be enough

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 619820 dash,bash
Bug #619820 [general] either bash or dash should be enough
Bug reassigned from package 'general' to 'dash,bash'.
 block 619820 by 540512
Bug #619820 [dash,bash] either bash or dash should be enough
Was not blocked by any bugs.
Added blocking bug(s) of 619820: 540512
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
619820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619820
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#577661: Status of DSPAM in Debian

2011-03-28 Thread Thomas Goirand

On 03/28/2011 02:58 PM, Julien Valroff wrote:

I alone cannot test everything, but I was waiting to get more feedbacks from
the various users of my unofficial packages before uploading it to the
official archive.


IMHO, that's the wrong way. We all thought that there was no work done 
on it, and we can't guess where's your unofficial repository. At least, 
that's the first time I hear about it, even though I looked into using 
DSPAM in Debian. Just upload to experimental, it's done for such things...


I'm also one of the guys that wanted to have my own package to depend on 
DSPAM, as a replacement of spamassassin that uses too much RAM. But I 
gave up because of the state of the package ... :(



The experimental archive is actually for this kind of package - and as I am
now certain the package is not totally broken, I'll upload it there to get
even more feedback.


Cool!


I'd say the package is ready, though not widely tested and might still
contain a few issues.


IMHO, it doesn't matter much if you just upload to experimental. I don't 
think anyone expect production-ready stuff in experimental, and if they 
do, I believe it's a mistake. Just don't upload to SID yet...



What most users expect is to get a fully working DSPAM setup very quickly. I
know it is not possible to make it automatically, but I'd like to give them
a good experience of both DSPAM and Debian.

For example, the package now ships a sample of Apache configuration - I need
to check it works on a clean install etc.


Well, it's *better* if it can be fully automated, but it's even worth if 
we have no package at all ...


Anyway, thanks a lot for working on DSPAM, it for sure must be of a 
great help for others.


Thomas



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



Bug#591174: marked as done (mlton-cross: FTBFS: tries to connect to internet)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 10:47:21 +
with message-id e1q49yj-00071j...@franck.debian.org
and subject line Bug#619162: Removed package(s) from unstable
has caused the Debian Bug report #591174,
regarding mlton-cross: FTBFS: tries to connect to internet
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.)


-- 
591174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591174
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: mlton-cross
Version: 20100608-2
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 make[1]: Entering directory 
 `/build/user-mlton-cross_20100608-2-amd64-_PIv2a/mlton-cross-20100608'
 rm -f mlton_20100608-2_alpha.deb.tmp mlton_20100608-2_alpha.deb
 wget -O mlton_20100608-2_alpha.deb.tmp 
 http://ftp.de.debian.org/debian/pool/main/m/mlton/mlton_20100608-2_alpha.deb;
 --2010-07-31 18:24:56--  
 http://ftp.de.debian.org/debian/pool/main/m/mlton/mlton_20100608-2_alpha.deb
 Resolving ftp.de.debian.org... 141.76.2.4
 Connecting to ftp.de.debian.org|141.76.2.4|:80... failed: Connection refused.
 make[1]: *** [mlton_20100608-2_alpha.deb] Error 4

It is not allowed to fetch files on the internet during the build.

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/07/31/mlton-cross_20100608-2_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---
Version: 20100608-2+rm

Dear submitter,

as the package mlton-cross has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/619162

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---


Bug#618307: marked as done (boost-build: not installable in sid)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 10:59:42 +
with message-id e1q4aag-0008li...@franck.debian.org
and subject line Bug#618966: Removed package(s) from unstable
has caused the Debian Bug report #618307,
regarding boost-build: not installable in sid
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.)


-- 
618307: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618307
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: boost-build
Version: 2.0-m12-2
Severity: grave
User: trei...@debian.org
Usertags: edos-uninstallable

Hi,

boost-build is not installable in sid since February 25 since

  boost-build (= 2.0-m12-2) depends on missing: - bjam ( 3.1.9-1) 

In fact, bjam was removed from unstable on February 23.

-Ralf.


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

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

Versions of packages boost-build depends on:
pn  bjam  none (no description available)

boost-build recommends no packages.

boost-build suggests no packages.


---End Message---
---BeginMessage---
Version: 2.0-m12-2+rm

Dear submitter,

as the package boost-build has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/618966

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---


Bug#554311: marked as done (FTBFS with binutils-gold)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 11:00:38 +
with message-id e1q4aba-ig...@franck.debian.org
and subject line Bug#619707: Removed package(s) from unstable
has caused the Debian Bug report #554311,
regarding FTBFS with binutils-gold
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.)


-- 
554311: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554311
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: e16
Version: 1.0.0-3
Severity: minor
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2  -Wl,--as-needed -o e16 
e16-about.o e16-aclass.o e16-actions.o e16-
alert.o e16-arrange.o e16-backgrounds.o e16-borders.o e16-buttons.o e16-comms.o 
e16-config.o e16-container.o e16-coords.o 
e16-cursors.o e16-desktops.o e16-dialog.o e16-dock.o e16-draw.o 
e16-e16-ecore_hints.o e16-e16-ecore_list.o e16-econfig.o 
e16-edge.o e16-eimage.o e16-emodule.o e16-eobj.o e16-events.o e16-ewins.o 
e16-ewin-ops.o e16-ewmh.o e16-extinitwin.o e16-
file.o e16-finders.o e16-focus.o e16-fonts.o e16-fx.o e16-grabs.o e16-groups.o 
e16-handlers.o e16-hints.o e16-hiwin.o e16-
icccm.o e16-iclass.o e16-iconify.o e16-icons.o e16-ipc.o e16-lang.o e16-main.o 
e16-memory.o e16-menus.o e16-menus-misc.o 
e16-misc.o e16-mod-misc.o e16-mod-trans.o e16-moveresize.o e16-mwm.o 
e16-pager.o e16-parse.o e16-piximg.o e16-progress.o 
e16-regex.o e16-screen.o e16-session.o e16-settings.o e16-setup.o e16-size.o 
e16-slideout.o e16-snaps.o e16-sound.o e16-
stacking.o e16-startup.o e16-string.o e16-systray.o e16-tclass.o e16-text.o 
e16-theme.o e16-timers.o e16-tooltips.o e16-
user.o e16-warp.o e16-windowmatch.o e16-x.o e16-zoom.o e16-sound_esd.o 
e16-sound_pa.o e16-sound_load.o e16-ttfont.o e16-
text_xft.o e16-text_pango.o e16-gnome.o  e16-ecompmgr.o e16-magwin.o 
e16-edbus.o -lImlib2   -lesd-lpangoxft-1.0 -
lpangoft2-1.0 -lXft -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 
-lgmodule-2.0 -lglib-2.0   -lXft -lSM -lICE -
lXinerama  -lXcomposite -lXdamage -lXfixes -lXrender -lXrandr -lXrender 
-lXxf86vm -lXext  -ldbus-1 -lpthread -lrt   -lX11 -
lm 
libtool: link: gcc -g -O2 -Wl,--as-needed -o e16 e16-about.o e16-aclass.o 
e16-actions.o e16-alert.o e16-arrange.o e16-
backgrounds.o e16-borders.o e16-buttons.o e16-comms.o e16-config.o 
e16-container.o e16-coords.o e16-cursors.o e16-desktops.o 
e16-dialog.o e16-dock.o e16-draw.o e16-e16-ecore_hints.o e16-e16-ecore_list.o 
e16-econfig.o e16-edge.o e16-eimage.o e16-
emodule.o e16-eobj.o e16-events.o e16-ewins.o e16-ewin-ops.o e16-ewmh.o 
e16-extinitwin.o e16-file.o e16-finders.o e16-
focus.o e16-fonts.o e16-fx.o e16-grabs.o e16-groups.o e16-handlers.o 
e16-hints.o e16-hiwin.o e16-icccm.o e16-iclass.o e16-
iconify.o e16-icons.o e16-ipc.o e16-lang.o e16-main.o e16-memory.o e16-menus.o 
e16-menus-misc.o e16-misc.o e16-mod-misc.o 
e16-mod-trans.o e16-moveresize.o e16-mwm.o e16-pager.o e16-parse.o e16-piximg.o 
e16-progress.o e16-regex.o e16-screen.o e16-
session.o e16-settings.o e16-setup.o e16-size.o e16-slideout.o e16-snaps.o 
e16-sound.o e16-stacking.o e16-startup.o e16-
string.o e16-systray.o e16-tclass.o e16-text.o e16-theme.o e16-timers.o 
e16-tooltips.o e16-user.o e16-warp.o e16-
windowmatch.o e16-x.o e16-zoom.o e16-sound_esd.o e16-sound_pa.o 
e16-sound_load.o e16-ttfont.o e16-text_xft.o e16-
text_pango.o e16-gnome.o e16-ecompmgr.o e16-magwin.o e16-edbus.o  
/usr/lib/libImlib2.so /usr/lib/libesd.so 
/usr/lib/libpangoxft-1.0.so /usr/lib/libpangoft2-1.0.so 
/usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lfontconfig 
/usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so 
-lXft -lSM -lICE -lXinerama -lXcomposite -
lXdamage -lXfixes -lXrandr -lXrender -lXxf86vm -lXext -ldbus-1 -lpthread -lrt 
-lX11 -lm
/usr/bin/ld: e16-sound_load.o: in function SoundSampleGetData:sound_load.c:37: 
error: undefined reference to 'afOpenFile'
/usr/bin/ld: e16-sound_load.o: in function SoundSampleGetData:sound_load.c:41: 
error: undefined reference to 
'afGetFrameCount'
/usr/bin/ld: e16-sound_load.o: in function SoundSampleGetData:sound_load.c:42: 
error: undefined reference to 'afGetChannels'
/usr/bin/ld: e16-sound_load.o: 

Bug#604272: marked as done (Preparations for the removal of the KDE3 libraries)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 11:02:56 +
with message-id e1q4ado-e0...@franck.debian.org
and subject line Bug#619736: Removed package(s) from unstable
has caused the Debian Bug report #604272,
regarding Preparations for the removal of the KDE3 libraries
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.)


-- 
604272: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604272
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: guarddog
Severity: wishlist
User: debian-qt-...@lists.debian.org
Usertags: qt3libs-removal kde3libs-removal


Dear maintainer,

The Debian Qt/KDE team is planning to remove the KDE3 and Qt3 libraries from 
Debian shortly after the Squeeze release. The transition phase to KDE4 and Qt4 
will finish since both KDE and Nokia upstream don't maintain the old versions 
of those libraries anymore.

In order to make this move, all packages directly or indirectly depending on 
the KDE3/Qt3 libraries have to either get ported to KDE4/Qt4 or eventually get 
removed from the Debian repositories.

Therefore, please take the time and:
- contact your upstream (if existing) and ask about the state of a KDE4/Qt4 
port of your application
- if there are no activities regarding porting, investigate whether there are 
suitable alternatives for your users
- if there is a KDE4/Qt4 port that is not yet packaged, consider packaging it
- if both the KDE3/Qt3 and the KDE4/Qt4 version already coexist in the Debian 
archives, consider removing the KDE3/Qt3 version

Documentation on how to port to KDE4 can be found at:
http://techbase.kde.org/index.php?title=Development/Tutorials/KDE4_Porting_Guide

Documentation on how to port to Qt4 can be found at:
http://doc.qt.nokia.com/4.7/porting4.html

For any questions and issues, do not hesitate to contact the Debian Qt/KDE 
team at debian-qt-...@lists.debian.org

Eckhart


---End Message---
---BeginMessage---
Version: 2.6.0-3+rm

Dear submitter,

as the package guarddog has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/619736

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---


Bug#543029: marked as done (keybled: FTBFS: /usr/bin/install: cannot stat `.libs/libkeybled.so': No such file or directory)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 11:12:48 +
with message-id e1q4anm-0001jx...@franck.debian.org
and subject line Bug#619652: Removed package(s) from unstable
has caused the Debian Bug report #543029,
regarding keybled: FTBFS: /usr/bin/install: cannot stat `.libs/libkeybled.so': 
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.)


-- 
543029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: keybled
Version: 0.65-7
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 make[4]: Entering directory 
 `/build/user-keybled_0.65-7-amd64-MWymGZ/keybled-0.65/keybled'
 /bin/bash ../admin/mkinstalldirs 
 /build/user-keybled_0.65-7-amd64-MWymGZ/keybled-0.65/debian/keybled/usr/lib/kde3
 mkdir -p -- 
 /build/user-keybled_0.65-7-amd64-MWymGZ/keybled-0.65/debian/keybled/usr/lib/kde3
  /bin/bash ../libtool --mode=install /usr/bin/install -c -p  libkeybled.la 
 /build/user-keybled_0.65-7-amd64-MWymGZ/keybled-0.65/debian/keybled/usr/lib/kde3/libkeybled.la
 libtool: install: /usr/bin/install -c -p .libs/libkeybled.so 
 /build/user-keybled_0.65-7-amd64-MWymGZ/keybled-0.65/debian/keybled/usr/lib/kde3/libkeybled.so
 /usr/bin/install: cannot stat `.libs/libkeybled.so': No such file or directory
 make[4]: *** [install-kde_moduleLTLIBRARIES] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/keybled_0.65-7_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---
Version: 0.65-7+rm

Dear submitter,

as the package keybled has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/619652

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---


Bug#604273: marked as done (Preparations for the removal of the KDE3 libraries)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 11:11:03 +
with message-id e1q4alf-0001ci...@franck.debian.org
and subject line Bug#619737: Removed package(s) from unstable
has caused the Debian Bug report #604273,
regarding Preparations for the removal of the KDE3 libraries
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.)


-- 
604273: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604273
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: guidedog
Severity: wishlist
User: debian-qt-...@lists.debian.org
Usertags: qt3libs-removal kde3libs-removal


Dear maintainer,

The Debian Qt/KDE team is planning to remove the KDE3 and Qt3 libraries from 
Debian shortly after the Squeeze release. The transition phase to KDE4 and Qt4 
will finish since both KDE and Nokia upstream don't maintain the old versions 
of those libraries anymore.

In order to make this move, all packages directly or indirectly depending on 
the KDE3/Qt3 libraries have to either get ported to KDE4/Qt4 or eventually get 
removed from the Debian repositories.

Therefore, please take the time and:
- contact your upstream (if existing) and ask about the state of a KDE4/Qt4 
port of your application
- if there are no activities regarding porting, investigate whether there are 
suitable alternatives for your users
- if there is a KDE4/Qt4 port that is not yet packaged, consider packaging it
- if both the KDE3/Qt3 and the KDE4/Qt4 version already coexist in the Debian 
archives, consider removing the KDE3/Qt3 version

Documentation on how to port to KDE4 can be found at:
http://techbase.kde.org/index.php?title=Development/Tutorials/KDE4_Porting_Guide

Documentation on how to port to Qt4 can be found at:
http://doc.qt.nokia.com/4.7/porting4.html

For any questions and issues, do not hesitate to contact the Debian Qt/KDE 
team at debian-qt-...@lists.debian.org

Eckhart


---End Message---
---BeginMessage---
Version: 1.0.0-6+rm

Dear submitter,

as the package guidedog has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/619737

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---


Bug#604284: marked as done (Preparations for the removal of the KDE3 libraries)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 11:12:48 +
with message-id e1q4anm-0001jx...@franck.debian.org
and subject line Bug#619652: Removed package(s) from unstable
has caused the Debian Bug report #604284,
regarding Preparations for the removal of the KDE3 libraries
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.)


-- 
604284: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604284
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: keybled
Severity: wishlist
User: debian-qt-...@lists.debian.org
Usertags: qt3libs-removal kde3libs-removal


Dear maintainer,

The Debian Qt/KDE team is planning to remove the KDE3 and Qt3 libraries from 
Debian shortly after the Squeeze release. The transition phase to KDE4 and Qt4 
will finish since both KDE and Nokia upstream don't maintain the old versions 
of those libraries anymore.

In order to make this move, all packages directly or indirectly depending on 
the KDE3/Qt3 libraries have to either get ported to KDE4/Qt4 or eventually get 
removed from the Debian repositories.

Therefore, please take the time and:
- contact your upstream (if existing) and ask about the state of a KDE4/Qt4 
port of your application
- if there are no activities regarding porting, investigate whether there are 
suitable alternatives for your users
- if there is a KDE4/Qt4 port that is not yet packaged, consider packaging it
- if both the KDE3/Qt3 and the KDE4/Qt4 version already coexist in the Debian 
archives, consider removing the KDE3/Qt3 version

Documentation on how to port to KDE4 can be found at:
http://techbase.kde.org/index.php?title=Development/Tutorials/KDE4_Porting_Guide

Documentation on how to port to Qt4 can be found at:
http://doc.qt.nokia.com/4.7/porting4.html

For any questions and issues, do not hesitate to contact the Debian Qt/KDE 
team at debian-qt-...@lists.debian.org

Eckhart


---End Message---
---BeginMessage---
Version: 0.65-7+rm

Dear submitter,

as the package keybled has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/619652

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---


Bug#618970: [Evolution] Bug#618970: evolution always crash after upgrade

2011-03-28 Thread alfredo amontagna
adding Michael Biebl in CC (I hope I'm doing the right thing, otherwise
Michael sorry for the noise)

Michael please check for my bug #618970 submited to evolution package.

after some investigation I found the problem.
the evolution crash appears to be caused by interactions with a tracker
package.

after removing tracker-miner-evolution evolution start normally.

I don't know If the problem is in the evolution or in the tracker package.

Yves-Alexis, Michael, let me know if you need more test and/or information
and thank you very much for your hard work in the debian project.



-- 
bye,
Alfredo



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



Bug#577661: Status of DSPAM in Debian

2011-03-28 Thread Thomas Preud'homme
Le lundi 28 mars 2011 08:38:13, Julien Valroff a écrit :
 Hi,
 
 Le lundi 28 mars 2011 à 00:24:26 (+0200 CEST), Christoph Haas a écrit :
   Also, most of the DSPAM uploaders are MIA. Well, I think all are MIA
   except Christoph Haas.  Could you please update the list in your
   upload? Same with the DM flag (!?).
   
   You're right - I have already sent several calls to them, with no
   answer. I only leave Christoph and Matthijs as I know they aren't MIA.
  
  We are alive indeed. :) But honestly I have never been using dspam in
  production and my experience with it is close to zero. The reason I'm
  listed as uploader is probably back from the time that Matthijs was no
  DD yet and I was helping by sponsoring the package. I was evaluating
  anti-spam software but was never enthusastic about dspam.
 
 OK, I understand now.
 
  I assume that Matthijs is the main person to ask here. All I could offer
  is sponsorship just like any other DD and I'm currently pretty busy with
  another huge Debian package. I'd have to give the dspam package a
  complete check and I doubt I'll find the time for that.
 
 Matthijs, I know you have lost interest in packaging DSPAM and are already
 busy with other things, should I remove you from the Uploaders?
 
  I'd even like to ask to get me removed from debian/control if possible.
 
 Done.
 You are obviously welcome to join us (me?) at any time.
 
 In case I am alone in pkg-dspam after this, I'll close the pkg-dspam
 project on Alioth, and I'll take over the package.
 
 The RFH sent a few months ago is still valid, and I am happy to co-maintain
 the project with whoever is interested (Thomas, still there?).

Still there yes but pretty busy with personnal stuff lately. Will try to do a 
bit of bug triaging / fixing this WE. Feel free to ping me from time to time 
when I don't give news.
 
 Cheers,
 Julien

Cheers,

Thomas Preud'homme


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


Bug#618970: [Evolution] Bug#618970: evolution always crash after upgrade

2011-03-28 Thread Michael Biebl
Am 28.03.2011 13:28, schrieb alfredo amontagna:
 adding Michael Biebl in CC (I hope I'm doing the right thing, otherwise
 Michael sorry for the noise)
 
 Michael please check for my bug #618970 submited to evolution package.
 
 after some investigation I found the problem.
 the evolution crash appears to be caused by interactions with a tracker
 package.
 
 after removing tracker-miner-evolution evolution start normally.
 
 I don't know If the problem is in the evolution or in the tracker package.

Which version of tracker-miner-evolution do you use?
Could you install tracker-dbg and libglib2.0-0-dbg to get a better backtrace.

Thanks,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#619901: missing dependency on udev?

2011-03-28 Thread Peter Palfrader
Package: lvm2
Version: 2.02.66-5
Severity: serious

Hi,

it seems lvm2 no longer works (or at least configures) without udev:

| gluck:~# dpkg --configure -a
| Setting up lvm2 (2.02.66-5) ...
| Setting up LVM Volume Groups  Reading all physical volumes.  This may take a 
while...
|   Found volume group vg_gluck using metadata type lvm2
|   1 logical volume(s) in volume group vg_gluck now active
| .
| insserv: Service udev has to be enabled to start service lvm2
| insserv: exiting now!
| update-rc.d: error: insserv rejected the script header
| dpkg: error processing lvm2 (--configure):
|  subprocess installed post-installation script returned error exit status 1
| Errors were encountered while processing:
|  lvm2
| gluck:~# 

Yet lvm2 does not depend on udev.

Cheers,
weasel



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



Bug#613066: fixed?

2011-03-28 Thread Cristian Greco
Hi,

could you please confirm that the bug is gone with the latest libcairo2
from unstable?

Thanks,
--
Cristian Greco
GPG key ID: 0xCF4D32E4


signature.asc
Description: PGP signature


Processed: forcibly merging 543163 619901

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 543163 619901
Bug#543163: lvm2: Please don't depend on udev
Bug#619901: missing dependency on udev?
Forcibly Merged 543163 619901.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
543163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543163
619901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619901
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#618782: git-annex: FTBFS on kfreebsd-*: fatal: cannot opendir '/usr/share/git-core/templates/branches': Permission denied

2011-03-28 Thread Aurelien Jarno
tag 618782 + patch
thanks

On Mon, Mar 28, 2011 at 06:00:42AM +, Clint Adams wrote:
 On Mon, Mar 28, 2011 at 01:17:34AM +0200, Aurelien Jarno wrote:
  The missing function is lchmod(), not lchown(), but I guess I can have
  a look at how lchown() is implemented to understand how to fix this
  issue.
 
 That's what I get for reading email in a hurry instead of when
 I'm sleep-deprived.  The answer is almost the same though: just
 copy the entirety of chmod() in libfakeroot.c instead, and
 s/chmod/lchmod/ in the function declaration and the next_ call,
 sandwich it within #ifdef HAVE_LCHMOD, add the test to
 configure.ac, and the same #ifdef'd prototype to wrapfunc.inp,
 then borrow the STAT/LSTAT logic from the lchown stuff.
 Something close to that, anyway.
 

Thanks for the hints. I have been able to create the following patch. I
have verified it fixes the issues with tar on GNU/kFreeBSD (which means
that now the testsuite passes), and that is still builds on GNU/Linux.


--- fakeroot-1.14.5.orig/configure.ac
+++ fakeroot-1.14.5/configure.ac
@@ -274,7 +274,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
   ])
 done
 
-AC_CHECK_FUNCS(fchmodat fchownat fstatat mkdirat mknodat openat renameat 
unlinkat)
+AC_CHECK_FUNCS(fchmodat fchownat fstatat mkdirat mknodat openat renameat 
unlinkat lchmod)
 
 dnl find out how stat() etc are called. On linux systems, we really
 dnl need to wrap (IIRC):
--- fakeroot-1.14.5.orig/libfakeroot.c
+++ fakeroot-1.14.5/libfakeroot.c
@@ -894,6 +894,40 @@ int chmod(const char *path, mode_t mode)
   return r;
 }
 
+#ifdef HAVE_LCHMOD
+int lchmod(const char *path, mode_t mode){
+  INT_STRUCT_STAT st;
+  int r;
+
+#ifdef LIBFAKEROOT_DEBUGGING
+  if (fakeroot_debug) {
+fprintf(stderr, lchmod path %s\n, path);
+  }
+#endif /* LIBFAKEROOT_DEBUGGING */
+  r=INT_NEXT_LSTAT(path, st);
+  if(r)
+return r;
+
+  st.st_mode=(modeALLPERMS)|(st.st_mode~ALLPERMS);
+
+  INT_SEND_STAT(st, chmod_func);
+
+  /* see chmod() for comment */
+  mode |= 0600;
+  if(S_ISDIR(st.st_mode))
+mode |= 0100;
+
+  r=next_chmod(path, mode);
+  if(r(errno==EPERM))
+r=0;
+#ifdef EFTYPE  /* available under FreeBSD kernel */
+  if(r(errno==EFTYPE))
+r=0;
+#endif
+  return r;
+}
+#endif
+
 int fchmod(int fd, mode_t mode){
   int r;
   INT_STRUCT_STAT st;
--- fakeroot-1.14.5.orig/wrapfunc.inp
+++ fakeroot-1.14.5/wrapfunc.inp
@@ -65,6 +65,9 @@ lchown;int;(const char *path, uid_t owne
 fchown;int;(int fd, uid_t owner, gid_t group);(fd, owner, group)
 chmod;int;(const char *path, mode_t mode);(path, mode)
 fchmod;int;(int fd, mode_t mode);(fd, mode)
+#if defined HAVE_LCHMOD
+lchmod;int;(const char *path, mode_t mode);(path, mode)
+#endif
 #if defined __APPLE__  !defined __LP64__
 lchown$UNIX2003;int;(const char *path, uid_t owner, gid_t group);(path, owner, 
group)
 chmod$UNIX2003;int;(const char *path, mode_t mode);(path, mode)


-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#618234: marked as done (pgtap: FTBFS: make[1]: *** No rule to make target `/usr/lib/postgresql/9.0/lib/pgxs/src/makefiles/pgxs.mk'. Stop.)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 12:17:22 +
with message-id e1q4bnq-nw...@franck.debian.org
and subject line Bug#618234: fixed in pgtap 0.25.0-1
has caused the Debian Bug report #618234,
regarding pgtap: FTBFS: make[1]: *** No rule to make target 
`/usr/lib/postgresql/9.0/lib/pgxs/src/makefiles/pgxs.mk'.  Stop.
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.)


-- 
618234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618234
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: pgtap
Version: 0.24-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110313 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 dh_testdir
 dh_testroot
 rm -f build-stamp configure-stamp
 # Add here commands to clean up after the build process.
 /usr/bin/make USE_PGXS=1 clean
 Makefile:49: /usr/lib/postgresql/9.0/lib/pgxs/src/makefiles/pgxs.mk: No such 
 file or directory
 make[1]: Entering directory `/build/user-pgtap_0.24-1-amd64-ZNNbGx/pgtap-0.24'
 make[1]: *** No rule to make target 
 `/usr/lib/postgresql/9.0/lib/pgxs/src/makefiles/pgxs.mk'.  Stop.
 make: *** [clean] Error 2

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/03/13/pgtap_0.24-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: pgtap
Source-Version: 0.25.0-1

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

pgtap_0.25.0-1.diff.gz
  to main/p/pgtap/pgtap_0.25.0-1.diff.gz
pgtap_0.25.0-1.dsc
  to main/p/pgtap/pgtap_0.25.0-1.dsc
pgtap_0.25.0-1_amd64.deb
  to main/p/pgtap/pgtap_0.25.0-1_amd64.deb
pgtap_0.25.0.orig.tar.gz
  to main/p/pgtap/pgtap_0.25.0.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 618...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Chifflier pol...@debian.org (supplier of updated pgtap 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, 28 Mar 2011 14:12:04 +0200
Source: pgtap
Binary: pgtap
Architecture: source amd64
Version: 0.25.0-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier pol...@debian.org
Changed-By: Pierre Chifflier pol...@debian.org
Description: 
 pgtap  - Unit testing framework for PostgreSQL
Closes: 590802 618234
Changes: 
 pgtap (0.25.0-1) unstable; urgency=low
 .
   * Imported Upstream version 0.25.0
   * Update build-dep to postgresql-server-dev-9.0 (Closes: #618234)
   * Update homepage (Closes: #590802)
   * pg_prove has been removed from upstream package and is shipped in a
 separate package (TAP::Parser::SourceHandler::pgTAP)
 This is not yet packaged, but will be in a near future.
   * Bump Standards Version to 3.9.1 (no changes)
Checksums-Sha1: 
 eaf0aeec5d55a0579428148156561f552203504c 1003 pgtap_0.25.0-1.dsc
 2bcedc04f500d0c591dc46196f200ad630312e81 159974 pgtap_0.25.0.orig.tar.gz
 11d5406048e802bff91d4ea505e18c5cc585e4b2 3247 pgtap_0.25.0-1.diff.gz
 1a63895c8962f4e39fe25d196cec55ba47e7b149 80812 pgtap_0.25.0-1_amd64.deb
Checksums-Sha256: 
 6a82c3f696fc6791ebb735c30f669a6c9985bfab1acd078d4851b17ab3e553cc 1003 
pgtap_0.25.0-1.dsc
 dad74e035d35d83ba4c8e83c1649021d6ce24920672f472ab18a7c7d5cea33be 159974 
pgtap_0.25.0.orig.tar.gz
 7e3520655eeeafcfbe1dfc7d76348e0fcaf452a1e42f5673a082e0b93955e426 3247 
pgtap_0.25.0-1.diff.gz
 daf4060f4f37dd8f1d3d9096726efa233fd01aa0d6e8dc82fcd3265df9bdbcc4 80812 
pgtap_0.25.0-1_amd64.deb
Files: 
 969726dc22da75073d7aca479c12a3ae 1003 database extra pgtap_0.25.0-1.dsc
 e532195d7774928bb8f67ecda0c84ea1 159974 database extra 

Bug#613066: fixed?

2011-03-28 Thread Alex A
Hi, yea, works okay here.

On Mon, Mar 28, 2011 at 2:56 PM, Cristian Greco crist...@regolo.cc wrote:
 Hi,

 could you please confirm that the bug is gone with the latest libcairo2
 from unstable?

 Thanks,
 --
 Cristian Greco
 GPG key ID: 0xCF4D32E4




-- 
Alex



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



Bug#619917: rheolef: depends on obsolete vtk-tcl

2011-03-28 Thread Julien Cristau
Package: rheolef
Version: 5.93-1
Severity: serious

Hi,

apparently vtk stopped building vtk-tcl (replaced by tcl-vtk, maybe?),
so rheolef is now uninstallable in sid.

Cheers,
Julien



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



Bug#618970: [Evolution] Bug#618970: evolution always crash after upgrade

2011-03-28 Thread alfredo amontagna
On Mon, Mar 28, 2011 at 01:43:34PM +0200, Michael Biebl wrote:
Which version of tracker-miner-evolution do you use?

sorry for omitting the information :-(

alfredo@deneb:~$ aptitude versions tracker-miner-evolution
i A 0.8.17-2  testing   
500

Could you install tracker-dbg and libglib2.0-0-dbg to get a better backtrace.

done.

alfredo@deneb:~$ gdb evolution
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/evolution...Reading symbols from 
/usr/lib/debug/usr/bin/evolution...done.
done.
(gdb) run
Starting program: /usr/bin/evolution 
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffdf72b700 (LWP 9509)]

Program received signal SIGSEGV, Segmentation fault.
0x7661d699 in g_object_ref (_object=0xf83a2c00) at 
/tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c:2636
2636/tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c: No such file or 
directory.
in /tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c
(gdb) thread apply all bt

Thread 2 (Thread 0x7fffdf72b700 (LWP 9509)):
#0  0x75e80113 in poll () from /lib/libc.so.6
#1  0x761646c9 in g_main_context_poll (context=0x7864b930, 
block=value optimized out, dispatch=value optimized out, self=value 
optimized out) at /tmp/buildd/glib2.0-2.28.2/./glib/gmain.c:3404
#2  g_main_context_iterate (context=0x7864b930, block=value optimized 
out, dispatch=value optimized out, self=value optimized out) at 
/tmp/buildd/glib2.0-2.28.2/./glib/gmain.c:3086
#3  0x76164e75 in g_main_loop_run (loop=0x7864b910) at 
/tmp/buildd/glib2.0-2.28.2/./glib/gmain.c:3299
#4  0x7fffef06d084 in gdbus_shared_thread_func (data=value optimized out) 
at /tmp/buildd/glib2.0-2.28.2/./gio/gdbusprivate.c:276
#5  0x76189ea4 in g_thread_create_proxy (data=0x7864ba10) at 
/tmp/buildd/glib2.0-2.28.2/./glib/gthread.c:1897
#6  0x772ca8ba in start_thread () from /lib/libpthread.so.0
#7  0x75e8b02d in clone () from /lib/libc.so.6
#8  0x in ?? ()

Thread 1 (Thread 0x77fae800 (LWP 9506)):
#0  0x7661d699 in g_object_ref (_object=0xf83a2c00) at 
/tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c:2636
#1  0x7fffdcda4680 in tracker_evolution_plugin_init (plugin=0x782aa240) 
at tracker-evolution-plugin.c:2273
#2  0x7663eae8 in g_type_create_instance (type=value optimized out) 
at /tmp/buildd/glib2.0-2.28.2/./gobject/gtype.c:1889
#3  0x766223d9 in g_object_constructor (type=18446744073579146240, 
n_construct_properties=104, construct_params=0x67) at 
/tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c:1615
#4  0x76620751 in g_object_newv (object_type=value optimized out, 
n_parameters=4167534464, parameters=value optimized out) at 
/tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c:1479
#5  0x766211cd in g_object_new_valist (object_type=140737360942720, 
first_property_name=0x0, var_args=0x7fffdfe0) at 
/tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c:1596
#6  0x766214e1 in g_object_new (object_type=140737360942720, 
first_property_name=0x7fffdcda69e6 name) at 
/tmp/buildd/glib2.0-2.28.2/./gobject/gobject.c:1311
#7  0x7fffdcda2fd3 in enable_plugin_real () at 
tracker-evolution-plugin.c:2112
#8  0x7fffdcda30f5 in enable_plugin (ep=value optimized out, enabled=1) 
at tracker-evolution-plugin.c:2154
#9  e_plugin_lib_enable (ep=value optimized out, enabled=1) at 
tracker-evolution-plugin.c:2165
#10 0x7fffdeb210f3 in plugin_lib_loadmodule (plugin=0x7866e250) at 
e-plugin-lib.c:70
#11 0x7fffdeb21437 in plugin_lib_construct (plugin=0x7866e250, 
root=value optimized out) at e-plugin-lib.c:154
#12 0x779753c8 in ep_load_plugin (root=0x7868ced0, 
pdoc=0x786539a0) at e-plugin.c:367
#13 0x77975786 in ep_load () at e-plugin.c:413
#14 e_plugin_load_plugins () at e-plugin.c:564
#15 0x77ffdc45 in main (argc=1, argv=0x7fffe378) at main.c:662
(gdb) quit

Thanks,
alfredo



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



Bug#619912: ipsec-tools: built in an unclean environment, depends on libssl1.0.0 (i386)

2011-03-28 Thread Stefan Bauer
Am 28.03.2011 14:43, schrieb Julien Cristau:
 On Mon, Mar 28, 2011 at 14:29:53 +0200, Stefan Bauer wrote:
 
 Am 28.03.2011 14:17, schrieb Julien Cristau:
 Package: ipsec-tools
 Version: 1:0.8.0-3
 Severity: grave
 Justification: renders package unusable
 I'll schedule a binNMU.


 You can do this if you want. But i have a correct build ready to
 upload here.

 your choice!

 Well, unless you're going to fix #619687 a source upload isn't needed.
 The i386 binNMU is now building.

Well 619687 is not interesting anymore as there is already a newer
version in unstable. Kind of the same build problems but at
different location.

thanks for the binNMU.

Stefan

-- 
Stefan Bauer -
PGP: 36D1 1570 DCAD B767 EABE F60D 6BCA 7AD4 79EB C4EC
 plzk.de - Linux - because it works --



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



Bug#619912: ipsec-tools: built in an unclean environment, depends on libssl1.0.0 (i386)

2011-03-28 Thread Julien Cristau
On Mon, Mar 28, 2011 at 14:29:53 +0200, Stefan Bauer wrote:

 Am 28.03.2011 14:17, schrieb Julien Cristau:
  Package: ipsec-tools
  Version: 1:0.8.0-3
  Severity: grave
  Justification: renders package unusable
  I'll schedule a binNMU.
 
 
 You can do this if you want. But i have a correct build ready to
 upload here.
 
 your choice!
 
Well, unless you're going to fix #619687 a source upload isn't needed.
The i386 binNMU is now building.

Cheers,
Julien



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



Bug#619921: dcmtk: FTBFS on armel: fail to generate html

2011-03-28 Thread Hector Oron
Package: dcmtk
Version: 3.6.0-4
Severity: serious

Hello,

  Your package fails to build from source on armel build daemons:
Generating file member index...
finalizing index lists...
Generating dot graphs using 2 parallel threads...
Running dot for graph 1/1303
Running dot for graph 2/1303
[...]
Running dot for graph 1225/1303
Running dot for graph 1226/1303
make[1]: *** wait: No child processes.  Stop.
make[1]: *** Waiting for unfinished jobs
make[1]: *** wait: No child processes.  Stop.
make: *** wait: No child processes.  Stop.
make: *** Waiting for unfinished jobs
make: *** wait: No child processes.  Stop.
make[2]: *** [html] Terminated

  Full build log at:
  
https://buildd.debian.org/fetch.cgi?pkg=dcmtkarch=armelver=3.6.0-4stamp=1300605467file=logas=raw

Best regards,

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

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



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



Bug#619923: gcc-4.5: FTBFS on armel: fails to apply patchset

2011-03-28 Thread Hector Oron
Package: gcc-4.5
Version: 4.5.2-6
Severity: serious

Hello,

  Your package fails to build from source on armel build daemons:


Applying patch gcc-default-format-security.diff
patching file src/gcc/c-common.c
Hunk #1 succeeded at 245 (offset -55 lines).
patching file src/gcc/c.opt
Hunk #1 succeeded at 240 (offset 4 lines).
patching file src/gcc/doc/invoke.texi
Hunk #1 FAILED at 2864.
Hunk #2 FAILED at 2917.
2 out of 2 hunks FAILED -- rejects in file src/gcc/doc/invoke.texi
Patch gcc-default-format-security.diff does not apply (enforce with -f)
make: *** [stamps/02-patch-stamp] Error 1

  Find full build log at:
  
https://buildd.debian.org/fetch.cgi?pkg=gcc-4.5arch=armelver=4.5.2-7stamp=1301160809file=logas=raw

Best regards

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

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

Versions of packages gcc-4.5 depends on:
ii  binutils   2.21.0.20110302-2 The GNU assembler, linker and bina
ii  cpp-4.54.5.2-6   The GNU C preprocessor
ii  gcc-4.5-base   4.5.2-6   The GNU Compiler Collection (base 
ii  libc6  2.11.2-13 Embedded GNU C Library: Shared lib
ii  libcloog-ppl0  0.15.9-3  the Chunky Loop Generator (runtime
ii  libelfg0   0.8.13-1  an ELF object file access library
ii  libgcc11:4.5.2-6 GCC support library
ii  libgmp10   2:5.0.1+dfsg-6Multiprecision arithmetic library
ii  libgmpxx4ldbl  2:5.0.1+dfsg-6Multiprecision arithmetic library 
ii  libgomp1   4.5.2-6   GCC OpenMP (GOMP) support library
ii  libmpc20.9-2 multiple precision complex floatin
ii  libmpfr4   3.0.0-9   multiple precision floating-point 
ii  libppl-c4  0.11.2-3  Parma Polyhedra Library (C interfa
ii  libppl90.11.2-3  Parma Polyhedra Library (runtime l
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages gcc-4.5 recommends:
ii  libc6-dev 2.11.2-13  Embedded GNU C Library: Developmen

Versions of packages gcc-4.5 suggests:
pn  binutils-gold none (no description available)
pn  gcc-4.5-doc   none (no description available)
pn  gcc-4.5-locales   none (no description available)
pn  gcc-4.5-multilib  none (no description available)
pn  libgcc1-dbg   none (no description available)
pn  libgomp1-dbg  none (no description available)
pn  libmudflap0-4.5-dev   none (no description available)
pn  libmudflap0-dbg   none (no description available)
pn  libppl-c2 none (no description available)
pn  libppl7   none (no description available)

-- 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



Processed: severity of 619856 is serious

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 619856 serious
Bug #619856 [libcrypto++9] libcrypto++9: MAC algorithm Panama fails test suite 
on armel
Severity set to 'serious' from 'normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
619856: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619856
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: reassign 619923 to buildd.debian.org

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 619923 buildd.debian.org
Bug #619923 [gcc-4.5] gcc-4.5: FTBFS on armel: fails to apply patchset
Bug reassigned from package 'gcc-4.5' to 'buildd.debian.org'.
Bug No longer marked as found in versions gcc-4.5/4.5.2-6.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
619923: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619923
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: found 610777 in 1.11.0.1-7

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 610777 1.11.0.1-7
Bug #610777 {Done: Dimitrios Eftaxiopoulos eftax...@otenet.gr} [src:mathgl] 
mathgl: FBTFS: broken symbols
Bug Marked as found in versions mathgl/1.11.0.1-7 and reopened.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
610777: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610777
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: reopening 610777

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 610777
Bug #610777 [src:mathgl] mathgl: FBTFS: broken symbols
Bug 610777 is not marked as done; doing nothing.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
610777: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610777
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#619935: src:scotch: FTBFS on several arches due to lex issue

2011-03-28 Thread Adam C Powell IV
Package: src:scotch
Version: 5.1.11.dfsg-4
Severity: serious

Scotch FTBFS on i386, ia64, kfreebsd-i386, mips[el] and sparc:

(flex parser_ll.l \
 mv lex.yy.c parser_ll.c) ||
\
cp last_resort/parser_ll.c . 
mpicc -O3 -I. -fPIC -I/usr/include/mpi -I/usr/include/lam -Drestrict=__restrict 
-DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED 
-DSCOTCH_RENAME -DLONG -DSCOTCH_COLLECTIVE -DSCOTCH_PTSCOTCH  -c parser_ll.c -o 
parser_ll.o
parser_ll.l: In function '_SCOTCHstratParserLex':
parser_ll.l:123:31: error: 'yylval' undeclared (first use in this function)
parser_ll.l:123:31: note: each undeclared identifier is reported only once for 
each function it appears in
make[3]: *** [parser_ll.o] Error 1
make[3]: Leaving directory 
`/build/buildd-scotch_5.1.11.dfsg-4-i386-uzmFPf/scotch-5.1.11.dfsg/src/libscotch'

-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#610777: fixed in mathgl 1.11.0.1-3

2011-03-28 Thread Hector Oron
Hello,

On Sun, Feb 13, 2011 at 05:00:20AM +0100, Cyril Brulebois wrote:
 reopen 610777
 found  610777 1.11.0.1-3
 thanks

Still fails on multiple architectures (1.11.0.1-8):
https://buildd.debian.org/status/package.php?p=mathglsuite=sid

Best regards,
-- 
 Héctor Orón

Our Sun unleashes tremendous flares expelling hot gas into the Solar System, 
which one day will disconnect us.

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html



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



Processed: found 610777 in 1.11.0.1-8

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 610777 1.11.0.1-8
Bug #610777 [src:mathgl] mathgl: FBTFS: broken symbols
Bug Marked as found in versions mathgl/1.11.0.1-8.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
610777: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610777
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#619936: dlint: Dependencies not met for dig

2011-03-28 Thread Patrik Schindler
Package: dlint
Version: 1.4.0-7
Severity: grave
Justification: renders package unusable

After upgrading from Lenny to Squeeze, dig will not start anymore. It says:

;; This program requires DiG version 2.1 or newer, which I cannot find.

-- System Information:
Debian Release: 6.0.1
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.iso885915 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages dlint depends on:
ii  dnsutils 1:9.7.2.dfsg.P3-1.1 Clients provided with BIND
ii  perl 5.10.1-17   Larry Wall's Practical Extraction 

dlint recommends no packages.

dlint 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#618185: marked as done (syrep: FTBFS: configure: error: Berkeley libdb = 4.3 required)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 13:51:24 +
with message-id e1q4cqq-000386...@franck.debian.org
and subject line Bug#618185: fixed in syrep 0.9-4.1
has caused the Debian Bug report #618185,
regarding syrep: FTBFS: configure: error: Berkeley libdb = 4.3 required
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.)


-- 
618185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618185
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: syrep
Version: 0.9-4
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110313 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 dh_testdir
 dh_testroot
 [ ! -f Makefile ] || /usr/bin/make distclean
 dpatch deapply-all
 01-libdb4.6 not applied to ./ .
 rm -f build-stamp
 rm -f config.log
 rm -f config.status
 rm -f config.cache
 dh_clean
 dh_clean: Compatibility levels before 5 are deprecated.
  dpkg-source -b syrep-0.9
 dpkg-source: warning: no source format specified in debian/source/format, see 
 dpkg-source(1)
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building syrep using existing syrep_0.9.orig.tar.gz
 dpkg-source: info: building syrep in syrep_0.9-4.diff.gz
 dpkg-source: warning: executable mode 0755 of 
 'debian/patches/01-libdb4.6.dpatch' will not be represented in diff
 dpkg-source: warning: the diff modifies the following upstream files: 
  Makefile.in
  config.h.in
  configure
  doc/Makefile.in
  man/Makefile.in
  patch-stamp
  src/Makefile.in
 dpkg-source: info: use the '3.0 (quilt)' format to have separate and 
 documented changes to upstream files, see dpkg-source(1)
 dpkg-source: info: building syrep in syrep_0.9-4.dsc
  debian/rules build
 dh_testdir
 dpatch apply-all
 applying patch 01-libdb4.6 to ./ ... ok.
 autoreconf -i
 configure.ac:23: warning: AC_INIT: not a literal: mzflerc (at) 0pointer (dot) 
 de
 configure.ac:23: warning: AC_INIT: not a literal: mzflerc (at) 0pointer (dot) 
 de
 configure.ac:23: warning: AC_INIT: not a literal: mzflerc (at) 0pointer (dot) 
 de
 configure.ac:23: warning: AC_INIT: not a literal: mzflerc (at) 0pointer (dot) 
 de
 configure.ac:23: warning: AC_INIT: not a literal: mzflerc (at) 0pointer (dot) 
 de
 ./configure --prefix=/usr --mandir=\${prefix}/share/man CFLAGS=-Wall -g -O2
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for gawk... no
 checking for mawk... mawk
 checking whether make sets $(MAKE)... yes
 checking for gcc... gcc
 checking whether the C compiler works... yes
 checking for C compiler default output file name... a.out
 checking for suffix of executables... 
 checking whether we are cross compiling... no
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc option to accept ISO C89... none needed
 checking for style of include used by make... GNU
 checking dependency style of gcc... gcc3
 checking whether ln -s works... yes
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /bin/grep
 checking for egrep... /bin/grep -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking whether gcc accepts -std=gnu99... yes
 checking whether gcc accepts -Wall... yes
 checking whether gcc accepts -W... yes
 checking whether gcc accepts -Wextra... yes
 checking whether gcc accepts -pedantic... yes
 checking whether gcc accepts -pipe... yes
 checking whether gcc accepts -Wformat... yes
 checking whether gcc accepts -Wold-style-definition... yes
 checking whether gcc accepts -Wdeclaration-after-statement... yes
 checking whether gcc accepts -Wfloat-equal... yes
 checking whether gcc accepts -Wmissing-declarations... yes
 checking whether gcc accepts -Wmissing-prototypes... yes
 checking whether gcc accepts -Wstrict-prototypes... yes
 checking whether gcc accepts -Wredundant-decls... yes
 checking whether gcc accepts -Wmissing-noreturn... yes
 checking 

Bug#619923: marked as done (gcc-4.5: FTBFS on armel: fails to apply patchset)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 15:20:40 +0200
with message-id 4d908b28.6050...@debian.org
and subject line Re: Bug#619923: gcc-4.5: FTBFS on armel: fails to apply 
patchset
has caused the Debian Bug report #619923,
regarding gcc-4.5: FTBFS on armel: fails to apply patchset
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.)


-- 
619923: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619923
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gcc-4.5
Version: 4.5.2-6
Severity: serious

Hello,

  Your package fails to build from source on armel build daemons:


Applying patch gcc-default-format-security.diff
patching file src/gcc/c-common.c
Hunk #1 succeeded at 245 (offset -55 lines).
patching file src/gcc/c.opt
Hunk #1 succeeded at 240 (offset 4 lines).
patching file src/gcc/doc/invoke.texi
Hunk #1 FAILED at 2864.
Hunk #2 FAILED at 2917.
2 out of 2 hunks FAILED -- rejects in file src/gcc/doc/invoke.texi
Patch gcc-default-format-security.diff does not apply (enforce with -f)
make: *** [stamps/02-patch-stamp] Error 1

  Find full build log at:
  
https://buildd.debian.org/fetch.cgi?pkg=gcc-4.5arch=armelver=4.5.2-7stamp=1301160809file=logas=raw

Best regards

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

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

Versions of packages gcc-4.5 depends on:
ii  binutils   2.21.0.20110302-2 The GNU assembler, linker and bina
ii  cpp-4.54.5.2-6   The GNU C preprocessor
ii  gcc-4.5-base   4.5.2-6   The GNU Compiler Collection (base 
ii  libc6  2.11.2-13 Embedded GNU C Library: Shared lib
ii  libcloog-ppl0  0.15.9-3  the Chunky Loop Generator (runtime
ii  libelfg0   0.8.13-1  an ELF object file access library
ii  libgcc11:4.5.2-6 GCC support library
ii  libgmp10   2:5.0.1+dfsg-6Multiprecision arithmetic library
ii  libgmpxx4ldbl  2:5.0.1+dfsg-6Multiprecision arithmetic library 
ii  libgomp1   4.5.2-6   GCC OpenMP (GOMP) support library
ii  libmpc20.9-2 multiple precision complex floatin
ii  libmpfr4   3.0.0-9   multiple precision floating-point 
ii  libppl-c4  0.11.2-3  Parma Polyhedra Library (C interfa
ii  libppl90.11.2-3  Parma Polyhedra Library (runtime l
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages gcc-4.5 recommends:
ii  libc6-dev 2.11.2-13  Embedded GNU C Library: Developmen

Versions of packages gcc-4.5 suggests:
pn  binutils-gold none (no description available)
pn  gcc-4.5-doc   none (no description available)
pn  gcc-4.5-locales   none (no description available)
pn  gcc-4.5-multilib  none (no description available)
pn  libgcc1-dbg   none (no description available)
pn  libgomp1-dbg  none (no description available)
pn  libmudflap0-4.5-dev   none (no description available)
pn  libmudflap0-dbg   none (no description available)
pn  libppl-c2 none (no description available)
pn  libppl7   none (no description available)

-- no debconf information


---End Message---
---BeginMessage---
On 28.03.2011 15:09, Hector Oron wrote:
 Package: gcc-4.5
 Version: 4.5.2-6
 Severity: serious
 
 Hello,
 
   Your package fails to build from source on armel build daemons:

not a package problem, fix the buildd instead.

---End Message---


Bug#619940: ocfs2-tools: FTBFS on armel/mipsel: missing ocfs2console.8

2011-03-28 Thread Hector Oron
Package: ocfs2-tools
Version: 1.6.3-2
Severity: serious

Hello,

  Your package fails to build from source:

dh_installman -pocfs2console  
debian/tmp/usr/share/man/man8/ocfs2console.8: No such file or directory at 
/usr/bin/dh_installman line 127.
make: *** [binary-install/ocfs2console] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
status 2

  Full build log at:
  
https://buildd.debian.org/fetch.cgi?pkg=ocfs2-toolsarch=armelver=1.6.3-2stamp=1301096496file=logas=raw

Best regards

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

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



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



Bug#619942: xmltooling: FTBFS on armel: Illegal instruction

2011-03-28 Thread Hector Oron
Package: xmltooling
Version: 1.4.1-2
Severity: serious

Hello,

  Your package fails to build from source on armel auto builders:

Generating docs for compound xmltooling::Lock...
make[3]: *** [doc/api/xmltooling.tag] Illegal instruction
make[3]: *** Deleting file `doc/api/xmltooling.tag'
Gmake[3]: Leaving directory 
`/build/buildd-xmltooling_1.4.1-2-armel-THFXS8/xmltooling-1.4.1'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2

  Full build log at:
  
https://buildd.debian.org/fetch.cgi?pkg=xmltoolingarch=armelver=1.4.1-2stamp=1300347825file=logas=raw

Best regards

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

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



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



Bug#618970: [Evolution] Bug#618970: evolution always crash after upgrade

2011-03-28 Thread Michael Biebl
severity 618970 important
thanks

Am 28.03.2011 14:46, schrieb alfredo amontagna:
 On Mon, Mar 28, 2011 at 01:43:34PM +0200, Michael Biebl wrote:
 Which version of tracker-miner-evolution do you use?
 
 sorry for omitting the information :-(
 
 alfredo@deneb:~$ aptitude versions tracker-miner-evolution
 i A 0.8.17-2  testing 
   500
 

I've installed evolution an tracker-miner-evolution (from unstable) but I was
not able to reproduce the crash.
Evolution starts up fine and starts indexing the received emails (via tracker).

Given that I'm not able to reproduce the issue and it does not seem to be a
general problem in evolution, I'm downgrading to important.

Can you reproduce the crash with a fresh user account?

It might also be worth trying tracker-miner-evolution 0.10.5 from experimental.

Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#619936: dlint: Dependencies not met for dig

2011-03-28 Thread Florian Hinzmann

On Mon, 28 Mar 2011 15:43:34 +0200
Patrik Schindler p...@pocnet.net wrote:

 After upgrading from Lenny to Squeeze, dig will not start anymore. It says:
 
 ;; This program requires DiG version 2.1 or newer, which I cannot find.

I did not dive very deep into this yet - but right now I
don't understand it. dlint depends on dnsutils which
ships /usr/bin/dig. 


Do you have (another) dig binary within your search path
or within 
/usr/ucb:/usr/bsd:/bin:/usr/bin:/usr/local/bin:/usr/share/bin:/usr/com/bin,
what is what dlint searches.

What does type dig resp. which dig and dig -v say?


Regards
 Florian


-- 
  Florian Hinzmannprivate: m...@fhinzmann.de
   Debian: f...@debian.org
PGP Key / ID: 1024D/B4071A65
Fingerprint : F9AB 00C1 3E3A 8125 DD3F  DF1C DF79 A374 B407 1A65



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



Processed: Re: [Evolution] Bug#618970: evolution always crash after upgrade

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 618970 important
Bug #618970 [evolution] evolution always crash after upgrade
Severity set to 'important' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618970: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618970
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#619947: mksh handles ${foo%(*} as Korn Shell, even if /bin/sh, and fails

2011-03-28 Thread Thorsten Glaser
Package: mksh
Version: 39.3.20100725-1
Severity: serious
Justification: Policy 10.4

keyboard-configuration 1.68+squeeze2 fails to configure for the following
reason, when mksh or mksh-static are used as /bin/sh:

${foo%(} fails to parse because the part after the trim (percent) token
is parsed as extglob in Korn Shells, which POSIX doesn’t seem to have.

In Korn Shells, ${foo%'('} is henceforth a must.

mksh, when called as /bin/sh, sets the shell flag sh (in Debian), and
upstream has committed a patch degrading trims iff -o sh to non-extglob
patterns. This should be applied in stable (squeeze), thus this bug, to
track that.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/mksh

Versions of packages mksh depends on:
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  libbsd0   0.2.0-1utility functions from BSD systems
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib

mksh recommends no packages.

Versions of packages mksh suggests:
ii  ed1.4-3  The classic UNIX line editor

-- debconf information:
  mksh/cannot:
* mksh/sh: true



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



Bug#619620: marked as done (fails to install due to missing hash)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 14:47:46 +
with message-id e1q4djo-zk...@franck.debian.org
and subject line Bug#619620: fixed in dictionaries-common 1.10.6
has caused the Debian Bug report #619620,
regarding fails to install due to missing hash
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.)


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

I installed ibritish-insane, but that didn't work and left me with
an inconsistent system:

[…]
Processing triggers for dictionaries-common ...

When trying to make the default link to a ispell dictionary
the file to link [/usr/lib/ispell/british-insane.hash] was not found. Please 
report this as a bug to the
maintainer of the ispell dictionary package you tried to
select.
In the meantime select other default value for your ispell dictionary.
dpkg: error processing dictionaries-common (--configure):
 subprocess installed post-installation script returned error exit status 2
configured to not write apport reports
  dpkg: dependency problems prevent 
configuration of ispell:
 ispell depends on dictionaries-common; however:
  Package dictionaries-common is not configured yet.
dpkg: error processing ispell (--configure):
 dependency problems - leaving unconfigured
configured to not write apport reports
  dpkg: dependency problems prevent 
configuration of ienglish-common:
 ienglish-common depends on dictionaries-common (= 1.10.4~); however:
  Package dictionaries-common is not configured yet.
 ienglish-common depends on ispell (= 3.3.02); however:
  Package ispell is not configured yet.
dpkg: error processing ienglish-common (--configure):
 dependency problems - leaving unconfigured
configured to not write apport reports
  dpkg: dependency problems prevent 
configuration of ibritish:
 ibritish depends on ienglish-common (= 3.3.02-3); however:
  Package ienglish-common is not configured yet.
dpkg: error processing ibritish (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ibritish-insane:
 ibritish-insane depends on ienglish-common (= 3.3.02-3); however:
  Package ienglish-common is not configured yet.
dpkg: error processing ibritish-insane (--configure):
 dependency problems - leaving unconfigured


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

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

Versions of packages ibritish-insane depends on:
ii  debconf [debconf-2.0] 1.5.38 Debian configuration management sy
iu  ienglish-common   3.3.02-3   Common files for British and Ameri

ibritish-insane recommends no packages.

Versions of packages ibritish-insane suggests:
pn  wbritish-insane   none (no description available)

-- debconf information:
  shared/packages-ispell:
  ibritish-insane/languages: british-insane (British English - insane)


-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
---End Message---
---BeginMessage---
Source: dictionaries-common
Source-Version: 1.10.6

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

dictionaries-common-dev_1.10.6_all.deb
  to main/d/dictionaries-common/dictionaries-common-dev_1.10.6_all.deb
dictionaries-common_1.10.6.dsc
  to main/d/dictionaries-common/dictionaries-common_1.10.6.dsc
dictionaries-common_1.10.6.tar.gz
  to main/d/dictionaries-common/dictionaries-common_1.10.6.tar.gz
dictionaries-common_1.10.6_all.deb
  to main/d/dictionaries-common/dictionaries-common_1.10.6_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 619...@bugs.debian.org,
and the maintainer will reopen the bug report if 

Bug#613226: marked as done (rxvt-unicode-256color: sets TERM variable to non-existent entry)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 14:51:37 +
with message-id e1q4dn7-0001jh...@franck.debian.org
and subject line Bug#613226: fixed in rxvt-unicode 9.10-1
has caused the Debian Bug report #613226,
regarding rxvt-unicode-256color: sets TERM variable to non-existent entry
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.)


-- 
613226: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613226
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ncurses-term
Version: 5.7+20100313-5
Severity: important

Description of a package called rxvt-unicode-256color says:

  This package is configured with 256-color support, and TERM set to
  rxvt-unicode-256color. Any other systems you log into must have this
  terminfo entry installed!

Unfortunately such terminaltype do not exist in terminfo-database:

juhtolv@juhtolv | su 13 helmi  2011 14:34:10 | 10187 | pts/22
/usr/share/terminfo
% ls **/*rxvt*
m/mrxvt   r/rxvt-88colorr/rxvt+pcfkeys  s/screen.mrxvt
m/mrxvt-256color  r/rxvt-color  r/rxvt-xpm  s/screen.rxvt
r/rxvt-16colorr/rxvt-cygwin s/screen-bce.mrxvt
r/rxvt-256color   r/rxvt-cygwin-native  s/screen-bce.rxvt

Also terminal type called rxvt-unicode is missing. The only way to use
this terminal emulator is to use some other terminal type, for example
via X-resources:

 URxvt.termName: rxvt-256color


-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-proposed-updates'), (500, 
'squeeze-updates'), (500, 'proposed-updates'), (102, 'testing'), (101, 
'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=fi_FI.utf8, LC_CTYPE=fi_FI.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information

-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
Quidquid Latine dictum sit altum videtur.


---End Message---
---BeginMessage---
Source: rxvt-unicode
Source-Version: 9.10-1

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

rxvt-unicode-256color_9.10-1_amd64.deb
  to main/r/rxvt-unicode/rxvt-unicode-256color_9.10-1_amd64.deb
rxvt-unicode-lite_9.10-1_amd64.deb
  to main/r/rxvt-unicode/rxvt-unicode-lite_9.10-1_amd64.deb
rxvt-unicode-ml_9.10-1_amd64.deb
  to main/r/rxvt-unicode/rxvt-unicode-ml_9.10-1_amd64.deb
rxvt-unicode_9.10-1.debian.tar.gz
  to main/r/rxvt-unicode/rxvt-unicode_9.10-1.debian.tar.gz
rxvt-unicode_9.10-1.dsc
  to main/r/rxvt-unicode/rxvt-unicode_9.10-1.dsc
rxvt-unicode_9.10-1_amd64.deb
  to main/r/rxvt-unicode/rxvt-unicode_9.10-1_amd64.deb
rxvt-unicode_9.10.orig.tar.bz2
  to main/r/rxvt-unicode/rxvt-unicode_9.10.orig.tar.bz2



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

Debian distribution maintenance software
pp.
Ryan Kavanagh ryana...@kubuntu.org (supplier of updated rxvt-unicode 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, 27 Mar 2011 07:36:20 -0400
Source: rxvt-unicode
Binary: rxvt-unicode rxvt-unicode-ml rxvt-unicode-256color rxvt-unicode-lite
Architecture: source amd64
Version: 9.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian rxvt-unicode Maintainers 
pkg-urxvt-maintain...@lists.alioth.debian.org
Changed-By: Ryan Kavanagh ryana...@kubuntu.org
Description: 
 rxvt-unicode - RXVT-like terminal emulator with Unicode support
 rxvt-unicode-256color - multi-lingual terminal emulator with Unicode support 
for X11
 rxvt-unicode-lite - RXVT-like terminal emulator with basic Unicode support
 rxvt-unicode-ml - multi-lingual terminal emulator -- transitional package
Closes: 613076 613226 617542
Changes: 
 rxvt-unicode (9.10-1) unstable; urgency=low
 .
   * New maintainer (Closes: #617542)
   * Imported Upstream version 9.10
 - Fixes regression, urxvtd no longer forks when it shouldn't
   (Closes: #613076)
 - Dropped 09_binutils_gold.diff, no longer needed
 - Replace libafterimage-dev with libgtk2.0-dev in B-D
   * Remove a copy of part of Decklin's homedir
   * Bump standards to 3.9.1
   * Bump compat to 7 and increment debhelper version to 

Bug#619620: fails to install due to missing hash

2011-03-28 Thread Agustin Martin
On Sat, Mar 26, 2011 at 01:17:46PM +0100, Agustin Martin wrote:
 2011/3/25 Robert Luberda rob...@debian.org:
  So at this stage dictionaries-common is in a `triggers-pending' state so
  dpkg calls `postinst triggered' to switch the state to `installed', so
  the package could satisfy ispell  ispell dictionaries dependencies:
 
 Thanks for the debugging. As expected, the problem was a basic
 misunderstanding at my side about how triggers work
 
  I've just came up with about other possible solutions:
  - create the empty hash file in preinst (if the file doesn't exist)
  - overwrite the compat file in debconf's config script (in addition to
  preinst, instead of postinst) - I can see ingerman does this
  - don't fail when link target doesn't and auto-hash is set for the
  dictionary.
 
 The call from dictionaries-common postinst is only to deal with
 possible changes in jed/emacs/squirrelmail handling of options, no
 need to set symlinks there.
 
 There is currently an unused --ignore-symlinks option to
 update-default-*. That was initially designed for removal scripts and
 there is now a better system, but the concept may be of help here,
 although renamed and improved. I am thinking about calling
 update-default-* from dictionaries-common.postinst with something like
 
 update-default-ispell --dico-postinst
 
 resulting in a real run, not enabling trigger and skipping symlinks
 step. autobuildhash step could also be skipped, although it is
 harmless. So, triggers are enabled only from dictionaries or ispell
 (this last enables only ispell-autobuildhash).
 
 Last week I was doing some changes in that script, so is probably time
 to integrate everything. But I do not have changes here. Hope to have
 everything put together on Monday.
 
 Hope this is enough (Cross fingers).

I am about to upload a new version with these changes. It is working well 
in my tests in a chroot, but considering the previous history I will keep
my fingers crossed until it passes the real life test.

Thanks for all the help.

-- 
agustin



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



Bug#619936: dlint: Dependencies not met for dig

2011-03-28 Thread Florian Hinzmann
Hello!

Please allow another question before I return to this issue
later: Which shell do you use when this problem occurs?


 Regards
 Florian



-- 
  Florian Hinzmannprivate: m...@fhinzmann.de
   Debian: f...@debian.org
PGP Key / ID: 1024D/B4071A65
Fingerprint : F9AB 00C1 3E3A 8125 DD3F  DF1C DF79 A374 B407 1A65



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



Bug#618782: marked as done (fakeroot: doesn't wrap lchmod())

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 15:48:21 +
with message-id e1q4eg1-on...@franck.debian.org
and subject line Bug#618782: fixed in fakeroot 1.15-1
has caused the Debian Bug report #618782,
regarding fakeroot: doesn't wrap lchmod()
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.)


-- 
618782: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618782
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: git-annex
Version: 0.20110316
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on kfreebsd-*:
| Cases: 30  Tried: 6  Errors: 0  Failures: 0
| Testing 1:blackbox:0:git-annex init   
| 
| Cases: 30  Tried: 7  Errors: 0  Failures: 0fatal: cannot opendir 
'/usr/share/git-core/templates/branches': Permission denied
| 
|
| ### Failure in: 1:blackbox:0:git-annex init
| git init failed
| 
| Testing 1:blackbox:1:git-annex add:0  
| [etc.]

Looking at older logs, 0.22 already was failing.

And there are other FTBFSes on other architectures, apparently due to
toolchain changes.

KiBi.


---End Message---
---BeginMessage---
Source: fakeroot
Source-Version: 1.15-1

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

fakeroot_1.15-1.debian.tar.gz
  to main/f/fakeroot/fakeroot_1.15-1.debian.tar.gz
fakeroot_1.15-1.dsc
  to main/f/fakeroot/fakeroot_1.15-1.dsc
fakeroot_1.15-1_amd64.deb
  to main/f/fakeroot/fakeroot_1.15-1_amd64.deb
fakeroot_1.15.orig.tar.bz2
  to main/f/fakeroot/fakeroot_1.15.orig.tar.bz2



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

Debian distribution maintenance software
pp.
Clint Adams cl...@debian.org (supplier of updated fakeroot 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: Mon, 28 Mar 2011 11:10:45 -0400
Source: fakeroot
Binary: fakeroot
Architecture: source amd64
Version: 1.15-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams cl...@debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 fakeroot   - tool for simulating superuser privileges
Closes: 615852 618782
Changes: 
 fakeroot (1.15-1) unstable; urgency=low
 .
   * Patch from Aurelien Jarno to add lchmod() support (for GNU/kFreeBSD).
 closes: #618782.
   * Patch from Justin B. Rye to improve short and long package descriptions.
 closes: #615852.
Checksums-Sha1: 
 c203bdf9748bad7dded7423943e9327296a1bf2a 1907 fakeroot_1.15-1.dsc
 e578a267faaa2212658d02a560c9a844f6319451 280653 fakeroot_1.15.orig.tar.bz2
 17375f7c3e5e75a6548e93264b689dbf39c483eb 43973 fakeroot_1.15-1.debian.tar.gz
 432bf83ebe253e2d487ff03cffd84d317814051c 120086 fakeroot_1.15-1_amd64.deb
Checksums-Sha256: 
 eea264cd9ca792dca162a61784951e0bfdd34306183545900f07d2867e55378e 1907 
fakeroot_1.15-1.dsc
 78508793b10f7823197cafb76750bcfba071d150c40890b84e474fc5be3d1e5b 280653 
fakeroot_1.15.orig.tar.bz2
 08b194b253dadf64763a99fa120e5cc0072719b0f70a19bca45c247a7f953039 43973 
fakeroot_1.15-1.debian.tar.gz
 ef621ed95b963dff11e728aa4c21332c62fef6b3b760c214fb082c2acc9fde33 120086 
fakeroot_1.15-1_amd64.deb
Files: 
 0549b099e27fc1bac52ea6af05a230c8 1907 utils optional fakeroot_1.15-1.dsc
 932a8915a966837310e73286386405a6 280653 utils optional 
fakeroot_1.15.orig.tar.bz2
 a4a23967a556f23a4e28c37f3e6e4a21 43973 utils optional 
fakeroot_1.15-1.debian.tar.gz
 0f72948bdd53ff6ccd136228c5363122 120086 utils optional 
fakeroot_1.15-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Debian!

iQIcBAEBCgAGBQJNkKYVAAoJEFWSMx4ZnTiog0MP/3tOxerkB+8KOug+LAPPTRoh
oayLODFe533jES2N0+p0KVKN7BYZ+xu1jxcXzo0+wHfI2if7FbmnRDVkWnnXi4zN
sXXmnM/A0LD/LlWjHFz+jIUKk/ePplPslGBYQxnIqAQutSbPvq05iFdNznx/ZRIY
R+Si9sdtcSHL6XypUbVoqucdXjxDsCFecleuNqtYMCEPLawWLgeGZq66J/y1rDUI
lRSG2sUK6Kx8Ulp7rNT+LnXGbyMhMoXM1Sd/OpDJSmSRf3Mj3ftEVwEUFh02PPX6
DfVQcGZ0HCmf36114hHTd7BhvQetlTNqeTihdKtszn3gGI75i0m7K2aTaFcOY7vT
ayYznCvE6O4F7d7yFOf7D77Kj+HvAVstPjW+equG2vlWozFek2pODfkUGDYhtq21
g4XEWnzna6+aj9GYCH7xuvAnjD4Nm4Hr/bWh3tT+gknHkdoLZ9XMDa0ZQfook34X

Bug#614175: Can't run after install

2011-03-28 Thread Fabien Harrang
Package: prosody
Version: 0.7.0-1
Followup-For: Bug #614175

I had the same problem with liblua5.1-filesystem0 (1.5.0-1).
The 2011-03-01, I upgrade liblua5.1-filesystem0 from 1.4.2-3 to 1.5.0-1.
All contitue to work well while there were no reboot.
The 2011-03-25, I reboot the computer (which never reboot on march): prosody
fails to start with the exactly same message as Julien (between stars).
So, I downgrade liblua5.1-filesystem0 to 1.4.2-3, prosody refused to run.
After a last reboot, prosody works well.

For me, prosody 0.7 fails with liblua5.1-filesystem0 ≥ 1.5

Fabien


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

Kernel: Linux 2.6.32-xenU-3831-i386 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages prosody depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libidn11  1.20-1 GNU Libidn library, implementation
ii  liblua5.1-0   5.1.4-5Simple, extensible, embeddable pro
ii  liblua5.1-expat0  1.1.0-3libexpat bindings for the Lua lang
ii  liblua5.1-filesystem0 1.4.2-3luafilesystem library for the Lua 
ii  liblua5.1-socket2 2.0.2-4TCP/UDP socket library for Lua 5.1
ii  libssl0.9.8   0.9.8o-5   SSL shared libraries
ii  lua5.15.1.4-5Simple, extensible, embeddable pro
ii  openssl   0.9.8o-5   Secure Socket Layer (SSL) binary a

Versions of packages prosody recommends:
pn  liblua5.1-event0  none (no description available)
ii  liblua5.1-sec10.4-3  SSL socket library for the Lua lan

prosody 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#614469: Bug#604669: superiotool: Please add armhf support

2011-03-28 Thread Hector Oron
Hi,

  A porter NMU upload has been done to DELAYED/7

  Please check diff is fine:


diff -u superiotool-0.0+r5050/debian/changelog 
superiotool-0.0+r5050/debian/changelog
--- superiotool-0.0+r5050/debian/changelog
+++ superiotool-0.0+r5050/debian/changelog
@@ -1,3 +1,12 @@
+superiotool (0.0+r5050-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+- Add armhf to architecture list (Closes: DebianBug#604669)
+- Replace DEB_OPT_FLAG with CFLAGS for FTBFS fix (Closes: DebianBug#614469)
+- Bump standards version to 3.9.1 
+
+ -- Hector Oron zu...@debian.org  Mon, 28 Mar 2011 16:23:33 +
+
 superiotool (0.0+r5050-1) unstable; urgency=low
 
   * New upstream release.
diff -u superiotool-0.0+r5050/debian/control 
superiotool-0.0+r5050/debian/control
--- superiotool-0.0+r5050/debian/control
+++ superiotool-0.0+r5050/debian/control
@@ -3,11 +3,11 @@
 Priority: extra
 Maintainer: Uwe Hermann u...@debian.org
 Build-Depends: cdbs, debhelper (= 5), libpci-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: http://coreboot.org/Superiotool
 
 Package: superiotool
-Architecture: alpha amd64 arm armel armeb i386 ia64 kfreebsd-amd64 
kfreebsd-i386 netbsd-alpha netbsd-i386
+Architecture: alpha amd64 arm armel armeb armhf i386 ia64 kfreebsd-amd64 
kfreebsd-i386 netbsd-alpha netbsd-i386
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Super I/O detection tool
  Superiotool is a user-space utility which can
diff -u superiotool-0.0+r5050/debian/rules superiotool-0.0+r5050/debian/rules
--- superiotool-0.0+r5050/debian/rules
+++ superiotool-0.0+r5050/debian/rules
@@ -7,7 +7,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 # Note: The version here must be updated for each new upstream release!
-DEB_OPT_FLAG += -Werror -Wstrict-prototypes -Wundef \
+CFLAGS += -Werror -Wstrict-prototypes -Wundef \
-Wstrict-aliasing -Werror-implicit-function-declaration \
-ansi -DPCI_SUPPORT -D'SUPERIOTOOL_VERSION=\5050\'
 

  Let us know if there is any issue.

Best regards,
-- 
 Héctor Orón

Our Sun unleashes tremendous flares expelling hot gas into the Solar System, 
which one day will disconnect us.

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html



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



Bug#618049: marked as done (crossfire-client: FTBFS: libX11.so.6: could not read symbols: Invalid operation)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 17:03:13 +
with message-id e1q4fqt-00066v...@franck.debian.org
and subject line Bug#618049: fixed in crossfire-client 1.60.0-2
has caused the Debian Bug report #618049,
regarding crossfire-client: FTBFS: libX11.so.6: could not read symbols: Invalid 
operation
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.)


-- 
618049: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618049
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: crossfire-client
Version: 1.60.0-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110313 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 /usr/bin/ld: note: 'XMapWindow' is defined in DSO //usr/lib64/libX11.so.6 so 
 try adding it to the linker command line
 //usr/lib64/libX11.so.6: could not read symbols: Invalid operation
 collect2: ld returned 1 exit status

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/03/13/crossfire-client_1.60.0-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: crossfire-client
Source-Version: 1.60.0-2

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

crossfire-client_1.60.0-2.debian.tar.gz
  to main/c/crossfire-client/crossfire-client_1.60.0-2.debian.tar.gz
crossfire-client_1.60.0-2.dsc
  to main/c/crossfire-client/crossfire-client_1.60.0-2.dsc
crossfire-client_1.60.0-2_i386.deb
  to main/c/crossfire-client/crossfire-client_1.60.0-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 618...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kari Pahula k...@debian.org (supplier of updated crossfire-client 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, 28 Mar 2011 19:27:33 +0300
Source: crossfire-client
Binary: crossfire-client
Architecture: source i386
Version: 1.60.0-2
Distribution: unstable
Urgency: low
Maintainer: Kari Pahula k...@debian.org
Changed-By: Kari Pahula k...@debian.org
Description: 
 crossfire-client - Client for the multiplayer roguelike Crossfire
Closes: 618049
Changes: 
 crossfire-client (1.60.0-2) unstable; urgency=low
 .
   * Readd -lX11 to linker flags (Closes: #618049)
   * Install crossfire-client.desktop to /usr/share/applications/
Checksums-Sha1: 
 078a1a875b4b103cf64e0b8f5aa63a1cd4c37e19 1340 crossfire-client_1.60.0-2.dsc
 b54d824d3eeeafc7c9a79097fa3fad39e767c027 9091 
crossfire-client_1.60.0-2.debian.tar.gz
 fc5b3539c6afe4ef8df9ad42e1864016fd766ba2 366358 
crossfire-client_1.60.0-2_i386.deb
Checksums-Sha256: 
 58e512a670728096a3a40a0991c4c5a41980a8e5bc6cc3137a5df3bf9ee551a1 1340 
crossfire-client_1.60.0-2.dsc
 a2813d48d7a145c75fd05b4820fcf5e357c1653c708dde3a03eee6b6d12f27e7 9091 
crossfire-client_1.60.0-2.debian.tar.gz
 f0112111c0db5be6c1ec42797e61ccfea2ce7d1e9734c0ff8735647f90c9ecc5 366358 
crossfire-client_1.60.0-2_i386.deb
Files: 
 7c99113cdadd3ba11398b3518a44ae80 1340 games optional 
crossfire-client_1.60.0-2.dsc
 7ad455e6e3f338dfd6f184302928eb20 9091 games optional 
crossfire-client_1.60.0-2.debian.tar.gz
 a4ac1449fe50f7b059ff41289d41d23e 366358 games optional 
crossfire-client_1.60.0-2_i386.deb

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

iEYEARECAAYFAk2QtyAACgkQeYl9593Atw1DEgCfTFMK3TmEiB3ucZAo1spiFYe/
Cf0AnjgVeL1EGAOULjYCy4MA/Q5jiuxj
=aS6q
-END PGP SIGNATURE-


---End Message---


Bug#619963: gcc-4.6: wrongly optimizes memmove() into memcpy()

2011-03-28 Thread Remi Denis-Courmont
Package: gcc-4.6
Version: 4.6.0-1
Severity: grave
Justification: renders package unusable


Hello,

Trying to compile VLC media player using Debian gcc-4.6.
It turns out that the compiler is silently replacing memmove() calls
with memcpy() ones, when it is clearly NOT a legal optimization. The
issue was uncovered with valgrind. For instance, this one is failing,
even though both source and destination obviously overlap:

 memmove( p_aout-pp_inputs[i_input], p_aout-pp_inputs[i_input + 1],
  (AOUT_MAX_INPUTS - i_input - 1) * sizeof(aout_input_t *) );

This results in memory corruption at run-time and eventually crashes.

Compiler flags used were: -g -O2 -ffast-math -funroll-loops -fPIC
I can provide the full .i file if needed.

Best regards,

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (100, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-1-686 (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 gcc-4.6 depends on:
ii  binutils   2.21.0.20110327-1 The GNU assembler, linker and bina
ii  cpp-4.64.6.0-1   The GNU C preprocessor
ii  gcc-4.6-base   4.6.0-1   The GNU Compiler Collection (base 
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libcloog-ppl0  0.15.9-3  the Chunky Loop Generator (runtime
ii  libgcc11:4.6.0-1 GCC support library
ii  libgmp10   2:5.0.1+dfsg-7Multiprecision arithmetic library
ii  libgmpxx4ldbl  2:5.0.1+dfsg-7Multiprecision arithmetic library 
ii  libgomp1   4.6.0-1   GCC OpenMP (GOMP) support library
ii  libmpc20.9-2 multiple precision complex floatin
ii  libmpfr4   3.0.0-9   multiple precision floating-point 
ii  libppl-c4  0.11.2-3  Parma Polyhedra Library (C interfa
ii  libppl90.11.2-3  Parma Polyhedra Library (runtime l
ii  libquadmath0   4.6.0-1   GCC Quad-Precision Math Library
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages gcc-4.6 recommends:
ii  libc6-dev 2.11.2-11  Embedded GNU C Library: Developmen

Versions of packages gcc-4.6 suggests:
pn  binutils-gold none (no description available)
pn  gcc-4.6-doc   none (no description available)
pn  gcc-4.6-locales   none (no description available)
pn  gcc-4.6-multilib  none (no description available)
ii  libgcc1-dbg   1:4.6.0-1  GCC support library (debug symbols
pn  libgomp1-dbg  none (no description available)
pn  libmudflap0-4.6-dev   none (no description available)
pn  libmudflap0-dbg   none (no description available)
pn  libquadmath0-dbg  none (no description available)

-- 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



Processed: Re: Bug#619942: xmltooling: FTBFS on armel: Illegal instruction

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 619942 doxygen
Bug #619942 [xmltooling] xmltooling: FTBFS on armel: Illegal instruction
Bug reassigned from package 'xmltooling' to 'doxygen'.
Bug No longer marked as found in versions 1.4.1-2.
 found 619942 doxygen/1.7.3-6
Bug #619942 [doxygen] xmltooling: FTBFS on armel: Illegal instruction
Bug Marked as found in versions doxygen/1.7.3-6.
 severity 619942 grave
Bug #619942 [doxygen] xmltooling: FTBFS on armel: Illegal instruction
Severity set to 'grave' from 'serious'

 affects 619942 xmltooling
Bug #619942 [doxygen] xmltooling: FTBFS on armel: Illegal instruction
Added indication that 619942 affects xmltooling
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
619942: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619942
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#619942: xmltooling: FTBFS on armel: Illegal instruction

2011-03-28 Thread Russ Allbery
reassign 619942 doxygen
found 619942 doxygen/1.7.3-6
severity 619942 grave
affects 619942 xmltooling
thanks

Hector Oron hector.o...@gmail.com writes:

 Package: xmltooling
 Version: 1.4.1-2
 Severity: serious

 Hello,

   Your package fails to build from source on armel auto builders:

 Generating docs for compound xmltooling::Lock...
 make[3]: *** [doc/api/xmltooling.tag] Illegal instruction
 make[3]: *** Deleting file `doc/api/xmltooling.tag'
 Gmake[3]: Leaving directory 
 `/build/buildd-xmltooling_1.4.1-2-armel-THFXS8/xmltooling-1.4.1'
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all] Error 2

   Full build log at:
   
 https://buildd.debian.org/fetch.cgi?pkg=xmltoolingarch=armelver=1.4.1-2stamp=1300347825file=logas=raw

Thanks!  Unless I'm missing something, this appears to be a bug in doxygen
on armel (dying with an illegal instruction).  Reassigning this bug
accordingly.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/



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



Bug#615679: marked as done (nateon: ftbfs with gcc-4.5)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Tue, 29 Mar 2011 03:04:44 +0900
with message-id 1301335484.23800.163.ca...@duncan.dune-code.net
and subject line resolved by removing
has caused the Debian Bug report #615679,
regarding nateon: ftbfs with gcc-4.5
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.)


-- 
615679: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615679
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: nateon
Version: 1.1.0.301-1
Severity: normal
Tags: sid
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.5

The package fails to build in a test rebuild on at least amd64 with
gcc-4.5/g++-4.5, but succeeds to build with gcc-4.4/g++-4.4.

The full build log can be found at:
http://people.debian.org/~lucas/logs/2011/02/14/gcc/gcc4.5/nateon_1.1.0.301-1_lsid64b.buildlog
The last lines of the build log are at the end of this report.

Some more details can be found at
http://lists.debian.org/debian-devel-announce/2011/02/msg00012.html

[...]
/usr/share/qt3/include/qevent.h:523:46: warning: conversion to 'unsigned char' 
from 'uint' may alter its value
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:
 In member function 'void AddFriendView::showSearchResult(bool, QStringList)':
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:261:47:
 error: cannot call constructor 'QRegExp::QRegExp' directly
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:261:47:
 error:   for a function-style cast, remove the redundant '::QRegExp'
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:
 In member function 'QString AddFriendView::getEmailAddr(QString)':
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:359:35:
 error: cannot call constructor 'QString::QString' directly
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:359:35:
 error:   for a function-style cast, remove the redundant '::QString'
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:369:35:
 error: cannot call constructor 'QString::QString' directly
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:369:35:
 error:   for a function-style cast, remove the redundant '::QString'
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:373:35:
 warning: conversion to 'unsigned char' from 'int' may alter its value
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:376:35:
 error: cannot call constructor 'QString::QString' directly
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:376:35:
 error:   for a function-style cast, remove the redundant '::QString'
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:386:39:
 error: cannot call constructor 'QString::QString' directly
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:386:39:
 error:   for a function-style cast, remove the redundant '::QString'
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:391:39:
 error: cannot call constructor 'QString::QString' directly
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:391:39:
 error:   for a function-style cast, remove the redundant '::QString'
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:
 In member function 'QString AddFriendView::getSelectedID()':
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:416:35:
 error: cannot call constructor 'QString::QString' directly
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:416:35:
 error:   for a function-style cast, remove the redundant '::QString'
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:423:35:
 error: cannot call constructor 'QString::QString' directly
/build/user-nateon_1.1.0.301-1-amd64-JVsLqD/nateon-1.1.0.301/nateon/dialog/addfriendview.cpp:423:35:
 error:   for a function-style cast, remove the redundant '::QString'
make[3]: *** [nateon/CMakeFiles/knateon.dir/dialog/addfriendview.cpp.o] Error 1
make[2]: *** [nateon/CMakeFiles/knateon.dir/all] Error 2
make[1]: *** [all] Error 2
dh_auto_build: make -j1 

Bug#618150: marked as done (libplist: FTBFS: dh_makeshlibs: dpkg-gensymbols -plibplist++1 -Idebian/libplist++1.symbols.amd64 -Pdebian/libplist++1 returned exit code 1)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 18:03:52 +
with message-id e1q4gna-000660...@franck.debian.org
and subject line Bug#618150: fixed in libplist 1.4-1
has caused the Debian Bug report #618150,
regarding libplist: FTBFS: dh_makeshlibs: dpkg-gensymbols -plibplist++1 
-Idebian/libplist++1.symbols.amd64 -Pdebian/libplist++1 returned exit code 1
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.)


-- 
618150: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618150
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libplist
Version: 1.3-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110313 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 make[1]: Entering directory 
 `/build/user-libplist_1.3-2-amd64-e0_az_/libplist-1.3'
 dh_strip --dbg-package=libplist-dbg
 make[1]: Leaving directory 
 `/build/user-libplist_1.3-2-amd64-e0_az_/libplist-1.3'
dh_makeshlibs
 dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
 diff output below
 dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
 file: see diff output below
 dpkg-gensymbols: warning: debian/libplist++1/DEBIAN/symbols doesn't match 
 completely debian/libplist++1.symbols.amd64
 --- debian/libplist++1.symbols.amd64 (libplist++1_1.3-2_amd64)
 +++ dpkg-gensymbolsucvtOJ 2011-03-13 12:49:30.811840670 +0100
 @@ -156,13 +156,24 @@
   _ZN5PList9StructureD1Ev@Base 0.16
   _ZN5PList9StructureD2Ev@Base 0.16
   _ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base 0.16
 - _ZNSt3mapISsPN5PList4NodeESt4lessISsESaISt4pairIKSsS2_EEED1Ev@Base 0.16
 +#MISSING: 1.3-2# 
 _ZNSt3mapISsPN5PList4NodeESt4lessISsESaISt4pairIKSsS2_EEED1Ev@Base 0.16
   
 _ZNSt6vectorIPN5PList4NodeESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_@Base
  0.16
 + 
 _ZNSt6vectorIPN5PList4NodeESaIS2_EE6insertEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_@Base
  1.3-2
 + _ZNSt6vectorIPN5PList4NodeESaIS2_EED1Ev@Base 1.3-2
 + _ZNSt6vectorIPN5PList4NodeESaIS2_EED2Ev@Base 1.3-2
 + _ZNSt6vectorIcSaIcEED1Ev@Base 1.3-2
 + _ZNSt6vectorIcSaIcEED2Ev@Base 1.3-2
   
 _ZNSt8_Rb_treeISsSt4pairIKSsPN5PList4NodeEESt10_Select1stIS5_ESt4lessISsESaIS5_EE10_M_insert_EPKSt18_Rb_tree_node_baseSE_RKS5_@Base
  0.16
 + 
 _ZNSt8_Rb_treeISsSt4pairIKSsPN5PList4NodeEESt10_Select1stIS5_ESt4lessISsESaIS5_EE11equal_rangeERS1_@Base
  1.3-2
   
 _ZNSt8_Rb_treeISsSt4pairIKSsPN5PList4NodeEESt10_Select1stIS5_ESt4lessISsESaIS5_EE16_M_insert_uniqueERKS5_@Base
  0.16
   
 _ZNSt8_Rb_treeISsSt4pairIKSsPN5PList4NodeEESt10_Select1stIS5_ESt4lessISsESaIS5_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS5_ERKS5_@Base
  0.16
 + 
 _ZNSt8_Rb_treeISsSt4pairIKSsPN5PList4NodeEESt10_Select1stIS5_ESt4lessISsESaIS5_EE4findERS1_@Base
  1.3-2
   
 _ZNSt8_Rb_treeISsSt4pairIKSsPN5PList4NodeEESt10_Select1stIS5_ESt4lessISsESaIS5_EE5eraseERS1_@Base
  0.16
 + 
 _ZNSt8_Rb_treeISsSt4pairIKSsPN5PList4NodeEESt10_Select1stIS5_ESt4lessISsESaIS5_EE5eraseESt17_Rb_tree_iteratorIS5_ESD_@Base
  1.3-2
   
 _ZNSt8_Rb_treeISsSt4pairIKSsPN5PList4NodeEESt10_Select1stIS5_ESt4lessISsESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E@Base
  0.16
 + 
 _ZNSt8_Rb_treeISsSt4pairIKSsPN5PList4NodeEESt10_Select1stIS5_ESt4lessISsESaIS5_EED1Ev@Base
  1.3-2
 + 
 _ZNSt8_Rb_treeISsSt4pairIKSsPN5PList4NodeEESt10_Select1stIS5_ESt4lessISsESaIS5_EED2Ev@Base
  1.3-2
 + 
 _ZSt6__findIN9__gnu_cxx17__normal_iteratorIPPN5PList4NodeESt6vectorIS4_SaIS4_S4_ET_SA_SA_RKT0_St26random_access_iterator_tag@Base
  1.3-2
   _ZTIN5PList10DictionaryE@Base 0.16
   _ZTIN5PList4DataE@Base 0.16
   _ZTIN5PList4DateE@Base 0.16
 dh_makeshlibs: dpkg-gensymbols -plibplist++1 
 -Idebian/libplist++1.symbols.amd64 -Pdebian/libplist++1 returned exit code 1
 make: *** [binary] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/03/13/libplist_1.3-2_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: libplist
Source-Version: 1.4-1

We believe that the bug you reported is fixed in the 

Bug#619936: dlint: Dependencies not met for dig

2011-03-28 Thread Patrik Schindler

Hello,

Am 28.03.2011 um 16:25 schrieb Florian Hinzmann:


Do you have (another) dig binary within your search path
or within
/usr/ucb:/usr/bsd:/bin:/usr/bin:/usr/local/bin:/usr/share/bin:/usr/ 
com/bin,

what is what dlint searches.


Nope, nothing


~ $ which dig
/usr/bin/dig



What does type dig resp. which dig and dig -v say?



~ $ type dig
dig is hashed (/usr/bin/dig)
~ $ dig -v
DiG 9.7.2-P3



Please allow another question before I return to this issue
later: Which shell do you use when this problem occurs?



Bash.


Since dlint is a shell script, I will add debugging output here:

~ $ bash -x dlint pocnet.net
+ test x/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/home/poc/ 
bin:/usr/sbin:/sbin:/usr/local/sbin = x
+ PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/home/poc/ 
bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/ucb:/usr/bsd:/bin:/usr/bin:/ 
usr/local/bin:/usr/share/bin:/usr/com/bin

+ export PATH
+ VERSION=1.4.0
+ rrfilt=/usr/share/dlint/digparse
++ tempfile --prefix=dlintns
+ TMPNS=/tmp/dlintkufa3x
++ tempfile --prefix=dlintzone
+ TMPZONE=/tmp/dlintKRgazA
++ tempfile --prefix=dlintptr
+ TMPPTR=/tmp/dlintsdRDWA
++ tempfile --prefix=dlinta
+ TMPA=/tmp/dlintWfpAfB
++ tempfile --prefix=dlintsubdoms
+ TMPSUBDOMS=/tmp/dlint9q8AyB
++ tempfile --prefix=dlinterr
+ TMPERR=/tmp/dlintRRvEmz
++ tempfile --prefix=dlinterr2
+ TMPERR2=/tmp/dlintgSWnEz
++ tempfile --prefix=dlintserials
+ TMPSERIALS=/tmp/dlintF7akXz
+ trap 'rm -f /tmp/dlintkufa3x /tmp/dlintKRgazA /tmp/dlintsdRDWA /tmp/ 
dlintWfpAfB /tmp/dlint9q8AyB /tmp/dlintRRvEmz /tmp/dlintgSWnEz; exit  
4' 1 2 3 15

+ test 1 -lt 1 -o 1 -gt 2
++ echo -n hello
++ wc -l
+ test 0 -eq 0
+ echoc=
+ echon=-n
++ dig localhost any
++ head -1
++ grep DiG
++ sed -e 's/.*DiG \([0-9.]*\).*/\1/'
+ ver=
++ echo
++ awk '$1 = 2.1 {print ok; exit}'
+ ans=
+ test x '!=' xok
+ echo ';; This program requires DiG version 2.1 or newer, which I  
cannot find.'

;; This program requires DiG version 2.1 or newer, which I cannot find.
+ exit 3


After a bit of searching, I tried dlint with another user and that  
works out ok.


Reason is that my user has a .digrc which makes dig more terse by  
suppressing information I usually don't want to see.


Contents:
+ret=2 +noauthority +noadditional +noquestion +nostats +nocmd

Now I'm no longer sure if dig stopped working with the squeeze-upgrade  
or way earlier when adding a .digrc.


How to cope with that properly?

Thanks for taking time and sorry for not debugging in the first place  
myself.



:wq! PoC




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



Bug#619963: gcc-4.6: wrongly optimizes memmove() into memcpy()

2011-03-28 Thread Rémi Denis-Courmont
Le lundi 28 mars 2011 21:06:31 Matthias Klose, vous avez écrit :
 severity  619963 important
 thanks
 
 On 28.03.2011 19:10, Remi Denis-Courmont wrote:
  Package: gcc-4.6
  Version: 4.6.0-1
  Severity: grave
  Justification: renders package unusable
 
 does it?

It does not compile Debian's own source code base correctly on i386.
What more do you need?

  Trying to compile VLC media player using Debian gcc-4.6.
  It turns out that the compiler is silently replacing memmove() calls
  with memcpy() ones, when it is clearly NOT a legal optimization. The
  issue was uncovered with valgrind. For instance, this one is failing,
  
  even though both source and destination obviously overlap:
   memmove( p_aout-pp_inputs[i_input], p_aout-pp_inputs[i_input +
   1],
   
(AOUT_MAX_INPUTS - i_input - 1) * sizeof(aout_input_t *) );
  
  This results in memory corruption at run-time and eventually crashes.
  
  Compiler flags used were: -g -O2 -ffast-math -funroll-loops -fPIC
  I can provide the full .i file if needed.
 
 please could you provide a test case?

I don't have that at hand, unless you count the entire VLC a test case.

-- 
Rémi Denis-Courmont
Looking for a job: http://www.remlab.info/
http://fi.linkedin.com/in/remidenis



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



Bug#619963: gcc-4.6: wrongly optimizes memmove() into memcpy()

2011-03-28 Thread Matthias Klose
severity  619963 important
thanks

On 28.03.2011 19:10, Remi Denis-Courmont wrote:
 Package: gcc-4.6
 Version: 4.6.0-1
 Severity: grave
 Justification: renders package unusable

does it?

 Trying to compile VLC media player using Debian gcc-4.6.
 It turns out that the compiler is silently replacing memmove() calls
 with memcpy() ones, when it is clearly NOT a legal optimization. The
 issue was uncovered with valgrind. For instance, this one is failing,
 even though both source and destination obviously overlap:
 
  memmove( p_aout-pp_inputs[i_input], p_aout-pp_inputs[i_input + 1],
   (AOUT_MAX_INPUTS - i_input - 1) * sizeof(aout_input_t *) );
 
 This results in memory corruption at run-time and eventually crashes.
 
 Compiler flags used were: -g -O2 -ffast-math -funroll-loops -fPIC
 I can provide the full .i file if needed.

please could you provide a test case?

thanks, Matthias



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



Processed: This is grave

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 585448 grave
Bug #585448 [libdpkg-ruby1.8] Leaves files open as it scans, resulting in too 
many open files
Bug #600260 [libdpkg-ruby1.8] apt-listbugs: exit 10, Too many open files 
(Errno::EMFILE)
Severity set to 'grave' from 'important'

Severity set to 'grave' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585448: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585448
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#619935: src:scotch: FTBFS on several arches due to lex issue

2011-03-28 Thread Johannes Ring
Hi Adam,

On Mon, Mar 28, 2011 at 3:46 PM, Adam C Powell IV hazel...@debian.org wrote:
 Package: src:scotch
 Version: 5.1.11.dfsg-4
 Severity: serious

 Scotch FTBFS on i386, ia64, kfreebsd-i386, mips[el] and sparc:

 (flex parser_ll.l                     \
                                         mv lex.yy.c parser_ll.c) ||           
  \
                                        cp last_resort/parser_ll.c .
 mpicc -O3 -I. -fPIC -I/usr/include/mpi -I/usr/include/lam 
 -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD 
 -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DLONG -DSCOTCH_COLLECTIVE 
 -DSCOTCH_PTSCOTCH  -c parser_ll.c -o parser_ll.o
 parser_ll.l: In function '_SCOTCHstratParserLex':
 parser_ll.l:123:31: error: 'yylval' undeclared (first use in this function)
 parser_ll.l:123:31: note: each undeclared identifier is reported only once 
 for each function it appears in
 make[3]: *** [parser_ll.o] Error 1
 make[3]: Leaving directory 
 `/build/buildd-scotch_5.1.11.dfsg-4-i386-uzmFPf/scotch-5.1.11.dfsg/src/libscotch'

I couldn't (for some unknown reason) reproduce this in a pbuilder
machine (i386) but I remember to have seen this error before. What I
did to fix it was to use the LEX and YACC lines from the
src/Make.inc/Makefile.inc.i686_pc_linux2 file:

LEX = flex -Pscotchyy -olex.yy.c
YACC = bison -pscotchyy -y -b y

These lines should replace the ones in debian/Makefile.inc. If I
remember correctly, I also had to add the flag -DSCOTCH_RENAME_PARSER
to CFLAGS.

HTH,

Johannes



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



Bug#619972: [gnome-power-manager] Laptop left with blank screen after resuming from suspend

2011-03-28 Thread Paolo Scarabelli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: gnome-power-manager
Version: 2.32.0-2
Severity: grave

- --- Please enter the report below this line. ---
On a HP ProBook 4510s, the power management is set to suspend when the
lid is closed while running on battery.

When the lid is reopened gnome never resumes normal operation, the
screen is left blank with only the mouse pointer showing.

I tried switching between consoles (ctrl+alt+f1) then back to gnome
(ctrl+alt+f7) but it didn't help. All I can do is switching to a new
console, login as root and reboot the laptop.

The bug is triggered whenever I repeat the above steps.

Other HP laptops I have, with the same configuration, have no problem.

Attachments:
lsmod.txtDump of lsmod
lspci.txtDump of lspci
messages.txt Section of /var/log/messages from when I disconnected
 the power and closed the lid to when I shutdown
 because unable to resume


The same laptop also has problems with gnome-settings-daemon (which
crashes from time to time): bug #619457


Thank you,


Paolo.

- --- System information. ---
Architecture: i386
Kernel:   Linux 2.6.38-1-686-bigmem

Debian Release: wheezy/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing mirrors.kernel.org
  500 testing deb.opera.com
  500 squeeze debian.fusionforge.org
   50 experimentalmirrors.kernel.org
  100 unstablemirrors.kernel.org

- --- Package information. ---
Depends   (Version) | Installed
===-+-
libbonobo2-0(= 2.15.0) | 2.24.3-1
libc6  (= 2.7) | 2.11.2-11
libcairo2(= 1.2.4) | 1.10.2-6
libcanberra-gtk0  (= 0.17) | 0.24-1
libcanberra0   (= 0.2) | 0.24-1
libdbus-1-3  (= 1.0.2) | 1.4.6-1
libdbus-glib-1-2  (= 0.88) | 0.92-1
libgconf2-4 (= 2.27.0) | 2.28.1-6
libglib2.0-0(= 2.24.0) | 2.28.2-1
libgnome-keyring0   (= 2.20.3) | 2.32.0-1
libgtk2.0-0 (= 2.18.0) | 2.20.1-2
libnotify1   (= 0.5.0) | 0.5.0-2
libnotify1-gtk2.10  |
libpanel-applet2-0  (= 2.28.0) | 2.30.2-4
libpango1.0-0   (= 1.18.0) | 1.28.3-1+squeeze2
libunique-1.0-0  (= 1.0.0) | 1.1.6-2
libupower-glib1  (= 0.9.1) | 0.9.8-2
libx11-6| 2:1.4.1-5
libxext6| 2:1.2.0-2
libxrandr2  (= 2:1.2.99.2) | 2:1.3.1-1
gconf2(= 2.28.1-2) | 2.28.1-6
notification-daemon | 0.5.0-2
dbus-x11| 1.4.6-1
consolekit  | 0.4.4-1
upower  | 0.9.8-2


Recommends  (Version) | Installed
=-+-===
udisks| 1.0.2-4


Suggests (Version) | Installed
==-+-===
policykit-1| 0.99-3



- --- Output from package bug script ---
Distro version:   wheezy/sid
Kernel version:   2.6.38-1-686-bigmem
g-p-m version:2.32.0
HAL version:  0.5.14
System manufacturer:  missing
System version:   missing
System product:   missing
AC adapter present:   yes
Battery present:  yes
Laptop panel present: yes
CPU scaling present:  yes
Battery Information:
  battery.charge_level.current = 45349  (0xb125)  (int)
  battery.charge_level.design = 47520  (0xb9a0)  (int)
  battery.charge_level.last_full = 45349  (0xb125)  (int)
  battery.charge_level.percentage = 100  (0x64)  (int)
  battery.charge_level.rate = 0  (0x0)  (int)
  battery.is_rechargeable = true  (bool)
  battery.model = 'Primary'  (string)
  battery.present = true  (bool)
  battery.rechargeable.is_charging = false  (bool)
  battery.rechargeable.is_discharging = false  (bool)
  battery.reporting.current = 4359  (0x1107)  (int)
  battery.reporting.design = 4400  (0x1130)  (int)
  battery.reporting.last_full = 4199  (0x1067)  (int)
  battery.reporting.rate = 0  (0x0)  (int)
  battery.reporting.technology = 'Li-ion'  (string)
  battery.reporting.unit = 'mAh'  (string)
  battery.serial = '02751 2009/12/07'  (string)
  battery.technology = 'lithium-ion'  (string)
  battery.type = 'primary'  (string)
  battery.vendor = 'Hewlett-Packard'  (string)
  battery.voltage.current = 12539  (0x30fb)  (int)
  battery.voltage.design = 10800  (0x2a30)  (int)
  battery.voltage.unit = 'mV'  (string)
UPower data:
Device: /org/freedesktop/UPower/devices/line_power_AC
  native-path:
/sys/devices/LNXSYSTM:00/device:00/ACPI0003:00/power_supply/AC
  power supply: yes
  updated:  Mon Mar 28 20:38:58 2011 (21768 seconds ago)
  has history:  no
  has statistics:   no
  line-power
online: yes

Device: 

Bug#619973: src:request-tracker3.8: missing source for compressed javascript files

2011-03-28 Thread Ansgar Burchardt
Source: request-tracker3.8
Version: 3.8.9-1
Severity: serious
Justification: missing source

Hi,

the source for at least share/html/NoAuth/js/IE7/* is not included in
the upstream tarball.

Regards,
Ansgar



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



Bug#619103: The problem is indeed python-qscintilla2

2011-03-28 Thread Ludovico Cavedon
package tortoisehg
forcemerge 619103 619096
thanks

Hi,

thank you for debugging the issue and sorry for the silence, I was
travelling with no internet connection.

On 03/26/2011 12:10 PM, Christian Ohm wrote:
 As mentioned in #619096, this problem is indeed caused by python-qscintilla2,
 and a local rebuild of that package fixes it.

Ok, I have just requested a binNMU [1] for the architectures with build +b1.

Thanks,
Ludovico


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619974



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



Processed (with 1 errors): Re: Bug#619103: The problem is indeed python-qscintilla2

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 package tortoisehg
Limiting to bugs with field 'package' containing at least one of 'tortoisehg'
Limit currently set to 'package':'tortoisehg'

 reassign 619103 python-qscintilla2
Bug #619103 [tortoisehg] tortoisehg: tortoiseHg could not load du to python 
problem
Bug reassigned from package 'tortoisehg' to 'python-qscintilla2'.
package: python-qscintilla2' does not match at least one of tortoisehg
Failed to clear fixed versions and reopen on 619103: limit failed for bugs: 
619103.

 package python-qscintilla2
Limiting to bugs with field 'package' containing at least one of 
'python-qscintilla2'
Limit currently set to 'package':'python-qscintilla2'

 forcemerge 619103 619096
Bug#619103: tortoisehg: tortoiseHg could not load du to python problem
Bug#619096: python-qscintilla2: Unexpected error with recent PyQt package 
(python-qt4 4.8.3-2)
Forcibly Merged 619096 619103.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
619096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619096
619103: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619103
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: r1358 - openldap/trunk/debian

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 617606 pending
Bug #617606 [openldap] CVE-2011-1024 CVE-2011-1025
Ignoring request to alter tags of bug #617606 to the same tags previously set
 tags 618904 pending
Bug #618904 [slapd] openldap 2.4.23 slapd server process frequently hangs 
during everyday use
Ignoring request to alter tags of bug #618904 to the same tags previously set
 tags 606815 pending
Bug #606815 [libldap-2.4-2] libldap-2.4-2: memory leak when chasing referrals
Ignoring request to alter tags of bug #606815 to the same tags previously set
 tags 608813 pending
Bug #608813 [slapd] Slapd fails to start when olcDbURI attribute is used
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
608813: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608813
606815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606815
618904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618904
617606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617606
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#618998: marked as done (libzorpll3.9-0-memtrace and libzorpll3.3-0-memtrace: error when trying to install together)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 23:00:49 +0200
with message-id 1301346049.29304.4.camel@sasa-laptop
and subject line This bug is already fixed
has caused the Debian Bug report #618998,
regarding libzorpll3.9-0-memtrace and libzorpll3.3-0-memtrace: error when 
trying to install together
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.)


-- 
618998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618998
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libzorpll3.3-0-memtrace,libzorpll3.9-0-memtrace
Version: libzorpll3.3-0-memtrace/3.3.0.12-4
Version: libzorpll3.9-0-memtrace/3.9.0.1-6
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2011-03-20
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!
  libcap2 libpcre3 libglib2.0-0 libzorpll3.3-0 libzorpll3.9-0
  libzorpll3.3-0-memtrace libzorpll3.9-0-memtrace
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libcap2.
(Reading database ... 8744 files and directories currently installed.)
Unpacking libcap2 (from .../libcap2_1%3a2.20-1_amd64.deb) ...
Selecting previously deselected package libpcre3.
Unpacking libpcre3 (from .../libpcre3_8.12-3_amd64.deb) ...
Selecting previously deselected package libglib2.0-0.
Unpacking libglib2.0-0 (from .../libglib2.0-0_2.28.2-1_amd64.deb) ...
Selecting previously deselected package libzorpll3.3-0.
Unpacking libzorpll3.3-0 (from .../libzorpll3.3-0_3.3.0.12-4_amd64.deb) ...
Selecting previously deselected package libzorpll3.9-0.
Unpacking libzorpll3.9-0 (from .../libzorpll3.9-0_3.9.0.1-6_amd64.deb) ...
Selecting previously deselected package libzorpll3.3-0-memtrace.
Unpacking libzorpll3.3-0-memtrace (from 
.../libzorpll3.3-0-memtrace_3.3.0.12-4_amd64.deb) ...
Selecting previously deselected package libzorpll3.9-0-memtrace.
Unpacking libzorpll3.9-0-memtrace (from 
.../libzorpll3.9-0-memtrace_3.9.0.1-6_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libzorpll3.9-0-memtrace_3.9.0.1-6_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/debug/libzorpll.so', which is also in package 
libzorpll3.3-0-memtrace 3.3.0.12-4
configured to not write apport reports
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/libzorpll3.9-0-memtrace_3.9.0.1-6_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
cow-shell unlink .ilist: No such file or directory


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/lib/debug/libzorpll.so

This bug is assigned to both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.


---End Message---
---BeginMessage---
Version: 3.9.0.1-9

This bug is already fixed in the version 3.9.0.1-8 but I was not able to
upload it.

I have removed the problematic file.


---End Message---


Bug#619947: marked as done (mksh handles ${foo%(*} as Korn Shell, even if /bin/sh, and fails)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Mar 2011 22:55:45 +
with message-id e1q4lld-00087q...@franck.debian.org
and subject line Bug#619947: fixed in mksh 39.3.20110328-1
has caused the Debian Bug report #619947,
regarding mksh handles ${foo%(*} as Korn Shell, even if /bin/sh, and fails
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.)


-- 
619947: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619947
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: mksh
Version: 39.3.20100725-1
Severity: serious
Justification: Policy 10.4

keyboard-configuration 1.68+squeeze2 fails to configure for the following
reason, when mksh or mksh-static are used as /bin/sh:

${foo%(} fails to parse because the part after the trim (percent) token
is parsed as extglob in Korn Shells, which POSIX doesn’t seem to have.

In Korn Shells, ${foo%'('} is henceforth a must.

mksh, when called as /bin/sh, sets the shell flag sh (in Debian), and
upstream has committed a patch degrading trims iff -o sh to non-extglob
patterns. This should be applied in stable (squeeze), thus this bug, to
track that.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/mksh

Versions of packages mksh depends on:
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  libbsd0   0.2.0-1utility functions from BSD systems
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib

mksh recommends no packages.

Versions of packages mksh suggests:
ii  ed1.4-3  The classic UNIX line editor

-- debconf information:
  mksh/cannot:
* mksh/sh: true


---End Message---
---BeginMessage---
Source: mksh
Source-Version: 39.3.20110328-1

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

mksh_39.3.20110328-1.diff.gz
  to main/m/mksh/mksh_39.3.20110328-1.diff.gz
mksh_39.3.20110328-1.dsc
  to main/m/mksh/mksh_39.3.20110328-1.dsc
mksh_39.3.20110328-1_i386.deb
  to main/m/mksh/mksh_39.3.20110328-1_i386.deb
mksh_39.3.20110328.orig.tar.gz
  to main/m/mksh/mksh_39.3.20110328.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 619...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Glaser t...@mirbsd.de (supplier of updated mksh 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: SHA384

Format: 1.8
Date: Mon, 28 Mar 2011 22:26:25 +
Source: mksh
Binary: mksh
Architecture: source i386
Version: 39.3.20110328-1
Distribution: unstable
Urgency: high
Maintainer: Thorsten Glaser t...@mirbsd.de
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 mksh   - MirBSD Korn Shell
Closes: 619947
Changes: 
 mksh (39.3.20110328-1) unstable; urgency=high
 .
   * Back out dietlibc [hppa] dependency on experimental package
 to be able to upload to unstable
   * New CVS snapshot fixing all known regressions from the
 recent experimental changes, as well as some more fallout:
 - [tg] Fix mis-detection of gcc format attribute (false negative)
 - [tg] Include some Android specific hacks (no change on other OEs)
 - [tg, Jb_boin] In ${foo/bar/baz} expressions, when adjourning empty
   patterns to avoid running into a busy-wait loop, remember to skip
   the anchor characters (‘#’ or ‘%’) at the beginning, yet keep the
   special meaning replacing a string begin or end with a string has
 - [tg] Write a pattern optimiser that is run internally before calls
   to the pattern matching code always (currently, replaces a@(b@(c)d)e
   with abcde but keeps @(a|a), then (in a second pass) collapses
   adjacent asterisk (‘*’) wildcards into a single one; this fixes some
   of the symptoms of severe performance issues our pattern matching code
   has to the extent that it can prevent busy-looping (found by Jb_boin)
 - [tg, Chris “ironhead” Sutcliffe, Chet Ramey, Eric Blake, David Korn]
   Handle pathnames with exactly two leading slashes 

Bug#618112: marked as done (titantools: FTBFS: collect2: ld returned 1 exit status)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Tue, 29 Mar 2011 01:51:14 +0200
with message-id 20110328235114.gc18...@javifsp.no-ip.org
and subject line Re: Bug#618112: titantools: FTBFS: collect2: ld returned 1 
exit status
has caused the Debian Bug report #618112,
regarding titantools: FTBFS: collect2: ld returned 1 exit status
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.)


-- 
618112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618112
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: titantools
Version: 4.0.11-4
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110313 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 gcc  -o runas /usr/lib/libc.a  -dn stubs.o runas.o
 /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in 
 `/usr/lib/libc.a(strcmp.o)' can not be used when making an executable; 
 recompile with -fPIE and relink with -pie
 collect2: ld returned 1 exit status

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/03/13/titantools_4.0.11-4_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---
On Sun, Mar 13, 2011 at 06:18:28PM +0100, Lucas Nussbaum wrote:
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

Strange, you are rebuilding titantools 4.0.11-4 (from oldstable) when the
latest version is 4.0.11+notdfsg1-2.

Maybe you should check your autobuild system, since this bug (#584383)
was fixed already in the recent package versions:

titantools (4.0.11+notdfsg1-1) unstable; urgency=low

(...)
* Makefile.linux: Do not build noshell as a static binary as this
  does not gain anything and leads to a FTBFS in amd64 (Closes: #584383)


Regards

Javier


signature.asc
Description: Digital signature
---End Message---


Bug#612220: after update to squeeze grub2 don't load the system

2011-03-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
tag 612220 fixed-upstream
reassign grub-pc
thanks

Version in squeeze uses memory allocation which is done with flat memory
in mind, so it doesn't handle memory hole well. Upstream GRUB2 uses way
more flexible allocation

-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko




signature.asc
Description: OpenPGP digital signature


Processed (with 1 errors): Re: after update to squeeze grub2 don't load the system

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 612220 fixed-upstream
Bug #612220 [grub] after update to squeeze grub2 don't load the system
Added tag(s) fixed-upstream.
 reassign grub-pc
Unknown command or malformed arguments to command.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
612220: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612220
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: reassign 612220 to grub-pc

2011-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 612220 grub-pc
Bug #612220 [grub] after update to squeeze grub2 don't load the system
Bug reassigned from package 'grub' to 'grub-pc'.
Bug No longer marked as found in versions grub/0.97-64.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
612220: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612220
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#615035: marked as done (FIEMAP wrongly reports holes for delayed-allocation extents)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Tue, 29 Mar 2011 02:17:38 +
with message-id e1q4ov0-0001dg...@franck.debian.org
and subject line Bug#615035: fixed in linux-2.6 2.6.32-32
has caused the Debian Bug report #615035,
regarding FIEMAP wrongly reports holes for delayed-allocation extents
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.)


-- 
615035: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615035
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.32-30
Severity: grave

The FIEMAP ioctl allows userland to query how file extents are mapped
to disk blocks.  Some filesystems that implement delayed allocation
(at least btrfs and ext4) will wrongly report that the file extents
for which blocks have not been allocated are holes in the file
(i.e. that no data has been written to them and they are treated as
all-zeroes).  Any program that relies on this information to optimise
file copying may fail to copy data that was recently appended to a
file on these types of filesystem.

See http://lwn.net/Articles/429345/.

Ben.

-- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable-proposed-updates
  APT policy: (500, 'oldstable-proposed-updates'), (500, 'unstable'), (1, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.37-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




signature.asc
Description: This is a digitally signed message part
---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.32-32

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.32-32_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-32_all.deb
linux-2.6_2.6.32-32.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-32.diff.gz
linux-2.6_2.6.32-32.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-32.dsc
linux-base_2.6.32-32_all.deb
  to main/l/linux-2.6/linux-base_2.6.32-32_all.deb
linux-doc-2.6.32_2.6.32-32_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-32_all.deb
linux-headers-2.6.32-5-486_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-486_2.6.32-32_i386.deb
linux-headers-2.6.32-5-686-bigmem_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-686-bigmem_2.6.32-32_i386.deb
linux-headers-2.6.32-5-686_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-686_2.6.32-32_i386.deb
linux-headers-2.6.32-5-all-i386_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-all-i386_2.6.32-32_i386.deb
linux-headers-2.6.32-5-all_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-all_2.6.32-32_i386.deb
linux-headers-2.6.32-5-amd64_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-amd64_2.6.32-32_i386.deb
linux-headers-2.6.32-5-common-openvz_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-common-openvz_2.6.32-32_i386.deb
linux-headers-2.6.32-5-common-vserver_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-common-vserver_2.6.32-32_i386.deb
linux-headers-2.6.32-5-common-xen_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-common-xen_2.6.32-32_i386.deb
linux-headers-2.6.32-5-common_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-common_2.6.32-32_i386.deb
linux-headers-2.6.32-5-openvz-686_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-openvz-686_2.6.32-32_i386.deb
linux-headers-2.6.32-5-vserver-686-bigmem_2.6.32-32_i386.deb
  to 
main/l/linux-2.6/linux-headers-2.6.32-5-vserver-686-bigmem_2.6.32-32_i386.deb
linux-headers-2.6.32-5-vserver-686_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-vserver-686_2.6.32-32_i386.deb
linux-headers-2.6.32-5-xen-686_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-xen-686_2.6.32-32_i386.deb
linux-image-2.6.32-5-486_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-5-486_2.6.32-32_i386.deb
linux-image-2.6.32-5-686-bigmem-dbg_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-5-686-bigmem-dbg_2.6.32-32_i386.deb
linux-image-2.6.32-5-686-bigmem_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-5-686-bigmem_2.6.32-32_i386.deb
linux-image-2.6.32-5-686_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-5-686_2.6.32-32_i386.deb
linux-image-2.6.32-5-amd64_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-5-amd64_2.6.32-32_i386.deb
linux-image-2.6.32-5-openvz-686-dbg_2.6.32-32_i386.deb
  to 

Bug#618485: marked as done (linux-image-2.6.32-5-vserver-686: VM value in /proc/virtual/xxx/limit decreases abnormally)

2011-03-28 Thread Debian Bug Tracking System
Your message dated Tue, 29 Mar 2011 02:17:38 +
with message-id e1q4ov0-0001e0...@franck.debian.org
and subject line Bug#618485: fixed in linux-2.6 2.6.32-32
has caused the Debian Bug report #618485,
regarding linux-image-2.6.32-5-vserver-686: VM value in /proc/virtual/xxx/limit 
decreases abnormally
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.)


-- 
618485: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618485
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.32-30
Severity: important

When a process starts and ends inside a virtual server, virtual memory reported
by /proc/virtual/xxx/limit (as VM) decreases (at least by 1). The value drifts
slowly and reaches negative values.

As long as no hard/soft limit is set, this bug seems to have no incidence.
Otherwise, the virtual server become unusable when virtual memory reaches
negative values (memory allocation failures, new process get killed)

Someone reports the same issue on linux-vserver mailling list :
http://list.linux-vserver.org/archive?mss:4894:olhpkllgpffjhcfianop

After some tests and kernel rebuilds, it turns out that :
 - previous version (2.6.32-29) is not affected
 - drift does not occur when I exclude the patch debian/exec-Get-rid-of-
linux_binprm-vma_pages.patch

This patch is related to :
bugfix/all/exec-make-argv-envp-memory-visible-to-oom-killer.patch
bugfix/all/exec-copy-and-paste-the-fixes-into-compat_do_execve-paths.patch

-- Package-specific info:
** Version:
Linux version 2.6.32-5-vserver-686 (Debian 2.6.32-30) (b...@decadent.org.uk)
(gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 06:32:10 UTC 2011

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-vserver-686 root=UUID=bfc8ab24-de75-41cf-
8c2b-78686042fd9a ro quiet

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

-- vserver packages versions:
ii  linux-image-2.6-vserver-686  2.6.32+29
Linux 2.6 for modern PCs (meta-package), Linux-VServer support
ii  linux-image-2.6.32-5-vserver-686 2.6.32-30
Linux 2.6.32 for modern PCs, Linux-VServer support
ii  linux-image-2.6.32-5-vserver-686-bigmem  2.6.32-30
Linux 2.6.32 for PCs with 4GB+ RAM, Linux-VServer support
ii  linux-image-vserver-686  2.6.32+29
Linux for modern PCs (meta-package), Linux-VServer support
ii  linux-image-vserver-686-bigmem   2.6.32+29
Linux for PCs with 4GB+ RAM (meta-package), Linux-VServer support
ii  util-vserver 0.30.216-pre2864-2+b1
user-space tools for Linux-VServer virtual private servers
ii  vserver-debiantools  0.8.0
Tools to manage debian virtual servers


---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.32-32

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.32-32_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-32_all.deb
linux-2.6_2.6.32-32.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-32.diff.gz
linux-2.6_2.6.32-32.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-32.dsc
linux-base_2.6.32-32_all.deb
  to main/l/linux-2.6/linux-base_2.6.32-32_all.deb
linux-doc-2.6.32_2.6.32-32_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-32_all.deb
linux-headers-2.6.32-5-486_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-486_2.6.32-32_i386.deb
linux-headers-2.6.32-5-686-bigmem_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-686-bigmem_2.6.32-32_i386.deb
linux-headers-2.6.32-5-686_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-686_2.6.32-32_i386.deb
linux-headers-2.6.32-5-all-i386_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-all-i386_2.6.32-32_i386.deb
linux-headers-2.6.32-5-all_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-all_2.6.32-32_i386.deb
linux-headers-2.6.32-5-amd64_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-amd64_2.6.32-32_i386.deb
linux-headers-2.6.32-5-common-openvz_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-common-openvz_2.6.32-32_i386.deb
linux-headers-2.6.32-5-common-vserver_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-common-vserver_2.6.32-32_i386.deb
linux-headers-2.6.32-5-common-xen_2.6.32-32_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-common-xen_2.6.32-32_i386.deb
linux-headers-2.6.32-5-common_2.6.32-32_i386.deb
  to 

Bug#618112: titantools: FTBFS: collect2: ld returned 1 exit status

2011-03-28 Thread Lucas Nussbaum
reopen 618112
thanks

On 29/03/11 at 01:51 +0200, Javier Fernández-Sanguino Peña wrote:
 On Sun, Mar 13, 2011 at 06:18:28PM +0100, Lucas Nussbaum wrote:
  During a rebuild of all packages in sid, your package failed to build on
  amd64.
 
 Strange, you are rebuilding titantools 4.0.11-4 (from oldstable) when the
 latest version is 4.0.11+notdfsg1-2.

4.0.11-4 is still available in lenny and sid. I suspect that you forgot
to ask for it to be removed when it was uploaded to non-free.

*** lucas@beothuk:~$ rmadison titantools
 titantools | 4.0.11-4  | etch | source
 titantools | 4.0.11-4  | lenny| source
 titantools | 4.0.11-4  | sid  | source
 titantools | 4.0.11+notdfsg1-2 | squeeze/non-free | source
 titantools | 4.0.11+notdfsg1-2 | wheezy/non-free  | source
 titantools | 4.0.11+notdfsg1-2 | sid/non-free | source
*** lucas@beothuk:~$ rmadison noshell
 noshell | 4.0.11-4  | etch | alpha, amd64, arm, hppa, 
i386, ia64, mips, mipsel, powerpc, s390, sparc
 noshell | 4.0.11-4  | lenny| alpha, amd64, arm, armel, 
hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc
 noshell | 4.0.11-4  | sid  | alpha, hppa
 noshell | 4.0.11+notdfsg1-2 | squeeze/non-free | amd64, armel, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
 noshell | 4.0.11+notdfsg1-2 | wheezy/non-free  | amd64, armel, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
 noshell | 4.0.11+notdfsg1-2 | sid/non-free | amd64, armel, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc

- Lucas



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