Bug#427397: xen-tools: support for lenny in xen-create-image

2007-06-04 Thread Steve Kemp

Hi,

  This should be fixed in the new package, v3.4.1, uploaded by
 Radu over the weekend.

Steve
-- 
Debian GNU/Linux System Administration
http://www.debian-administration.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#421359: flash-kernel: patch to support APEX (nslu2 only)

2007-06-04 Thread Gordon Farquharson

Hi All

Attached is a patch that enables flash-kernel to  write APEX to the
NSLU2 flash. It pads the mtdblock with 0xffs (so apex-env works), and
it also preserves any existing APEX configuration environment. I have
tested the patch with apex-1.4.15 and apex-1.5.6 (not yet in Debian).

Assuming that the APEX configuration environment starts at a fixed
offset from the end of the mtdblock, the script could be simplified by
not writing out as many 0xffs to mtdblock2. This method would preserve
the configuration environment. However, apex-env ensures that the
format of the configuration environment is current, which may or may
not be important in the future.

It may be useful to add command line parameters to flash-kernel, to
support only writing APEX or the kernel/initramfs to flash.
Alternatively, it may be useful to create a flash-apex script which
could then be called in the apex-nslu2 postinst script.

I am a relative novice when it comes to scripting, so please make
suggestions for improvements to the code. Once everybody is happy,
I'll commit this version of flash-kernel to SVN.

Gordon

--
Gordon Farquharson
Index: flash-kernel
===
--- flash-kernel	(revision 47126)
+++ flash-kernel	(working copy)
@@ -44,7 +44,12 @@
 	fi
 }
 
+apex_file=/boot/apex.flash
 
+if [ ! -e $apex_file ]; then
+	error Can't find $apex_file
+fi
+
 if [ -n $1 ]; then
 	kvers=$1
 	kfile=/boot/vmlinuz-$kvers
@@ -88,6 +93,10 @@
 		if [ -z $mtdfis ]; then
 			error Cannot find mtd FIS directory
 		fi
+		mtdloader=$(mtdblock Loader)
+		if [ -z $mtdloader ]; then
+			error Cannot find mtd partition 'Loader'
+		fi
 		mtdkernel=$(mtdblock Kernel)
 		if [ -z $mtdkernel ]; then
 			error Cannot find mtd partition 'Kernel'
@@ -96,6 +105,30 @@
 		if [ -z $mtdramdisk ]; then
 			error Cannot find mtd partition 'Ramdisk'
 		fi
+		lsize=$(wc -c $apex_file | awk '{print $1}')
+		mtdblocksize=131072
+		pad=$(expr $mtdblocksize - $lsize - 16)
+		# Store non default APEX configuration
+		tmp=$(tempfile)
+		apex-env printenv | egrep -v '\*='  $tmp
+		printf Flashing loader:  2
+		(
+			sercomm_header $mtdblocksize
+			nslu2_swap $apex_file
+			perl -e print pack(\C\, 0xff) x $pad
+		)  $mtdloader || error failed.
+		# Write the stored APEX configuration. For each line,
+		# remove whitespace from the start and the end of the
+		# line, and use all the characters, including
+		# whitespace, after '=' as the value.
+		while read line
+		do
+			key=$(echo $line | cut -d '=' -f1 | awk '{print $1}')
+			val=$(echo $line | awk '{$1=; $2=; print substr($0,3)}')
+			apex-env setenv $key $val
+		done  $tmp
+		rm $tmp
+		echo done. 2
 		# The following devio magic parses the FIS directory to
 		# obtain the size, offset and name of each partition.  This
 		# used used to obtain the offset of the Kernel partition.


Bug#426521: cupsys-bsd: can indeed be used without CUPS

2007-06-04 Thread Martin-Éric Racine

severity 426521 important
thanks


When installing the cupsys-bsd on a machine which is in a local net with
a cups server, I cannot do anything until I also install the cupsys
package.
 Either the cupsys-bsd requires the cupsys package to work and the
severity is correct.
 Or cupsys-bsd can be useful without the cupsys package. In this case,
please downgrade the severity. But recommands and/or documentation about
this configuration should be added in the cupsys-bsd package in my opinion.


cupsys-bsd can indeed be used on its own, such as in spooler-less
operation. In that case, the CUPS or IPP printer to which we are
connecting must be configured in /etc/cups/client.conf manually.


--
Martin-Éric Racine
http://q-funk.iki.fi


Bug#150790: Failure notice: Lovers package at discount price!

2007-06-04 Thread EasyLink
FAILURE NOTICE  

Your request received at June 04, 06:06:56 AM GMT
from e-mail address [EMAIL PROTECTED]
to be faxed to 15035986653
with a subject of Lovers package at discount price!
could not be delivered.

Reason for failure: Not a registered user

The originating address of your e-mail:

[EMAIL PROTECTED]

is not in our database or is not a registered address associated with
your account.  If you are a registered user, ensure that your e-mail
software originates your mail from one of your registered addresses.

For assistance, please contact EasyLink Customer Support:

For customers in the USA

E-mail:   [EMAIL PROTECTED]
Phone:1 800 624 5266

For customers in all other countries

Email:   [EMAIL PROTECTED]
Phone:44 207 551  or 1 937 264 7000

For user guides, FAQ's and downloads on this service, please visit: 
http://www.easylink.com/support/index.html

Thank you for using EasyLink.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427449: avelsieve: [debconf_rewrite] Debconf templates review

2007-06-04 Thread Christian Perrier
Package: avelsieve
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Wednesday, May 16, 2007, I notified you of the beginning of a review process
concerning debconf templates for avelsieve.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading avelsieve with these changes right now.

The second phase of this process will begin on Thursday, June 07, 2007, when I 
will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
Tuesday, June 19, 2007. Please avoid uploading a package with fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

On Wednesday, June 20, 2007, I will contact you again and will send a final 
patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- 
/home/bubulle/travail/debian/rewrite/LCFC/avelsieve/avelsieve.old/debian/templates
  2007-05-11 16:28:40.766109982 +0200
+++ 
/home/bubulle/travail/debian/rewrite/LCFC/avelsieve/avelsieve/debian/templates  
2007-06-04 07:43:04.879541861 +0200
@@ -1,16 +1,24 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# for an advice to [EMAIL PROTECTED]
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: avelsieve/runconfig
 Type: boolean
-_Description: Activate avelsieve automaticaly after installation?
- It is important to activate this squirrelmail plugin by running
- squirrelmail-configure. This can be done automaticaly here.
+_Description: Activate avelsieve automatically?
+ Avelsieve will operate properly only if it has been activated by running
+ 'squirrelmail-configure'. This can be done automatically now.
 
 Template: avelsieve/no_purge
-Type: note
-_Description: Installed sieve filters will not be removed!
- Because users of your Squirrelmail installation possibly don't have access
- to sieveshell they might not be able to remove existing filters they made
- through avelsieve. Those filters are NOT removed (even if you purge
- avelsieve).
+Type: error
+_Description: No removal of installed sieve filters
+ SquirrelMail users without access to sieveshell cannot remove filters
+ they created through avelsieve. Those filters are NOT removed even
+ when avelsieve is purged.
  .
- Please remember to administrate your sieve filters for all mailboxes now
- manually!
+ The sieve filters for all mailboxes should be checked as soon as
+ possible.
--- 
/home/bubulle/travail/debian/rewrite/LCFC/avelsieve/avelsieve.old/debian/control
2007-05-11 16:28:40.766109982 +0200
+++ 
/home/bubulle/travail/debian/rewrite/LCFC/avelsieve/avelsieve/debian/control
2007-06-02 08:14:30.752138966 +0200
@@ -9,21 +9,14 @@
 Architecture: all
 Depends: squirrelmail (= 2:1.4.9), ${misc:Depends}
 Recommends: cyrus21-imapd | cyrus-imapd-2.2
-Description: Sieve Mail Filters Plugin for Squirrelmail
- Avelsieve is a Squirrelmail plugin for creating Sieve scripts on a Cyrus IMAP
- server that runs timsieved (Tim's Sieve daemon).
- It provides a wizard-like interface that, in the end, creates part of a Sieve
- script, a so called rule. It then assembles all the rules to form a Sieve
- script. For the sake of user-friendliness, it provides only a subset of 
Sieve's
- functionality; the main goal was to provide a simple interface for Joe User to
- create server-side filters without knowing anything about the language itself.
+Description: Sieve mail filters plugin for SquirrelMail
+ Avelsieve is a plugin for Sieve-compliant mail systems (such as
+ the SquirrelMail webmail system), allowing users
+ to create filtering scripts.
  .
- SquirrelMail is a standards-based webmail package written in PHP. It runs on
- top of any IMAP server and includes support for the STMP 

Bug#427444: Etch / Samba server weirdness

2007-06-04 Thread Christian Perrier
tags 427444 moreinfo
thanks

 Unfortunately we do not have time to look into this further as we are doing 
 a demonstration of Samba for Windows clients next weekend... so 
 defniately taking the Sarge HDD along, and planning to load Ubuntu Server 
 7.04 on the HDD currently with Debian Etch.


Apart from what Steve Langasek mentioned, what are the reasons that
make you believe that Ubuntu packages should work better, given
they're using the same codebase and build methods?

The vague issues you're reportng do not seem related to the recent
regressions, so I doubt they would all be fixed by samba
3.0.24-6etch4, but at least try this.

IAnd, anyway, all arguments by Steve are valid. You indeed give no
clue for us to at least try investigating the issue.



signature.asc
Description: Digital signature


Bug#405198: samba: common tdb corruption in locking.tdb and connection.tdb

2007-06-04 Thread Christian Perrier
user [EMAIL PROTECTED]
usertags toclose limits-20070630
thanks

  I'm getting regular corruption of the tdbs (and the associated panics)
  in my logs. I stop the daemons, clear out /var/run/samba and restart,
  but this always happens fairly soon.
  
  
  Hello Jamie,
  
  Are you still experiencing these issues, either with samba from etch
  (3.0.24-6etch4) of unstable (3.0.25a-1)?
  
  
 
 No, sorry. I gave up in the end and just built a new machine. I couldn't find 
 any hardware faults, but I had some spare newer hardware and as I was
 going to reinstall anyway, I decided to use that instead, just in case.
 

Well, I suspected that, of course and that's pretty logical. That
makes the bug hard to investigate unless you still experience it.

We alreay have a few bugs raised about samba being not very robust
when key TDB files are corrupted (or TDB files getting corrupted too
easily, dunno)

So, unless some hope to investigate the bug is still possible, I
propose closing the bug report.




-- 




signature.asc
Description: Digital signature


Bug#426491: ucf: [debconf_rewrite] Debconf templates review

2007-06-04 Thread Christian Perrier
Quoting Christian Perrier ([EMAIL PROTECTED]):
  _Description: What would you like to do about ${BASENAME}?
 
 
 My last concern is that one. We proposed Action for
 ${BASENAME}:. The main point was not turning the prompt into neutral
 wording but *first* avoiding the interrogative form.


Manoj, if you manage to free some time for this, I would appreciate to
have your word here. 

We can either use the templates you proposed, with What would you
like to do about ${BASENAME}?, despite my concernsor replace this
with the proposed Action for ${BASENAME}:

I have no strong desire to enforce anything but I just want to launch
the translation update round...






signature.asc
Description: Digital signature


Bug#350926: Change the wording of samba/generate_smbpasswd?

2007-06-04 Thread Christian Perrier
In #350926,  Ken Neighbors reported that, whatever the user chooses to
answer to the samba/generate_smbpasswd question, that file is created
anyway.

Finally, Peter Eisentraut found that smbd created it anyway and the
*real* question is knowing whether one wants to *copy* the content of
/etc/passwd for passdb.tdb

So, the bug could be turned into a better wording of that template:

Template: samba/generate_smbpasswd
Type: boolean
Default: false
_Description: Create samba password database, /var/lib/samba/passdb.tdb?
 To be compatible with the defaults in most versions of Windows, Samba must
 be configured to use encrypted passwords.  This requires user passwords to
 be stored in a file separate from /etc/passwd.  This file can be created
 automatically, but the passwords must be added manually by running
 smbpasswd and be kept up-to-date in the future.
 .
 If you do not create it, you will have to reconfigure Samba (and probably
 your client machines) to use plaintext passwords.
 .
 See /usr/share/doc/samba-doc/htmldocs/ENCRYPTION.html from the
 samba-doc package for more details.

To:

Template: samba/generate_smbpasswd
Type: boolean
Default: false
_Description: Create the samba password database from /etc/passwd?
 To be compatible with the defaults in most versions of Windows, Samba must
 be configured to use encrypted passwords. This requires user passwords to
 be stored in a file separate from /etc/passwd.  This file can be created
 automatically, but the passwords must be added manually by running
 smbpasswd and be kept up-to-date in the future.
 .
 If you do not create it, you will have to reconfigure Samba (and probably
 your client machines) to use plaintext passwords.
 .
 See /usr/share/doc/samba-doc/htmldocs/ENCRYPTION.html from the
 samba-doc package for more details.



signature.asc
Description: Digital signature


Bug#427448: aolserver4: [INTL:fr] French debconf templates translation update

2007-06-04 Thread Christian Perrier
Package: aolserver4
Version: N/A
Severity: wishlist
Tags: patch l10n

Please find attached the french debconf templates update, proofread by the
debian-l10n-french mailing list contributors.

If you do not already use it, you might consider using the
podebconf-report-po utility, which helps warning translators about
changes when you modify some debconf templates in your packages.

The usual policy when using it is sending a warning to translators
when you plan to upload a version of your package with debconf
templates changes (even typo corrections). Then leave about one week
for them to update their files (several translation teams have a QA
process which requires time).

podebconf-report-po will take care of sending the translators the
needed material as well as getting the translators adresses from the
PO files. All you have to do is just using the utility..:-)

Example use (from your package build tree):

$ podebconf-report-po

This will go through debian/po/*.po files, find those needing an
update, extract the translators data from these files and prepare a
mail to send to these translators (you can also use the
--languageteam switch to also mail the mail addresses listed in
Language-Team field).

You can also use this utility to request for new translations:

$ podebconf-report-po --call

This will send a mail to [EMAIL PROTECTED] with all the
needed information and material for new translators to add new
languages to your supported languages.

If you apply this policy, please forget about these remarks, of
courseThis message is generic..:-)


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

Kernel: Linux 2.6.21-1-686 (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/dash
# translation of fr.po to French
#
#
#
#
# Christian Perrier [EMAIL PROTECTED], 2006, 2007.
#   Translators, if you are not familiar with the PO format, gettext
#   documentation is worth reading, especially sections dedicated to
#   this format, e.g. by running:
#info -n '(gettext)PO Files'
#info -n '(gettext)Header Entry'
#   Some information specific to po-debconf are available at
#   /usr/share/doc/po-debconf/README-trans
#or http://www.debian.org/intl/l10n/po-debconf/README-trans
#   Developers do not need to manually edit POT or PO files.
msgid 
msgstr 
Project-Id-Version: fr\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-26 17:51+0200\n
PO-Revision-Date: 2007-05-29 08:45+0200\n
Last-Translator: Christian Perrier [EMAIL PROTECTED]\n
Language-Team: French [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: note
#. Description
#: ../aolserver4.templates:1001
msgid Welcome to the AOLserver 4
msgstr Présentation de AOLserver 4

#. Type: note
#. Description
#: ../aolserver4.templates:1001
msgid AOLserver is a multithreaded, Tcl-enabled, high-performance webserver.
msgstr 
AOLserver est un serveur web à performances élevées, basé sur des processus 
légers (« multithread ») et gérant Tcl.

#. Type: note
#. Description
#: ../aolserver4.templates:1001
msgid 
This software is designed to run multiple domains on a single machine. Just 
one (main) will be setup right now. The configuration file in /etc/
aolserver4 and its init script can be modified for more complicated multi-
site configurations.
msgstr 
Il est prévu pour gérer plusieurs domaines sur un seul serveur. Un seul 
domaine va être automatiquement configuré. Le fichier de configuration situé 
dans /etc/aolserver4 et le script de lancement peuvent être modifiés pour 
mettre en place des configurations plus complexes.

#. Type: string
#. Description
#: ../aolserver4.templates:2001
msgid Server hostname:
msgstr Nom d'hôte du serveur :

#. Type: string
#. Description
#: ../aolserver4.templates:2001
msgid 
The server needs an hostname to be exposed on redirect pages URL and for 
informative purposes to identify itself.
msgstr 
Le serveur utilise le nom d'hôte pour la redirection des URL de pages ainsi 
que pour s'identifier lui-même.

#. Type: string
#. Description
#: ../aolserver4.templates:2001
msgid 
It is generally the fully-qualified DNS hostname of the computer or 
localhost, if it is not networked. Any name which can be legally considered 
for a URL string can be used.
msgstr 
Il s'agit en général du nom complètement qualifié de votre machine, ou 
« localhost », si vous n'êtes pas relié au réseau. Tout nom pouvant servir 
de base à la construction d'une URL valide dans votre environnement peut 
être utilisé.

#. Type: string
#. Description
#: ../aolserver4.templates:3001
msgid Server IP address number:
msgstr Adresse IP du serveur :

#. Type: string
#. Description
#: ../aolserver4.templates:3001
msgid 
The server needs 

Bug#416185: samba-common: net rpc share causes segfault when invoked with -l parameter on windows hosts

2007-06-04 Thread Christian Perrier
Quoting Steve Langasek ([EMAIL PROTECTED]):
 On Sun, Jun 03, 2007 at 07:59:11PM +0200, Christian Perrier wrote:
   I hope this is helpful enough. Unfortunately, the samba-dbg package
   does not contain debugging symbols for the net command so I can't
   provide more info.
 
  I wonder whether there's a good reason for this. 'net' is in the
  samba-common package, that could be the reason.
 
  I'm not very familiar with the way -dbg packages are produced but I'll
  do some trial and error to see if I can build a package where
  samba-dbg has debugging symbols for net.
 
 DH_OPTIONS= dh_strip -psamba -psmbclient --dbg-package=samba-dbg
 DH_OPTIONS= dh_strip -Nsamba -Nsmbclient
 
 Add samba-common to the exclusion/inclusion list to get its debugging
 symbols included in samba-common.

So, we would end up with the following patch, then (also adding
debugging symbols to the winbind binaries, which could help in the future):

--- /home/bubulle/src/debian/samba/svn/trunk/samba/debian/rules 2007-05-31 
21:09:26.335046389 +0200
+++ rules   2007-06-03 19:56:35.450353046 +0200
@@ -214,8 +214,8 @@
done
dh_installchangelogs -Nlibpam-smbpass
DH_OPTIONS= dh_installchangelogs -plibpam-smbpass 
source/pam_smbpass/CHANGELOG
-   DH_OPTIONS= dh_strip -psamba -psmbclient --dbg-package=samba-dbg
-   DH_OPTIONS= dh_strip -Nsamba -Nsmbclient
+   DH_OPTIONS= dh_strip -psamba-common -pwinbind -psamba -psmbclient 
--dbg-package=samba-dbg
+   DH_OPTIONS= dh_strip -Nsamba-common -Nwinbind -Nsamba -Nsmbclient
dh_link
DH_OPTIONS= dh_pycentral -ppython-samba
dh_python


If that's correct, I don't see any reason for not committing this to
the SVN.




signature.asc
Description: Digital signature


Bug#427328: squid: [debconf_rewrite] Debconf templates review

2007-06-04 Thread Christian Perrier
Quoting Luigi Gangitano ([EMAIL PROTECTED]):
 Hi Cristian,
 thanks for your work with squid debconf templates. I have no  
 objection to the patches you sent.
 
 Il giorno 03/giu/07, alle ore 10:22, Christian Perrier ha scritto:
 Please try to avoid uploading squid with these changes right now.
 
 Can I still fix #423955 in the meanwhile (obsolete templates) or do  
 you prefer that I don't touch debconf templates at all?


If you're OK with #423955, then I propose that we fix both at the same
time.

As the next phase is sending the templates to Debian translators, it
is much much preferrable to have obsolete templates removed *before*
this.

Can you confirm me which templates you are OK to remove. Just the
templates names is enough ?

I will keep those in my final patch, leaving to you, as maintainer,
the duty to remove the code using them in maintainer scripts but that
will at least avoiding wasted translations.

Are you OK with that plan? If so, I'm waiting for the list of the OK
to be removed templates.




signature.asc
Description: Digital signature


Bug#427428: xserver-xorg-input-wacom: Package includes wacom_drv.o, but xorg looks for wacom_drv.so

2007-06-04 Thread Ron

Ok, you're at the mercy of the buildd again, but this time it
should work.  Fixed packages are in incoming.  Workaround for
anyone who can't wait that long is to build locally on a machine
that has a full xorg system installed.

Cheers,
Ron




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#410394: tig: cursor keys don't work well in split pane mode

2007-06-04 Thread Jonas Fonseca
Xavier Bestel [EMAIL PROTECTED] wrote Sat, Feb 10, 2007:
 when you launch tig without arguments, you have a list of commits, one
 per line. If you press ENTER, you are in split pane mode, with the
 selected commit content displayed in the lower half of the terminal. But
 then when you press UP or DOWN, some commits are imposible to select
 (tig jumps above some lines). You have to press Q, select the commit,
 then press ENTER again.

I was not using a Debian(-based) system when this bug was reported.
However, again being the happy user of such a system, I am now able to
reproduce this. This is indeed very strange and something I hope to dig
into in the near future. Note however that a newer tig version is
available (0.7) and that I am not able to reproduce this behavior on my
system with a newer version.

Would it be possible if you could check if newer versions has this
problem?

-- 
Jonas Fonseca


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423739: libgl1-mesa-dri: banding in rendering when using blending for transparency

2007-06-04 Thread Dan Torop

Hi, Michel,

I think I may have a lead on the blending problems with the r200 DRI
driver.  The problem seems to go away if I apply the attached patch to
Mesa-6.5.3.  This seems to work when tested under gcc 4.1.3 or 4.2
(20070528).


Open questions include:

- Is the 0 usage in asm statements a gcc-specific extension?  If
so, would this break x86 r200 DRI on non-gcc compilers, if any such
are used?

- Lots of other DRI drivers use spantmp2.h, why wouldn't this have
shown up broken in these by now, if this were really the problem?



Here's the reasoning behind the patch, spelled out in case it is utterly wrong:

The patch is to make the 32-bit color buffer READ_RGBA macro, in its
x86-assembly variant, know that the input parameter of the bswap
instruction resides in the same register as the output parameter
(change the r to a 0 for the input).

Looking at the assembly code of r200ReadRGBAPixels_ARGB (generated
by dri/r200/r200_span.c via dri/common/spantmp2.h) the patched code
generates something like:

mov%eax,0xffd0(%ebp)
bswap  %eax
ror$0x8,%eax

while the unpatched code, when compiled -O2, loses the initial mov
instruction and hence the %eax register is actually never even
initialized...  This would also explain why turning off register-move
optimizations is another way to fix the problem.

Which follows from the gcc docs:

Only a number in the constraint can guarantee that one operand will be
in the same place as another.  The mere fact that `foo' is the value of
both operands is not enough to guarantee that they will be in the same
place in the generated assembler code.


Thanks very much if this is of use...

Dan
--- src/mesa/drivers/dri/common/spantmp2.h.orig	2007-06-04 01:32:13.0 -0400
+++ src/mesa/drivers/dri/common/spantmp2.h	2007-06-04 01:36:36.0 -0400
@@ -114,7 +114,7 @@
 do {\
 GLuint p = *(volatile GLuint *) GET_PTR(_x, _y);\
__asm__ __volatile__( bswap	%0; rorl $8, %0\
-: =r (p) : r (p) ); \
+: =r (p) : 0 (p) ); \
((GLuint *)rgba)[0] = p; \
 } while (0)
 # elif defined( MESA_BIG_ENDIAN )


Bug#427435: mysql-server-5.0: mysql-server install after purge fails

2007-06-04 Thread sean finney
merge 427435  416841
thanks

hi ben,

On Monday 28 May 2007 17:53:13 Ben M Parker wrote:

 Kernel: Linux 2.4.29
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 Shell: /bin/sh linked to /bin/bash


unfortunately, the latest mysql-server doesn't work with 2.4 kernels afaik, 
with hangs similar to what you describe.  i don't expect this will be solved 
any time in the near future unless someone steps in and finds the root of the 
problem (epoll maybe?)


sean


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


Bug#298814: Update?

2007-06-04 Thread Jamuraa

At this stage I'm about ready to move it to non-free, as it is almost
laughable how old the bittorrent client in debian is right now.  I
have pinged the developers multiple times since their latest license
revision and got no response at all, unfortunately.   I attempt to fix
bugs myself but some of them are just a bit hard to crack.

I'll probably give it a month or two (busy time for me atm) and then
initiate a new package bittorrent-5 (or bittorrent-nonfree) in
non-free that is derived from the newest branch.  The BitTorrent Open
Source License v1.1 [1] is at least free enough to go into non-free
according to my last thread on debian-devel [2].

1. http://www.bittorrent.com/license
2. http://lists.debian.org/debian-legal/2005/10/msg00042.html

--
Michael Janssen --- Jamuraa --- [EMAIL PROTECTED] --- [EMAIL PROTECTED]


On 2/12/07, Andrew Ash [EMAIL PROTECTED] wrote:

Has there been any update to the licensing issues with Bittorrent?

This bug has also been reported to Ubuntu's bugtracker at
https://launchpad.net/bugs/58917





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427093: tig: When still loading log entries, navigation moves repeatedly

2007-06-04 Thread Jonas Fonseca
Josh Triplett [EMAIL PROTECTED] wrote Fri, Jun 01, 2007:
 tig displays log entries while they load.  While still loading log entries,
 any navigation keys (up, down, page up, page down) will cause tig to move up
 or down repeatedly.  As soon as the log entries finish loading, the navigation
 keys work normally.

This sounds somewhat like the problems detailed for bug #410394,
however, I think what you are experiencing is the results of the very
stupid incremental loading currently implemented in tig. It doesn't use
non-blocking I/O and select(), but rather continously reads a few lines
of git command output before checking for keyboard input. Obviously, if
one of the read are to block just a little, multiple key combinations
typed by the user may be recorded leading later to repeated moving.

Maybe you can give me more information about in which situations you
experience this bug. I don't use tig on very big repositories so this
can be the cause for this bug not hitting me very often. Of course,
applying a log filter such as '-Spattern', which will cause git command
output to only slowly be available makes this very noticable.

Anyway, the read fix I believe should be to change tig to use
non-blocking I/O. Will add to the TODO file.

-- 
Jonas Fonseca


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427447: ttf-opensymbol: postinst script fail

2007-06-04 Thread Rene Engelhard
reassign 427447 fontconfig
thanks

Hi,

Christian Marillat wrote:
 This package can't be installled :
 
 Setting up ttf-opensymbol (2.2.1~rc3-1) ...
 Updating fontconfig cache...
 /usr/share/fonts/X11/util: failed to write cache
 /usr/share/fonts/truetype/ttf-dejavu: failed to write cache
 /usr/X11R6/lib/X11/fonts: failed to write cache
 /usr/local/share/fonts: failed to write cache
 dpkg: error processing ttf-opensymbol (--configure):
  subprocess post-installation script returned error exit status 4
 Errors were encountered while processing:
  ttf-opensymbol
 E: Sub-process /usr/bin/dpkg returned an error code (1)

Obviously not a ttf-opensymbol bug.
I'd assume you as a DD would see that it can't be tff-opensymbols bug
because it's just the fc-cache run which fails due to reasons which
ttf-opsnymbols can't do anything about. fwiw, it's permissions are correct:

$ ls -ld /usr/share/fonts/truetype
drwxr-xr-x 13 root root 4096 2007-04-26 11:49 /usr/share/fonts/truetype
$ ls -ld /usr/share/fonts/truetype/openoffice/
drwxr-xr-x 2 root root 4096 2007-06-02 16:01 
/usr/share/fonts/truetype/openoffice/
$ ls -l /usr/share/fonts/truetype/openoffice/opens___.ttf
-rw-r--r-- 1 root root 118264 2007-06-02 13:05 
/usr/share/fonts/truetype/openoffice/opens___.ttf

This suppposedly was fixed long ago in fontconfig (see the fontconfig bugs:
 * #387928: fontconfig: Cannot write cache files
   Package: fontconfig (fontconfig 2.4.1-1); Severity: important; Reported 
by: David Baron [EMAIL PROTECTED]; Tags: moreinfo; Merged with #393909,
   #395880, #396554, #398923
   Done: [EMAIL PROTECTED] (Keith Packard); Will be archived today.
 * #388165: new /etc/fonts/fonts.conf causes double lineheight between 
choices
   Package: fontconfig-udeb; Severity: important; Reported by: Davide Viti 
[EMAIL PROTECTED]; Tags: d-i
   Done: [EMAIL PROTECTED] (Keith Packard); Will be archived today.
 * #393909: amd64: ttf-opensymbol package cannot be configured or removed
   Package: fontconfig (fontconfig 2.4.1-1); Severity: important; Reported 
by: Ryan [EMAIL PROTECTED]; Tags: moreinfo; Merged with #387928,
   #395880, #396554, #398923
   Done: [EMAIL PROTECTED] (Keith Packard); Will be archived today.
 * #395880: ttf-opensymbol is uninstallable and cannot be removed
   Package: fontconfig (fontconfig 2.4.1-1); Severity: important; Reported 
by: Mikolaj Menke [EMAIL PROTECTED]; Tags: moreinfo; Merged with #387928,
   #393909, #396554, #398923
   Done: [EMAIL PROTECTED] (Keith Packard); Will be archived today.
 * #396554: ttf-opensymbol makes installing of new packages imposible
   Package: fontconfig (fontconfig 2.4.1-1); Severity: important; Reported 
by: Ivanov Teodor Andrei [EMAIL PROTECTED]; Tags: moreinfo; Merged
   with #387928, #393909, #395880, #398923
   Done: [EMAIL PROTECTED] (Keith Packard); Will be archived today.
 * #398923: ttf-opensymbol: postinst fails
   Package: fontconfig (fontconfig 2.4.1-1); Severity: important; Reported 
by: Hendrik Naumann [EMAIL PROTECTED]; Tags: moreinfo; Merged with #387928,
   #393909, #395880, #396554
   Done: [EMAIL PROTECTED] (Keith Packard); Will be archived today.
).

Reassigning (and Ccing keithp).

Gr??e/Regards,

Ren?
-- 
 .''`.  Ren? Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



signature.asc
Description: Digital signature


Bug#416273: slapd -Not starting if ldap logs exist

2007-06-04 Thread Mgr. Peter Tuharsky

  This generally indicates a permission issue.  If, for example, you run

slapd as root and then later try to run it as another user, or if you
change what user you're running slapd as, you need to change the ownership
of all of the files in /var/lib/ldap to match the user you're running
slapd as.


It's strange, yes, some files are created by openldap user, while others 
are root's. However, I don't know, why should slapd have any problems 
with root's files. We run slapd by custom script (because of bug 
416272), that contains just /usr/bin/slapd, thus it should run as root, 
shouldn't? And we met the problems also when running slapd manually from 
root's console.


All in all, I'd expect, that problems with file permissions should the 
slapd report in meaningful way, not the database is corrupted one.



Could you check and see if that's the problem that you're having?  (And
was this also the source of the problem you reported in #416272, to which
I just responded?)


I'll try, however this is a production system, it's quite hard to stop 
slapd. I'll try building other machine and moving the files there to 
see. Probably in next 2 weeks.


Sincerely
Peter


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#416185: [Pkg-samba-maint] Bug#416185: samba-common: net rpc share causes segfault when invoked with -l parameter on windows hosts

2007-06-04 Thread Steve Langasek
On Mon, Jun 04, 2007 at 07:51:10AM +0200, Christian Perrier wrote:
 So, we would end up with the following patch, then (also adding
 debugging symbols to the winbind binaries, which could help in the future):

 --- /home/bubulle/src/debian/samba/svn/trunk/samba/debian/rules 2007-05-31 
 21:09:26.335046389 +0200
 +++ rules   2007-06-03 19:56:35.450353046 +0200
 @@ -214,8 +214,8 @@
 done
 dh_installchangelogs -Nlibpam-smbpass
 DH_OPTIONS= dh_installchangelogs -plibpam-smbpass 
 source/pam_smbpass/CHANGELOG
 -   DH_OPTIONS= dh_strip -psamba -psmbclient --dbg-package=samba-dbg
 -   DH_OPTIONS= dh_strip -Nsamba -Nsmbclient
 +   DH_OPTIONS= dh_strip -psamba-common -pwinbind -psamba -psmbclient 
 --dbg-package=samba-dbg
 +   DH_OPTIONS= dh_strip -Nsamba-common -Nwinbind -Nsamba -Nsmbclient
 dh_link
 DH_OPTIONS= dh_pycentral -ppython-samba
 dh_python

 If that's correct, I don't see any reason for not committing this to
 the SVN.

That would save the debugging symbols for the four packages listed, yes. 
The set of packages chosen to provide debugging symbols for also looks
reasonable to me.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427438: yair-0.0.12-10: Fails to build linux-image-2.6.18-4-k7

2007-06-04 Thread maximilian attems
On Mon, Jun 04, 2007 at 06:19:37AM +0530, Jay Kumar wrote:
 Package: yair-0.0.12-10
 Severity: serious
 Justification: no longer builds from source

hmm it no longer builds an initramfs,
but you are right justification enough.
 
 
 
snipp
 Running depmod.
 Finding valid ramdisk creators.
 Using /usr/sbin/mkinitrd.yaird to build the ramdisk.
 yaird error: bad value in /boot/config-2.6.18-4-k7:
 CONFIG_DEFCONFIG_LIST=/lib/modules/$UNAME_RELEASE/.config (fatal)
 /usr/sbin/mkinitrd.yaird failed to create initrd image.
 Failed to create initrd image.
 dpkg: error processing linux-image-2.6.18-4-k7 (--install):
  subprocess post-installation script returned error exit status 9
  Errors were encountered while processing:
   linux-image-2.6.18-4-k7

you'd want to use initramfs-tools it has no dep on .config values
and is the default anyway.

regards

--
maks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426137: bug or a feature? mailgraph

2007-06-04 Thread David Schweikert
Hi Patrick,

This does not work for setups that don't use fetchmail: mail received
through smtp and delivered locally would be counted twice.

Cheers
David

On Sat, May 26, 2007 at 17:56:15 +0200, Patrick Ringl wrote:
 Hello,
 
 once a user uses a mail-retrieval tool like fetchmail in conjunction with a 
 MTA like postfix for local mail distribution
 the mail will be sent to a local user's mailbox and thus should be considered 
 as 'mail receiving'.
 
 Without this patch the mails would just stay unaccounted for the graphs.
 
 Signed-off-by: Patrick Ringl [EMAIL PROTECTED]
 
 --
 
 
 --- mailgraph.old 2007-05-26 17:47:14.0 +0200
 +++ mailgraph 2007-05-26 15:06:46.0 +0200
 @@ -510,6 +510,15 @@
   if($text =~ /\bstatus=bounced\b/) {
   event($time, 'bounced');
   }
 + #
 + # Once a user uses a mail-retrieval tool like fetchmail 
 in conjunction with a MTA like postfix for local mail distribution
 + # the mail will be sent to a local user's mailbox and 
 thus should be considered as 'mail receiving'.
 + #
 + # Without this patch the mails would just stay 
 unaccounted for the graphs.
 + #
 + elsif($text =~/\bstatus=sent\b/) {
 +   event($time, 'received');
 +}
   }
   elsif($prog eq 'smtpd') {
   if($text =~ /^[0-9A-F]+: client=(\S+)/) {
 
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426137


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#367638: I can't apply the patch

2007-06-04 Thread Fàtima Brunet
Hi,

I need to resolve a problem that I have with encodings. In this patch,
I think I could found the solution, but the url don't works.
http://sourceforge.net/tracker/index.php?func=detailaid=802617group_id=6473atid=106473
http://sourceforge.net/tracker/index.php?func=detailaid=802617group_id=6473atid=106473

Any solutions ?

Thank you very much.

Fàtima.

-- 
Fàtima Brunet i Guarch 
Centre de càlcul (serveis informàtics) EPSEM
EPSEM - Avda. Bases de Manresa 61-73
93 877 72 22




Bug#410569: fsck.ext2: fails on /dev/fd0

2007-06-04 Thread Theodore Tso
tags 410569 +pending
thanks

Thanks for reporting this bug.  I've checked in the following fix
which should address your reported problem; it will be in the next
release of e2fsprogs.

- Ted

Fix e2fsck's get_size logic so it will work with the Linux floppy driver

The Linux floppy driver is a bit different from the other block device
drivers, in that if the device has been opened with O_EXCL, it disallows
another open(), even if the second open() does not have the O_EXCL flag.
So this patch moves the call to ext2fs_get_device_size() so that if it
returns EBUSY, e2fsck can close the filesystem, retry the device size,
and then reopen it.  This rather complicated approach is required since
we need to know the blocksize of the filesystem before we can call
ext2fs_get_device_size().

Addresses Debian Bug: #410569

Signed-off-by: Theodore Ts'o [EMAIL PROTECTED]

diff -r 11b6e3e021f0 -r fad17bc88e5b e2fsck/ChangeLog
--- a/e2fsck/ChangeLog  Thu May 31 12:39:02 2007 -0400
+++ b/e2fsck/ChangeLog  Mon Jun 04 01:14:52 2007 -0400
@@ -1,3 +1,13 @@ 2007-05-31  Theodore Tso  [EMAIL PROTECTED]
+2007-06-04  Theodore Tso  [EMAIL PROTECTED]
+
+   * super.c (check_super_block, e2fsck_get_device_size), 
+ unix.c (main): Move device size logic into the main(), to 
+   support the Linux floppy driver, which disallows another
+   (non-O_EXCL) open() if it has been opened with O_EXCL.
+   (Addresses Debian Bug: #410569)
+
+   * e2fsck.h (E2F_FLAG_GOT_DEVSIZE): New flag used in get_device logic
+
 2007-05-31  Theodore Tso  [EMAIL PROTECTED]
 
* util.c (get_backup_sb): Do basic sanity checking to make sure
diff -r 11b6e3e021f0 -r fad17bc88e5b e2fsck/e2fsck.h
--- a/e2fsck/e2fsck.h   Thu May 31 12:39:02 2007 -0400
+++ b/e2fsck/e2fsck.h   Mon Jun 04 01:14:52 2007 -0400
@@ -170,6 +170,7 @@ struct resource_track {
* specified by the user */
 #define E2F_FLAG_RESTARTED 0x0200 /* E2fsck has been restarted */
 #define E2F_FLAG_RESIZE_INODE  0x0400 /* Request to recreate resize inode */
+#define E2F_FLAG_GOT_DEVSIZE   0x0800 /* Device size has been fetched */
 
 /*
  * Defines for indicating the e2fsck pass number
@@ -452,7 +453,6 @@ void e2fsck_rehash_directories(e2fsck_t 
 
 /* super.c */
 void check_super_block(e2fsck_t ctx);
-errcode_t e2fsck_get_device_size(e2fsck_t ctx);
 
 /* swapfs.c */
 void swap_filesys(e2fsck_t ctx);
diff -r 11b6e3e021f0 -r fad17bc88e5b e2fsck/super.c
--- a/e2fsck/super.cThu May 31 12:39:02 2007 -0400
+++ b/e2fsck/super.cMon Jun 04 01:14:52 2007 -0400
@@ -37,19 +37,6 @@ static void check_super_value(e2fsck_t c
ctx-flags |= E2F_FLAG_ABORT; /* never get here! */
}
 }
-
-/*
- * This routine may get stubbed out in special compilations of the
- * e2fsck code..
- */
-#ifndef EXT2_SPECIAL_DEVICE_SIZE
-errcode_t e2fsck_get_device_size(e2fsck_t ctx)
-{
-   return (ext2fs_get_device_size(ctx-filesystem_name,
-  EXT2_BLOCK_SIZE(ctx-fs-super),
-  ctx-num_blocks));
-}
-#endif
 
 /*
  * helper function to release an inode
@@ -536,21 +523,13 @@ void check_super_block(e2fsck_t ctx)
return;
}

-   if (!ctx-num_blocks) {
-   pctx.errcode = e2fsck_get_device_size(ctx);
-   if (pctx.errcode  pctx.errcode != EXT2_ET_UNIMPLEMENTED) {
-   fix_problem(ctx, PR_0_GETSIZE_ERROR, pctx);
+   if ((ctx-flags  E2F_FLAG_GOT_DEVSIZE) 
+   (ctx-num_blocks  sb-s_blocks_count)) {
+   pctx.blk = sb-s_blocks_count;
+   pctx.blk2 = ctx-num_blocks;
+   if (fix_problem(ctx, PR_0_FS_SIZE_WRONG, pctx)) {
ctx-flags |= E2F_FLAG_ABORT;
return;
-   }
-   if ((pctx.errcode != EXT2_ET_UNIMPLEMENTED) 
-   (ctx-num_blocks  sb-s_blocks_count)) {
-   pctx.blk = sb-s_blocks_count;
-   pctx.blk2 = ctx-num_blocks;
-   if (fix_problem(ctx, PR_0_FS_SIZE_WRONG, pctx)) {
-   ctx-flags |= E2F_FLAG_ABORT;
-   return;
-   }
}
}
 
diff -r 11b6e3e021f0 -r fad17bc88e5b e2fsck/unix.c
--- a/e2fsck/unix.c Thu May 31 12:39:02 2007 -0400
+++ b/e2fsck/unix.c Mon Jun 04 01:14:52 2007 -0400
@@ -981,6 +981,42 @@ restart:
fix_problem(ctx, PR_0_SB_CORRUPT, pctx);
fatal_error(ctx, 0);
}
+
+   if (!(ctx-flags  E2F_FLAG_GOT_DEVSIZE)) {
+   __u32 blocksize = EXT2_BLOCK_SIZE(fs-super);
+   int need_restart = 0;
+
+   pctx.errcode = ext2fs_get_device_size(ctx-filesystem_name,
+ blocksize,
+  

Bug#427349: gnucash: wrongly interpret the . of the numeric keypads when using fr_FR.UTF-8 locale

2007-06-04 Thread Remi Vanicat

Version: 2.0.5-1

2007/6/4, Thomas Bushnell BSG [EMAIL PROTECTED]:

On Sun, 2007-06-03 at 14:55 +0200, Remi Vanicat wrote:
 Package: gnucash
 Version: 2.0.5-1
 Severity: wishlist

 When using the fr_FR.UTF-8 locale, the . key of the numeric keypad
 is not interpreted as the separator between integer and decimal part
 of the number one is typing. Please, always interpret this key as this
 separator, whatever the local is even in locale where such a
 separator is ,.

I think this would be incorrect behavior.  The . should be interpreted
as ., and if you want it to be ,, then you should set the keyboard
to send that keycode.  Why would this not be better?




I believed that, as every other keypad key, the . of the keypad
generate a different keysim than the similar key of the main keyboard.
Well, 0 on the keypad is KP_0, when 0 on the main keyboard is 0. But
. both on the main keyboard and keypad generate a period keysim,
when I believed that the . of the keypad generate a KP_Decimal
keysim.

I should have check before making this bug report, and have no idea
why my keyboard act this way.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#416477: badblocks: 'invalid blocks range' inaccuracies.

2007-06-04 Thread Theodore Tso
tags 416477 +pending
thanks

On Wed, Mar 28, 2007 at 05:15:18AM -0400, A. Costa wrote:
 Package: e2fsprogs
 Version: 1.39+1.40-WIP-2006.11.14+dfsg-2
 Severity: normal
 
 Error messages add one to a too low 'lastblock':
 
 % badblocks -vs /dev/hdb1 1 2
 badblocks: invalid blocks range: 2-2
 % badblocks -vs /dev/hdb1 1 99
 badblocks: invalid blocks range: 99-2
 
 Too high values vary more:
 
 % badblocks -vs /dev/hdb1 200 3
 badblocks: invalid blocks range: 3-0

Thanks for your bug report.  The following check has been checked into
e2fsprogs, and will be in the next release of e2fsprogs.

- Ted

Fix error checking of badblock's last-block and start-block arguments

Addresses Debian Bug: #416477

Signed-off-by: Theodore Ts'o [EMAIL PROTECTED]

diff -r fad17bc88e5b -r 449d075befe0 misc/ChangeLog
--- a/misc/ChangeLogMon Jun 04 01:14:52 2007 -0400
+++ b/misc/ChangeLogMon Jun 04 01:49:51 2007 -0400
@@ -1,3 +1,8 @@ 2007-05-31  Theodore Tso  [EMAIL PROTECTED]
+2007-06-04  Theodore Tso  [EMAIL PROTECTED]
+
+   * badblocks.c (main): Fix error checking of the last-block and
+   start-block arguments.  (Addresses Debian Bug: #416477)
+
 2007-05-31  Theodore Tso  [EMAIL PROTECTED]
 
* mke2fs.c (parse_extended_opts): Free allocated buf on return
diff -r fad17bc88e5b -r 449d075befe0 misc/badblocks.c
--- a/misc/badblocks.c  Mon Jun 04 01:14:52 2007 -0400
+++ b/misc/badblocks.c  Mon Jun 04 01:49:51 2007 -0400
@@ -46,6 +46,7 @@ extern int optind;
 #include unistd.h
 #include setjmp.h
 #include time.h
+#include limits.h
 
 #include sys/ioctl.h
 #include sys/types.h
@@ -987,24 +988,31 @@ int main (int argc, char ** argv)
exit(1);
}
} else {
-   last_block = strtoul (argv[optind], tmp, 0) + 1;
-   if (*tmp) {
+   errno = 0;
+   last_block = strtoul (argv[optind], tmp, 0);
+   printf(last_block = %d (%s)\n, last_block, argv[optind]);
+   if (*tmp || errno || 
+   (last_block == ULONG_MAX  errno == ERANGE)) {
com_err (program_name, 0, _(invalid blocks count - 
%s),
 argv[optind]);
exit (1);
}
+   last_block++;
optind++;
}
if (optind = argc-1) {
+   errno = 0;
from_count = strtoul (argv[optind], tmp, 0);
-   if (*tmp) {
+   printf(from_count = %d\n, from_count);
+   if (*tmp || errno ||
+   (from_count == ULONG_MAX  errno == ERANGE)) {
com_err (program_name, 0, _(invalid starting block - 
%s),
 argv[optind]);
exit (1);
}
} else from_count = 0;
if (from_count = last_block) {
-   com_err (program_name, 0, _(invalid blocks range: %lu-%lu),
+   com_err (program_name, 0, _(invalid starting block (%d): must be 
less than %lu),
 (unsigned long) from_count, (unsigned long) last_block);
exit (1);
}


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427459: hbf-cns40-7: FTBFS: make: pltotf: Command not found

2007-06-04 Thread Lucas Nussbaum
Package: hbf-cns40-7
version: 1.0-3.1
Severity: serious
Justification: FTBFS on i386

Hi,

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

Relevant part:
dpkg-source: building hbf-cns40-7 in hbf-cns40-7_1.0-3.1.dsc
 debian/rules build
dh_testdir
# Add here commands to compile the package.
cd fonts/hbf/cns11643/cns40; \
HBF_TARGET=debian/hbf-cns40-7/usr/share/texmf/fonts \
hbf2gf ../../../../hbf2gf/c7so12.cfg

hbf2gf (CJK ver. 4.7.0)


Writing `c7so12.pl'

Writing `c7so12'
mv fonts/hbf/cns11643/cns40/c7so12 fonts/hbf/cns11643/cns40/c7so12.pl .
perl -pi -e 's/^cp /ln /;' c7so12
pltotf c7so12.pl
make: pltotf: Command not found
make: *** [build-stamp] Error 127

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427453: hbf-cns40-1: FTBFS: make: pltotf: Command not found

2007-06-04 Thread Lucas Nussbaum
Package: hbf-cns40-1
version: 1.0-3.1
Severity: serious
Justification: FTBFS on i386

Hi,

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

Relevant part:
dpkg-source: building hbf-cns40-1 in hbf-cns40-1_1.0-3.1.dsc
 debian/rules build
dh_testdir
# Add here commands to compile the package.
cd fonts/hbf/chinese/cns40; \
HBF_TARGET=debian/hbf-cns40-1/usr/share/texmf/fonts \
hbf2gf ../../../../hbf2gf/c1so12.cfg

hbf2gf (CJK ver. 4.7.0)


Writing `c1so12.pl'

Writing `c1so12'
mv fonts/hbf/chinese/cns40/c1so12 fonts/hbf/chinese/cns40/c1so12.pl .
perl -pi -e 's/^cp /ln /;' c1so12
pltotf c1so12.pl
make: pltotf: Command not found
make: *** [build-stamp] Error 127

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427455: hbf-cns40-2: FTBFS: make: pltotf: Command not found

2007-06-04 Thread Lucas Nussbaum
Package: hbf-cns40-2
version: 1.0-3.1
Severity: serious
Justification: FTBFS on i386

Hi,

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

Relevant part:
dpkg-source: building hbf-cns40-2 in hbf-cns40-2_1.0-3.1.dsc
 debian/rules build
dh_testdir
# Add here commands to compile the package.
cd fonts/hbf/cns11643/cns40; \
HBF_TARGET=debian/hbf-cns40-2/usr/share/texmf/fonts \
hbf2gf ../../../../hbf2gf/c2so12.cfg

hbf2gf (CJK ver. 4.7.0)


Writing `c2so12.pl'

Writing `c2so12'
mv fonts/hbf/cns11643/cns40/c2so12 fonts/hbf/cns11643/cns40/c2so12.pl .
perl -pi -e 's/^cp /ln /;' c2so12
pltotf c2so12.pl
make: pltotf: Command not found
make: *** [build-stamp] Error 127

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427460: hbf-cns40-4: FTBFS: make: pltotf: Command not found

2007-06-04 Thread Lucas Nussbaum
Package: hbf-cns40-4
version: 1.0-3.1
Severity: serious
Justification: FTBFS on i386

Hi,

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

Relevant part:
dpkg-source: building hbf-cns40-4 in hbf-cns40-4_1.0-3.1.dsc
 debian/rules build
dh_testdir
# Add here commands to compile the package.
cd fonts/hbf/cns11643/cns40; \
HBF_TARGET=debian/hbf-cns40-4/usr/share/texmf/fonts \
hbf2gf ../../../../hbf2gf/c4so12.cfg

hbf2gf (CJK ver. 4.7.0)


Writing `c4so12.pl'

Writing `c4so12'
mv fonts/hbf/cns11643/cns40/c4so12 fonts/hbf/cns11643/cns40/c4so12.pl .
perl -pi -e 's/^cp /ln /;' c4so12
pltotf c4so12.pl
make: pltotf: Command not found
make: *** [build-stamp] Error 127

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427454: hbf-jfs56: FTBFS: make: pltotf: Command not found

2007-06-04 Thread Lucas Nussbaum
Package: hbf-jfs56
version: 1.0-3.1
Severity: serious
Justification: FTBFS on i386

Hi,

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

Relevant part:
dpkg-source: building hbf-jfs56 in hbf-jfs56_1.0-3.1.dsc
 debian/rules build
dh_testdir
# Add here commands to compile the package.
cd fonts/hbf/gb2312/jfs56; \
HBF_TARGET=debian/hbf-jfs56/usr/share/texmf/fonts \
hbf2gf ../../../../hbf2gf/gsfs14.cfg

hbf2gf (CJK ver. 4.7.0)


Writing `gsfs14.pl'

Writing `gsfs14'
mv fonts/hbf/gb2312/jfs56/gsfs14 fonts/hbf/gb2312/jfs56/gsfs14.pl .
perl -pi -e 's/^cp /ln /;' gsfs14
pltotf gsfs14.pl
make: pltotf: Command not found
make: *** [build-stamp] Error 127

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427456: dom4j: FTBFS: org.dom4j.ThreadingTest times out

2007-06-04 Thread Lucas Nussbaum
Package: dom4j
version: 1.6.1+dfsg-2
Severity: serious
Justification: FTBFS on i386

Hi,

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

I could build it correctly on my laptop. Maybe the fact that the build
system is an SMP system is related...

Relevant part:
[junit] Running org.dom4j.NullAttributesTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.439 sec
[junit] Running org.dom4j.ParentTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.426 sec
[junit] Running org.dom4j.ParseTextTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.861 sec
[junit] Running org.dom4j.ProcessingInstructionTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.5 sec
[junit] Running org.dom4j.RoundTripTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.266 sec
[junit] Running org.dom4j.SAXContentHandlerTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.601 sec
[junit] Running org.dom4j.SerializeTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.345 sec
[junit] Running org.dom4j.SetContentTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.428 sec
[junit] Running org.dom4j.SetTextTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.663 sec
[junit] Running org.dom4j.ThreadingTest
make: *** [build-stamp] Terminated
Build killed with signal TERM after 240 minutes of inactivity

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427452: hbf-cns40-3: FTBFS: make: pltotf: Command not found

2007-06-04 Thread Lucas Nussbaum
Package: hbf-cns40-3
version: 1.0-3.1
Severity: serious
Justification: FTBFS on i386

Hi,

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

Relevant part:
dpkg-source: building hbf-cns40-3 in hbf-cns40-3_1.0-3.1.dsc
 debian/rules build
dh_testdir
# Add here commands to compile the package.
cd fonts/hbf/cns11643/cns40; \
HBF_TARGET=debian/hbf-cns40-3/usr/share/texmf/fonts \
hbf2gf ../../../../hbf2gf/c3so12.cfg

hbf2gf (CJK ver. 4.7.0)


Writing `c3so12.pl'

Writing `c3so12'
mv fonts/hbf/cns11643/cns40/c3so12 fonts/hbf/cns11643/cns40/c3so12.pl .
perl -pi -e 's/^cp /ln /;' c3so12
pltotf c3so12.pl
make: pltotf: Command not found
make: *** [build-stamp] Error 127

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427271: am-utils: FTBFS: error: cannot find UTS_RELEASE in linux/version.h

2007-06-04 Thread Lucas Nussbaum
On 03/06/07 at 01:38 -0700, Steve Langasek wrote:
 On Sun, Jun 03, 2007 at 09:26:29AM +0200, Lucas Nussbaum wrote:
  On 02/06/07 at 23:17 -0700, Steve Langasek wrote:
   Hi Lucas,
 
   This was a bug in linux-libc-dev that has since been fixed.
 
  Actually, the bug in linux-libc-dev was #423462, but it was about
  LINUX_VERSION_CODE, not UTS_RELEASE. The full content of
  /usr/include/linux/version.h in linux-libc-dev is:
 
  #define LINUX_VERSION_CODE 132629
  #define KERNEL_VERSION(a,b,c) (((a)  16) + ((b)  8) + (c))
 
  So maybe UTS_RELEASE should be added to that file, and those bugs should
  be reassigned to linux-libc-dev. I've stopped filing bugs about those
  issues in the meantime.

Actually:
waldi UTS_RELEASE is not defined in version.h any longer.
this is not a bug in the kernel
waldi linux/utsrelease.h is the correct header now
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427384: compiz broken in lenny after libc6 upgrade

2007-06-04 Thread Diego Alvarez Prieto
Compiz is also broken on my system, with gnome of debian testing.
upgrading compiz to 0.5 from unstable does not solve the problem.

The upgraded libraries on my systems were:
[ELIMINA, NO USADO] libsasl2
[ACTUALIZA] arj 3.10.22-2 - 3.10.22-3
[ACTUALIZA] aspell-es 1.9-8 - 1.9-10
[ACTUALIZA] binutils 2.17-3 - 2.17cvs20070426-8
[ACTUALIZA] dictionaries-common 0.81.1 - 0.81.2
[ACTUALIZA] diff 2.8.1-11 - 2.8.1-12
[ACTUALIZA] fastjar 1:4.1.1-21 - 2:0.95-1
[ACTUALIZA] file 4.20-4 - 4.20-8
[ACTUALIZA] findutils 4.2.28-2 - 4.2.30-1
[ACTUALIZA] genisoimage 9:1.1.4-1 - 9:1.1.6-1
[ACTUALIZA] icedax 9:1.1.4-1 - 9:1.1.6-1
[ACTUALIZA] iputils-ping 3:20020927-6 - 3:20070202-1
[ACTUALIZA] libaa1 1.4p5-31 - 1.4p5-32
[ACTUALIZA] libart-2.0-2 2.3.17-1 - 2.3.19-3
[ACTUALIZA] libaudio2 1.8-4 - 1.9-2
[ACTUALIZA] libc6 2.3.6.ds1-13 - 2.5-9+b1
[ACTUALIZA] libc6-dev 2.3.6.ds1-13 - 2.5-9+b1
[ACTUALIZA] libc6-i686 2.3.6.ds1-13 - 2.5-9+b1
[ACTUALIZA] libcdparanoia0 3.10+debian~pre0-4 - 3.10+debian~pre0-5
[ACTUALIZA] libdjvulibre15 3.5.19-1 - 3.5.19-2
[ACTUALIZA] libdrm2 2.0.2-0.1 - 2.3.0-4
[ACTUALIZA] libexif12 0.6.13-5 - 0.6.15-1
[ACTUALIZA] libfaad0 2.5-2.1 - 2.5-4
[ACTUALIZA] libgphoto2-2 2.3.1-3 - 2.3.1-5
[ACTUALIZA] libgphoto2-port0 2.3.1-3 - 2.3.1-5
[ACTUALIZA] liblircclient0 0.8.0-9.2 - 0.8.0-9.3
[ACTUALIZA] libmagic1 4.20-4 - 4.20-8
[ACTUALIZA] libpt-1.10.0 1.10.2-2 - 1.10.2-2+b1
[ACTUALIZA] libpt-plugins-alsa 1.10.2-2 - 1.10.2-2+b1
[ACTUALIZA] libpt-plugins-avc 1.10.2-2 - 1.10.2-2+b1
[ACTUALIZA] libpt-plugins-dc 1.10.2-2 - 1.10.2-2+b1
[ACTUALIZA] libpt-plugins-oss 1.10.2-2 - 1.10.2-2+b1
[ACTUALIZA] libpt-plugins-v4l 1.10.2-2 - 1.10.2-2+b1
[ACTUALIZA] libpt-plugins-v4l2 1.10.2-2 - 1.10.2-2+b1
[ACTUALIZA] libsensors3 1:2.10.1-3 - 1:2.10.3-1
[ACTUALIZA] libsm6 1:1.0.2-2 - 2:1.0.3-1
[ACTUALIZA] libxau6 1:1.0.1-2 - 1:1.0.3-2
[ACTUALIZA] libxaw7 1:1.0.2-4 - 1:1.0.3-3
[ACTUALIZA] libxcomposite1 1:0.3-3 - 1:0.3.2-1
[ACTUALIZA] libxcursor1 1.1.7-4 - 1:1.1.8-2
[ACTUALIZA] libxdamage1 1:1.0.3-3 - 1:1.1.1-3
[ACTUALIZA] libxext6 1:1.0.1-2 - 1:1.0.3-2
[ACTUALIZA] libxfixes3 1:4.0.1-5 - 1:4.0.3-2
[ACTUALIZA] libxfont1 1:1.2.2-2 - 1:1.2.8-1
[ACTUALIZA] libxinerama1 1:1.0.1-4.1 - 1:1.0.2-1
[ACTUALIZA] libxkbfile1 1:1.0.3-2 - 1:1.0.4-1
[ACTUALIZA] libxmu6 1:1.0.2-2 - 1:1.0.3-1
[ACTUALIZA] libxmuu1 1:1.0.2-2 - 1:1.0.3-1
[ACTUALIZA] libxpm4 1:3.5.5-2 - 1:3.5.6-3
[ACTUALIZA] libxrandr2 2:1.1.0.2-5 - 2:1.2.1-1
[ACTUALIZA] libxrender1 1:0.9.1-3 - 1:0.9.2-1
[ACTUALIZA] libxres1 2:1.0.1-2 - 2:1.0.3-1
[ACTUALIZA] libxss1 1:1.1.0-1 - 1:1.1.2-1
[ACTUALIZA] libxt6 1:1.0.5-2 - 1:1.0.5-3
[ACTUALIZA] libxv1 1:1.0.2-1 - 1:1.0.3-1
[ACTUALIZA] locales 2.3.6.ds1-13 - 2.5-9
[ACTUALIZA] manpages 2.43-0 - 2.49-1
[ACTUALIZA] mkisofs 9:1.1.4-1 - 9:1.1.6-1
[ACTUALIZA] mktemp 1.5-2 - 1.5-3
[ACTUALIZA] psmisc 22.3-1 - 22.5-1
[ACTUALIZA] python-xml 0.8.4-6 - 0.8.4-7
[ACTUALIZA] python2.4 2.4.4-3 - 2.4.4-4
[ACTUALIZA] python2.4-minimal 2.4.4-3 - 2.4.4-4
[ACTUALIZA] rdesktop 1.5.0-1 - 1.5.0-2
[ACTUALIZA] sed 4.1.5-1 - 4.1.5-2
[ACTUALIZA] wodim 9:1.1.4-1 - 9:1.1.6-1
[ACTUALIZA] xbase-clients 1:7.1.ds1-2 - 1:7.2.ds2-2
[ACTUALIZA] xutils-dev 1:7.1.ds-6 - 1:7.2.ds2-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#394746: xserver-xorg: remote X sessions crash my X server

2007-06-04 Thread Eric Van Buggenhaut
On Sun, Jun 03, 2007 at 10:37:02PM +0200, Brice Goglin wrote:
 Hi,
 
 About 6 months ago, you reported a bug to the Debian BTS regarding X
 crashing on a Savage board when a remote session opens. Did you 
 reproduce this problem recently? With Xorg/Etch? With latest
 xserver-xorg-core and drivers?

We dropped this box, so you could tag the bug as inreproductible.

 
 Thanks,
 Brice
 

-- 
Eric VAN BUGGENHAUT
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#421854: xcb lock assertion with opera

2007-06-04 Thread Eirik Byrkjeflot Anonsen
I was sure I'd read somewhere on the xorg list that the xcb lock
assertions were invariably triggered by bugs in xlib.  I guess I
should know better than to trust my memory for such things :)

While opera does access xlib directly (I believe through plain xlib,
xft and xrender), I'd be very surprised if we do any explicit locking.
And indeed grep -r '[Ll]ockDisplay' turns up no relevant matches in
the opera source tree.  So I'd think the most likely culprit would be
qt.

eirik


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427423: libgnome2-common fails to upgrade with parse error

2007-06-04 Thread Josselin Mouette
Le dimanche 03 juin 2007 à 19:30 -0400, Alex Volkov a écrit :
 Thanks for your reply.
 I attached a defaults.tgz to this letter, I found that the file
 10_libgksu is a symlink to /etc/alternatives/libgksu-gconf-defaults so I
 added it to the achive.

Good idea, because this is the file that is corrupt. If you look closer,
you'll see it is a PNG that represents a barcode. What is the output of
update-alternatives --display libgksu-gconf-defaults ?

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.




Bug#403237: python-wxgtk2.6: new stable upstream version 2.8

2007-06-04 Thread Hamish
Package: wxwidgets2.6
Followup-For: Bug #403237

Hi,

just to throw in another data point-

GRASS GIS 6.3 (in deb as the grass package) and newer will be using
wxWidgets 2.8 for the GUI. It is not being designed to be backwards
compaitible with wx2.6. I'm mostly stalled being able to help out
with GUI devel until this is resolved.



thanks for your efforts,
Hamish


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#371870: xprint: all printer entries in mozilla are gone

2007-06-04 Thread Drew Parsons
Andrew T. Young wrote:
 Isn't the problem here that all the xprint stuff was removed from iceape?

That would explain the problem Uwe is having with iceape.  

Uwe, you could install firefox for comparison (which still uses
xprint).  What is your underlying print server?  iceape should pick up
CUPS printers automatically, but I'm not sure how it handles other
systems.  The idea would be the same though.  You add new printers via
the printer system interface, not in iceape itself, but iceape should
pick them up.

As far as XPSERVERLIST goes, you're doing the right thing setting it in
your user environment. Since startx is a manual approach, it doesn't
seem to be using the automatic /etc/X11/Xsession.d/ scripts (despite
what /etc/X11/Xsession says), so their effect has to be also invoked by
hand.  If you didn't want to hardwire :64, you could use
export XPSERVERLIST=`/etc/init.d/xprint get_xpserverlist`
or
. /etc/X11/Xsession.d/92xprint-xpserverlist


Drew


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427461: `icheck --canonify` fails on libavcodec-dev

2007-06-04 Thread Reinhard Tartler
Package: icheck
Version: 0.9.7-6
Severity: normal

While trying icheck on libavcodec-dev version 0.cvs20070307-5, icheck
fails for me:

[EMAIL PROTECTED]:/tmp $ icheck --canonify -I/usr/include/ffmpeg 
/usr/include/ffmpeg/avcodec.h
/usr/include/ffmpeg/avcodec.h:713:0: Syntax error, no type in declaration
Attempt to free unreferenced scalar: SV 0x8b53a60, Perl interpreter: 0x814e008 
during global destruction.
zsh: exit 1 icheck --canonify -I/usr/include/ffmpeg 
/usr/include/ffmpeg/avcodec.h


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

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages icheck depends on:
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  perl  5.8.8-7Larry Wall's Practical Extraction 

icheck recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427356: Update of the patch

2007-06-04 Thread Sylvestre Ledru
Hi again, 

On Dirk Eddelbuettel, I updated to patch to merge all the merge into the
same changelog entries instead of a few new ones.

Sylvestre
diff -Nur debian.orig/changelog debian/changelog
--- debian.orig/changelog	2007-06-04 09:33:44.0 +0200
+++ debian/changelog	2007-06-04 10:02:44.0 +0200
@@ -1,3 +1,26 @@
+openmpi (1.2.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload
+
+  [ Sylvestre Ledru]
+  * New upstream release 1.2.2
+  * Patch removed (20implicit_pointer_conversion.dpatch)
+  * Apply all of Tilmam's patches below (Closes: #415338)
+
+  [ Tilman Koschnick ]
+  * New upstream release 1.2.0 
+  * Acknowledge previous NMUs (closes: #386491, #392633, #404003, #404026).
+  * Fix: mpicc.openmpi fails to run when named mpicc.openmpi (closes: #388216).
+  * Include manual pages (closes: #413607).
+  * Add openmpi-mpidoc package for man pages describing the MPI standard.
+  * Update copyrights.
+
+  [ Andreas Barth ]
+  * Spelling mistake in the description of the package
+Closes: #390238
+	
+ -- Sylvestre Ledru [EMAIL PROTECTED]  Fri, 1 Jun 2007 14:58:45 +0200
+
 openmpi (1.1-2.3) unstable; urgency=high
 
   * Non-maintainer upload.
diff -Nur debian.orig/control debian/control
--- debian.orig/control	2007-06-04 09:33:44.0 +0200
+++ debian/control	2007-06-04 09:44:16.0 +0200
@@ -82,4 +82,4 @@
  MPI offers advantages for system and software vendors, application developers
  and computer science researchers.
  .
- This package ontains debugging symbols for Open MPI.
+ This package contains debugging symbols for Open MPI.
diff -Nur debian.orig/openmpi-mpidoc.install debian/openmpi-mpidoc.install
--- debian.orig/openmpi-mpidoc.install	1970-01-01 01:00:00.0 +0100
+++ debian/openmpi-mpidoc.install	2007-06-04 09:44:16.0 +0200
@@ -0,0 +1 @@
+usr/share/man/man3/*
diff -Nur debian.orig/patches/00list debian/patches/00list
--- debian.orig/patches/00list	2007-06-04 09:33:44.0 +0200
+++ debian/patches/00list	2007-06-04 09:44:16.0 +0200
@@ -1,2 +1,2 @@
 10opal_noexecstack
-20implicit_pointer_conversion
+20fix_manpage_link.dpatch
diff -Nur debian.orig/patches/20fix_manpage_link.dpatch debian/patches/20fix_manpage_link.dpatch
--- debian.orig/patches/20fix_manpage_link.dpatch	1970-01-01 01:00:00.0 +0100
+++ debian/patches/20fix_manpage_link.dpatch	2007-06-04 09:44:16.0 +0200
@@ -0,0 +1,14 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 30fix_manpage_link.dpatch by Tilman Koschnick [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix link between manpages.
+
[EMAIL PROTECTED]@
+diff -urNad openmpi-1.2~/ompi/mpi/man/man3/MPI_Status_c2f.3 openmpi-1.2/ompi/mpi/man/man3/MPI_Status_c2f.3
+--- openmpi-1.2~/ompi/mpi/man/man3/MPI_Status_c2f.3	2006-11-09 19:53:42.0 +0100
 openmpi-1.2/ompi/mpi/man/man3/MPI_Status_c2f.3	2007-03-18 00:18:20.513262103 +0100
+@@ -1,2 +1,2 @@
+-.so man3/MPI_Status_c2f.3
++.so man3/MPI_Status_f2c.3
+ ' @(#)MPI_Status_c2f.3 1.12 06/03/09
diff -Nur debian.orig/patches/20implicit_pointer_conversion.dpatch debian/patches/20implicit_pointer_conversion.dpatch
--- debian.orig/patches/20implicit_pointer_conversion.dpatch	2007-06-04 09:33:44.0 +0200
+++ debian/patches/20implicit_pointer_conversion.dpatch	1970-01-01 01:00:00.0 +0100
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20implict_pointer_conversion.dpatch by Florian Ragwitz [EMAIL PROTECTED]
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Include malloc.h to avoid implict pointer conversion on 64 
-## DP: architectures. See #377725.
-
[EMAIL PROTECTED]@
-
 openmpi-1.1.orig/ompi/mca/mpool/openib/mpool_openib_module.c	2006-08-07 15:56:18.428275656 +0200
-+++ openmpi-1.1/ompi/mca/mpool/openib/mpool_openib_module.c	2006-08-07 15:55:50.757482256 +0200
-@@ -26,6 +26,7 @@
- #include ompi/mca/rcache/rcache.h
- #include ompi/mca/rcache/base/base.h
- #include ompi/mca/mpool/base/base.h
-+#include malloc.h
- 
- extern uint32_t mca_mpool_base_page_size;
- extern uint32_t mca_mpool_base_page_size_log; 


Bug#427462: gtkterm: memory leaks

2007-06-04 Thread Vladimir Suplin
Package: gtkterm
Version: 0.99.5-1
Severity: important
Tags: patch

It seams that there are memory leaks in the package. Set the gtkterm to
the text mode and insert some rx traffic.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gtkterm depends on:
ii  libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglib2.0-02.12.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface 
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libpango1.0-0   1.14.8-5 Layout and rendering of internatio
ii  libvte4 1:0.12.2-5   Terminal emulator widget for GTK+ 
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra

gtkterm recommends no packages.

-- no debconf information
diff -pur -x '*[^c$]' gtkterm-0.99.5.old/src/buffer.c gtkterm-0.99.5/src/buffer.c
--- gtkterm-0.99.5.old/src/buffer.c	2005-09-22 22:33:44.0 +0300
+++ gtkterm-0.99.5/src/buffer.c	2007-06-03 19:14:14.0 +0300
@@ -90,6 +90,7 @@ void put_chars(char *chars, unsigned int
   if(buffer == NULL)
 {
   i18n_printf(_(ERROR : Buffer is not initialized !\n));
+  g_string_free(buffer_tmp,TRUE);
   return;
 }
   
@@ -119,6 +120,7 @@ void put_chars(char *chars, unsigned int
   
   if(write_func != NULL)
 write_func(characters, size);
+  g_string_free(buffer_tmp,TRUE);
 }
 
 void write_buffer(void)
diff -pur -x '*[^c$]' gtkterm-0.99.5.old/src/i18n.c gtkterm-0.99.5/src/i18n.c
--- gtkterm-0.99.5.old/src/i18n.c	2005-09-22 22:52:32.0 +0300
+++ gtkterm-0.99.5/src/i18n.c	2007-06-03 18:29:26.0 +0300
@@ -41,6 +41,7 @@ static char *iconv_from_utf8_to_locale(c
   char *buffer_ptr;
   char *string_ptr;
   char *string;
+  char *tmp;
 
   const size_t buffer_inc = 80; // Increment buffer size in 80 bytes step
   size_t buffer_size;
@@ -84,12 +85,14 @@ static char *iconv_from_utf8_to_locale(c
   buffer_size += buffer_inc;
   buffer_size_left = buffer_inc;
   old_buffer = buffer;
-  buffer = (char *) realloc(buffer, buffer_size + 1);
-  if (buffer == NULL)
+  tmp = (char *) realloc(buffer, buffer_size + 1);
+  if (tmp == NULL)
 	{
+		free(buffer);
 	  free(string);
 	  return g_strdup(fallback_string);
 	}
+  buffer = tmp;
   buffer_ptr = (buffer_ptr - old_buffer) + buffer;
 }
   }
diff -pur -x '*[^c$]' gtkterm-0.99.5.old/src/widgets.c gtkterm-0.99.5/src/widgets.c
--- gtkterm-0.99.5.old/src/widgets.c	2005-09-22 23:13:00.0 +0300
+++ gtkterm-0.99.5/src/widgets.c	2007-06-03 19:24:02.0 +0300
@@ -462,6 +462,7 @@ void put_text(gchar *string, guint size)
 }
 
   vte_terminal_feed(VTE_TERMINAL(display), buffer_tmp-str, size);
+  g_string_free(buffer_tmp,TRUE);
 }
 
 gint send_serial(gchar *string, gint len)


Bug#427451: hbf-cns40-6: FTBFS: make: pltotf: Command not found

2007-06-04 Thread Lucas Nussbaum
Package: hbf-cns40-6
version: 1.0-3.1
Severity: serious
Justification: FTBFS on i386

Hi,

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

Relevant part:
dpkg-source: building hbf-cns40-6 in hbf-cns40-6_1.0-3.1.dsc
 debian/rules build
dh_testdir
# Add here commands to compile the package.
cd fonts/hbf/cns11643/cns40; \
HBF_TARGET=debian/hbf-cns40-6/usr/share/texmf/fonts \
hbf2gf ../../../../hbf2gf/c6so12.cfg

hbf2gf (CJK ver. 4.7.0)


Writing `c6so12.pl'

Writing `c6so12'
mv fonts/hbf/cns11643/cns40/c6so12 fonts/hbf/cns11643/cns40/c6so12.pl .
perl -pi -e 's/^cp /ln /;' c6so12
pltotf c6so12.pl
make: pltotf: Command not found
make: *** [build-stamp] Error 127

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427457: hbf-kanji48: FTBFS: jsso12: line 2: pltotf: command not found

2007-06-04 Thread Lucas Nussbaum
Package: hbf-kanji48
version: 1.0-2
Severity: serious
Justification: FTBFS on i386

Hi,

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

Relevant part:
dh_link usr/share/fonts/hbf/kanji48 
usr/share/texmf/fonts/misc/hbf/jisx0208/kanji48
sh jsso12
jsso12: line 2: pltotf: command not found
ln: accessing `jsso12.tfm': No such file or directory
ln: accessing `jsso12.tfm': No such file or directory
ln: accessing `jsso12.tfm': No such file or directory
[...]
ln: accessing `jsso12.tfm': No such file or directory
ln: accessing `jsso12.tfm': No such file or directory
rm: cannot remove `jsso12.tfm': No such file or directory
make: *** [install] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427458: hbf-cns40-5: FTBFS: make: pltotf: Command not found

2007-06-04 Thread Lucas Nussbaum
Package: hbf-cns40-5
version: 1.0-3.1
Severity: serious
Justification: FTBFS on i386

Hi,

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

Relevant part:
dpkg-source: building hbf-cns40-5 in hbf-cns40-5_1.0-3.1.dsc
 debian/rules build
dh_testdir
# Add here commands to compile the package.
cd fonts/hbf/cns11643/cns40; \
HBF_TARGET=debian/hbf-cns40-5/usr/share/texmf/fonts \
hbf2gf ../../../../hbf2gf/c5so12.cfg

hbf2gf (CJK ver. 4.7.0)


Writing `c5so12.pl'

Writing `c5so12'
mv fonts/hbf/cns11643/cns40/c5so12 fonts/hbf/cns11643/cns40/c5so12.pl .
perl -pi -e 's/^cp /ln /;' c5so12
pltotf c5so12.pl
make: pltotf: Command not found
make: *** [build-stamp] Error 127

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/01/

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427412: lwat: error in admin.php when displaying groups

2007-06-04 Thread Holger Levsen
just a test reply, to see if [EMAIL PROTECTED] also gets the replies to lwat 
bugs.

sorry for the noise,
Holger


pgp8Uzoz6PKxP.pgp
Description: PGP signature


Bug#427271: Bug#427260: am-utils: FTBFS: error: cannot find UTS_RELEASE in linux/version.h

2007-06-04 Thread Tim Cutts
Lucas Nussbaum wrote:
 On 03/06/07 at 01:38 -0700, Steve Langasek wrote:
 On Sun, Jun 03, 2007 at 09:26:29AM +0200, Lucas Nussbaum wrote:
 On 02/06/07 at 23:17 -0700, Steve Langasek wrote:
 Hi Lucas,
 This was a bug in linux-libc-dev that has since been fixed.
 Actually, the bug in linux-libc-dev was #423462, but it was about
 LINUX_VERSION_CODE, not UTS_RELEASE. The full content of
 /usr/include/linux/version.h in linux-libc-dev is:
 #define LINUX_VERSION_CODE 132629
 #define KERNEL_VERSION(a,b,c) (((a)  16) + ((b)  8) + (c))
 So maybe UTS_RELEASE should be added to that file, and those bugs should
 be reassigned to linux-libc-dev. I've stopped filing bugs about those
 issues in the meantime.
 
 Actually:
 waldi UTS_RELEASE is not defined in version.h any longer.
 this is not a bug in the kernel
 waldi linux/utsrelease.h is the correct header now

OK, so are we now saying that this *is* an am-utils bug after all
(albeit a really annoying one since it looks like this is just a case of
 the kernel guys pulling the rug from under your feet)?

Tim


-- 
The Wellcome Trust Sanger Institute is operated by Genome Research 
Limited, a charity registered in England with number 1021457 and a 
company registered in England with number 2742969, whose registered 
office is 215 Euston Road, London, NW1 2BE.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#415445: localepurge: Doesn't install on GNU/Hurd

2007-06-04 Thread Santiago Vila
On Mon, 19 Mar 2007, Nigel Horne wrote:

 Package: localepurge
 Severity: grave
 Justification: renders package unusable
 
 
 localepurge depends on procps, but procps is
 not available on GNU/Hurd

The Depends line says procps [!hurd-i386], which does not work,
as the [!hurd-i386] syntax is valid in a Build-Depends line, but not
in a Depends line.

The following patch should probably work:

diff -ru localepurge-0.5.9.orig/debian/control localepurge-0.5.9/debian/control
--- localepurge-0.5.9.orig/debian/control   2006-10-20 23:32:54.0 
+0200
+++ localepurge-0.5.9/debian/control2007-06-04 10:12:55.791509491 +0200
@@ -7,7 +7,7 @@
 
 Package: localepurge
 Architecture: all
-Depends: locales, dpkg (= 1.9.7), ucf, debconf (= 1.2.0) | debconf-2.0, 
debianutils (= 1.6), procps [!hurd-i386]
+Depends: locales, dpkg (= 1.9.7), ucf, debconf (= 1.2.0) | debconf-2.0, 
debianutils (= 1.6), procps | hurd
 Replaces: apt-localepurge
 Conflicts: apt-localepurge
 Suggests: debfoster, deborphan


BTW: While we are at it, the package is Architecture: all, so it should be
built in binary-indep and binary-arch shouldn't do anything.

Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427464: kview crash when pressing forward on an image inside a zip file

2007-06-04 Thread berti
Package: kview
Version: 4:3.5.7-1
Severity: normal

See http:/bugs.kde.org/show_bug.cgi?id=146303

The file /tmp/a.zip contains image files.

If I open the file zip:/tmp/a.zip/1.jpeg everything goes well. When I press 
forward to view zip:/tmp/a.zip/2.jpeg kview crashes.

If kview is used to see images embedded in konqueror, there is the same crash.




I'm using kde 3.5.7 backported to etch from 
http://downloads.os-forge.net/debian/backports/kde/etch-bin-356
I had the same problem when I was using kde 3.3.5 from etch

I had not this problem when I (- former ubuntu user) was using kde 3.5.5 under 
ubuntu.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-486
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)

Versions of packages kview depends on:
ii  kdelibs4c2a 4:3.5.7.dfsg.1-1 core libraries and binaries for al
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3

kview recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427465: openbox: X server freeze when clock steps backward and using iceweasel

2007-06-04 Thread Nicolas Schodet
Package: openbox
Version: 3.3-2.1
Severity: important

How can I reproduce it:

 - logon using openbox ;
 - start iceweasel on the second desktop ;
 - start a shell on the first desktop ;
 - run 'date -s 90 seconds ago' ;
 - switch to the second desktop ;
 - move the mouse ;
 - try to switch to the first desktop again but nothing happens and
   everything looks frozen.

The problem does not trigger if:

 - I use another window manager (Enlightenment) ;
 - I do not use iceweasel.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages openbox depends on:
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-6 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library

Versions of packages openbox recommends:
ii  obconf1.6-1  Preferences manager for Openbox wi

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427450: patch

2007-06-04 Thread Michael Ablassmeier
tags 427450 + patch
thanks,

hi,

i think attached patch should fix this issue,

bye,
- michael
--- orig/libgpgme-ruby-1.0.0/gpgme_n.c	2006-10-24 03:15:13.0 +0200
+++ patch/libgpgme-ruby-1.0.0/gpgme_n.c	2007-06-04 10:28:27.0 +0200
@@ -215,7 +215,7 @@
   size_t size = NUM2UINT(vsize);
   gpgme_error_t err;
 
-  if (RSTRING(vbuffer)-len  size)
+  if (RSTRING_LEN(vbuffer)  size)
 rb_raise (rb_eArgError, argument out of range);
 
   err = gpgme_data_new_from_mem (dh, StringValuePtr(vbuffer), size, 1);
@@ -249,8 +249,8 @@
 			LONG2NUM(size));
   if (NIL_P(vbuffer))
 return 0;
-  memcpy (buffer, StringValuePtr(vbuffer), RSTRING(vbuffer)-len);
-  return RSTRING(vbuffer)-len;
+  memcpy (buffer, StringValuePtr(vbuffer), RSTRING_LEN(vbuffer));
+  return RSTRING_LEN(vbuffer);
 }
 
 static ssize_t


Bug#427354: patch

2007-06-04 Thread Michael Ablassmeier
tags 427354 + patch
thanks

hi,

i think the attached patch solves this issue.

bye,
- michael
diff -ruN orig/libdb3-ruby-0.5.8/src/common.c patch/libdb3-ruby-0.5.8/src/common.c
--- orig/libdb3-ruby-0.5.8/src/common.c	2007-06-04 10:32:59.0 +0200
+++ patch/libdb3-ruby-0.5.8/src/common.c	2007-06-04 10:33:54.0 +0200
@@ -124,7 +124,7 @@
 }
 key-data = StringValuePtr(tmp);
 key-flags = ~DB_DBT_MALLOC;
-key-size = RSTRING(tmp)-len + is_nil;
+key-size = RSTRING_LEN(tmp) + is_nil;
 return tmp;
 }
 
diff -ruN orig/libdb3-ruby-0.5.8/src/lock.c patch/libdb3-ruby-0.5.8/src/lock.c
--- orig/libdb3-ruby-0.5.8/src/lock.c	2005-11-25 14:25:58.0 +0100
+++ patch/libdb3-ruby-0.5.8/src/lock.c	2007-06-04 10:34:48.0 +0200
@@ -266,7 +266,7 @@
 SafeStringValue(a);
 MEMZERO(objet, DBT, 1);
 objet.data = StringValuePtr(a);
-objet.size = RSTRING(a)-len;
+objet.size = RSTRING_LEN(a);
 lock_mode = NUM2INT(b);
 GetLockid(obj, lockid, envst);
 #if BDB_VERSION  3
@@ -340,7 +340,7 @@
 	list-obj = ALLOC(DBT);
 	MEMZERO(list-obj, DBT, 1);
 	list-obj-data = StringValuePtr(value);
-	list-obj-size = RSTRING(value)-len;
+	list-obj-size = RSTRING_LEN(value);
 }
 else if (strcmp(options, mode) == 0) {
 	list-mode = NUM2INT(value);
diff -ruN orig/libdb3-ruby-0.5.8/src/log.c patch/libdb3-ruby-0.5.8/src/log.c
--- orig/libdb3-ruby-0.5.8/src/log.c	2005-11-25 14:31:23.0 +0100
+++ patch/libdb3-ruby-0.5.8/src/log.c	2007-06-04 10:35:31.0 +0200
@@ -55,7 +55,7 @@
 ret = bdb_makelsn(obj);
 Data_Get_Struct(ret, struct dblsnst, lsnst);
 data.data = StringValuePtr(a);
-data.size = RSTRING(a)-len;
+data.size = RSTRING_LEN(a);
 #if BDB_VERSION  3
 if (!envst-envp-lg_info) {
 	rb_raise(bdb_eFatal, log region not open);


Bug#427466: phpgroupware-fudforum produce blank pages after upgrade and newinstall / users cant create new posts after changing password

2007-06-04 Thread Andreas Matthus
Package: phpgroupware-fudforum
Version: 0.9.16.011-3

After upgrading to Version 0.9.16.011-3 I only get blank pages as normal
user. Amins get a SQL-error-message like

---snipp
1064: You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use
near 'reads FROM phpgw_fud_fc_view v INNER JOIN phpgw_fud_forum f ON
f.id=v.f ' at line 1

Query: SELECT f.id, f.name, c.name, c.id, CASE WHEN 0  m.post_stamp AND
(fr.last_view IS NULL OR m.post_stamp  fr.last_view) THEN 1 ELSE 0 END
AS reads FROM phpgw_fud_fc_view v INNER JOIN phpgw_fud_forum f ON
f.id=v.f INNER JOIN phpgw_fud_cat c ON c.id=v.c LEFT JOIN phpgw_fud_msg
m ON m.id=f.last_post_id LEFT JOIN phpgw_fud_forum_read fr ON
fr.forum_id=f.id AND fr.user_id=2 ORDER BY v.id
---snapp 

Therefore I change
in /usr/share/phpgroupware/fudforum/setup/base/src/forumsel.inc.t
the line 
THEN 1 ELSE 0 END AS reads
to
THEN 1 ELSE 0 END AS myreads

and it works.

2.
But after change password normal users cant create new posts (or
answers). The get a message: unknown URL. When I set in the table
phpgw_fud_users the value users_opt from 6454262 to 4357110 (over
mysql-admin) then the users can work normaly.

I'm using debian etch/testing with kernel 2.6.12.5
mysql-server 5.0.32-7etch1

With regards
Andreas Matthus


smime.p7s
Description: S/MIME cryptographic signature


Bug#371870: xprint: all printer entries in mozilla are gone

2007-06-04 Thread Drew Parsons
I wrote
 As far as XPSERVERLIST goes, you're doing the right thing setting it in
 your user environment. Since startx is a manual approach, it doesn't
 seem to be using the automatic /etc/X11/Xsession.d/ scripts (despite
 what /etc/X11/Xsession says), so their effect has to be also invoked by
 hand.  If you didn't want to hardwire :64, you could use
   export XPSERVERLIST=`/etc/init.d/xprint get_xpserverlist`
 or
   . /etc/X11/Xsession.d/92xprint-xpserverlist


More details about this.  startx (and xinit) should be accessing
/etc/X11/Xsession and its scripts automatically, that is XPSERVERLIST
should be set automatically, even from startx.  I presume this did not
happen for you because you have ~/.xinitrc set up to manually start the
programs you want.  In this case your .xinitrc will be used instead of
/etc/X11/xinit/xinitrc, and so /etc/X11/Xsession will not be invoked
(unless you invoke it yourself inside .xinitrc).

If this is your scenario and you're only using .xinitrc to start
programs and set the user environment, then you might find it better to
copy that .xinitrc into ~/.Xsession (or .xsession) instead and then
delete ~/.xinitrc.  This will enable the default Xsession to be set up
(including XPSERVERLIST), and will then go on to start your desired
programs.

Drew




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427467: ddpo:popcon: graphs no longer display

2007-06-04 Thread Neil Williams
Package: qa.debian.org
Severity: normal

http://lists.debian.org/debian-devel/2007/06/msg00172.html

popcon graphs, normally accessible via the DDPO listings, are no longer
being displayed.

bFatal error/b:  Allowed memory size of 8388608 bytes exhausted
(tried to allocate 21 bytes) in
b/home/igloo/public_html/popcon-graphs/graph.php/b on line
b80/bbr /

e.g.
http://people.debian.org/~igloo/popcon-graphs/index.php?packages=gpe-expenses

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpKABO2nKFSy.pgp
Description: PGP signature


Bug#427443: provide a documentation index (like tetex had)

2007-06-04 Thread Frank Küster
Drew Parsons [EMAIL PROTECTED] wrote:

 Would it be possible to make appropriate alterations to make texlive
 documentation easier to access?

There's a script in teTeX which produced the index.  It shouldn't be too
hard to adapt it to teXlive, but I fear the existing team members of the
TeX Task Force won't have time for that soon.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#427449: avelsieve: [debconf_rewrite] Debconf templates review

2007-06-04 Thread Jan Hauke Rahm
Hi Christian!

I really like your hard work at all the packages and I enjoy your work
at this one as well :) but I need to answer to this patch again...

Christian Perrier wrote:
 Package: avelsieve
 Version: N/A
 Severity: normal
 Tags: patch
...
 Please review the suggested changes are suggested, and if you have any
 objections, let me know in the next 3 days.

Well, it is exactly that what I'm doing with this mail.

 Again, thanks for your attention and cooperation.

No, thank you!

I would like to change the package description again. What do you think
about that (I spoke about it with the upstream author, too):

Description: Sieve mail filters plugin for SquirrelMail
 Avelsieve is a plugin for the SquirrelMail webmail system which allows
 users to create mail filtering scripts on Sieve-compliant mail servers.
 .
 It provides a user-friendly wizard-like interface for creating
 Sieve 'rules', which are assembled into server-side filtering scripts.
 Not all of Sieve's functionality is supported, but no knowledge of
 the language is required.
 .
  Homepage: http://email.uoa.gr/projects/squirrelmail/avelsieve.php

What do you think, now?

Hauke



signature.asc
Description: OpenPGP digital signature


Bug#427468: mime-types / ksycoca broken after upgrade

2007-06-04 Thread Helen Faulkner

Package: kdebase
Version: 4:3.5.7-1
Severity: important

Hello wise kde people :)

I upgraded my system last night and when I first ran konqueror today it wouldn't 
work properly, seeming to not know what to do with a perfectly normal location I 
asked it to open.


Sorry, I don't have the error message it gave me written down, but it was 
something that I understood to mean I can't find my list of mime types so I 
don't know what to do with this location /home/helen that you are asking me to 
open.


Anyway, I figured something was wrong with kde in general, so I ran a couple of 
things from konsole to see what it said. The output is below.  Then, seeing the 
errors about KSycoca, I ran kbuildsycoca, which seems to have fixed the 
problem (the last call of konqueror in my output below seems to have worked 
fine).  However I suspect that many users wouldn't know to try this, so would be 
stuck with a broken konqueror, kwrite, and probably other kde stuff as well 
(hence the important severity call).


There still seem to be problems with my system, see the errors in the output, 
even after running kbuildsycoca.


Sending this bug to kdebase because I don't know which package it belongs to, 
but I suspect something deep in the workings of kde.


Thanks

Helen



helen:~ kwrite 
[1] 24848
helen:~ kio (KSycoca): WARNING: Found version 93, expecting version 94 or 
higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): WARNING: Found version 93, expecting version 94 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KMimeType): WARNING: KServiceType::offers : servicetype KTextEditor/Plugin 
not found

kio (KSycoca): WARNING: Found version 93, expecting version 94 or higher.
kio (KSycoca): WARNING: Outdated database found

helen:~
[1]  + done   kwrite
helen:~
helen:~ kword 
[1] 25042
helen:~ kio (KSycoca): WARNING: Found version 93, expecting version 94 or 
higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 93, expecting version 94 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
koffice (lib kofficecore): ERROR: kwordpart.desktop not found.
koffice (lib kofficecore): ERROR: Run 'kde-config --path services' to see which 
directories were searched, assuming kde startup had the same environment as your 
current shell.
koffice (lib kofficecore): ERROR: Check your installation (did you install 
KOffice in a different prefix than KDE, without adding the prefix to /etc/kderc ?)


[1]  + exit 1 kword
helen:~ which kio
kio not found
helen:~ konqueror 
[1] 25437
helen:~ kio (KSycoca): WARNING: Found version 93, expecting version 94 or 
higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 93, expecting version 94 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 93, expecting version 94 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio 

Bug#427450: patch

2007-06-04 Thread Rudi Cilibrasi, Ph.D.

Hi Michael,

I just sent the same patch to the upstream author a few minutes ago.
Hopefully, we'll get a new upstream release soon.  If not, I will make a
new release to speed things up with a -2 version.  Thanks for reporting
the bug in the first place.  Cheers,

Rudi


Bug#426400: [INTL:tr] Turkish po-debconf translation

2007-06-04 Thread Mehmet TURKER
Package: dhcp3
Version: 3.0.4-15
Severity: wishlist
Tags: patch l10n


Please find attached the updated (third one) Turkish po-debconf
translation.
Regards,


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: Lang=tr_TR, LC_CTYPE=tr_TR (charmap=ISO-8859-9)


dhcp3_3.0.4-15_tr.po
Description: dhcp3_3.0.4-15_tr.po


Bug#427260: am-utils: FTBFS: error: cannot find UTS_RELEASE in linux/version.h

2007-06-04 Thread Lucas Nussbaum
On 04/06/07 at 09:21 +0100, Tim Cutts wrote:
 Lucas Nussbaum wrote:
  On 03/06/07 at 01:38 -0700, Steve Langasek wrote:
  On Sun, Jun 03, 2007 at 09:26:29AM +0200, Lucas Nussbaum wrote:
  On 02/06/07 at 23:17 -0700, Steve Langasek wrote:
  Hi Lucas,
  This was a bug in linux-libc-dev that has since been fixed.
  Actually, the bug in linux-libc-dev was #423462, but it was about
  LINUX_VERSION_CODE, not UTS_RELEASE. The full content of
  /usr/include/linux/version.h in linux-libc-dev is:
  #define LINUX_VERSION_CODE 132629
  #define KERNEL_VERSION(a,b,c) (((a)  16) + ((b)  8) + (c))
  So maybe UTS_RELEASE should be added to that file, and those bugs should
  be reassigned to linux-libc-dev. I've stopped filing bugs about those
  issues in the meantime.
  
  Actually:
  waldi UTS_RELEASE is not defined in version.h any longer.
  this is not a bug in the kernel
  waldi linux/utsrelease.h is the correct header now
 
 OK, so are we now saying that this *is* an am-utils bug after all
 
I think so.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427469: /dev/null: permission denied

2007-06-04 Thread Yawhen Kasarzhewski

Package: base

I have very annoying bug: after a time, I am getting '/dev/null: 
permission denied', when working under user. Something changes /dev/null 
permissions.


Udev has proper permissions though.

[EMAIL PROTECTED]:~# grep -r 'null' /etc/udev/
/etc/udev/rules.d/020_permissions.rules:KERNEL==null, 
MODE=0666

/etc/udev/links.conf:M null c   1 3
/etc/udev/permissions.rules:KERNEL==null, MODE=0666

I do chmod 666 /dev/null from root shell and can work some time, however 
after some hour-two I get this error again.


Noticed in Debian Etch i386 and amd64 and current sid amd64


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426457: fretsonfire: Nothing displayed

2007-06-04 Thread Trent Buck
On Fri, Jun 01, 2007 at 12:20:30AM +1000, twb wrote:
 On Thu, May 31, 2007 at 02:55:49PM +0200, Miriam Ruiz wrote:
  Do other programs using SDL and OpenGL Work well for you?
 
 Yes, stuff like Tremulous, Sauerbraten and Solarfox work perfectly.

Further to this; I discovered how to run fretsonfire with verbosity
and without fullscreen mode.  Attached is the verbose output and a
screenshot of what is displayed.  In particular there are the following 
warnings:

(W) PyOGG not found. OGG files will be fully decoded prior to playing; expect 
absurd memory usage.
(W) PyAmanith not found, SVG support disabled.
(W) Video setup failed. Trying without antialiasing.
(W) Unable to enable psyco.
(W) Unable to load guitar track: global name 'StreamingOggSound' is not defined

Note that pyogg is installed:

$ dpkg -l python-pyogg | tail -1
ii  python-pyogg   1.3-1.1A Python interface to the Ogg library

You may also wish to Suggests: psyco for the benefit of users on the
i386 architecture.
-- 
Trent Buck
$ fretsonfire -v
(W) PyOGG not found. OGG files will be fully decoded prior to playing; expect 
absurd memory usage.
(W) PyAmanith not found, SVG support disabled.
(W) Video setup failed. Trying without antialiasing.
(W) Unable to enable psyco.
(W) Unable to load guitar track: global name 'StreamingOggSound' is not defined
(W) Unable to load guitar track: global name 'StreamingOggSound' is not defined
X Error of failed request:  BadValue (integer parameter out of range for 
operation)
  Major opcode of failed request:  145 (XFree86-DRI)
  Minor opcode of failed request:  9 ()
  Value in failed request:  0x0
  Serial number of failed request:  39
  Current serial number in output stream:  39
$ fretsonfire -v
(W) PyOGG not found. OGG files will be fully decoded prior to playing; expect 
absurd memory usage.
(W) PyAmanith not found, SVG support disabled.
(D) Initializing audio.
(D) Audio configuration: (44100, -16, 1)
(D) Initializing video.
(W) Video setup failed. Trying without antialiasing.
(D) Enabling high priority timer.
(D) 0 joysticks found.
(N) Loading Data.star1 synchronously
(D) Loading cached bitmap '/usr/share/games/fretsonfire/data/star1.png' instead 
of '/usr/share/games/fretsonfire/data/star1.svg'.
(N) Loaded Data.star1 in 0.008 seconds
(N) Loading Data.star2 synchronously
(D) Loading cached bitmap '/usr/share/games/fretsonfire/data/star2.png' instead 
of '/usr/share/games/fretsonfire/data/star2.svg'.
(N) Loaded Data.star2 in 0.005 seconds
(N) Loading Data.left synchronously
(D) Loading cached bitmap '/usr/share/games/fretsonfire/data/left.png' instead 
of '/usr/share/games/fretsonfire/data/left.svg'.
(N) Loaded Data.left in 0.002 seconds
(N) Loading Data.right synchronously
(D) Loading cached bitmap '/usr/share/games/fretsonfire/data/right.png' instead 
of '/usr/share/games/fretsonfire/data/right.svg'.
(N) Loaded Data.right in 0.017 seconds
(N) Loading Data.ball1 synchronously
(D) Loading cached bitmap '/usr/share/games/fretsonfire/data/ball1.png' instead 
of '/usr/share/games/fretsonfire/data/ball1.svg'.
(N) Loaded Data.ball1 in 0.004 seconds
(N) Loading Data.ball2 synchronously
(D) Loading cached bitmap '/usr/share/games/fretsonfire/data/ball2.png' instead 
of '/usr/share/games/fretsonfire/data/ball2.svg'.
(N) Loaded Data.ball2 in 0.004 seconds
(N) Loading Data.loadingImage synchronously
(D) Loading cached bitmap '/usr/share/games/fretsonfire/data/loading.png' 
instead of '/usr/share/games/fretsonfire/data/loading.svg'.
(N) Loaded Data.loadingImage in 0.020 seconds
(N) Loading Data.font asynchronously
(N) Loading Data.bigFont asynchronously
(N) Loading Data.screwUpSounds asynchronously
(N) Loading Data.acceptSound asynchronously
(N) Loading Data.cancelSound asynchronously
(N) Loading Data.selectSound1 asynchronously
(N) Loading Data.selectSound2 asynchronously
(N) Loading Data.selectSound3 asynchronously
(N) Loading Data.startSound asynchronously
(D) Ready.
(N) Loading MainMenu.background synchronously
(D) Loading cached bitmap '/usr/share/games/fretsonfire/data/keyboard.png' 
instead of '/usr/share/games/fretsonfire/data/keyboard.svg'.
(N) Loaded MainMenu.background in 0.097 seconds
(N) Loading MainMenu.guy synchronously
(D) Loading cached bitmap '/usr/share/games/fretsonfire/data/pose.png' instead 
of '/usr/share/games/fretsonfire/data/pose.svg'.
(N) Loaded MainMenu.guy in 0.043 seconds
(N) Loading MainMenu.logo synchronously
(D) Loading cached bitmap '/usr/share/games/fretsonfire/data/logo.png' instead 
of '/usr/share/games/fretsonfire/data/logo.svg'.
(N) Loaded MainMenu.logo in 0.032 seconds
(W) Unable to enable psyco.
(N) Loaded Data.font in 0.001 seconds
(N) Loaded Data.bigFont in 0.000 seconds
(N) Loaded Data.acceptSound in 0.014 seconds
(N) Loaded Data.cancelSound in 0.010 seconds
(N) Loaded Data.screwUpSounds in 0.434 seconds
(N) Loaded Data.selectSound2 in 0.009 seconds
(N) Loaded Data.selectSound3 in 0.016 seconds
(N) Loaded Data.startSound in 0.017 seconds
(N) Loaded 

Bug#427470: asymptote: asy-keywords.el not found by emacs

2007-06-04 Thread Franz Lehner
Package: asymptote
Version: 1.14-1
Severity: normal


/usr/share/asymptote/asy-keywords.el
should be rather in /usr/share/emacs/site-lisp,
together with asy-mode.el, which is already there.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)

Versions of packages asymptote depends on:
ii  fftw3   3.1.2-1  library for computing Fast Fourier
ii  gs-esp [gs] 8.15.3.dfsg.1-1  The Ghostscript PostScript interpr
ii  gs-gpl [gs] 8.54.dfsg.1-5The GPL Ghostscript PostScript int
ii  imagemagick 7:6.2.4.5.dfsg1-0.14 Image manipulation programs
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgc1c21:6.8-1  conservative garbage collector for
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libgsl0 1.8-2GNU Scientific Library (GSL) -- li
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libreadline55.2-2GNU readline and history libraries
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  python  2.4.4-2  An interactive high-level object-o
ii  python-tk   2.4.4-1  Tkinter - Writing Tk applications 
ii  texlive-base-bin2005.dfsg.2-12   TeX Live: Essential binaries
ii  texlive-latex-base  2005.dfsg.3-1TeX Live: Basic LaTeX packages
ii  texlive-pstricks2005.dfsg.3-1TeX Live: PSTricks packages

asymptote recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427471: das-watchdog: short description is broken

2007-06-04 Thread Antti-Juhani Kaijanaho
Package: das-watchdog
Version: 0.3.1-1
Severity: minor

I see the following short description for das-watchdog:
  general watchdog for the linux operating system that
Please don't end it with the word that :)

You might want to consider rephrasing the short description completely; 
currently it does not tell me anything I don't learn from the package 
name.  So it's a watchdog, okay.  It's presumably for Linux, considering 
that I'm seeing this package in Aptitude on a computer running Linux.
The key question is, what is so special about this watchdog; the long 
description tells me this, but the short description could at least give 
a hint :)

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

Kernel: Linux 2.6.21-ibid (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427472: sympa: CSS probleme with IE7 in Sympa version from etch

2007-06-04 Thread Dominique Rousseau
Package: sympa
Version: 5.2.3-1.2
Severity: important



The Sympa version currently ine Debian/etch has a major problem with 
the CSS that make the web interface (wwsympa) mostly unusable by users 
running Internet Explorer 7

The Sympa team has released a corrected version (5.2.4) with a correct 
CSS.

Copying the CSS (file css.tt2) from 5.2.4 corrects the problem.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-xen-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages sympa depends on:
ii  adduser 3.102Add and remove users and groups
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  libarchive-zip-perl 1.16-1   Module for manipulation of ZIP arc
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcgi-fast-perl5.8.8-7  CGI::Fast Perl module
ii  libcrypt-ciphersaber-perl   0.61-4   Perl module implementing CipherSab
ii  libdbd-mysql-perl   3.0008-1 A Perl5 database interface to the 
ii  libdbd-pg-perl  1.49-2   a PostgreSQL interface for Perl 5 
ii  libdbi-perl 1.53-1   Perl5 database interface by Tim Bu
ii  libfcgi-perl0.67-2   FastCGI Perl module
ii  libintl-perl1.16-1   Uniforum message translations syst
ii  libio-stringy-perl  2.110-2  Perl5 modules for IO from scalars 
ii  libmailtools-perl   1.74-1   Manipulate email in perl programs
ii  libmd5-perl 2.03-1   backwards-compatible wrapper for D
ii  libmime-perl5.420-0.1Perl5 modules for MIME-compliant m
ii  libmsgcat-perl  1.03-3   Locale::Msgcat perl module
ii  libnet-ldap-perl1:0.33-2 A Client interface to LDAP servers
ii  libtemplate-perl2.14-1   template processing system written
ii  libxml-libxml-perl  1.59-2   Perl module for using the GNOME li
ii  mhonarc 2.6.16-1 Mail to HTML converter
ii  perl [libmime-base64-perl]  5.8.8-7  Larry Wall's Practical Extraction 
ii  perl-suid   5.8.8-7  Runs setuid Perl scripts
ii  postfix [mail-transport-age 2.3.8-2+b1   A high-performance mail transport 
ii  sysklogd [system-log-daemon 1.4.1-18 System Logging Daemon

Versions of packages sympa recommends:
pn  doc-base  none (no description available)
ii  logrotate 3.7.1-3Log rotation utility

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#412922: please generate win32-loader.ini manifest file

2007-06-04 Thread Robert Millan
On Fri, Jun 01, 2007 at 04:50:10PM +0200, Frans Pop wrote:
 On Thursday 31 May 2007 20:19, Robert Millan wrote:
  Maybe this is a good time to review this?  I'm attaching a new patch,
  with some minor changes including adapting to latest win32-loader.ini
  syntax.
 
 I guess my main reservation against this is that including a Windows .ini 
 file and thus making the installer autoload within Windows

Note that the file that triggers Windows autoload is only autorun.ini (case
insensitive).  win32-loader.ini is ignored by Windows and only used by
win32-loader to know where each linux/initrd image can be found.  Providing
win32-loader.ini in the default builds is harmless.

 if the CD is 
 inserted, _increases_ our responsibility if the user should fail to 
 read (or probably more importantly: understand) any of the warnings 
 about erasing your harddisk and losing existing data.
 
 The fact that actually starting an install stills involve a reboot, is not 
 a real safeguard as installing almost anything interesting on Windows 
 requires a reboot anyway.
 
 The fact that currently the installer needs to be booted completely 
 separately, at least makes absolutely clear to even the most clueless 
 Windows user that Debian is not some Windows proggie that can just be 
 tried (as running random Windows proggies is of course always safe, 
 right?).
 
 I could probably be convinced to include this on CD images if the patch 
 would not start your loader, but would open a modified README.html that 
 has an extensive explanation of what Debian is and only contains a link 
 to the loader itself.
 This would however increase the need for translation of the README.html 
 (which is a worthwhile goal for debian-cd anyway).
 
 The same would go for USB keystick, but I am not sure if this should be 
 included in other installation methods.

I agree that these concerns are important.  Perhaps a good solution would be
to add enormous warnings (maybe even interactive warnings similar to the
well-known Yes, do as I say!).

Anyway, at the moment I'm not yet proposing to put this in the default CD,
just to make it easy for users to build their custom CDs with win32-loader
(which is currently awkward since you have to know win32-loader.ini format
spec).  I think for the kind of user who builds her own CD, it's safe to
assume when this CD is used in a Windows box, someone who is not completely
clueless about what an OS is will be around.

 P.S. What is the status of acceptance of the loader into the archive?

I think it'll be in contrib soon.  As for moving to main, depends on #31
which I'm not skilled to fix :/ (please someone help).

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended
for spam harvesters.  Writing to it will get you added to my black list.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427473: libflac-dev: LD_PRELOAD error building moc

2007-06-04 Thread Elimar Riesebieter
Package: libflac-dev
Version: 1.1.4-1
Severity: normal

Hi,

due to the flac library transition building the package moc against
new libflac I get:


checking for libFLAC... yes
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: 
ignored.
.

This even shows using pbuilder. Using 1.1.2 there was no ERROR.

Elimar

-- 
  It's a good thing we don't get all 
  the government we pay for.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#410394: tig: cursor keys don't work well in split pane mode

2007-06-04 Thread Xavier Bestel
On Mon, 2007-06-04 at 08:22 +0200, Jonas Fonseca wrote:
 Note [...] that a newer tig version is
 available (0.7) and that I am not able to reproduce this behavior on my
 system with a newer version.
 
 Would it be possible if you could check if newer versions has this
 problem?

Debian has only 0.5 available. I'll try to have a look at compiling it
myself, if time permits.

Thanks,
Xav




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427191: #427191: qt-x11-free - FTBFS: /usr/bin/ld: cannot find -lgds

2007-06-04 Thread Damyan Ivanov
tags 427191 patch
thanks

Hi,

Sorry for breaking qt-x11-free.

The easiest way for fixing this is to build-depend on firebird1.5-dev
instead of firebird2-dev.

The problem is not worth fixing in firebird2, since it shall be removed
from the archive as part of package rename anyway.

Good side effect of using firebird1.5 is that you may now enable sparc
support.

Patch for both changes attached.

I was going to recommend firebird2.0-dev, but qt-x11-free fails to
build on amd64 with it due to some invalid typecasts. firebird2.0
is stable since November 2006, is backwards compatible (the client at
least) and adds support for powerpc (along with other improvements).

Sorry again for the surprise.
-- 
damJabberID: [EMAIL PROTECTED]
diff -u qt-x11-free-3.3.7/debian/rules qt-x11-free-3.3.7/debian/rules
--- qt-x11-free-3.3.7/debian/rules
+++ qt-x11-free-3.3.7/debian/rules
@@ -93,7 +93,7 @@
 		-inputmethod			\
 		# End of CONFIGURE_OPTS
 
-interbase_archs := i386 amd64
+interbase_archs := i386 amd64 sparc
 ifneq ($(DEB_HOST_ARCH_CPU),$(findstring $(DEB_HOST_ARCH_CPU),$(interbase_archs)))
 	CONFIGURE_OPTS += -no-sql-ibase
 	IBASE = -Nlibqt3-mt-ibase
diff -u qt-x11-free-3.3.7/debian/control qt-x11-free-3.3.7/debian/control
--- qt-x11-free-3.3.7/debian/control
+++ qt-x11-free-3.3.7/debian/control
@@ -1,7 +1,7 @@
 Source: qt-x11-free
 Maintainer: Debian Qt/KDE Maintainers [EMAIL PROTECTED]
 Uploaders: Christopher Martin [EMAIL PROTECTED], Adeodato Simó [EMAIL PROTECTED], Ana Beatriz Guerrero Lopez [EMAIL PROTECTED], Sune Vuorela [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0.31), libxext-dev (= 4.3.0.dfsg.1-4), libxrandr-dev (= 4.3.0.dfsg.1-4), libsm-dev (= 4.3.0.dfsg.1-4), libxmu-dev (= 4.3.0.dfsg.1-4), libice-dev (= 4.3.0.dfsg.1-4), libx11-dev (= 4.3.0.dfsg.1-4), libxt-dev (= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg62-dev, libmng-dev (= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, libfreetype6-dev, libxft-dev, libiodbc2-dev (= 3.51.2-4), libmysqlclient15-dev | libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcupsys2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, dpatch (= 1.13), libsqlite3-dev, firebird2-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64]
+Build-Depends: debhelper (= 5.0.31), libxext-dev (= 4.3.0.dfsg.1-4), libxrandr-dev (= 4.3.0.dfsg.1-4), libsm-dev (= 4.3.0.dfsg.1-4), libxmu-dev (= 4.3.0.dfsg.1-4), libice-dev (= 4.3.0.dfsg.1-4), libx11-dev (= 4.3.0.dfsg.1-4), libxt-dev (= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg62-dev, libmng-dev (= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, libfreetype6-dev, libxft-dev, libiodbc2-dev (= 3.51.2-4), libmysqlclient15-dev | libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcupsys2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, dpatch (= 1.13), libsqlite3-dev, firebird1.5-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc]
 Section: libs
 Priority: optional
 Standards-Version: 3.7.2
@@ -51,7 +51,7 @@
  to access a PostgreSQL DB.
 
 Package: libqt3-mt-ibase
-Architecture: i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64
+Architecture: i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc
 Section: libs
 Depends: ${shlibs:Depends}
 Conflicts: libqt3c102-mt-ibase


signature.asc
Description: PGP signature


Bug#411167: ITP: splix -- Splix - SPL2/SPLc Samsung Printer Driver for CUPS

2007-06-04 Thread Till Kamppeter

Jeroen van Wolffelaar wrote:

owner 411167 !
thanks

On Fri, Feb 16, 2007 at 04:14:02PM -0300, Carlos Pasqualini wrote:

Package: wnpp
Severity: wishlist
Owner: Carlos Pasqualini [EMAIL PROTECTED]


* Package name: splix
  Version : 1.0.1-1
  Upstream Author : Aurélien Croc [EMAIL PROTECTED]
* URL : http://splix.ap2c.org/
* License : GPLv2
  Programming Lang: C
  Description : Splix - SPL2/SPLc Samsung Printer Driver for CUPS

   SpliX is a set of CUPS printer drivers for SPL (Samsung Printer Language) printers. If you have a such printer, 
you need to install and use SpliX. Moreover you will find documentation about this proprietary language on the splix 
website at http://splix.ap2c.org/.


I plan to upload splix to Debian based on the Ubuntu package. If either
you or the Ubuntu maintainer would like to help out (I can sponsor),
please drop me a line, and that's possible. Till, if you want to
maintain the package in Debian also, that's also fine by me, it's
probably even the easiest way (if you're willing to maintain the package
in Debian).

Thanks for your interest and help!
--Jeroen



I think we do the following:

The SpliX packages in Debian and Ubuntu should be functionally equal (I 
did not do anything specific to Ubuntu in my SpliX package). So simply 
when I put a new SpliX package into Ubuntu, add a debian/changelog entry 
to it and rebuild for Debian.


   Till


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427472: sympa: CSS probleme with IE7 in Sympa version from etch

2007-06-04 Thread Stefan Hornburg

Dominique Rousseau wrote:

Package: sympa
Version: 5.2.3-1.2
Severity: important



The Sympa version currently ine Debian/etch has a major problem with 
the CSS that make the web interface (wwsympa) mostly unusable by users 
running Internet Explorer 7


The Sympa team has released a corrected version (5.2.4) with a correct 
CSS.


Copying the CSS (file css.tt2) from 5.2.4 corrects the problem.


Yes, I'm aware of it and I'm working on packaging sympa 5.3 for unstable.

Regards
Racke


--
LinuXia Systems = http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP = http://www.icdevgroup.org/
Interchange Development Team



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427474: RFP: gourmet -- Gourmet Recipe Manager manages your recipes, generate shopping lists, and more

2007-06-04 Thread Simon Jolle

Package: gourmet
Severity: wishlist

Freshmeat: http://freshmeat.net/projects/grecipe-manager/
Project Home: http://grecipe-manager.sourceforge.net/
License: GNU General Public License (GPL)
FSF Dir: http://directory.fsf.org/Gourmet_Recipe_Manager.html
Comment: The grecipe-manager project already provides DEB-Packages -
it would be great to integrate in official Debian repository


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427475: Fwd: Re: the hibernate script

2007-06-04 Thread cg
Package: hibernate
Version: 1.94-2
Severity: wishlist

- Forwarded message from cg [EMAIL PROTECTED] -

Date: Tue, 29 May 2007 22:08:50 +0200
To: martin f krafft [EMAIL PROTECTED]
Subject: Re: the hibernate script
X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on 
albatross.madduck.net
X-Spam-Level: ***
X-Spam-Status: No, score=3.5 required=5.0 tests=BAYES_99 autolearn=disabled 
version=3.1.7
User-Agent: Mutt/1.5.13 (2006-08-11)

Hello Martin,

Thanks for the previous response.

I got hibernate working under acpid by creating the LockXtrlock()
function in the lock script and by adding Windowmaker to the long
pidof list in the FindXServer() function of the hibernate script.

This hack is (at least) useful to me ; please consider committing it
to the build if you think it might be generally useful. Thanks again
for the guidance and prodding.

I've attached the hibernate and lock scripts.

Best wishes  kind regards,

cg

On 28-05-07 20:58, martin f krafft wrote:
 also sprach cg [EMAIL PROTECTED] [2007.05.28.1839 +0200]:
  When hibernate-ram is executed from the command line xtrlock works
  fine ; when hibernate-ram is attached to the acpi lid switch routine
  it bombs ; the hibernate log indicates that xtrlock has been executed
  as specified (it bombs quietly) ; the acpid log says xtrlock (version
  2.0): cannot open display ; seems a sequencing issue of some sort ;
  definitely a question for the list ...
 
 No, this is an authentication issue as the acpi script is being
 called by root without authorisation to the X display. Check how the
 xscreensaver scriptlet does things:
 
   /usr/share/hibernate/scriptlets.d/lock
 



#!/bin/sh
# -*- sh -*-
# vim:ft=sh:ts=8:sw=4:noet
#
# Hibernate Script
# Copyright (C) 2004-2006 Bernard Blackham [EMAIL PROTECTED]
#
# The hibernate-script package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option) any later
# version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program.  If not, write to the Free Software Foundation, Inc., 59 Temple
# Place - Suite 330, Boston, MA 02111-1307, USA.
#

umask 077

USING_ZSH=
USING_BASH=
NEED_POSIX=

# For zsh sanity...
#   allows splitting strings on whitespace in zsh.
setopt SH_WORD_SPLIT 2/dev/null  USING_ZSH=1 || true
#   allows sourced files to know they're sourced in zsh.
unsetopt FUNCTION_ARGZERO 2/dev/null || true

# Detect bash and tell it not to be POSIX, because we like it better that way.
shopt  /dev/null 21  USING_BASH=1
[ -n $USING_BASH ]  set +o posix 2/dev/null

[ -z $USING_BASH$USING_ZSH ]  NEED_POSIX=1

# We prefer to use dash if we've got it.
if [ -z $NEED_POSIX ]  [ -z $TRIED_DASH ] 
command -v dash  /dev/null 21 ; then

if [ `basename $0` = $0 ] ; then
myself=`command -v $0` || myself=
elif [ -x $0 ] ; then
myself=$0
fi

TRIED_DASH=1
export TRIED_DASH
[ -n $myself ]  exec dash $myself $*
fi
unset TRIED_DASH

SWSUSP_D=/etc/hibernate
SCRIPTLET_PATH=$SWSUSP_D/scriptlets.d /usr/local/share/hibernate/scriptlets.d 
/usr/share/hibernate/scriptlets.d
DEFAULT_CONFIG_FILE=$SWSUSP_D/hibernate.conf
EXE=`basename $0`
VERSION=1.93

# Add these to the $PATH just in case.
PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin
export PATH

# vecho N echo params: acts like echo but with verbosity control - If it's
# high enough to go to stdout, then it'll get logged as well.  Else write it to
# the log file if it needs to. Otherwise, ignore it.
vecho() {
local v
v=$1
shift
[ x$LOG_TIMESTAMP = x1 ]  set -- $(date +%b %e %H:%M:%S.%2N) $@
if [ $v -le $VERBOSITY ] ; then
echo $@
else
if [ $v -le $LOG_VERBOSITY -a $LOGPIPE != cat ] ; then
echo $@ | $LOGPIPE  /dev/null
fi
fi
}

# vcat N cat params: acts like cat but with verbosity control - If it's
# high enough to go to stdout, then it'll get logged as well.  Else write it to
# the log file if it needs to. Otherwise, ignore it.
vcat() {
local v
v=$1
shift
if [ $v -le $VERBOSITY ] ; then
cat $@
else
if [ $v -le $LOG_VERBOSITY -a $LOGPIPE != cat ] ; then
cat $@ | $LOGPIPE  /dev/null
fi
fi
}

##
### The following functions can be called safely from within scriptlets ##
##

# AddSuspendHook NN name: Adds a function to the suspend chain. NN must be a
# number between 00 and 99, inclusive. Smaller numbers get called earlier on
# 

Bug#427471: A better short description?

2007-06-04 Thread Daniel James

solves system lock-ups by making rogue processes non-realtime


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#408271: fai-server: fai-setup and make-fai-nfsroot: make /srv/tftp/fai configurable

2007-06-04 Thread Holger Levsen
hI,

On Friday 01 June 2007 11:47, Raoul Borenius wrote:
 Currently fai-chboot tries to read $NFSROOT from /etc/fai/fai.conf.
 But to support both i386 and amd64 on the same server it would be nice
 to have a commandline switch to specify the path to the nfsroot, for
 example:

I think it would be better, if fai-chboot would offer a commandline switch to 
use a different config directory like the other fai commands. 
(like /etc/fai-i386/fai.conf and /etc/fai-amd64/fai.conf)


regards,
Holger


pgpEfBEKrQ9Ur.pgp
Description: PGP signature


Bug#427471: A more accurate short description

2007-06-04 Thread Daniel James

solves system lock-ups by making all processes non-realtime



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426469: lintian: Add jed as script interpreter

2007-06-04 Thread Jörg Sommer
Hi Russ,

Russ Allbery schrieb am Sun 03. Jun, 20:09 (-0700):
 Jörg Sommer [EMAIL PROTECTED] writes:
 
  Package: lintian
  Version: 1.23.30
  Severity: wishlist
 
  Hi,
 
  the jed editor is scriptable. This is used by a new package tmexpand
  (#426417) and some scripts in the jed-common package itself. Please add
  the commands jed, jed-script and xjed to the list of allowed script
  interpreters.
 
  Here a lintian warning for the tmexpand package:
unusual-interpreter ./usr/bin/tmexpand #!jed-script
 
 That warning seems to indicate that the script isn't using the full path
 to jed-script in the #! line.  Is that correct, or is there also some sort
 of bug in the lintian output?

Yes and no. This is the line:
% head -n1 =tmexpand
#! /usr/bin/env jed-script

I don't know if the space after the exclamation mark is a violation. Do
you know?

Bye, Jörg.
-- 
 Definiere ‚Demokratie‘ …
… eine Mehrheit beweist einer Minderheit, dass Widerstand zwecklos ist.


pgpPmZf5MyPDn.pgp
Description: PGP signature


Bug#395145: booting hang up

2007-06-04 Thread vagrant
On Sat, Jun 02, 2007 at 06:45:52PM -0300, Amadeu Júnior wrote:
 the problem here is about the following messages displayed on boot of
 ltsp client:
 --
 Begin: Mounting root file system
 Begin: Running /scripts/nfs-top ...
 Done.
 IP-Config: eth0 ...
 eth0: link up, ...
 --

ok. now i see.

it seems like the original bug reporter was experiencing this problem,
and then maybe started experiencing a different problem...  which i
think we've fixed.

but i'm not sure we've actually fixed the original problem (though i
haven't experienced it myself).
 
 if it seems different that the issues relating to this bug report,
 please file a new bug report.
 
 I don't know if it's different at whole, but the effect is the same
 and because this I posted on this bug too. If you think this problem
 is different of the issues on this bug report, please inform to me
 because I will make a new bug.

lets keep on this bug report for now, though maybe we'll need to clone
this bug report later if it does turn out to be two similar but
different issues.

 You could see that the problem about the eth0 down.. eth0 up
 messages was ugly fixed with a ifconfig eth0 up command. It forces
 the initialization of the network card. So after this, the ipconfig
 works fine and the nfs mounting works fine too. Without this ugly hack
 on my tests the boot of client hang up forever.

ok.

just to make sure, in dhcpd.conf could you try both with:

   next-server 192.168.0.1;
   option root-path /opt/ltsp/i386;

or:

   option root-path 192.168.0.1:/opt/ltsp/i386;

does the same problem happen when configured with next-server separated
out, as when you just specify root-path?


what version of initramfs-tools?

  dpkg --root=/opt/ltsp/i386 -l initramfs-tools


and, if you upgraded initramfs-tools in the chroot, did you also run
ltsp-update-kernels afterwards ? are there differences reported with:

diff -r /opt/ltsp/i386/boot/ /var/lib/tftpboot/ltsp/i386/


thanks for taking the time to troubleshoot this issue :)

live well,
  vagrant



Bug#427477: logwatch do not filter by year

2007-06-04 Thread [EMAIL PROTECTED]

Package: logwatch
Version: 7.3.1-5
Severity: normal

Hi this is parte of my logwatch:

Incoming FTP Files:
   /franchising/CENTRALSPAIN/PO002566.ZIP - 192.0.0.34 (User: ew0hfx)
   /franchising/CENTRALPORTUGAL/BO000348.ZIP - 80.33.18.160 (User: ew0hfx)
   /franchising/CENTRALSPAIN/06001726.ZIP - 217.125.247.91 (User: ew0hfx)
   /franchising/CENTRALPORTUGAL/06001629.ZIP - 217.125.247.91 (User: ew0hfx)
   */casa1.swf - 193.126.210.43 (User: ftpmimos)
   /menu.swf - 193.126.210.43 (User: ftpmimos)*
   /franchising/CENTRALSPAIN/14001692.ZIP - 83.165.22.84 (User: ew0hfx)
   /franchising/CENTRALSPAIN/07001642.ZIP - 80.34.45.78 (User: ew0hfx)
   /franchising/CENTRAL/2640.ZIP - 83.41.92.5 (User: ew0hfx)
   /franchising/CENTRALSPAIN/04001551.ZIP - 217.126.27.180 (User: ew0hfx)
   /franchising/CENTRALSPAIN/PO002766.ZIP - 192.0.0.34 (User: ew0hfx)

TOTAL KB IN: 2018KB (1MB)

Outgoing FTP Files:
   /franchising/CENTRALSPAIN/PO002566.ZIP - 80.33.18.160 (User: ew0hfx)
   /franchising/CENTRALPORTUGAL/BO000348.ZIP - 192.0.0.34 (User: ew0hfx)
   /franchising/CENTRALSPAIN/10001670.ZIP - 80.33.18.160 (User: ew0hfx)


But there are 2 files that i checked on vsftpd.log and there are not from this 
year!


Sat Jun  3 13:40:21 2006 13 193.126.210.43 410802 /casa1.swf b _ i r ftpmimos 
ftp 0 * c
Sat Jun  3 13:40:29 2006 6 193.126.210.43 155417 /menu.swf b _ i r ftpmimos ftp 
0 * c


Thanks in advance.

João





Bug#427476: libgphoto2-2: MAX_ENTRIES (max number of files) is too small

2007-06-04 Thread Fedor Zuev

Package: libgphoto2-2
Version: 2.3.1-2
Severity: important

I'm use 4GB SDHC flash card with my Canon PowerShot A710 camera.
Recently I travel and have about 1500 photos on that card. When I
tried to download them onto computer, or list files, or do virtually
anyting, gphoto2 failed with message (-8: 'Fixed limit exceed').

There is a constant MAX_ENTRIES in libgphoto2/gphoto2-list.c .
It is set to 1024, which number is too small for modern flash cards.
When I change MAX_ENTRIES to 8192, all works OK.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc4
Locale: LANG=C, LC_CTYPE=C (charmap=KOI8-R) (ignored: LC_ALL set to 
ru_RU.KOI8-R)

Versions of packages libgphoto2-2 depends on:
ii  adduser   3.100  Add and remove users and groups
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libgphoto2-port0  2.3.1-2gphoto2 digital camera port librar
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG
ii  libltdl3  1.5.22-4   A system independent dlopen wrappe

Versions of packages libgphoto2-2 recommends:
ii  udev  0.103-1/dev/ and hotplug management daemo

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427478: mknbi: Please add amd64 port

2007-06-04 Thread Meelis Roos
Package: mknbi
Version: 1.4.4-1
Severity: wishlist
Tags: patch


This seems to be OK to add AMD64 host support. Resulting images have not
been tested yet but it seems to work.

--- mknbi-1.4.4.orig/Makefile
+++ mknbi-1.4.4/Makefile
@@ -18,7 +18,7 @@
 FIRSTRELOCS=   0x92800 0x82800
 OLDGAS:=   $(shell $(AS) --version | grep -q '2\.9\.1'  echo -DGAS291)
 CFLAGS=-I. -Os -ffreestanding -fstrength-reduce 
-fomit-frame-pointer \
-   -mcpu=i386 \
+   -m32 -march=i386 \
-Wall -W -Wno-format -Wno-unused 
-DVERSION=\$(VERSION)$(EXTRAVERSION)\
 LDBINARYFLAG=  --oformat binary
 FIRST32SIZE=   6144
@@ -101,7 +101,7 @@
$(LD) -N -Ttext $* -e _start $(LDBINARYFLAG) -o $@ [EMAIL PROTECTED] 
first32dos.o printf.o string.o
 
 [EMAIL PROTECTED]: start32.S
-   gcc -E -DRELOC=$* $(OLDGAS) start32.S | $(AS) -o [EMAIL PROTECTED]
+   gcc -E -DRELOC=$* $(OLDGAS) start32.S | $(AS) --32 -o [EMAIL PROTECTED]
 
 first32.o: first32.c etherboot.h start32.h
gcc $(CFLAGS) -o first32.o -c first32.c


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=et_EE.ISO-8859-15, LC_CTYPE=et_EE.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages mknbi depends on:
ii  perl  5.8.8-7Larry Wall's Practical Extraction 

mknbi recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427356: Your patch on openmpi

2007-06-04 Thread Tilman Koschnick
On Mon, 2007-06-04 at 10:11 +0200, Sylvestre Ledru wrote:
 Hello Tilman,
 
 I saw your work on updating to the version 1.2 openMPI. I reused your to
 the latest version of Openmpi.
 I created a new bug for the patch :
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=427356
 Thanks for this !
 
 And if Florian does not reply by the end of the week, we are going to
 upload the new version by the end of the week.


Hi Sylvestre,

thanks for taking this forward.

A couple of comments on your proposed patch:

- You include change log entries from my previous patch, but not the
patch itself. I think you should provide a combined patch, because
that's what your NMU will be based on.

- You drop the entries of two more recent NMUs from the changelog,
1.1-2.4 and 1.1-2.5 - see
http://packages.debian.org/changelogs/pool/main/o/openmpi/openmpi_1.1-2.5/changelog.

- Your packet version should probably be '1.2.2-0.1'; this way, you give
the maintainer the chance to upload a 1.2.2-1 version.

Cheers, Til



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


Bug#350639: gnome-volume-manager: Automounting does not work

2007-06-04 Thread Sam Morris
I think I'm seeing this too. When I plug in an encrypted device, I am
prompted for the passphrase. Upon entering it, there is no feedback
about success or failure and the device is not mounted. However, a
device-mapper mapping is successfully created:

# dmsetup ls
luks_crypto_414ac43a-decb-4d06-81f6-10e9763c9cc0(253, 2)

If I go to computer:/// and double-click on the volume, nautilus moves
to a view of the root directory, and I get the 'enter passphrase' window
again.

I can manually mount the filesystem after the mapping is created and all
works fine.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#427465: openbox: X server freeze when clock steps backward and using iceweasel

2007-06-04 Thread Mikael Magnusson

http://bugzilla.icculus.org/show_bug.cgi?id=908

On Mon, 4 Jun 2007, Nicolas Schodet wrote:


Package: openbox
Version: 3.3-2.1
Severity: important

How can I reproduce it:

- logon using openbox ;
- start iceweasel on the second desktop ;
- start a shell on the first desktop ;
- run 'date -s 90 seconds ago' ;
- switch to the second desktop ;
- move the mouse ;
- try to switch to the first desktop again but nothing happens and
  everything looks frozen.

The problem does not trigger if:

- I use another window manager (Enlightenment) ;
- I do not use iceweasel.

-- System Information:
Debian Release: 4.0
 APT prefers stable
 APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages openbox depends on:
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-6 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library

Versions of packages openbox recommends:
ii  obconf1.6-1  Preferences manager for Openbox wi

-- no debconf information




--
Mikael Magnusson


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427378: shell-fm: fails to print bookmarks with non-ascii characters

2007-06-04 Thread Nacho Barrientos Arias
tags 427378 + upstream
thanks

On Sun, Jun 03, 2007 at 05:50:24PM +0200, Eugeniy Meshcheryakov wrote:
 Package: shell-fm
 Version: 0.2+svn20070421.r201-1
 Severity: normal
 Tags: patch

Hello Eugeniy,

 Shell-fm fails to print bookmarks with non-ascii characters (in UTF8
 locale, and only on machines with signed 'char', probably hangs/crashes on
 machines with unsigned char).

[...]

 Attached patch fixes this bug.

I've just forwarded the information you provided above to upstream
authors. They are evaluating the bug and your patch, I will reply to
this bug as soon as I get feedback from them.

Thank you for the report.

-- 
bye,
   - Nacho 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427464: kview crash when pressing forward on an image inside a zip file

2007-06-04 Thread Sune Vuorela
On Monday 04 June 2007, berti wrote:
 Package: kview
 Version: 4:3.5.7-1
 Severity: normal

 See http:/bugs.kde.org/show_bug.cgi?id=146303

 The file /tmp/a.zip contains image files.

 If I open the file zip:/tmp/a.zip/1.jpeg everything goes well. When I press
 forward to view zip:/tmp/a.zip/2.jpeg kview crashes.

I cannot reproduce at all. Do you see it with all files or only with your 
special a.zip file ?

Please provide a backtrace.

 I'm using kde 3.5.7 backported to etch from
 http://downloads.os-forge.net/debian/backports/kde/etch-bin-356 I had the
 same problem when I was using kde 3.3.5 from etch

it is unreproducible on up to date sid.


/Sune

-- 
I cannot forward from the secret code over the front-end from Photoshop 2000, 
how does it work?

You should never insert the serial graphics board in order to cancel the 
e-mail address.


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


Bug#427479: libgphoto2-2: MAX_ENTRIES (max number of files) is too small

2007-06-04 Thread Fedor Zuev

Package: libgphoto2-2
Version: 2.3.1-2
Severity: important

I'm use 4GB SDHC flash card with my Canon PowerShot A710 camera.
Recently I travel and have about 1500 photos on that card. When I
tried to download them onto computer, or list files, or do virtually
anyting, gphoto2 failed with message (-8: 'Fixed limit exceed').

There is a constant MAX_ENTRIES in libgphoto2/gphoto2-list.c .
It is set to 1024, which number is too small for modern flash cards.
When I change MAX_ENTRIES to 8192, all works OK.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc4
Locale: LANG=C, LC_CTYPE=C (charmap=KOI8-R) (ignored: LC_ALL set to 
ru_RU.KOI8-R)

Versions of packages libgphoto2-2 depends on:
ii  adduser   3.100  Add and remove users and groups
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libgphoto2-port0  2.3.1-2gphoto2 digital camera port librar
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG
ii  libltdl3  1.5.22-4   A system independent dlopen wrappe

Versions of packages libgphoto2-2 recommends:
ii  udev  0.103-1/dev/ and hotplug management daemo

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#399171: documentation

2007-06-04 Thread waldeck
 If you want to build a
 modified package, start with:
 apt-get source grub
 and then inspect debian/rules file.

1. This requires the access to the source package
   even if the binary package is installed correctly!

 We're not supposed to document the source code.  

2. It is not a documentation of the source code.

   It is the documentation of the essential aspect of the package!
   The presence of a boot image without the possibility to modify it
   is rather useless!

   Why is it a problem to mention the correct command?

mkisofs \
-b boot/grub/stage2_eltorito \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-o image.iso \
-r srcdir

Dr. Markus Waldeck




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427464: kview crash when pressing forward on an image inside a zip file

2007-06-04 Thread Nacho Barrientos Arias
On Mon, Jun 04, 2007 at 10:18:09AM +0200, berti wrote:
 Package: kview
 Version: 4:3.5.7-1
 Severity: normal
 
 See http:/bugs.kde.org/show_bug.cgi?id=146303
 

Unreproducible here with -2. Following the provided instructions it
just works for me.

-- 
bye,
   - Nacho 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427468: closed by Sune Vuorela [EMAIL PROTECTED] (Re: Bug#427468: mime-types / ksycoca broken after upgrade)

2007-06-04 Thread Helen Faulkner

reopen 427468
severity wishlist
reassign 427468 kdelibs4c2a
thanks mate!


Hi again,

Thanks for the quick response :)

I doubt that users would find that information file for kdelibs4c2a (in fact I 
doubt that most users would even know that package to report such a bug against 
- I certainly didn't).


I suggest that you put in a debconf interaction with the user that works as 
follows when the relavant parts of kde are being upgraded.


1) If kde is running, warn the user that:
2) kde might need to be restarted, to avoid weird things happening, but
3) don't restart kde until you have finished updating your system (since the 
process updating the system might be part of kde, and we don't want to interrupt 
that).


I think this would inform the users about the need to restart kde after an 
upgrade much more effectively, since they would have to acknowledge the warning 
as part of the install process.


Cheers,

Helen




Debian Bug Tracking System wrote:

This is an automatic notification regarding your Bug report
#427468: mime-types /  ksycoca broken after upgrade,
which was filed against the kdebase package.

It has been closed by Sune Vuorela [EMAIL PROTECTED].

Their explanation is attached below.  If this explanation is
unsatisfactory and you have not received a better one in a separate
message then please contact Sune Vuorela [EMAIL PROTECTED] by replying
to this email.

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





Subject:
Re: Bug#427468: mime-types / ksycoca broken after upgrade
From:
Sune Vuorela [EMAIL PROTECTED]
Date:
Mon, 4 Jun 2007 12:25:11 +0200
To:
[EMAIL PROTECTED]

To:
[EMAIL PROTECTED]


On Monday 04 June 2007, Helen Faulkner wrote:


Anyway, I figured something was wrong with kde in general, so I ran a
couple of things from konsole to see what it said. The output is below. 
Then, seeing the errors about KSycoca, I ran kbuildsycoca, which seems to

have fixed the problem (the last call of konqueror in my output below seems
to have worked fine).  


Occasionally kde bumps its internal database version and format. A rerunning 
of kbuildsycoca rebuilds its database with the new format.
kbuildsycoca is also run when you log in, so we generally just advice people 
to log out and back in.


However I suspect that many users wouldn't know to 
try this, so would be stuck with a broken konqueror, kwrite, and probably

other kde stuff as well (hence the important severity call).


We are trying to just educate the users to know that after a kde upgrade, it 
is normally required to restart kde.


We can't just restart peoples kde in postinst, so people will have to do it 
themselves.



There still seem to be problems with my system, see the errors in the
output, even after running kbuildsycoca.


it is quite normal to have lots of konsole output running kde applications.


Sending this bug to kdebase because I don't know which package it belongs
to, but I suspect something deep in the workings of kde.


it is in kdelibs4c2a stuff has changed.

There is already a file in place that tells bugreporters against kdelibs4c2a 
the following:



| Reporting bugs for KDE packages
| ---
|
| KDE does not support beeing upgraded while running. If you do so, you may
| encounter weird bugs (empty menus or configuration dialogs e.g.), and even
| crashes.
|
| If you recently upgraded kdelibs and/or kdebase packages, please consider:
|  * exiting your current KDE session.
|  * ensuring that no more KDE process is still running, especially the 
|processes  named (list beeing non-limitative): dcopserver, kded, 
|ksmserver... 
| * log in KDE again.

|
| Then try to reproduce you bug. If it's not reproducible, then please do not
| report it.

As we can't do anything else than inform our users, I am marking this bug as 
done.


/Sune





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427477: logwatch do not filter by year

2007-06-04 Thread Willi Mann

 Sat Jun  3 13:40:21 2006 13 193.126.210.43 410802 /casa1.swf b _ i r
 ftpmimos ftp 0 * c
 Sat Jun  3 13:40:29 2006 6 193.126.210.43 155417 /menu.swf b _ i r
 ftpmimos ftp 0 * c

It seems that this bug is solved in the latest version 7.3.6. You can
get a debian package from unstable or directly from the pool:

http://ftp.debian.org/debian/pool/main/l/logwatch/

Please report if it fixes this issue.

Willi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#420641: asterisk-oh323 fails to build with asterisk-1.4

2007-06-04 Thread Michael Manousos


Hi Mark,

A first attempt of asterisk-oh323 update to Asterisk 1.4 is
available on sourceforge (https://sourceforge.net/projects/asterisk-oh323/).
It compiles and loads with Asterisk 1.4.4.
The thing is that I cannot test it since I don't have any H.323 equipment.
So, anyone please report any test result. I'll try to fix runtime
problems on a best-effort basis.

Michael.


Mark Purcell wrote:

On Sun, 3 Jun 2007, you wrote:

I plan to update the channel driver in order to compile with
current Asterisk 1.4. I'll email you as soon as I have
a newer version.


Excellent,

Thanks Michael I look forward to your email.

Mark




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427351: patch

2007-06-04 Thread Michael Ablassmeier
tags 427351 + patch
thanks

hi,

i think attached patch should fix this issue,

bye,
- michael
--- orig/libcairo-ruby-1.4.1/src/rb_cairo_surface.c	2007-03-06 13:17:34.0 +0100
+++ patch/libcairo-ruby-1.4.1/src/rb_cairo_surface.c	2007-06-04 13:00:42.0 +0200
@@ -29,6 +29,7 @@
 VALUE rb_cCairo_PDFSurface;
 VALUE rb_cCairo_PSSurface;
 VALUE rb_cCairo_SVGSurface;
+EXTERN VALUE ruby_errinfo;
 
 static ID cr_id_target;
 static ID cr_id_read;
@@ -143,13 +144,13 @@
   output = closure-target;
   data = rb_str_new ((const char *)closure-data, closure-length);
 
-  length = RSTRING (data)-len;
+  length = RSTRING_LEN(data);
   while (length != 0)
 {
   VALUE rb_written_bytes = rb_funcall (output, cr_id_write, 1, data);
   written_bytes = NUM2LONG (rb_written_bytes);
   data = rb_str_substr (data, written_bytes,
-RSTRING (data)-len - written_bytes);
+RSTRING_LEN(data) - written_bytes);
   length -= written_bytes;
 }
   
@@ -190,7 +191,7 @@
   
   result = rb_str_new2 ();
 
-  for (rest = length; rest != 0; rest = length - RSTRING (result)-len)
+  for (rest = length; rest != 0; rest = length - RSTRING_LEN(result))
 {
   rb_str_concat (result, rb_funcall (input, cr_id_read, 1, INT2NUM (rest)));
 }


Bug#427352: patch

2007-06-04 Thread Michael Ablassmeier
tags 427352 + patch
thanks

hi,

i think the attached patch fixes this issue

bye,
- michael
diff -ruN orig/libdb4.3-ruby-0.5.8/src/common.c patch/libdb4.3-ruby-0.5.8/src/common.c
--- orig/libdb4.3-ruby-0.5.8/src/common.c	2007-06-04 10:50:49.0 +0200
+++ patch/libdb4.3-ruby-0.5.8/src/common.c	2007-06-04 13:13:05.0 +0200
@@ -124,7 +124,7 @@
 }
 key-data = StringValuePtr(tmp);
 key-flags = ~DB_DBT_MALLOC;
-key-size = RSTRING(tmp)-len + is_nil;
+key-size = RSTRING_LEN(tmp) + is_nil;
 return tmp;
 }
 
@@ -3791,7 +3791,11 @@
 char *file, *database;
 VALUE flagv = Qnil, iov = Qnil;
 int flags = 0;
-OpenFile *fptr;
+#if RUBY_VERSION_CODE = 190
+rb_io_t *fptr;
+#else
+	OpenFile *fptr;
+#endif
 FILE *io = NULL;
 
 rb_secure(4);
diff -ruN orig/libdb4.3-ruby-0.5.8/src/env.c patch/libdb4.3-ruby-0.5.8/src/env.c
--- orig/libdb4.3-ruby-0.5.8/src/env.c	2005-11-25 14:17:49.0 +0100
+++ patch/libdb4.3-ruby-0.5.8/src/env.c	2007-06-04 13:11:40.0 +0200
@@ -119,9 +119,9 @@
 bv = rb_str_to_str(bv);
 MEMZERO(control, DBT, 1);
 MEMZERO(rec, DBT, 1);
-control.size = RSTRING(av)-len;
+control.size = RSTRING_LEN(av);
 control.data = StringValuePtr(av);
-rec.size = RSTRING(bv)-len;
+rec.size = RSTRING_LEN(bv);
 rec.data = StringValuePtr(bv);
 envid = NUM2INT(ev);
 #if BDB_VERSION = 40200
@@ -159,7 +159,7 @@
 if (!NIL_P(ident)) {
 	ident = rb_str_to_str(ident);
 	MEMZERO(cdata, DBT, 1);
-	cdata.size = RSTRING(ident)-len;
+	cdata.size = RSTRING_LEN(ident);
 	cdata.data = StringValuePtr(ident);
 }
 bdb_test_error(envst-envp-rep_start(envst-envp, 
@@ -523,7 +523,7 @@
 	{
 	char *tmp;
 
-	tmp = ALLOCA_N(char, strlen(DB_DATA_DIR) + RSTRING(value)-len + 2);
+	tmp = ALLOCA_N(char, strlen(DB_DATA_DIR) + RSTRING_LEN(value) + 2);
 	sprintf(tmp, DB_DATA_DIR %s, StringValuePtr(value));
 	rb_ary_push(db_st-config, rb_str_new2(tmp));
 	}
@@ -537,7 +537,7 @@
 	{
 	char *tmp;
 
-	tmp = ALLOCA_N(char, strlen(DB_LOG_DIR) + RSTRING(value)-len + 2);
+	tmp = ALLOCA_N(char, strlen(DB_LOG_DIR) + RSTRING_LEN(value) + 2);
 	sprintf(tmp, DB_LOG_DIR %s, StringValuePtr(value));
 	rb_ary_push(db_st-config, rb_str_new2(tmp));
 	}
@@ -551,7 +551,7 @@
 	{
 	char *tmp;
 
-	tmp = ALLOCA_N(char, strlen(DB_TMP_DIR) + RSTRING(value)-len + 2);
+	tmp = ALLOCA_N(char, strlen(DB_TMP_DIR) + RSTRING_LEN(value) + 2);
 	sprintf(tmp, DB_TMP_DIR %s, StringValuePtr(value));
 	rb_ary_push(db_st-config, rb_str_new2(tmp));
 	}
diff -ruN orig/libdb4.3-ruby-0.5.8/src/lock.c patch/libdb4.3-ruby-0.5.8/src/lock.c
--- orig/libdb4.3-ruby-0.5.8/src/lock.c	2005-11-25 14:25:58.0 +0100
+++ patch/libdb4.3-ruby-0.5.8/src/lock.c	2007-06-04 13:13:51.0 +0200
@@ -266,7 +266,7 @@
 SafeStringValue(a);
 MEMZERO(objet, DBT, 1);
 objet.data = StringValuePtr(a);
-objet.size = RSTRING(a)-len;
+objet.size = RSTRING_LEN(a);
 lock_mode = NUM2INT(b);
 GetLockid(obj, lockid, envst);
 #if BDB_VERSION  3
@@ -340,7 +340,7 @@
 	list-obj = ALLOC(DBT);
 	MEMZERO(list-obj, DBT, 1);
 	list-obj-data = StringValuePtr(value);
-	list-obj-size = RSTRING(value)-len;
+	list-obj-size = RSTRING_LEN(value);
 }
 else if (strcmp(options, mode) == 0) {
 	list-mode = NUM2INT(value);
diff -ruN orig/libdb4.3-ruby-0.5.8/src/log.c patch/libdb4.3-ruby-0.5.8/src/log.c
--- orig/libdb4.3-ruby-0.5.8/src/log.c	2005-11-25 14:31:23.0 +0100
+++ patch/libdb4.3-ruby-0.5.8/src/log.c	2007-06-04 13:14:17.0 +0200
@@ -55,7 +55,7 @@
 ret = bdb_makelsn(obj);
 Data_Get_Struct(ret, struct dblsnst, lsnst);
 data.data = StringValuePtr(a);
-data.size = RSTRING(a)-len;
+data.size = RSTRING_LEN(a);
 #if BDB_VERSION  3
 if (!envst-envp-lg_info) {
 	rb_raise(bdb_eFatal, log region not open);


Bug#427353: patch

2007-06-04 Thread Michael Ablassmeier
tags 427353 + patch
thanks

hi,

i think attached patch solves this issue,

bye,
- michael
diff -ruN orig/libdb4.2-ruby-0.5.8/src/common.c patch/libdb4.2-ruby-0.5.8/src/common.c
--- orig/libdb4.2-ruby-0.5.8/src/common.c	2007-06-04 10:38:06.0 +0200
+++ patch/libdb4.2-ruby-0.5.8/src/common.c	2007-06-04 13:18:27.0 +0200
@@ -124,7 +124,7 @@
 }
 key-data = StringValuePtr(tmp);
 key-flags = ~DB_DBT_MALLOC;
-key-size = RSTRING(tmp)-len + is_nil;
+key-size = RSTRING_LEN(tmp) + is_nil;
 return tmp;
 }
 
@@ -3791,7 +3791,11 @@
 char *file, *database;
 VALUE flagv = Qnil, iov = Qnil;
 int flags = 0;
+#if RUBY_VERSION_CODE = 190
+rb_io_t *fptr;
+#else
 OpenFile *fptr;
+#endif
 FILE *io = NULL;
 
 rb_secure(4);
diff -ruN orig/libdb4.2-ruby-0.5.8/src/env.c patch/libdb4.2-ruby-0.5.8/src/env.c
--- orig/libdb4.2-ruby-0.5.8/src/env.c	2005-11-25 14:17:49.0 +0100
+++ patch/libdb4.2-ruby-0.5.8/src/env.c	2007-06-04 13:19:28.0 +0200
@@ -119,9 +119,9 @@
 bv = rb_str_to_str(bv);
 MEMZERO(control, DBT, 1);
 MEMZERO(rec, DBT, 1);
-control.size = RSTRING(av)-len;
+control.size = RSTRING_LEN(av);
 control.data = StringValuePtr(av);
-rec.size = RSTRING(bv)-len;
+rec.size = RSTRING_LEN(bv);
 rec.data = StringValuePtr(bv);
 envid = NUM2INT(ev);
 #if BDB_VERSION = 40200
@@ -159,7 +159,7 @@
 if (!NIL_P(ident)) {
 	ident = rb_str_to_str(ident);
 	MEMZERO(cdata, DBT, 1);
-	cdata.size = RSTRING(ident)-len;
+	cdata.size = RSTRING_LEN(ident);
 	cdata.data = StringValuePtr(ident);
 }
 bdb_test_error(envst-envp-rep_start(envst-envp, 
@@ -523,7 +523,7 @@
 	{
 	char *tmp;
 
-	tmp = ALLOCA_N(char, strlen(DB_DATA_DIR) + RSTRING(value)-len + 2);
+	tmp = ALLOCA_N(char, strlen(DB_DATA_DIR) + RSTRING_LEN(value) + 2);
 	sprintf(tmp, DB_DATA_DIR %s, StringValuePtr(value));
 	rb_ary_push(db_st-config, rb_str_new2(tmp));
 	}
@@ -537,7 +537,7 @@
 	{
 	char *tmp;
 
-	tmp = ALLOCA_N(char, strlen(DB_LOG_DIR) + RSTRING(value)-len + 2);
+	tmp = ALLOCA_N(char, strlen(DB_LOG_DIR) + RSTRING_LEN(value) + 2);
 	sprintf(tmp, DB_LOG_DIR %s, StringValuePtr(value));
 	rb_ary_push(db_st-config, rb_str_new2(tmp));
 	}
@@ -551,7 +551,7 @@
 	{
 	char *tmp;
 
-	tmp = ALLOCA_N(char, strlen(DB_TMP_DIR) + RSTRING(value)-len + 2);
+	tmp = ALLOCA_N(char, strlen(DB_TMP_DIR) + RSTRING_LEN(value) + 2);
 	sprintf(tmp, DB_TMP_DIR %s, StringValuePtr(value));
 	rb_ary_push(db_st-config, rb_str_new2(tmp));
 	}
diff -ruN orig/libdb4.2-ruby-0.5.8/src/lock.c patch/libdb4.2-ruby-0.5.8/src/lock.c
--- orig/libdb4.2-ruby-0.5.8/src/lock.c	2005-11-25 14:25:58.0 +0100
+++ patch/libdb4.2-ruby-0.5.8/src/lock.c	2007-06-04 13:19:58.0 +0200
@@ -266,7 +266,7 @@
 SafeStringValue(a);
 MEMZERO(objet, DBT, 1);
 objet.data = StringValuePtr(a);
-objet.size = RSTRING(a)-len;
+objet.size = RSTRING_LEN(a);
 lock_mode = NUM2INT(b);
 GetLockid(obj, lockid, envst);
 #if BDB_VERSION  3
@@ -340,7 +340,7 @@
 	list-obj = ALLOC(DBT);
 	MEMZERO(list-obj, DBT, 1);
 	list-obj-data = StringValuePtr(value);
-	list-obj-size = RSTRING(value)-len;
+	list-obj-size = RSTRING_LEN(value);
 }
 else if (strcmp(options, mode) == 0) {
 	list-mode = NUM2INT(value);
diff -ruN orig/libdb4.2-ruby-0.5.8/src/log.c patch/libdb4.2-ruby-0.5.8/src/log.c
--- orig/libdb4.2-ruby-0.5.8/src/log.c	2005-11-25 14:31:23.0 +0100
+++ patch/libdb4.2-ruby-0.5.8/src/log.c	2007-06-04 13:20:40.0 +0200
@@ -55,7 +55,7 @@
 ret = bdb_makelsn(obj);
 Data_Get_Struct(ret, struct dblsnst, lsnst);
 data.data = StringValuePtr(a);
-data.size = RSTRING(a)-len;
+data.size = RSTRING_LEN(a);
 #if BDB_VERSION  3
 if (!envst-envp-lg_info) {
 	rb_raise(bdb_eFatal, log region not open);


Bug#427480: netperf 2.4.3-3 remote install stuck

2007-06-04 Thread Steffen Grunewald
Package: netperf
Version: 2.4.3-3
Severity: normal
Tags: patch


Built netperf from source on amd64, tried to install remotely
(ssh 'apt-get install -y --force-yes netperf').
Gets stuck when the netserver daemon is to be started.
Login to machine, and run install there: works.
Fixed by adding /dev/null to start-stop-daemon line in init.d


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686), amd64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#410394: tig: cursor keys don't work well in split pane mode

2007-06-04 Thread Sebastian Harl
Hi,

On Mon, Jun 04, 2007 at 11:57:12AM +0200, Xavier Bestel wrote:
 On Mon, 2007-06-04 at 08:22 +0200, Jonas Fonseca wrote:
  Note [...] that a newer tig version is
  available (0.7) and that I am not able to reproduce this behavior on my
  system with a newer version.
  
  Would it be possible if you could check if newer versions has this
  problem?
 
 Debian has only 0.5 available. I'll try to have a look at compiling it
 myself, if time permits.

I already talked about this issue with Jonas a while ago - I think it is fixed
in 0.6 already even though neither of us can explain why ;-)

0.7 will be available in unstable in a short while.

Cheers,
Sebastian

PS: Please no not send replies to any bug reports to [EMAIL PROTECTED]
Replying to bug number@bugs.debian.org is all you need.

-- 
Sebastian tokkee Harl
GnuPG-ID: 0x8501C7FC
http://tokkee.org/



signature.asc
Description: Digital signature


  1   2   3   4   >