Bug#445800: icewm: FTBFS: yapp.cc:472: internal compiler error: in reference_to_unused, at dwarf2out.c:10010
reassign 445800 icewm tag 445800 + moreinfo tag 445800 + unreproducible thanks > Relevant part: > CXXyapp.o this is irrelevant, the build log may look nice, but it doesn't give any information. g++-4.2 -c -O2 yapp.ii doesn't show the ICE. > See http://gcc.gnu.org/bugs.html> for instructions. > For Debian GNU/Linux specific bug reporting instructions, > see . please do so. Eduard Bloch writes: > Version: 4.2.1-5 > > reassign 445800 g++-4.2 > retitle 445800 internal compiler error : in reference_to_unused, at > dwarf2out.c > thanks > > #include > * Lucas Nussbaum [Mon, Oct 08 2007, 12:09:58PM]: > > > yapp.cc:472: internal compiler error: in reference_to_unused, at > > dwarf2out.c:10010 > > Please submit a full bug report, > > with preprocessed source if appropriate. > > See http://gcc.gnu.org/bugs.html> for instructions. > > For Debian GNU/Linux specific bug reporting instructions, > > see . > > g++-4.2 bug, see message. 4.2.1-4 did work, 4.2.1-5, 4.2.1-6 and > gcc-snapshot don't. Temp-Files attached. Please reassign to upstream if > appropriate. > > Thanks, > Eduard. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445926: zekr-quran-translations-en: Debconf abuse
Package: zekr-quran-translations-en Severity: normal The two notes displayed by this package would now be considered as debconf abuse. Using debconf notes to show informations to users is discouraged. README.Debian or NEWS.Debian files are meant for such use more than debconf notes. Please consider moving the text from these notes to either README.Debian or the packages' descriptions (in the latter case, they should be shortened down and the abuse of capital letters should be reconsidered). -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445927: menu: [INTL:fi] Updated Finnish debconf translation
Package: menu Version: 2.1.36 Severity: wishlist Here is updated Finnish debconf translation. menu_debconf_fi.po Description: Binary data -- 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.22-2-amd64 (SMP w/1 CPU core) Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages menu depends on: ii dpkg 1.14.6 package maintenance system for Deb ii libc6 2.6.1-5GNU C Library: Shared libraries ii libgcc1 1:4.2.1-6 GCC support library ii libstdc++64.2.1-6The GNU Standard C++ Library v3 menu recommends no packages. -- no debconf information
Bug#445268: g++-4.2: Minimal example to reproduce the bug
tag 445268 + pending tag 445268 + upstream tag 445268 + fixed-upstream forwarded 445268 http://gcc.gnu.org/PR31899 thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445162: dia: inappropriate longtitle
On Wed, Oct 03, 2007 at 06:43:59PM +0200, Bill Allombert wrote: > Thanks to have migrated to the new menu structure[1]. Howver dia rather > belong in Applications/Engineering. > > [1] http://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.5 --- usr.old/share/menu/dia 2007-08-15 15:14:07.0 +0200 +++ usr/share/menu/dia 2007-10-03 21:08:06.0 +0200 @@ -1,12 +1,13 @@ ?package(dia): \ needs="X11" \ - section="Applications/Graphics" \ + section="Applications/Science/Engineering" \ Hello Rolland, I would like to thanks you very much for being such a careful maintainer and to have corrected my mistake. Applications/Engineering was of course a typo for Applications/Science/Engineering. Cheers, -- Bill. <[EMAIL PROTECTED]> Imagine a large red swirl here. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#430836: patch for NMU of pygresql to proposed-updates
Hi Matthias, as requested I have put the NMU into proposed-updates for the still open issue (after ACK from Luk on IRC). Just for the record, please find attached the interdiff from the pygresql_1:3.8.1-1 version. -- Best regards, Kilian diff -u pygresql-3.8.1/debian/control pygresql-3.8.1/debian/control --- pygresql-3.8.1/debian/control +++ pygresql-3.8.1/debian/control @@ -8,7 +8,7 @@ Package: python-pygresql Architecture: any -Depends: ${python:Depends}, python-egenix-mxdatetime +Depends: ${shlibs:Depends}, ${python:Depends}, python-egenix-mxdatetime Conflicts: python2.3-pygresql, python2.4-pygresql Replaces: python2.3-pygresql, python2.4-pygresql Provides: ${python:Provides} diff -u pygresql-3.8.1/debian/rules pygresql-3.8.1/debian/rules --- pygresql-3.8.1/debian/rules +++ pygresql-3.8.1/debian/rules @@ -73,7 +73,7 @@ dh_pycentral dh_python dh_installdeb - dh_shlibdeps + dh_shlibdeps -ldebian/python-pygresql/usr/lib/python2.4/site-packages dh_gencontrol dh_md5sums dh_builddeb diff -u pygresql-3.8.1/debian/changelog pygresql-3.8.1/debian/changelog --- pygresql-3.8.1/debian/changelog +++ pygresql-3.8.1/debian/changelog @@ -1,3 +1,10 @@ +pygresql (1:3.8.1-1etch1) proposed-updates; urgency=low + + * Non maintainer upload. + * Fix package dependency on libpq. Closes: #430836. + + -- Kilian Krause <[EMAIL PROTECTED]> Mon, 8 Oct 2007 19:09:57 + + pygresql (1:3.8.1-1) unstable; urgency=low * New upstream version. signature.asc Description: Digital signature
Bug#443136: I confirm this bug
"Kartik Mistry" <[EMAIL PROTECTED]> writes: > Hi, Hi, > Regarding this bug: #443136, tries to create directories in wrong > order. I confirm it. Even with a 'sitecopy -i' before the first update ? I've moved my repository to another machine two weeks ago without problems. I'll try to do a test on another machine. Christian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#440161: Adding support for i2o RAID adapters
Jérémy Bobbio <[EMAIL PROTECTED]> writes: > Thanks for the tests and logs. I made a mistake in a sed expression > that is both present in lilo-installer and grub-installer. *sigh* > > I have update the test image at: > http://people.debian.org/~lunar/i2o_support-i386-mini.iso > > Attached is an updated version of the previous patch. Thanks! I tested your image with GRUB yesterday, and the installation works out just fine. When booting it seems like dpt_i2o is loaded before i2o_{block,core}, which gives this error message: iop0: device already claimed iop0: DMA / IO allocation for I2O controller failed ALERT! /dev/i2o/hda1 does not exist. Dropping to a shell! Check your root= boot argument (cat /proc/cmdline) Check for missing modules (cat /proc/modules), or device files (ls /dev/) Busybox ... I checked that dpt_i2o was loaded. I guess dpt_i2o should be added to /etc/modprobe.d/blacklist on the installed system, or? - Werner
Bug#445929: New upstream version of duplicity available
Package: duplicity Version: 0.4.3.rc8-0.0 Severity: wishlist --- Please enter the report below this line. --- A new version of duplicity (0.4.4.RC3) was released. --- System information. --- Architecture: i386 Kernel: Linux 2.6.23 Debian Release: lenny/sid 990 unstableftp.it.debian.org 990 unstableapt.cerkinfo.be 750 experimentalftp.it.debian.org --- Package information. --- Depends(Version) | Installed -+-=== libc6 (>= 2.5-5) | 2.6.1-5 librsync1 (>= 0.9.6) | 0.9.7-1 python-central(>= 0.5.8) | 0.5.15 python (<< 2.5) | 2.4.4-6 python (>= 2.4) | 2.4.4-6 gnupg| 1.4.6-2 python-gnupginterface| 0.3.2-9 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#343723: Debian bug #343723 (dovecot / tcpwrappers)
* Tue 2007-10-09 Bernd Kuhls INBOX > Hi, > > since August 2006, Debians tcpwrapper can control services like Dovecot: > > tcp-wrappers (7.6.dbs-10) unstable; urgency=low > > * Added support to match servers by port number. (Closes: #377154) > > > /etc/hosts.allow can now look like this: > > # imap > 143: 127.0.0.1, 1.2.3.4 > # imaps > 993: ALL > > # pop3 > 110: 127.0.0.1, 1.2.3.4 > # pop3s > 995: ALL > > This bug can be closed as fixed, I guess. That's good news. Fine with me. Jari -- Welcome to FOSS revolution: we fix and modify until it shines -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#429177: rails-1.2.4 released
It's possible that no backporting is required for sid, because rails-1.2.4 has been released: http://weblog.rubyonrails.com/2007/10/5/rails-1-2-4-maintenance-release So that would leave etch the only target, and I'm not even sure if rails-1.1.6 had json support. So that just leaves lenny, and it might be quicker just to wait the 10 days for it to be promoted from sid to lenny, than to do the work of backporting the XSS fix to 1.2.3. Ciao, Sheldon. signature.asc Description: This is a digitally signed message part.
Bug#280124: bug or pebkac?
Hi, On Sun, 07.10.2007 at 12:28:03 +0200, Toni Mueller <[EMAIL PROTECTED]> wrote: > I've been struggling with getting PSI to show chinese glyphs well, but > it often displays only an empty box instead of the glyph I want, > whereas at least kbookmarkmanager and kaddressbook display all of them it turned out to be my user error, but I'd like to note that the configuration of all this is, requiring the coordinated use of qtconfig-qt3 and the fonts configuration option in psi highly unintuitive (imho). I don't know where this is explained, too. So, this is probably no software bug from my perspective. Best, --Toni++ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445930: libgcj8-1: Problem to compile and to execute java Swing code
Package: libgcj8-1 Version: 4.2.1-5 Severity: important Hi, Since upgrading to the 4.2 version of gcc/gcj, I have errors for programs that worked before (with 4.1). Maybe I do not have all the packages installed?! Here are the errors: 1. Compilation error: snoopy:~/smart-surface/simulator$ javac Main.java Exception in thread "main" java.lang.NoClassDefFoundError: org.eclipse.jdt.internal.compiler.batch.Main at gnu.java.lang.MainThread.run(libgcj.so.81) Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.internal.compiler.batch.Main not found in gnu.gcj.runtime.SystemClassLoader{urls=[], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} at java.net.URLClassLoader.findClass(libgcj.so.81) at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.81) at java.lang.ClassLoader.loadClass(libgcj.so.81) at java.lang.ClassLoader.loadClass(libgcj.so.81) at gnu.java.lang.MainThread.run(libgcj.so.81) snoopy:~/smart-surface/simulator$ 2. Execution error: snoopy:~/smart-surface/simulator$ gcj -O2 -Wall --main=Main Main.java Main.java:59: warning: The serializable class IG does not declare a static final serialVersionUID field of type long class IG extends JFrame{ ^^ Main.java:89: warning: The serializable class MainPanel does not declare a static final serialVersionUID field of type long class MainPanel extends JPanel{ ^ Main.java:109: warning: The serializable class CtlPanel does not declare a static final serialVersionUID field of type long class CtlPanel extends JPanel{ 3 problems (3 warnings) snoopy:~/smart-surface/simulator$ ./a.out [During execution, depending on the program, either all the interface is shown, but no event is generated (the interface does not respond to any click, key press), or the interface is not shown at all.] I can attach the program, if needed. Greetings, Eugen Dedu -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: powerpc (ppc) Kernel: Linux 2.6.22-2-powerpc Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages libgcj8-1 depends on: ii gcj-4.2-base4.2.1-5 The GNU Compiler Collection (gcj b ii libasound2 1.0.14a-2ALSA library ii libc6 2.6.1-1 GNU C Library: Shared libraries ii libgcc1 1:4.2.1-4GCC support library ii libgcj-common 1:4.2.1-6Java runtime library (common files ii zlib1g 1:1.2.3.3.dfsg-5 compression library - runtime Versions of packages libgcj8-1 recommends: ii libgcj8-1-awt 4.2.1-5AWT peer runtime libraries for use ii libgcj8-jar 4.2.1-5Java runtime library for use with -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445825: multipath-tools-boot should run after libdevmapper1.02
Hi Peter, On Mon, Oct 08, 2007 at 02:05:19PM +0200, Peter Eisentraut wrote: > The script /etc/rcS.d/S03multipath-tools-boot creates devices in > /dev/mapper/ (per udev rule), but /dev/mapper/ does not exist at that > time. The directory is created by /etc/rcS.d/S25libdevmapper1.02, so > multipath-tools-boot should run after that. (Or perhaps the directory > should be created earlier by some other means.) I could successfully > fix the problem by moving it to S25multipath-tools-boot. (The numbers > are a bit tight because I need it before S26lvm.) Could you give some more details about your setup (SAN, etc.). Are you using an initramfs? I'm running fine here with etch, lenny and unstable. Cheers, -- Guido -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445928: liblog4cpp4: 1.0 needs SONAME change for ABI change
Package: liblog4cpp4 Version: 1.0-1 Severity: serious Justification: Policy 8.1 The 1.0 release of log4cpp removed the Category::Stream::operator<< method that takes Category::Stream::Separator values and indeed the whole Separator enum in favor of handling ends of lines differently. This is a change to the public ABI that breaks existing programs and libraries linked with the log log4cpp and results in run-time load errors like: /usr/lib/libsaml.so: undefined reference to `log4cpp::CategoryStream::operator<<(log4cpp::CategoryStream::Separator)' The SONAME of the library needs to be bumped and the package name changed accordingly. See also bugs #445778 and #445757. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages liblog4cpp4 depends on: ii libc6 2.6.1-1+b1 GNU C Library: Shared libraries ii libgcc1 1:4.2.1-4 GCC support library ii libstdc++64.2.1-4The GNU Standard C++ Library v3 liblog4cpp4 recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445840: irssi: should this package be orphaned?
On 09/10/07 at 11:34 +0530, Kumar Appaiah wrote: > tags 445840 +pending > thanks > > On Mon, Oct 08, 2007 at 03:31:18PM +0100, David Pashley wrote: > > 0.8.12 is being worked on and should be uploaded this week. > > In that case, I think this bug can be marked as pending. Hope you > don't mind if I tag it thus. Hi Kumar, I'm not removing the pending tag to avoid starting a ping-pong game, but I disagree that this bug can be fixed simply by uploading a new version. The package has a lot of open bugs, most of them without any comment from the maintainer. The maintainer clearly hasn't had enough time to maintain that package. I hope that this is going to change, and that all bugs will at least be looked at, but it would probably be a better idea to maintain this package as a team, since a lot of people have some interest in it. -- | 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#445748: pidgin: Started using 100% CPU in a poll/read loop
Ari Pollak wrote: > Were you doing anything at the time? Nothing related to pidgin. Using my machine normally; at the time I think I had iceweasel open browsing some pages. Nothing changed with my network connection in any way. The only thing I can think of: jabber.org has issues, and has dropped connections and refused new connections several times recently. I don't know if that happened in proximity to this issue. IIRC, though, once I killed and restarted pidgin, it reconnected to everything with no issues. > Did pidgin freeze? I didn't have any pidgin windows open, just the tray icon. That icon disappeared, replaced with empty space of the same size. No response to clicking or right-clicking on that space. > Did it go back to normal? No. I had to killall -9 pidgin. > Can you reproduce it? No, because I don't know what caused it. I know that I had had pidgin running for days, though. > Can you get a gdb backtrace of the running process? If I had a running process, yes. I've installed pidgin-dbg to hopefully make doing so more useful if I see such problems in the future. - Josh Triplett signature.asc Description: OpenPGP digital signature
Bug#445909: pfstools: octave dependency should be optional
Hi Miles, On Tue, Oct 09, 2007 at 11:14:04AM +0900, Miles Bader wrote: > Given that most of the stuff in pfstools doesn't have any connection > with octave, it's a bit silly that octave gets dragged in as a > dependency -- octave is a huge package and in my experience often has > packaging problems[*]. > Ideally, the octave-related stuff should be a separate package, and > suggested/recommended by the pfstools main package. I think "suggested", > as octave support is more a "nice thing", and not needed for what I > think are typical uses of pfstools (in my case, hdr format conversion, > tonemapping, environment map format conversion). Hum, I guess you're right. I added the dependency to octave because a couple of PFS tools are really octave scripts. Given that they are not required for "everyday use", I will weaken the dependency to a recommendation/suggestion or even move the scripts to the already existing "octave-pfstools" package (which currently contains octave bindings to PFS only). I prefer the former (unless you give a good reason to prefer the latter) as those scripts are actually PFS tools and not part of the octave bindings. I'm not quite sure about recommend vs suggest octave, but I currently tend to agree with you that a suggestion is more appropriate - I will think about it again (need some more coffee before that) ;-) Thanks for the pointer. Cheers, Sebastian -- Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/ Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin signature.asc Description: Digital signature
Bug#445931: menu: [INTL:th] Updated Thai translation
Package: menu Version: 2.1.36 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please update Thai program translation, as attached. - -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-2-amd64 (SMP w/2 CPU cores) Locale: LANG=th_TH.UTF-8, LC_CTYPE=th_TH.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages menu depends on: ii dpkg 1.14.7 package maintenance system for Deb ii libc6 2.6.1-5GNU C Library: Shared libraries ii libgcc1 1:4.2.1-6 GCC support library ii libstdc++64.2.1-6The GNU Standard C++ Library v3 menu recommends no packages. - -- no debconf information -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHCzjBqgzR7tCLR/4RAj6kAJ9K0ct2/P6qkl1xsXreCeoc/gfsgwCeJx0K ZD9yUpbeEB07nxkLYaAnlsA= =TdsR -END PGP SIGNATURE- # Thai translation of Menu sections # Copyright (C) 2006-2007 Software in the Public Interest, Inc. # This file is distributed under the same license as the menu package. # Theppitak Karoonboonyanan <[EMAIL PROTECTED]>, 2006-2007. # msgid "" msgstr "" "Project-Id-Version: menu 2.1.30\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" "POT-Creation-Date: 2007-10-05 07:30+0200\n" "PO-Revision-Date: 2007-10-09 15:09+0700\n" "Last-Translator: Theppitak Karoonboonyanan <[EMAIL PROTECTED]>\n" "Language-Team: Thai <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../install-menu/functions.cc:92 msgid "Zero-size argument to print function." msgstr "à¸à¸±à¸à¸à¹à¸à¸±à¸ print à¹à¸à¹à¸£à¸±à¸à¸à¸²à¸£à¹à¸à¸´à¸§à¹à¸¡à¸à¸à¹à¸§à¹à¸²à¸à¹à¸à¸¥à¹à¸²" #: ../install-menu/install-menu.cc:202 msgid "install-menu: checking directory %1\n" msgstr "install-menu: à¸à¸³à¸¥à¸±à¸à¸à¸£à¸§à¸à¸ªà¸à¸à¹à¸à¹à¸£à¸à¸à¸à¸£à¸µ %1\n" #: ../install-menu/install-menu.cc:215 msgid "install-menu: creating directory %1:\n" msgstr "install-menu: à¸à¸³à¸¥à¸±à¸à¸ªà¸£à¹à¸²à¸à¹à¸à¹à¸£à¸à¸à¸à¸£à¸µ %1:\n" #: ../install-menu/install-menu.cc:217 msgid "Could not create directory(%1): %2" msgstr "à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¸ªà¸£à¹à¸²à¸à¹à¸à¹à¸£à¸à¸à¸à¸£à¸µ (%1): %2" #: ../install-menu/install-menu.cc:219 msgid "Could not change directory(%1): %2" msgstr "à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¹à¸£à¸à¸à¸à¸£à¸µ (%1): %2" #: ../install-menu/install-menu.cc:222 msgid "install-menu: directory %1 already exists\n" msgstr "install-menu: มีà¹à¸à¹à¸£à¸à¸à¸à¸£à¸µ %1 à¸à¸¢à¸¹à¹à¸à¹à¸à¸à¹à¸¥à¹à¸§\n" #. Do not translate supported #: ../install-menu/install-menu.cc:447 msgid "install-menu: [supported]: name=%1\n" msgstr "install-menu: [supported]: à¸à¸·à¹à¸=%1\n" #: ../install-menu/install-menu.cc:464 msgid "Menu entry lacks mandatory field \"%1\".\n" msgstr "รายà¸à¸²à¸£à¹à¸¡à¸à¸¹à¸à¸²à¸à¹à¸à¸à¸à¹à¸à¸¡à¸¹à¸¥ \"%1\" à¸à¸¶à¹à¸à¸à¸³à¹à¸à¹à¸\n" #: ../install-menu/install-menu.cc:470 msgid "Unknown value for field %1=\"%2\".\n" msgstr "à¸à¸à¸à¹à¸²à¹à¸¡à¹à¸£à¸¹à¹à¸à¸±à¸à¹à¸à¹à¸à¸à¸à¹à¸à¸¡à¸¹à¸¥ %1=\"%2\"\n" #. Do not translate quoted text #: ../install-menu/install-menu.cc:617 msgid "" "install-menu: \"hotkeycase\" can only be \"sensitive\" or \"insensitive\"\n" msgstr "" "install-menu: \"hotkeycase\" มีà¸à¹à¸²à¹à¸à¹à¸ \"sensitive\" หรืภ\"insensitive\" " "à¹à¸à¹à¹à¸à¹à¸²à¸à¸±à¹à¸\n" #: ../install-menu/install-menu.cc:647 msgid "" "install-menu: Warning: Unknown identifier `%1' on line %2 in file %3. " "Ignoring.\n" msgstr "" "install-menu: à¸à¸³à¹à¸à¸·à¸à¸: à¸à¸à¸à¸±à¸§à¹à¸à¸£ `%1' à¸à¸µà¹à¹à¸¡à¹à¸£à¸¹à¹à¸à¸±à¸ à¸à¸µà¹à¸à¸£à¸£à¸à¸±à¸ %2 à¹à¸à¹à¸à¹à¸¡ %3 à¸à¸±à¸à¸à¸±à¹à¸ à¸à¸°à¸à¹à¸²à¸¡à¹à¸\n" #: ../install-menu/install-menu.cc:657 msgid "install-menu: %1 must be defined in menu-method %2" msgstr "install-menu: à¸à¹à¸à¸à¸à¸³à¸«à¸à¸ %1 à¹à¸§à¹à¹à¸à¸à¸²à¸£à¸à¸£à¸°à¸à¸³à¹à¸¡à¸à¸¹ %2" #: ../install-menu/install-menu.cc:824 msgid "Cannot open file %1 (also tried %2).\n" msgstr "à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¹à¸à¸´à¸à¹à¸à¹à¸¡ %1 (à¹à¸à¹à¸¥à¸à¸ %2 à¹à¸¥à¹à¸§à¸à¹à¸§à¸¢)\n" #: ../install-menu/install-menu.cc:832 ../install-menu/install-menu.cc:839 #: ../install-menu/install-menu.cc:847 msgid "Cannot open file %1.\n" msgstr "à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¹à¸à¸´à¸à¹à¸à¹à¸¡ %1\n" #: ../install-menu/install-menu.cc:849 msgid "" "In order to be able to create the user config file(s) for the window " "manager,\n" "the above file needs to be writeable (and/or the directory needs to exist).\n" msgstr "" "à¹à¸à¸·à¹à¸à¹à¸«à¹à¸ªà¸£à¹à¸²à¸à¹à¸à¹à¸¡à¸à¹à¸²à¸à¸±à¹à¸à¸à¸à¸à¸à¸¹à¹à¹à¸à¹à¸ªà¸³à¸«à¸£à¸±à¸à¹à¸à¸£à¹à¸à¸£à¸¡à¸à¸±à¸à¸à¸²à¸£à¸«à¸à¹à¸²à¸à¹à¸²à¸à
Bug#445932: maxima: FTBFS on hppa (test failure)
Package: maxima Version: 5.12.0-1 Severity: serious Justification: fails to build from source Maxima fails to build on hppa, see the complete build log at http://buildd.debian.org/fetch.cgi?pkg=maxima&arch=hppa&ver=5.12.0-1&stamp=1188561991&file=log&as=raw > Running tests in rtest15: [snip] > ** Problem 187 *** > Input: > 1 > factor(expand(sqrtdenest(integrate(, x, 0, 1 >1 4 >- + (x - 3) >2 > > > Result: > quotient is not exact > -- an error. To debug this try debugmode(true); > true > > This differed from the expected result: > 1/41/4 3/4 >8 + 4 2+ sqrt(2) 2 + 73 2- 12 sqrt(2) + 2 > (- 2 atan(---) + log(---) > 3/41/4 > - 8 + sqrt(2) - 49 2 33 2 > 1/4 3/4 1/4 >- 2 + 73 2+ 12 sqrt(2) + 2 8 - 4 2+ sqrt(2) > - log(-) + 2 atan(---)) > 1/43/4 > 33 2 - 8 + sqrt(2) + 49 2 > 3/4 > /(2 2 ) > [snip] > 207/208 tests passed. > > The following 1 problem failed: (187) Cheers, Julien signature.asc Description: Digital signature
Bug#439089: tsclient: Using protocol "ICA" results in Error: 3(E_BAD_OPTION)
Hi, > Did rdesktop support ICA in the past? No idea. I wouldn't know another reasonj why the tsclient program offers the ICA option... > As far as I can tell, what support tsclient has for ICA comes from the > proprietary Citrix ICA client, wfica: I know that client, but having the ICA protocol option in tsclient gave me the impression that the program also supports ICA. But all you get is that BAD_OPTION error and no explanation whatsoever. There's nothing about setting up external software to plug in other protocols or that you need a proprietary program to make ICA work. -- Kind regards, Manuel Bilderbeek
Bug#445933: Support flake OOTB
Package: grip Version: 3.3.1-13 Severity: wishlist Flake is a (relatively fast) FLAC encoder, provided by the "flake" package. It would be nice if I could just pick "flake" from the Config > Encode > Encoder drop-down list instead of having to tweak the flac details. Presumably this would only require minor changes to the source. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core) Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages grip depends on: ii libart-2.0-2 2.3.19-3 Library of functions for 2D graphi ii libatk1.0-0 1.20.0-1 The ATK accessibility toolkit ii libbonobo2-0 2.20.0-1 Bonobo CORBA interfaces library ii libbonoboui2-02.20.0-1 The Bonobo UI library ii libc6 2.6.1-5GNU C Library: Shared libraries ii libcairo2 1.4.10-1+b2The Cairo 2D vector graphics libra ii libcdparanoia03.10+debian~pre0-5 audio extraction tool for sampling ii libcurl3-gnutls 7.17.0-1 Multi-protocol file transfer libra ii libfontconfig12.4.2-1.2 generic font configuration library ii libfreetype6 2.3.5-1+b1 FreeType 2 font engine, shared lib ii libgcc1 1:4.2.1-6 GCC support library ii libgconf2-4 2.20.0-1 GNOME configuration database syste ii libgcrypt11 1.2.4-2LGPL Crypto library - runtime libr ii libglib2.0-0 2.14.1-4 The GLib library of C routines ii libgnome-keyring0 2.20.0-2 GNOME keyring services library ii libgnome2-0 2.20.0-1 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.20.0-1 A powerful object-oriented display ii libgnomeui-0 2.20.0-1 The GNOME 2 libraries (User Interf ii libgnomevfs2-01:2.20.0-2 GNOME Virtual File System (runtime ii libgnutls13 2.0.1-1the GNU TLS library - runtime libr ii libgpg-error0 1.4-2 library for common error values an ii libgtk2.0-0 2.12.0-2 The GTK+ graphical user interface ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library ii libid3-3.8.3c2a 3.8.3-7Library for manipulating ID3v1 and ii libidn11 1.1-1 GNU libidn library, implementation ii libkrb53 1.6.dfsg.3~beta1-1 MIT Kerberos runtime libraries ii libldap2 2.1.30.dfsg-13.5 OpenLDAP libraries ii liborbit2 1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB ii libpango1.0-0 1.18.2-1 Layout and rendering of internatio ii libpng12-01.2.15~beta5-2 PNG library - runtime ii libpopt0 1.10-3 lib for parsing cmdline parameters ii libsm62:1.0.3-1+b1 X11 Session Management library ii libstdc++64.2.1-6The GNU Standard C++ Library v3 ii libtasn1-30.3.10-1 Manage ASN.1 structures (runtime) ii libvte9 1:0.16.9-1 Terminal emulator widget for GTK+ ii libx11-6 2:1.0.3-7 X11 client-side library ii libxcursor1 1:1.1.9-1 X cursor management library ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar ii libxfixes31:4.0.3-2 X11 miscellaneous 'fixes' extensio ii libxft2 2.1.12-2 FreeType-based font drawing librar ii libxi62:1.1.3-1 X11 Input extension library ii libxinerama1 1:1.0.2-1 X11 Xinerama extension library ii libxrandr22:1.2.2-1 X11 RandR extension library ii libxrender1 1:0.9.4-1 X Rendering Extension client libra ii zlib1g1:1.2.3.3.dfsg-6 compression library - runtime Versions of packages grip recommends: ii vorbis-tools 1.1.1-14 several Ogg Vorbis tools ii yelp 2.20.0-1 Help browser for GNOME 2 -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445934: VRMS-Why is the Tango Icon theme listed as non-free
Package: vrms Version: http://creativecommons.org/licenses/by-sa/2.5/) Now let's look at that in reference to the 4 freedoms as put forth by the FSF... (http://www.gnu.org/philosophy/free-sw.html) Free software is a matter of the users' freedom to run, copy, distribute, study, change and improve the software. More precisely, it refers to four kinds of freedom, for the users of the software: *The freedom to run the program, for any purpose (freedom 0). This is implied you kind of have me there. *The freedom to study how the program works, and adapt it to your needs (freedom 1). Access to the source code is a precondition for this. You are free to Remix - to adapt the work *The freedom to redistribute copies so you can help your neighbor (freedom 2). You are free to Share - to copy,distribute and transmit the work * The freedom to improve the program, and release your improvements to the public, so that the whole community benefits (freedom 3). Access to the source code is a precondition for this. Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one. Ok now for some snippets that I couldn't fit into the model above: (from the Free Software Definition) "However, certain kinds of rules about the manner of distributing free software are acceptable, when they don't conflict with the central freedoms. For example, copyleft (very simply stated) is the rule that when redistributing the program, you cannot add restrictions to deny other people the central freedoms. This rule does not conflict with the central freedoms; rather it protects them." This is exactly like the share-alike clause. (from GPLv3 [http://www.gnu.org/copyleft/gpl.html]) "For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions." This is exactly like the attribution clause. Here is a little bit from "Various Licenses and Comments about Them" (http://www.gnu.org/licenses/license-list.html) Creative Commons Attribution 2.0 license (a.k.a. CC-BY) This is a non-copyleft free license that is good for art [see that] and entertainment works, and educational works. Please don't use it for software or documentation, since it is incompatible with the GNU GPL and with the GNU FDL. Creative Commons publishes many licenses which are very different. Therefore, to say that a work "uses a Creative Commons license" is to leave the principal questions about the work's licensing unanswered. When you see such a statement in a work, please ask the author to highlight the substance of the license choices. And if someone proposes to "use a Creative Commons license" for a certain work, it is vital to ask immediately, "Which one?" [good point, for another discussion] Creative Commons Attribution-Sharealike 2.0 license (a.k.a. CC-BY-SA) This is a copyleft free license that is good for artistic [again talking about art] and entertainment works, and educational works. Please don't use it for software or documentation, since it is incompatible with the GNU GPL and with the GNU FDL. Please see additional comments about Creative Commons licenses just above. I think that it is a little unfair to call something non-free that is licensed under such a free license. The CC-attribution, share alike is almost exactly the GPL. The only issue I see is there is no source code for an image, but you are given the freedom to "remix" it as you like. There is nothing stopping you from retaining all of your freedoms, and the FSF itself says that it's okay for art and icon are art, so please remove this from the list. Please feel free to send ANY feedback. I am anxious to to hear from someone. Thank you for your time, three threethirty,us [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445825: multipath-tools-boot should run after libdevmapper1.02
On Tue, Oct 09, 2007 at 09:43:59AM +0200, Guido Guenther wrote: > Hi Peter, > On Mon, Oct 08, 2007 at 02:05:19PM +0200, Peter Eisentraut wrote: > > The script /etc/rcS.d/S03multipath-tools-boot creates devices in > > /dev/mapper/ (per udev rule), but /dev/mapper/ does not exist at that > > time. The directory is created by /etc/rcS.d/S25libdevmapper1.02, so > > multipath-tools-boot should run after that. (Or perhaps the directory > > should be created earlier by some other means.) I could successfully > > fix the problem by moving it to S25multipath-tools-boot. (The numbers > > are a bit tight because I need it before S26lvm.) > Could you give some more details about your setup (SAN, etc.). Are you > using an initramfs? I'm running fine here with etch, lenny and unstable. That said /etc/init.d/libdevmapper* doesn't create any directories by itself it merely loads dm-mod and other device mapper modules. Since dm-mod is also loaded by dm-multipath which in turn gets loaded by /etc/init.d/multipath-tools-boot this shouldn't have any relevance. I'm quiet sure the bug is somewhere else - you should be able to disable the /etci/init.d/libdevmapper* scripts completely. Cheers, -- Guido -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445840: irssi: should this package be orphaned?
tags 445840 -pending thanks On Tue, Oct 09, 2007 at 09:48:55AM +0200, Lucas Nussbaum wrote: > Hi Kumar, > > I'm not removing the pending tag to avoid starting a ping-pong game, but > I disagree that this bug can be fixed simply by uploading a new version. > > The package has a lot of open bugs, most of them without any comment > from the maintainer. The maintainer clearly hasn't had enough time to > maintain that package. > > I hope that this is going to change, and that all bugs will at least be > looked at, but it would probably be a better idea to maintain this > package as a team, since a lot of people have some interest in it. Lucas, Gauging the contents of your reply, you are right. I choose to remove the pending tag, and thank you for your advice. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445935: filelight: should this package be orphaned?
Package: filelight Version: 0.99beta6-1 Severity: serious User: [EMAIL PROTECTED] Usertags: proposed-orphan Hi, Your package came up as a package that should maybe be orphaned by its maintainer, because: * no upload for more than two years * new upstream version available for more than a year * several bugs have had a patch attached for a long time, with no comment from the maintainer * a lot of bugs with no comment from the maintainer * some members of the kde-extras team have expressed interest in maintaining it If you agree that it should be orphaned, sending the following commands to [EMAIL PROTECTED] should do it (after replacing nn with this bug's number): severity nn normal reassign nn wnpp retitle nn O: filelight -- show where your diskspace is being used thanks For more information, see http://www.debian.org/doc/developers-reference/ch-pkgs.en.html#s-archive-manip http://www.debian.org/devel/wnpp/ If you disagree and want to continue to maintain this package, please close this bug, preferably in an upload also fixing the other issues. Thank you, -- | 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#445236: gdm: the font in text-input field is way too big
> Can you try upgrading your X packages to unstable, to see if this is > fixed? If it isn't, we'll have to report this upstream. > > Cheers, > Julien Hi, I tried upgrading the packages: xorg xorg-docs xserver-xorg xserver-xorg-core xserver-xorg-input-all xserver-xorg-video-all to unstable, nothing changed. Then I tried also using: linux-image-2.6.22-2-686 again the same result, the problem is still there (same output from xdpyinfo as before, and same giant fonts in gdm). I also noticed that movies played using xine get deformed, they are narrow and very stretched in height, this problem might be caused by the same issue which causes gdm fonts to be giant, I will try to verify this as soon as I can. Cheers, Giacomo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445666: liferea: Does not sync updated feeds to disk?
On 10/9/07, Daniel Jacobowitz <[EMAIL PROTECTED]> wrote: > On Sun, Oct 07, 2007 at 07:34:59PM +0200, Lars Lindner wrote: > > Known problem. No solution in sight. I already tried reproducing the > > effect with a test program using the same schema and similar > > SQL statements as Liferea, but it doesn't show the same problem. > > I have the feeling this might be caused by some threading effects > > in Liferea, but know nothing certain... > > That seems reasonable. Do you think it worthwhile to close and reopen > the database forcibly every so often, to prevent this? Yes, I think it would. But it still would be a workaround. Lars -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445938: Support for zenity/gdialog in GUI
Package: module-assistant Version: 0.10.11 Severity: wishlist Hi, It would be nice to autodetect gdialog as a higher priority alternative to dialog and whiptail when under X: it's part of the default desktop install and will display more nicely under such a setup than dialog. Testing with DIALOG=gdialog showed a decent welcome screen, albeit with some "\n" appearing in the text (that is one could actually read backslash and n in the middle of the text), but I couldn't go to any of the next dialogs. Bye, -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages module-assistant depends on: ii libtext-wrapi18n-perl 0.06-5 internationalized substitute of Te ii perl 5.8.8-11 Larry Wall's Practical Extraction Versions of packages module-assistant recommends: ii liblocale-gettext-perl1.05-1 Using libc functions for internati -- no debconf information -- Loïc Minier
Bug#431771: drbd8
Frederik Schueler wrote: > find attached a patch fixing all of the #431771 issues. > > I am not sure with the conflicts parts, please fix them if needed. > > Basically, I rewrote the Makefiles added to the tarball, and adapted the > debian/rules file to cope with the new naming etc. Thanks for you help in integrating drbd8 into modules-extra! However, your patch is missing a Build-Depends: on bzip2. Cheers, Moritz -- Moritz Mühlenhoff [EMAIL PROTECTED] fon: +49 421 22 232- 0 DevelopmentLinux for Your Business fax: +49 421 22 232-99 Univention GmbHhttp://www.univention.de/ mobil: +49 175 22 999 23
Bug#445936: GUI broken with whiptail in non C locale
Package: module-assistant Version: 0.10.11 Severity: normal Hi, module-assistant's GUI was looking ugly on another host of mine, it turns out this was because it selected "whiptail" instead of "dialog". This doesn't happen in C locale. I'm attaching a screenshot. I did not research the whiptail issue, but whiptail seems to have plenty of rendering bugs: I suggest dropping the whiptail autodetection and the suggest while this bug is researched. Bye, -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages module-assistant depends on: ii libtext-wrapi18n-perl 0.06-5 internationalized substitute of Te ii perl 5.8.8-11 Larry Wall's Practical Extraction Versions of packages module-assistant recommends: ii liblocale-gettext-perl1.05-1 Using libc functions for internati -- no debconf information -- Loïc Minier <>
Bug#423200: quake2: should this package be orphaned?
On 21/05/07 at 09:30 +1000, Jamie Wilkinson wrote: > This one time, at band camp, Moritz Muehlenhoff wrote: > >Lucas Nussbaum wrote: > >> Package: quake2 > >> Version: 1:0.3-1.1 > >> Severity: serious > >> User: [EMAIL PROTECTED] > >> Usertags: proposed-orphan > >> > >> Hi, > >> > >> While reviewing packages that were not included in Etch, your package > >> came up as a package that should maybe be orphaned by its maintainer, > >> because: > >> * RC bugs opened for a very long time with no action from the > >>maintainer. > > > >This should probably be replaced by > >http://jdolan.dyndns.org/trac/wiki/Quetoo > > This word, I do not think it means what you think it means. Hi Jamie, I'm not sure I understand what you mean. Can you please rephrase? -- | 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#445937: bzr: tagging doesn't work
Package: bzr Version: 0.91-2 Severity: normal trunk$ bzr tags trunk$ bzr tag TESTTAG bzr: ERROR: Tags not supported by BzrBranch5('bzr+ssh://hostname/whatever/trunk/'); you may be able to use bzr upgrade --dirstate-tags. trunk$ bzr upgrade --dirstate-tags bzr: ERROR: The branch format Bazaar-NG meta directory, format 1 is already at the most recent format. This worked just a second ago with 0.18-1 before I upgraded. That one had also asked me to run the upgrade command, which I did and then I could set and delete tags. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.21-2-k7 (SMP w/2 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages bzr depends on: ii libc6 2.6.1-1+b1 GNU C Library: Shared libraries ii python2.4.4-6An interactive high-level object-o ii python-celementtree 1.0.5-9Light-weight toolkit for XML proce ii python-central0.5.15 register and build utility for Pyt Versions of packages bzr recommends: ii python-paramiko 1.6.4-1make SSH2 connections with python ii python-pycurl 7.16.4-1 Python bindings to libcurl -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#444523: ebview: FTBFS: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
Cyril Brulebois <[EMAIL PROTECTED]> (09/10/2007): > Please find attached the patch for the NMU I intent to send in > DELAYED/5 within a few hours. Done, thanks to Julien (/me waves). -- Cyril Brulebois pgpbqYkXg6Gfw.pgp Description: PGP signature
Bug#445939: [INTL:eu] Basque menu (programs strings) translation update
Package: menu Severity: wishlist Tags: patch l10n Hi: Attached menu (program) basque translation update, please commit it. thx -- 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 Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages menu depends on: ii dpkg 1.14.6 package maintenance system for Deb ii libc6 2.6.1-5GNU C Library: Shared libraries ii libgcc1 1:4.2.1-6 GCC support library ii libstdc++64.2.1-6The GNU Standard C++ Library v3 menu recommends no packages. -- no debconf information # translation of menu to Euskara # Debian menu system # Copyright (C) 2006 Debian menu team # This file is distributed under the same license as the menu package. # # Bill Allombert <[EMAIL PROTECTED]>, 2006. # Piarres Beobide <[EMAIL PROTECTED]>, 2007. msgid "" msgstr "" "Project-Id-Version: menu 2.1.37\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" "POT-Creation-Date: 2007-10-05 07:30+0200\n" "PO-Revision-Date: 2007-07-09 11:34+0200\n" "Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n" "Language-Team: Euskara <[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" #: ../install-menu/functions.cc:92 msgid "Zero-size argument to print function." msgstr "Zero-tamainako argumentua inprimatze funtziorako." #: ../install-menu/install-menu.cc:202 msgid "install-menu: checking directory %1\n" msgstr "install-menu: %1 direktorioa arakatzen\n" #: ../install-menu/install-menu.cc:215 msgid "install-menu: creating directory %1:\n" msgstr "install-menu: %1 direktorioa sortzen:\n" #: ../install-menu/install-menu.cc:217 msgid "Could not create directory(%1): %2" msgstr "Ezin da direktorioa(%1) sortu: %2" #: ../install-menu/install-menu.cc:219 msgid "Could not change directory(%1): %2" msgstr "Ezin da direktorioa(%1) aldatu: %2" #: ../install-menu/install-menu.cc:222 msgid "install-menu: directory %1 already exists\n" msgstr "install-menu: Dagoeneko badago %1 direktorioa\n" #. Do not translate supported #: ../install-menu/install-menu.cc:447 msgid "install-menu: [supported]: name=%1\n" msgstr "install-menu: [onartua]: izena=%1\n" #: ../install-menu/install-menu.cc:464 msgid "Menu entry lacks mandatory field \"%1\".\n" msgstr "Menu sarrerak ez du beharrezko \"%1\" eremua.\n" #: ../install-menu/install-menu.cc:470 msgid "Unknown value for field %1=\"%2\".\n" msgstr "Balio ezezaguna %1 eremuarentzat=\"%2\".\n" #. Do not translate quoted text #: ../install-menu/install-menu.cc:617 msgid "" "install-menu: \"hotkeycase\" can only be \"sensitive\" or \"insensitive\"\n" msgstr "" "install-menu: \"hotkeycase\" bakarrik \"sensitive\" edo \"insensitive\" izan " "daiteke\n" #: ../install-menu/install-menu.cc:647 msgid "" "install-menu: Warning: Unknown identifier `%1' on line %2 in file %3. " "Ignoring.\n" msgstr "" "install-menu: Abisua: `%1' identifikatzaile ezezaguna %3 fitxategiaren %2 " "lerroan. Alde batetara uzten.\n" #: ../install-menu/install-menu.cc:657 msgid "install-menu: %1 must be defined in menu-method %2" msgstr "install-menu: %1 ezarririk egon behar da %2 menu metodoan" #: ../install-menu/install-menu.cc:824 msgid "Cannot open file %1 (also tried %2).\n" msgstr "Ezin da %1 fitxategia ireki (%2 ere probatu da).\n" #: ../install-menu/install-menu.cc:832 ../install-menu/install-menu.cc:839 #: ../install-menu/install-menu.cc:847 msgid "Cannot open file %1.\n" msgstr "Ezin da %1 fitxategia ireki.\n" #: ../install-menu/install-menu.cc:849 msgid "" "In order to be able to create the user config file(s) for the window " "manager,\n" "the above file needs to be writeable (and/or the directory needs to exist).\n" msgstr "" "Leiho kudeatzailearentzat erabiltzailearen konfigurazio fitxategiak sortu " "ahal izateko,\n" "ondorengo fitxategietan idaztea posible izan behar da (eta/edo direktorioa " "egon behar da).\n" #: ../install-menu/install-menu.cc:871 msgid "Warning: the string %1 did not occur in template file %2\n" msgstr "Oharra: ez da %1 katea topatu %2 txantiloi fitxategian\n" #. Don't translate quoted string #: ../install-menu/install-menu.cc:896 msgid "" "install-menu [-vh] \n" " Read menu entries from stdin in \"update-menus --stdout\" format\n" " and generate menu files using the specified menu-method.\n" " Options to install-menu:\n" " -h --help: this message\n" "--remove : remove the menu instead of generating it.\n" " -v --verbose : be verbose\n" msgstr "" "Install-menu [-vh] \n" " Irakurri menu sarrerak sarrera estandarretik \"update-menus --stdout\" " "formatuan\n" " eta ezarritako menu-metodoa erabiliaz sortu menu fitxategiak.\n" " install-menu auker
Bug#134782: Most popular medical goods.
Good afternoon. bro! Do you want to be a king of bed? You will forget about all ED problems. at the present day we want to offer you huge choice of medicines at the extremely low costs. Hurry up! http://bryogis.searchhappen.com/?266094038224 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#439447: traceroute-nanog: alternative needed due to traceroute update
Hi, any progress on this? Regards, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#423200: quake2: should this package be orphaned?
On 10/9/07, Lucas Nussbaum <[EMAIL PROTECTED]> wrote: > > > > > >This should probably be replaced by > > >http://jdolan.dyndns.org/trac/wiki/Quetoo > > > > This word, I do not think it means what you think it means. > > Hi Jamie, > > I'm not sure I understand what you mean. Can you please rephrase? I think he want to say that 'Quetoo' is replacement of this 'Quake2' package, as I guess from given link :) -- Cheers, --- Kartik Mistry || GPG: 0xD1028C8D || IRC: kart_ kartikmistry.org/blog || kartikm.wordpress.com -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#438757: tcptraceroute: alternative needed due to traceroute update
Hi, any progress on this? Regards, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445883: NMU patch
tags 445883 patch thanks Hi Attached you will find the NMU patch for the bug, which I just uploaded to unstable. Cheers Steffen diff -u dircproxy-1.0.5/src/irc_server.c dircproxy-1.0.5/src/irc_server.c --- dircproxy-1.0.5/src/irc_server.c +++ dircproxy-1.0.5/src/irc_server.c @@ -1078,7 +1078,7 @@ if (!strcmp(cmsg.cmd, "ACTION")) { if (p->conn_class->log_events & IRC_LOG_ACTION) -irclog_ctcp(p, msg.params[0], msg.src.orig, "%s", cmsg.orig); +irclog_ctcp(p, (msg.params != NULL ) ? msg.params[0]: "none", msg.src.orig, "%s", cmsg.orig); } else if (!strcmp(cmsg.cmd, "DCC") && p->conn_class->dcc_proxy_incoming) { diff -u dircproxy-1.0.5/debian/changelog dircproxy-1.0.5/debian/changelog --- dircproxy-1.0.5/debian/changelog +++ dircproxy-1.0.5/debian/changelog @@ -1,3 +1,12 @@ +dircproxy (1.0.5-5.1) unstable; urgency=high + + * Non-maintainer upload by the testing-security team + * Backport upstream patch to fix a NULL pointer reference, which +can lead to a DoS (Closes: #445883) +Fixes: CVE-2007-5226 + + -- Steffen Joeris <[EMAIL PROTECTED]> Tue, 09 Oct 2007 07:36:49 + + dircproxy (1.0.5-5) unstable; urgency=low * Dropped stale dircproxy.net references from README. Thanks, Steen signature.asc Description: This is a digitally signed message part.
Bug#445941: qca2-plugin-gnupg_0.1~20070904-1(hppa/experimental): FTBFS: missing -fPIC
Package: qca2-plugin-gnupg Version: 0.1~20070904-1 Severity: serious Hi, your package failed to build from source. All objects intended to be linked into a shared library need to be compiled with -fPIC. | Automatic build of qca2-plugin-gnupg_0.1~20070904-1 on meitner by sbuild/hppa 98-farm | Build started at 20071009-0742 | ** | Checking available source versions... | Fetching source files... | Reading package lists... | Building dependency tree... | Reading state information... | Need to get 31.3kB of source archives. | Get:1 http://ftp.de.debian.org experimental/main qca2-plugin-gnupg 0.1~20070904-1 (dsc) [851B] | Get:2 http://ftp.de.debian.org experimental/main qca2-plugin-gnupg 0.1~20070904-1 (tar) [28.9kB] | Get:3 http://ftp.de.debian.org experimental/main qca2-plugin-gnupg 0.1~20070904-1 (diff) [1554B] | Fetched 31.3kB in 4s (6318B/s) | Download complete and in download only mode | ** Using build dependencies supplied by package: | Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libqca2-dev (>= 2.0.0) | Checking for already installed source dependencies... [...] | Checking correctness of source dependencies... | Toolchain package versions: libc6-dev_2.6.1-5 gcc-4.3_ g++-4.3_ binutils_2.18-1 libstdc++6-4.3-dev_ libstdc++6_4.2.1-6 | -- | dpkg-source: extracting qca2-plugin-gnupg in qca2-plugin-gnupg-0.1~20070904 | dpkg-source: unpacking qca2-plugin-gnupg_0.1~20070904.orig.tar.gz | dpkg-source: applying /home/buildd/build/qca2-plugin-gnupg_0.1~20070904-1.diff.gz | dpkg-buildpackage: source package is qca2-plugin-gnupg | dpkg-buildpackage: source version is 0.1~20070904-1 | dpkg-buildpackage: host architecture hppa | dpkg-buildpackage: source version without epoch 0.1~20070904-1 | /usr/bin/fakeroot debian/rules clean | test -x debian/rules | test "`id -u`" = 0 | dh_clean | /usr/bin/make -C . CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" -k clean | make[1]: Entering directory `/build/buildd/qca2-plugin-gnupg-0.1~20070904' | make[1]: *** No rule to make target `clean'. | make[1]: Leaving directory `/build/buildd/qca2-plugin-gnupg-0.1~20070904' | make: [makefile-clean] Error 2 (ignored) | rm -f debian/stamp-makefile-build | rm -f ./Makefile ./.qmake.internal.cache | rm -f ./lib/libqca-gnupg.so* | rm -f ./conf.log | rm -f ./conf.pri | debian/rules build | test -x debian/rules | mkdir -p "." | cd . && ./configure | Configuring qca-gnupg ... | Verifying Qt 4 build environment ... ok | Checking for QCA 2.0 ... yes | | Good, your configure finished. Now run /usr/bin/make. | | /usr/bin/make -C . CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" all | make[1]: Entering directory `/build/buildd/qca2-plugin-gnupg-0.1~20070904' | g++ -c -g -Wall -O2 -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -Igpgproc -I. -I/usr/include/QtCrypto -I. -I. -o sprocess.o gpgproc/sprocess.cpp | /usr/bin/moc-qt4 -DQT_SHARED -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -Igpgproc -I. -I/usr/include/QtCrypto -I. -I. gpgproc/gpgproc.cpp -o gpgproc.moc | g++ -c -g -Wall -O2 -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -Igpgproc -I. -I/usr/include/QtCrypto -I. -I. -o gpgproc.o gpgproc/gpgproc.cpp | /usr/bin/moc-qt4 -DQT_SHARED -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -Igpgproc -I. -I/usr/include/QtCrypto -I. -I. gpgop.cpp -o gpgop.moc | g++ -c -g -Wall -O2 -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -Igpgproc -I. -I/usr/include/QtCrypto -I. -I. -o gpgop.o gpgop.cpp | /usr/bin/moc-qt4 -DQT_SHARED -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -Igpgproc -I. -I/usr/include/QtCrypto -I. -I. qca-gnupg.cpp -o qca-gnupg.moc | g++ -c -g -Wall -O2 -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -Igpgproc -I. -I/usr/include/QtCrypto -I. -I. -o qca-gnupg.o qca-gnupg.cpp | /usr/bin/moc-qt4 -DQT_SHARED -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -Igpgproc -I. -I/usr/include/QtCrypto -I. -I. gpgproc/sprocess.h -o moc_sprocess.cpp | g++ -c -g -Wall -O2 -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/
Bug#445940: 5859 execve("/usr/bin/lnstat", ["lnstat"], [/* 22 vars */]) = 05859 brk(0) = 0x804c0005859 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or dir
Package: iproute Version: 20070313-1 Severity: important The problem occurs as an unprivileged user and root: 5859 execve("/usr/bin/lnstat", ["lnstat"], [/* 22 vars */]) = 0 5859 brk(0)= 0x804c000 5859 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 5859 mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef9000 5859 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) 5859 open("/etc/ld.so.cache", O_RDONLY) = 3 5859 fstat64(3, {st_mode=S_IFREG|0644, st_size=27769, ...}) = 0 5859 mmap2(NULL, 27769, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ef2000 5859 close(3) = 0 5859 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 5859 open("/lib/libresolv.so.2", O_RDONLY) = 3 5859 read(3, "[EMAIL PROTECTED]"..., 512) = 512 5859 fstat64(3, {st_mode=S_IFREG|0644, st_size=67408, ...}) = 0 5859 mmap2(NULL, 75976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7edf000 5859 mmap2(0xb7eee000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf) = 0xb7eee000 5859 mmap2(0xb7ef, 6344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ef 5859 close(3) = 0 5859 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 5859 open("/lib/libc.so.6", O_RDONLY) = 3 5859 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260a\1"..., 512) = 512 5859 fstat64(3, {st_mode=S_IFREG|0755, st_size=1335536, ...}) = 0 5859 mmap2(NULL, 1340944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7d97000 5859 mmap2(0xb7ed9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x142) = 0xb7ed9000 5859 mmap2(0xb7edc000, 9744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7edc000 5859 close(3) = 0 5859 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7d96000 5859 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7d96ac0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 5859 mprotect(0xb7ed9000, 4096, PROT_READ) = 0 5859 munmap(0xb7ef2000, 27769) = 0 5859 open("/proc/net/stat", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3 5859 fstat64(3, {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 5859 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 5859 brk(0)= 0x804c000 5859 brk(0x806d000)= 0x806d000 5859 getdents(3, /* 8 entries */, 1024) = 176 5859 open("/proc/net/stat/ip_conntrack", O_RDONLY) = 4 5859 fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 5859 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef8000 5859 _llseek(4, 0, [0], SEEK_SET) = 0 5859 read(4, "entries searched found new inva"..., 1024) = 297 5859 open("/proc/net/stat/nf_conntrack", O_RDONLY) = 5 5859 fstat64(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 5859 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef7000 5859 _llseek(5, 0, [0], SEEK_SET) = 0 5859 read(5, "entries searched found new inva"..., 1024) = 297 5859 open("/proc/net/stat/ndisc_cache", O_RDONLY) = 6 5859 fstat64(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 5859 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef6000 5859 _llseek(6, 0, [0], SEEK_SET) = 0 5859 read(6, "entries allocs destroys hash_gr"..., 1024) = 234 5859 open("/proc/net/stat/clip_arp_cache", O_RDONLY) = 7 5859 fstat64(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 5859 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef5000 5859 _llseek(7, 0, [0], SEEK_SET) = 0 5859 read(7, "entries allocs destroys hash_gr"..., 1024) = 234 5859 open("/proc/net/stat/rt_cache", O_RDONLY) = 8 5859 fstat64(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 5859 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef4000 5859 _llseek(8, 0, [0], SEEK_SET) = 0 5859 read(8, "entries in_hit in_slow_tot in_s"..., 1024) = 361 5859 open("/proc/net/stat/arp_cache", O_RDONLY) = 9 5859 fstat64(9, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 5859 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef3000 5859 _llseek(9, 0, [0], SEEK_SET) = 0 5859 read(9, "entries allocs destroys hash_gr"..., 1024) = 234 5859 getdents(3, /* 0 entries */, 1024) = 0 5859 close(3) = 0 5859 --- SIGSEGV (Segmentation fault) @ 0 (0) --- 5859 +++ killed by SIGSEGV +++ -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445942: qca2-plugin-ossl_0.1~20070904-1(hppa/experimental): FTBFS: missing -fPIC
Package: qca2-plugin-ossl Version: 0.1~20070904-1 Severity: serious Hi, your package failed to build from source. All objects intended to be linked into a shared library need to be compiled with -fPIC. | Automatic build of qca2-plugin-ossl_0.1~20070904-1 on meitner by sbuild/hppa 98-farm | Build started at 20071009-0750 | ** | Checking available source versions... | Fetching source files... | Reading package lists... | Building dependency tree... | Reading state information... | Need to get 54.3kB of source archives. | Get:1 http://ftp.de.debian.org experimental/main qca2-plugin-ossl 0.1~20070904-1 (dsc) [859B] | Get:2 http://ftp.de.debian.org experimental/main qca2-plugin-ossl 0.1~20070904-1 (tar) [51.6kB] | Get:3 http://ftp.de.debian.org experimental/main qca2-plugin-ossl 0.1~20070904-1 (diff) [1799B] | Fetched 54.3kB in 0s (105kB/s) | Download complete and in download only mode | ** Using build dependencies supplied by package: | Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libqca2-dev (>= 2.0.0), libssl-dev | Checking for already installed source dependencies... [...] | Checking correctness of source dependencies... | Toolchain package versions: libc6-dev_2.6.1-5 gcc-4.3_ g++-4.3_ binutils_2.18-1 libstdc++6-4.3-dev_ libstdc++6_4.2.1-6 | -- | dpkg-source: extracting qca2-plugin-ossl in qca2-plugin-ossl-0.1~20070904 | dpkg-source: unpacking qca2-plugin-ossl_0.1~20070904.orig.tar.gz | dpkg-source: applying /home/buildd/build/qca2-plugin-ossl_0.1~20070904-1.diff.gz | dpkg-buildpackage: source package is qca2-plugin-ossl | dpkg-buildpackage: source version is 0.1~20070904-1 | dpkg-buildpackage: host architecture hppa | dpkg-buildpackage: source version without epoch 0.1~20070904-1 | /usr/bin/fakeroot debian/rules clean | test -x debian/rules | test "`id -u`" = 0 | dh_clean | /usr/bin/make -C . CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" -k clean | make[1]: Entering directory `/build/buildd/qca2-plugin-ossl-0.1~20070904' | make[1]: *** No rule to make target `clean'. | make[1]: Leaving directory `/build/buildd/qca2-plugin-ossl-0.1~20070904' | make: [makefile-clean] Error 2 (ignored) | rm -f debian/stamp-makefile-build | rm -f ./Makefile ./.qmake.internal.cache | rm -f ./lib/libqca-ossl.so* | rm -f ./conf.log | rm -f ./conf.pri | debian/rules build | test -x debian/rules | mkdir -p "." | cd . && ./configure | Configuring qca-ossl ... | Verifying Qt 4 build environment ... ok | Checking for QCA 2.0 ... yes | Checking for OpenSSL ... yes | | Good, your configure finished. Now run /usr/bin/make. | | /usr/bin/make -C . CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" all | make[1]: Entering directory `/build/buildd/qca2-plugin-ossl-0.1~20070904' | /usr/bin/moc-qt4 -DQT_SHARED -DOSSL_097 -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I/usr/include/QtCrypto -I. -I. qca-ossl.cpp -o qca-ossl.moc | g++ -c -g -Wall -O2 -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I/usr/include/QtCrypto -I. -I. -o qca-ossl.o qca-ossl.cpp | qca-ossl.cpp: In function 'X509_EXTENSION* opensslQCAPlugin::new_subject_key_id(X509*)': | qca-ossl.cpp:330: warning: deprecated conversion from string constant to 'char*' | rm -f libqca-ossl.so | g++ -shared -o libqca-ossl.so qca-ossl.o -L/usr/lib -lssl -lcrypto -L/usr/lib -lqca -lQtCore -lpthread | /usr/bin/ld: qca-ossl.o: relocation R_PARISC_DPREL21L can not be used when making a shared object; recompile with -fPIC | qca-ossl.o: could not read symbols: Bad value | collect2: ld returned 1 exit status | make[1]: *** [lib/libqca-ossl.so] Error 1 | make[1]: Leaving directory `/build/buildd/qca2-plugin-ossl-0.1~20070904' | make: *** [debian/stamp-makefile-build] Error 2 | ** | Build finished at 20071009-0757 | FAILED [dpkg-buildpackage died] Full build log(s): http://experimental.ftbfs.de/build.php?&ver=0.1~20070904-1&pkg=qca2-plugin-ossl&arch=hppa Gruesse, -- Frank Lichtenheld <[EMAIL PROTECTED]> www: http://www.djpig.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445840: irssi: should this package be orphaned?
* Lucas Nussbaum <[EMAIL PROTECTED]> [071009 10:13]: > The package has a lot of open bugs, most of them without any comment > from the maintainer. The maintainer clearly hasn't had enough time to > maintain that package. > > I hope that this is going to change, and that all bugs will at least be > looked at, but it would probably be a better idea to maintain this > package as a team, since a lot of people have some interest in it. I could help maintaining it, at least bug triaging, if it's orphaned or a maintainer team needs help. Peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445944: iproute 20070710 is available
Package: iproute Version: 20070313-1 Severity: normal The new is version available at http://developer.osdl.org/dev/iproute2/download/. -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445943: Removal leaves /usr/share/doc/xxdiff/.dhelp
Package: xxdiff Severity: normal apt-get remove xxdiff fails to remove /usr/share/doc/xxdiff, because there's a .dhelp file left in the directory. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (700, 'testing'), (600, 'experimental'), (600, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xxdiff depends on: ii libc6 2.6.1-1+b1 GNU C Library: Shared libraries ii libgcc1 1:4.2.1-4 GCC support library ii libqt3-mt 3:3.3.7-9 Qt GUI Library (Threaded runtime v ii libstdc++64.2.1-4The GNU Standard C++ Library v3 ii libx11-6 2:1.0.3-7 X11 client-side library ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar xxdiff recommends no packages. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445945: gq don't start on remote Sun 8 bit TrueColor Visual
Package: gq Version: 1.0.0-3 Severity: important Sarge gq works with my remote Sun 8 Bit TrueColor Station, after upgrading to etch gq fails with: Error: Cairo does not yet support the requested image format: Depth: 8 Alpha mask: 0x Red mask: 0x0007 Green mask: 0x0038 Blue mask: 0x00c0 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo gq: /home/dajobe/dev/debian/cairo/cairo-1.2.4/src/cairo-image-surface.c:155: _cairo_format_from_pixman_format: Assertion `NOT_REACHED' failed. Aborted I'm not shure if libcairo2 is the real culprit: etch mozilla (iceweasel) is working perfect in the same environment. output of xpdyinfo will be attached as separate file. -- 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-5-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages gq depends on: ii libatk1.0-01.12.4-3 The ATK accessibility toolkit ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries ii libcairo2 1.2.4-4 The Cairo 2D vector graphics libra 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 libgtk2.0-02.8.20-7 The GTK+ graphical user interface ii libldap2 2.1.30-13.3 OpenLDAP libraries ii libpango1.0-0 1.14.8-5 Layout and rendering of internatio ii libssl0.9.80.9.8c-4etch1 SSL shared libraries ii libx11-6 2:1.0.3-7 X11 client-side library ii libxcursor11.1.7-4 X cursor management library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio ii libxi6 1:1.0.1-4 X11 Input extension library ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library ii libxml22.6.27.dfsg-1 GNOME XML library ii libxrandr2 2:1.1.0.2-5 X11 RandR extension library ii libxrender11:0.9.1-3 X Rendering Extension client libra ii zlib1g 1:1.2.3-13compression library - runtime gq recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445840: irssi: should this package be orphaned?
On Oct 09, 2007 at 10:26, Peter Schwindt praised the llamas by saying: > I could help maintaining it, at least bug triaging, if it's orphaned or > a maintainer team needs help. > It isn't orphaned. A 0.8.12 package is being worked on. -- David Pashley [EMAIL PROTECTED] Nihil curo de ista tua stulta superstitione. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445947: Quotes in gdm.conf break configuration after upgrade
Package: gdm Version: 2.20.0-2 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After upgrading to this version I noticed that GDM was failing to restart. The culprit was a configuration line in the servers section of gdm.conf. The previous version of gdmsetup had created the following entry: 0=Standard -layout \"Single LVDS\" However, the latest version of GDM was choking on the space. Removing the backslashes before the quotes solved the issue. I set the severity to important because this breaks perfectly working setups created with the bundled configuration utility. The manual fix is trivial, though. I don't know whether the latest version of gdmsetup writes the backslashes or not. - -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22.5-cfs-v20.2 Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages gdm depends on: ii adduser3.105 add and remove users and groups ii debconf [debconf-2.0] 1.5.14Debian configuration management sy ii gksu 2.0.0-4 graphical frontend to su ii gnome-session 2.20.0-1 The GNOME 2 Session Manager ii gnome-terminal [x-terminal 2.18.2-1 The GNOME 2 terminal emulator appl ii libart-2.0-2 2.3.19-3 Library of functions for 2D graphi ii libatk1.0-01.20.0-1 The ATK accessibility toolkit ii libattr1 1:2.4.39-1Extended attribute shared library ii libc6 2.6.1-3 GNU C Library: Shared libraries ii libcairo2 1.4.10-1 The Cairo 2D vector graphics libra ii libdbus-1-31.1.1-3 simple interprocess messaging syst ii libdbus-glib-1-2 0.74-1simple interprocess messaging syst ii libdmx11:1.0.2-2 X11 Distributed Multihead extensio ii libfontconfig1 2.4.2-1.2 generic font configuration library ii libglade2-01:2.6.2-1 library to load .glade files at ru ii libglib2.0-0 2.14.1-2 The GLib library of C routines ii libgnomecanvas2-0 2.20.0-1 A powerful object-oriented display ii libgtk2.0-02.12.0-2 The GTK+ graphical user interface ii libpam-modules 0.99.7.1-5Pluggable Authentication Modules f ii libpam-runtime 0.99.7.1-5Runtime support for the PAM librar ii libpam0g 0.99.7.1-5Pluggable Authentication Modules l ii libpango1.0-0 1.18.2-1 Layout and rendering of internatio ii librsvg2-2 2.18.2-1 SAX-based renderer library for SVG ii librsvg2-common2.18.2-1 SAX-based renderer library for SVG ii libselinux12.0.15-2+b1 SELinux shared libraries ii libwrap0 7.6.dbs-14Wietse Venema's TCP wrappers libra hi libx11-6 2:1.0.3-7 X11 client-side library ii libxau61:1.0.3-2 X11 authorisation library ii libxcomposite1 1:0.3.2-1+b1 X11 Composite extension library ii libxcursor11:1.1.9-1 X cursor management library ii libxdamage11:1.1.1-3 X11 damaged region extension libra hi libxdmcp6 1:1.0.2-2 X11 Display Manager Control Protoc ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar ii libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio ii libxi6 2:1.1.3-1 X11 Input extension library ii libxinerama1 1:1.0.2-1 X11 Xinerama extension library ii libxml22.6.30.dfsg-2 GNOME XML library ii libxrandr2 2:1.2.2-1 X11 RandR extension library ii libxrender11:0.9.4-1 X Rendering Extension client libra ii lsb-base 3.1-24Linux Standard Base 3.1 init scrip ii metacity [x-window-manager 1:2.20.0-1A lightweight GTK2 based Window Ma ii xbase-clients 1:7.3+2 miscellaneous X clients - metapack ii xterm [x-terminal-emulator 229-1 X terminal emulator Versions of packages gdm recommends: ii dialog1.1-20070604-1 Displays user-friendly dialog boxe ii gdm-themes0.5.1 Themes for the GNOME Display Manag pn xserver-xephyr | xnest (no description available) ii xserver-xorg 1:7.3+2the X.Org X server ii zenity2.20.0-2 Display graphical dialog boxes fro - -- debconf information: gdm/daemon_name: /usr/bin/gdm * shared/default-x-display-manager: gdm -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHC0x8823633cP2P8RAqMtAJ9jG1T1McwXD4oFd+eIr+fx4kyrtQCfSyHV NAx8R4O00/ytDRiTdyr
Bug#445946: [apache2.2-common] /etc/init.d/apache2 restart gives an error when /bin/sh points to dash
Package: apache2.2-common Version: 2.2.3-4+etch1 Severity: minor Tags: patch When /bin/sh points to dash, invoking # /etc/init.d/apache2 restart gives the following error: Forcing reload of web server (apache2).../etc/init.d/apache2: 172: [[: not found /etc/init.d/apache2: 172: [[: not found .. When /bin/sh points to bash, the above command works without any error message. Below is a diff between Debian's supplied file and my supposed changes. If applied, the script works without error output if /bin/sh points to dash. # diff -U 3 /etc/init.d/apache2 /tmp/apache2 --- /etc/init.d/apache2 2007-06-17 22:12:56.0 +0200 +++ /tmp/apache22007-10-09 11:00:42.0 +0200 @@ -102,10 +102,10 @@ if [ -n "${PID:-}" ]; then i=0 while $(kill -0 "${PID:-}" 2> /dev/null); do - if [[ $i == '30' ]]; then + if [ "$i" = '30' ]; then break; else - if [[ $i == '0' ]]; then + if [ "$i" = '0' ]; then echo -n " waiting " else echo -n "." # diff -C 3 /etc/init.d/apache2 /tmp/apache2 *** /etc/init.d/apache2 2007-06-17 22:12:56.0 +0200 --- /tmp/apache22007-10-09 11:00:42.0 +0200 *** *** 102,111 if [ -n "${PID:-}" ]; then i=0 while $(kill -0 "${PID:-}" 2> /dev/null); do ! if [[ $i == '30' ]]; then break; else ! if [[ $i == '0' ]]; then echo -n " waiting " else echo -n "." --- 102,111 if [ -n "${PID:-}" ]; then i=0 while $(kill -0 "${PID:-}" 2> /dev/null); do ! if [ "$i" = '30' ]; then break; else ! if [ "$i" = '0' ]; then echo -n " waiting " else echo -n "." -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445948: menu: [INTL:sv] Updated Swedish translation
Package: menu Severity: wishlist Tags: patch l10n Here is the updated Swedish translation for menu Regards, Daniel -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.17.4 Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=UTF-8) (ignored: LC_ALL set to sv_SE) Shell: /bin/sh linked to /bin/bash Versions of packages menu depends on: ii dpkg 1.14.6 package maintenance system for Deb ii libc6 2.6.1-5GNU C Library: Shared libraries ii libgcc1 1:4.2.1-6 GCC support library ii libstdc++64.2.1-6The GNU Standard C++ Library v3 menu recommends no packages. -- no debconf information # Swedish translation of menu messages. # Copyright (C) 2004, 2006, 2007 Debian menu team # This file is distributed under the same license as the menu package. # Daniel Nylander <[EMAIL PROTECTED]>, 2006, 2007. # Jens Arvidsson <[EMAIL PROTECTED]>, 2004. # msgid "" msgstr "" "Project-Id-Version: menu 2.1.30\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" "POT-Creation-Date: 2007-10-05 07:30+0200\n" "PO-Revision-Date: 2007-10-09 10:50+0100\n" "Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n" "Language-Team: Swedish <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: ../install-menu/functions.cc:92 msgid "Zero-size argument to print function." msgstr "Argument för utskriftsfunktion har nollstorlek." #: ../install-menu/install-menu.cc:202 msgid "install-menu: checking directory %1\n" msgstr "install-menu: kontrollerar katalogen %1\n" #: ../install-menu/install-menu.cc:215 msgid "install-menu: creating directory %1:\n" msgstr "install-menu: skapar katalogen %1:\n" #: ../install-menu/install-menu.cc:217 msgid "Could not create directory(%1): %2" msgstr "Kunde inte skapa katalog(%1): %2" #: ../install-menu/install-menu.cc:219 msgid "Could not change directory(%1): %2" msgstr "Kunde inte ändra katalog(%1): %2" #: ../install-menu/install-menu.cc:222 msgid "install-menu: directory %1 already exists\n" msgstr "install-menu: katalogen %1 finns redan\n" #. Do not translate supported #: ../install-menu/install-menu.cc:447 msgid "install-menu: [supported]: name=%1\n" msgstr "install-menu: [stöds]: namn=%1\n" #: ../install-menu/install-menu.cc:464 msgid "Menu entry lacks mandatory field \"%1\".\n" msgstr "Menypost saknar obligatoriska fältet \"%1\".\n" #: ../install-menu/install-menu.cc:470 msgid "Unknown value for field %1=\"%2\".\n" msgstr "Okänt värde för fältet %1=\"%2\".\n" #. Do not translate quoted text #: ../install-menu/install-menu.cc:617 msgid "install-menu: \"hotkeycase\" can only be \"sensitive\" or \"insensitive\"\n" msgstr "install-menu: \"hotkeycase\" får endast vara \"sensitive\" eller \"insensitive\"\n" #: ../install-menu/install-menu.cc:647 msgid "install-menu: Warning: Unknown identifier `%1' on line %2 in file %3. Ignoring.\n" msgstr "install-menu: Varning: Okänd identifierare \"%1\" på rad %2 i fil %3. Ignorerar.\n" #: ../install-menu/install-menu.cc:657 msgid "install-menu: %1 must be defined in menu-method %2" msgstr "install-menu: %1 måste vara definierad i menymetoden %2" #: ../install-menu/install-menu.cc:824 msgid "Cannot open file %1 (also tried %2).\n" msgstr "Kan inte öppna filen %1 (försökte även med %2).\n" #: ../install-menu/install-menu.cc:832 #: ../install-menu/install-menu.cc:839 #: ../install-menu/install-menu.cc:847 msgid "Cannot open file %1.\n" msgstr "Kan inte öppna filen %1.\n" #: ../install-menu/install-menu.cc:849 msgid "" "In order to be able to create the user config file(s) for the window manager,\n" "the above file needs to be writeable (and/or the directory needs to exist).\n" msgstr "" "För att kunna skapa användarkonfigurationsfilen/filerna för fönsterhanteraren,\n" "måste ovanstående fil vara skrivbar (och/eller katalogen måste finnas).\n" #: ../install-menu/install-menu.cc:871 msgid "Warning: the string %1 did not occur in template file %2\n" msgstr "Varning: strängen %1 fanns inte i mallfilen %2\n" #. Don't translate quoted string #: ../install-menu/install-menu.cc:896 msgid "" "install-menu [-vh] \n" " Read menu entries from stdin in \"update-menus --stdout\" format\n" " and generate menu files using the specified menu-method.\n" " Options to install-menu:\n" " -h --help: this message\n" "--remove : remove the menu instead of generating it.\n" " -v --verbose : be verbose\n" msgstr "" "install-menu [-vh] \n" " Läs in menyposter från standard in i \"update-menus --stdout\"-format\n" " och skapa menyfiler genom att använda den angivna menymetoden.\n" " Flaggor för install-menu:\n" " -h --help: detta meddelande\n" "--remove : ta bort menyn istället för att generera den.\n" " -v --verbose : var utförlig\n" #: ../install-menu/ins
Bug#445414: fuse #445414
Hi, I'll have a look asap, probably during this week end. Could you tell me from which version you were upgrading ? Regards, Adam. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445236: gdm: the font in text-input field is way too big
Hi, I tried re-enabling the option "LCD Display Stretch" on my bios (which I had disabled because I really hate it) and nothing happened, apparently. Then I re-enabled also the option: Option "DDC" "no" in "Device" section inside xorg.conf, and now it works (see attached xdpyinfo output). For instance, also xine seems to work right using this workaround. Please let me know if there are other test I may perform. Cheers, Giacomo name of display::0.0 version number:11.0 vendor string:The X.Org Foundation vendor release number:1030 X.Org version: 1.3.0 maximum request size: 16777212 bytes motion buffer size: 256 bitmap unit, bit order, padding:32, LSBFirst, 32 image byte order:LSBFirst number of supported pixmap formats:7 supported pixmap formats: depth 1, bits_per_pixel 1, scanline_pad 32 depth 4, bits_per_pixel 8, scanline_pad 32 depth 8, bits_per_pixel 8, scanline_pad 32 depth 15, bits_per_pixel 16, scanline_pad 32 depth 16, bits_per_pixel 16, scanline_pad 32 depth 24, bits_per_pixel 32, scanline_pad 32 depth 32, bits_per_pixel 32, scanline_pad 32 keycode range:minimum 8, maximum 255 focus: window 0x167, revert to PointerRoot number of extensions:33 BIG-REQUESTS Composite DAMAGE DOUBLE-BUFFER DPMS Extended-Visual-Information GLX MIT-SCREEN-SAVER MIT-SHM MIT-SUNDRY-NONSTANDARD RANDR RECORD RENDER SECURITY SGI-GLX SHAPE SYNC TOG-CUP X-Resource XAccessControlExtension XC-APPGROUP XC-MISC XFIXES XFree86-Bigfont XFree86-DGA XFree86-DRI XFree86-Misc XFree86-VidModeExtension XINERAMA XInputExtension XKEYBOARD XTEST XVideo default screen number:0 number of screens:1 screen #0: dimensions:1280x800 pixels (338x211 millimeters) resolution:96x96 dots per inch depths (7):24, 1, 4, 8, 15, 16, 32 root window id:0x77 depth of root window:24 planes number of colormaps:minimum 1, maximum 1 default colormap:0x20 default number of colormap cells:256 preallocated pixels:black 0, white 16777215 options:backing-store NO, save-unders NO largest cursor:64x64 current input event mask:0x7ac03f KeyPressMask KeyReleaseMask ButtonPressMask ButtonReleaseMaskEnterWindowMask LeaveWindowMask KeymapStateMask ExposureMask StructureNotifyMask SubstructureNotifyMask SubstructureRedirectMask FocusChangeMask PropertyChangeMask number of visuals:17 default visual id: 0x23 visual: visual id:0x23 class:TrueColor depth:24 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color specification:8 bits visual: visual id:0x24 class:TrueColor depth:24 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color specification:8 bits visual: visual id:0x25 class:TrueColor depth:24 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color specification:8 bits visual: visual id:0x26 class:TrueColor depth:24 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color specification:8 bits visual: visual id:0x27 class:TrueColor depth:24 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color specification:8 bits visual: visual id:0x28 class:TrueColor depth:24 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color specification:8 bits visual: visual id:0x29 class:TrueColor depth:24 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color specification:8 bits visual: visual id:0x2a class:TrueColor depth:24 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color specification:8 bits visual: visual id:0x2b class:DirectColor depth:24 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color specification:8 bits visual: visual id:0x2c class:DirectColor depth:24 planes avail
Bug#445840: irssi: should this package be orphaned?
David Pashley <[EMAIL PROTECTED]> (09/10/2007): > > I could help maintaining it, at least bug triaging, if it's orphaned > > or a maintainer team needs help. > > > It isn't orphaned. A 0.8.12 package is being worked on. Since we're at it, what about setting a team on alioth (or using the collab-maint group) to help collaborative work on this package? The other (plugin) packages could be maintained there too. Not that I care much about irssi myself, but it would be a shame to refuse the help of people willing to help, particularly when it is clearly needed. Cheers, -- Cyril Brulebois pgpKth2sNstgL.pgp Description: PGP signature
Bug#445382: python-libhamlib2: Doesn't support python 2.5
2007/10/8, Josselin Mouette <[EMAIL PROTECTED]>: > Le lundi 08 octobre 2007 à 09:12 +0200, Joop Stakenborg a écrit : > > > Furthermore, _Hamlib.so links to libpython, which brings an undesired > > > dependency on python2.4; please don't do this. > > > > So how do I prevent _Hamlib.so to link against libpython2.4.so.1.0 > > specifically? > > There must be a -lpython2.4 added specifically in the build process. > I am sorry, still don't get it. Using ldd I see the following: $ ldd /usr/share/python-support/python-libhamlib2/_Hamlib.so libpython2.4.so.1.0 => /usr/lib/libpython2.4.so.1.0 (0xb7d9f000) Adding -lpython2.4 won't help, because we do dynamic linking. We still end up with python2.4 dependencies. The "Python binding" section in bindings/Makefile adds the following rules: PYTHON_LDFLAGS = -L/usr/lib/python2.4/config -lpython2.4 Which looks okay to me. We can only achieve what you want by doing static linking, am I right? > > Should I build against both python2.4 and python2.5 and > > distribute 2 separate packages? > > No, you should do that and distribute them in the same package, but if > they link to libpython you're going to end up having a dependency on > both python2.4 and python2.5. > > > > Finally, it would be nice to switch to a multi-build system so that your > > > package is already built for python 2.5. > > > > I don't understand what you are trying to say. What is a multi-build system? > > It is a system in which you build the module once for each available > python version, like most python extensions are doing currently. > This is a task for upstream. Currently they have decided to build against python2.4, which is okay for me, it is also the default in Debian. I don't have the knowledge to do a multi-build, neither has upstream. Unless you can provide patches, which I can commit to upstream CVS. Thanks for explaining so far! > Cheers, > -- > .''`. Josselin Mouette/\./\ > : :' : [EMAIL PROTECTED] > `. `'[EMAIL PROTECTED] > `- Debian GNU/Linux -- The power of freedom > > Regards, Joop -- Linux for your hamradio desktop ___ http://www.qsl.net/pg4i/linux
Bug#445414: fuse #445414
Adam Cécile (Le_Vert) a écrit : Hi, I'll have a look asap, probably during this week end. Could you tell me from which version you were upgrading ? Regards, Adam. #!/bin/sh -e # Skip if there's no previous version if [ ! -z $2 ]; then if dpkg --compare-versions $2 lt 2.6.2-1; then stat=`dpkg-statoverride --list /usr/bin/fusermount || true` if [ "$stat" = "root fuse 4754 /usr/bin/fusermount" ]; then dpkg-statoverride --remove /usr/bin/fusermount; elif [ "$stat" = "root fuse 4750 /usr/bin/fusermount" ]; then dpkg-statoverride --remove /usr/bin/fusermount; fi fi if dpkg --compare-versions $2 ge 2.6.2-1; then update-rc.d -f fuse-utils remove >/dev/null 2>&1 || true rm -f /etc/init.d/fuse-utils fi # Remove doc directory, replaced by symlinks (See: #429424) if dpkg --compare-versions $2 lt 2.6.5-1; then rm -rf /usr/share/doc/fuse-utils fi fi #DEBHELPER# exit 0 If you were upgrading from any version older than 2.6.5-1, everything should have been fine. The symlink appeared in 2.6.5-1, however, proper pre-inst script has been introduced with 2.6.5-2. Here is what's happened to you: 1. An old fuse installation, prior to 2.6.5-1. 2. Update to 2.6.5-1. The directory should have been replaced by a symlink but the preinst script was not here. 3. Update to something newer. The preinst script ignore the remove-old-doc-dir step because it assumes it's already done. However, the crappy 2.6.5-1 package didn't do. Then the right fix would be: - if dpkg --compare-versions $2 lt 2.6.5-1; then + if dpkg --compare-versions $2 lt 2.6.5-2; then Could you please confirm what version you were updating, if possible ? Regards, Adam.
Bug#445949: ampache: [INTL:eu] Basque translation for debconf messages
Package: ampache Severity: wishlist Tags: patch l10n Hello Attached basque translation for ampache debconf messagesm, please commit it. thx -- 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 Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages ampache depends on: ii apache2-mpm-prefork 2.2.6-1Traditional model for Apache HTTPD ii debconf [debconf-2.0] 1.5.14 Debian configuration management sy ii php5 5.2.4-1server-side, HTML-embedded scripti ii php5-cli 5.2.4-1+b1 command-line interpreter for the p ii php5-gd 5.2.4-1+b1 GD module for php5 ii php5-mysql5.2.4-1+b1 MySQL module for php5 ii po-debconf1.0.9 manage translated Debconf template Versions of packages ampache recommends: ii mysql-server-5.0 5.0.45-1 MySQL database server binaries ii phpmyadmin4:2.11.1-1 Administrate MySQL over the WWW # Basque translations for ampache package debconf # PACKAGE paketearen Ingelesezko itzulpena. # Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Piarres Beobide <[EMAIL PROTECTED]>, 2007. # msgid "" msgstr "" "Project-Id-Version: ampache-debconf\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" "POT-Creation-Date: 2007-10-07 08:30+0200\n" "PO-Revision-Date: 2007-10-09 11:55+0200\n" "Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n" "Language-Team: Euskara <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../ampache.templates:2001 msgid "Configure Apache 2 web server for use with Ampache? " msgstr "Apache 2 web zerbitzaria Ampache-rekin erabiltzeko konfiguratu? " #. Type: boolean #. Description #: ../ampache.templates:3001 msgid "Restart Apache2 web server?" msgstr "Apache2 web zerbitzaria berreabiarazi?" #. Type: boolean #. Description #: ../ampache.templates:3001 msgid "" "The Apache 2 web server needs to be restarted to enable Ampache. Please " "choose whether you want to restart it automatically now or do it yourself " "later." msgstr "" "Apache 2 web zerbitzaria berrabiarazi egin behar da Ampache gaitzeko. " "Hautatu automatikoki orain edo beranduago zuk eskuz berrabiarazi nahi " "duzun."
Bug#445731: mplayer stops working after kernel update to 2.6.21
There is no difference at all in the outputs. I suspect this is not an MPlayer problem. Diego -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445945: xdpyinfo output
see attached xdpyinfo.outname of display:localhost:11.0 version number:11.0 vendor string:Sun Microsystems, Inc. vendor release number:6610 maximum request size: 262140 bytes motion buffer size: 256 bitmap unit, bit order, padding:32, MSBFirst, 32 image byte order:MSBFirst number of supported pixmap formats:5 supported pixmap formats: depth 1, bits_per_pixel 1, scanline_pad 32 depth 4, bits_per_pixel 8, scanline_pad 32 depth 8, bits_per_pixel 8, scanline_pad 32 depth 24, bits_per_pixel 32, scanline_pad 32 depth 32, bits_per_pixel 32, scanline_pad 32 keycode range:minimum 8, maximum 132 focus: window 0x168000d, revert to PointerRoot number of extensions:32 AccessX Adobe-DPS-Extension DOUBLE-BUFFER DPMS DPSExtension Extended-Visual-Information FBPM LBX MIT-SCREEN-SAVER MIT-SHM MIT-SUNDRY-NONSTANDARD Multi-Buffering RECORD RENDER SECURITY SHAPE ST SUN_ALLPLANES SUN_DGA SUN_OVL SUN_SME SYNC SolarisIA TOG-CUP X-Resource XC-APPGROUP XC-MISC XEVIE XIE XInputDeviceEvents XInputExtension XTEST default screen number:0 number of screens:1 screen #0: dimensions:1280x1024 pixels (361x288 millimeters) resolution:90x90 dots per inch depths (5):1, 4, 8, 24, 32 root window id:0x41 depth of root window:8 planes number of colormaps:minimum 1, maximum 5 default colormap:0x34 default number of colormap cells:8 preallocated pixels:black 0, white 255 options:backing-store YES, save-unders YES largest cursor:64x64 current input event mask:0x7a003f KeyPressMask KeyReleaseMask ButtonPressMask ButtonReleaseMaskEnterWindowMask LeaveWindowMask StructureNotifyMask SubstructureNotifyMask SubstructureRedirectMask FocusChangeMask PropertyChangeMask number of visuals:16 default visual id: 0x25 visual: visual id:0x20 class:PseudoColor depth:8 planes available colormap entries:256 red, green, blue masks:0x0, 0x0, 0x0 significant bits in color specification:8 bits visual: visual id:0x21 class:PseudoColor depth:8 planes available colormap entries:256 red, green, blue masks:0x0, 0x0, 0x0 significant bits in color specification:8 bits visual: visual id:0x22 class:StaticColor depth:8 planes available colormap entries:256 red, green, blue masks:0x7, 0x38, 0xc0 significant bits in color specification:8 bits visual: visual id:0x23 class:StaticGray depth:8 planes available colormap entries:256 red, green, blue masks:0x0, 0x0, 0x0 significant bits in color specification:8 bits visual: visual id:0x24 class:GrayScale depth:8 planes available colormap entries:256 red, green, blue masks:0x0, 0x0, 0x0 significant bits in color specification:8 bits visual: visual id:0x25 class:TrueColor depth:8 planes available colormap entries:8 per subfield red, green, blue masks:0x7, 0x38, 0xc0 significant bits in color specification:8 bits visual: visual id:0x26 class:DirectColor depth:8 planes available colormap entries:8 per subfield red, green, blue masks:0x7, 0x38, 0xc0 significant bits in color specification:8 bits visual: visual id:0x27 class:StaticGray depth:8 planes available colormap entries:256 red, green, blue masks:0x0, 0x0, 0x0 significant bits in color specification:8 bits visual: visual id:0x2e class:PseudoColor depth:8 planes available colormap entries:256 red, green, blue masks:0x0, 0x0, 0x0 significant bits in color specification:8 bits visual: visual id:0x2f class:PseudoColor depth:8 planes available colormap entries:255 red, green, blue masks:0x0, 0x0, 0x0 significant bits in color specification:8 bits visual: visual id:0x28 class:TrueColor depth:24 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color specification:8 bits visual: visual id:0x29 class:TrueColor depth:24 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color specification:8 bits visual: visual id:0x2a class:DirectColor depth:24 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color
Bug#445950: tex-guy.desktop points to an inexistent executable xgdviviewer
Package: tex-guy Version: 1.3.2-2+b1 Severity: normal Here is the contents of /usr/share/applications/tex-guy.desktop: [Desktop Entry] Version=1.0 Encoding=UTF-8 Name=DVI Viewer GenericName=DVI Viewer Comment=Veiw DVIs produced with TeX and LaTeX Type=Application Exec=xgdviviewer Icon=xgdviviewer Categories=Graphics; Publishing; xgdviviewer is not part of tex-guy nor of any Debian package. There is a xgdvi executable in xgdvi though, the source package of which is tex-guy, that does not have a .desktop file. Regards -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445952: spamprobe: [INTL:eu] Basque translation for debconf messages
Package: spamprobe Severity: wishlist Tags: patch l10n Hi Attached spamprobe basque translation for debconf messages, please commit it. thx -- 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 Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages spamprobe depends on: ii debconf [debconf-2.0] 1.5.14 Debian configuration management sy ii libc6 2.6.1-5GNU C Library: Shared libraries ii libdb4.6 4.6.19-1 Berkeley v4.6 Database Libraries [ ii libgcc1 1:4.2.1-6 GCC support library ii libjpeg62 6b-14 The Independent JPEG Group's JPEG ii libpng12-01.2.15~beta5-2 PNG library - runtime ii libstdc++64.2.1-6The GNU Standard C++ Library v3 ii libungif4g4.1.4-5shared library for GIF images Versions of packages spamprobe recommends: ii procmail 3.22-16Versatile e-mail processor # translation of spamprobe_0.9h-2_eu.po to Librezale.org # translation of spamprobe_0.9h-2_templates.po to Librezale.org # #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. # Piarres Beobide <[EMAIL PROTECTED]>, 2005. # msgid "" msgstr "" "Project-Id-Version: spamprobe_0.9h-2_eu\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" "POT-Creation-Date: 2007-10-02 06:34+0200\n" "PO-Revision-Date: 2005-01-17 22:55+0100\n" "Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n" "Language-Team: Librezale.org <[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.9.1\n" #. Type: note #. Description #: ../templates:2001 msgid "Upgrading to Berkeley DB 4.6" msgstr "Berkeley DB 4.6-ra eguneratzen" #. Type: note #. Description #: ../templates:2001 msgid "" "As of spamprobe 1.4d-1, the database format changed to Berkeley DB 4.6 and " "spamprobe is no longer able to modify databases using an older format." msgstr "" "Spamprobe 1.4d-1 bertsiotik aurrera databasea Berkeley DB 4.6 formatura " "aldatu da, spmaprobe ez da aurreko bertsioez sortutako databaseak " "eguneratzeko gai izango aurrerantzean." #. Type: note #. Description #: ../templates:2001 msgid "" "Since there is no general way to locate all existing databases, no automatic " "upgrade is attempted. A manual upgrade path using spamprobe export/import is " "outlined in the 'DATABASE MAINTENANCE' section of the spamprobe(1) manual " "page." msgstr "" "Ez dagoenez databaseak gordetzeko bide lehenetsirik, ez da eguneraketa " "automatikorik egingo. Spamprobe erabiliaz eskuz eguneratzeko modu bat " "spamprobe(1) manual orrialdeko 'DATABASE MAINTENANCE' atalean aurki dezakezu." #. Type: note #. Description #: ../templates:2001 msgid "" "All spamprobe users on this system should be informed of this change and " "advised to read the README.Debian file." msgstr "" "Sistema honetako spamprobe erabiltzaile guztiak aldaketa honetaz ohartu" " eta README.Debian fitxategia irakurtzea gonbidatu beharko lirateke."
Bug#393764: #393764: libmodule-scandeps-perl: new upstream release needed by libpar-perl
-=| Krzysztof Krzyżaniak, Tue, 18 Sep 2007 17:46:55 +0200 |=- > I've taken libmodule-scandeps-perl for Debian Catalyst Maintainers > (where Florian is maintainer as well). It's ready for upload but it > waits for libmodule-build-perl (>= 0.28) and in debian we still have > 0.26-1 version. module-build 0.28 is in the archive. Please give libmodule-scandeps-perl a push :) -- damJabberID: [EMAIL PROTECTED] signature.asc Description: Digital signature
Bug#417291: adduser: infinite loop in passwd and chfn calls on loss of controlling tty
This bug bit me when I tried to call adduser from within samba. (Obviously, I didn't do it right, but still an endless loop seems too hard a punishment for me...). A simpler way to reproduce is: adduser foo < /dev/null -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#439915: [Build-common-hackers] Bug#439915: Warning about Python policy breaks build process
Peter Eisentraut wrote: I can't reproduce this. Can you point out a package where this happens? Basically any package which is using old python policy. From the diff attached to the original report, the problem can be seen clearly. Hash (#) starts a comment in a Makefile and passing that to a function will result in error. To reproduce this, you can do the following: $ cat > /tmp/foo << 'EOF' bar = $(shell echo #) all: %TAB%echo $(bar) EOF $ sed -i "s/%TAB%/\t/" /tmp/foo $ make -f /tmp/foo all Regards, Jussi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445953: nm-vpnc and nm-openvpn should be moved to Suggests field
Package: network-manager-kde Version: 1:0.2~svn678822-3 Severity: wishlist --- Please enter the report below this line. --- With the new policy of apt, network-manager-vpnc and network-manager-openvpn should be moved to the Suggests field, since those packages depends on something like half of gnome libs in Debian. Thanks, Francesco --- System information. --- Architecture: powerpc Kernel: Linux 2.6.20-1-powerpc Debian Release: lenny/sid 500 unstablewww.debian-multimedia.org 500 unstabledownload.tuxfamily.org 500 unstabledebian.fastweb.it 1 experimentaldebian.fastweb.it --- Package information. --- Depends (Version) | Installed ===-+-=== kdelibs4c2a (>= 4:3.5.7-1) | 4:3.5.7.dfsg.1-7 libc6(>= 2.5-5) | 2.6.1-5 libdbus-1-3 (>= 1.1.1) | 1.1.1-3 libdbus-qt-1-1c2 (>= 0.62.git.20060814) | 0.62.git.20060814-2 libgcc1 (>= 1:4.2-20070516) | 1:4.2.1-6 libglib2.0-0(>= 2.12.9) | 2.14.1-5 libhal1 (>= 0.5.9) | 0.5.9.1-6 libice6(>= 1:1.0.0) | 2:1.0.4-1 libnl1-pre6 | 1.0~pre6-5 libnm-util0 | 0.6.5-2 libpng12-0(>= 1.2.13-4) | 1.2.15~beta5-2 libqt3-mt (>= 3:3.3.7) | 3:3.3.7-9 libsm6 | 2:1.0.3-1+b1 libstdc++6(>= 4.2-20070516) | 4.2.1-6 libx11-6| 2:1.0.3-7 libxext6| 1:1.0.3-2 zlib1g(>= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-6 network-manager (>= 0.6.2) | 0.6.5-2 -- :wq -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#438118: [alsa-devel] [Pkg-alsa-devel] Bug#438118: alsa-utils: aplay non-blocking mode isn't working
At Thu, 27 Sep 2007 14:16:29 +0200 (CEST), Anders Boström wrote: > > > "TI" == Takashi Iwai <[EMAIL PROTECTED]> writes: > > TI> At Tue, 18 Sep 2007 09:41:48 +0200 (CEST), > TI> Anders Boström wrote: > >> > >> > "TI" == Takashi Iwai <[EMAIL PROTECTED]> writes: > >> > >> >> can one please have a lokk at this? aplay -N isn't working for the > >> >> OP. > >> > TI> Cannot reproduce here. Could you _post_ more details? > >> > >> OK, I've tested more, and discovered that the problem seems to be that > >> the end of the sound is cut in non-blocking mode. And if I play a very > >> short sound-file, I can't hear anything. Blocking mode works fine. > >> > >> When using non-blocking mode, an strace contains "ioctl(4, 0x4144, > >> 0x2b9f785d8000)= -1 EAGAIN (Resource temporarily > >> unavailable)". Blocking mode never contains the EAGAIN response. > >> > >> I attach two files. When playing halt.au, I can only hear the start, > >> about as much as "ha". When playing metal.au, I can't hear anything. > > TI> OK, thanks, I see the problem now. > > TI> I don't remember whether it's a feature or a bug. The drain ioctl > TI> rejects the non-block mode. > > I can understand the idea here, that in non-blocking mode, no call > should block, ever. But on the other hand, if you call the drain > ioctl, you probably expect it to work, even in non-blocking mode. Why > would you otherwise call it? Yes, that's my opinion, too. This particular ioctl is to block the operation, so it should be allowed as long as it's called. But I vaguely remember that we discussed about it, and the current form is the result of that. Namely, we can call snd_pcm_nonblock(FALSE) explicitly before calling snd_pcm_drain(). Though, I prefer fixing the behavior in the core side to allow the blocking with this call... Any reasonable objections in mind? Takashi
Bug#445731: mplayer stops working after kernel update to 2.6.21
> There is no difference at all in the outputs. I suspect this is not an > MPlayer problem. Actually there is, in the later one audio gets stuck at 0.0 seconds. My guess is that ALSA broke... Greetings, Reimar Döffinger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#417917: removing openafs kernel module causes kernel error, reinsertion fails
Can reproduce it here with uptodate etch, with custom (no patches) 2.6.16.51 kernel. Module installed from source package. Unloading module (/etc/init.d/openafs-client restart) renders whole machine unusable. Kernel configuration, snippet from /var/log/messages and afs.conf.client are attached. -- Hasso Tepper AFS_CLIENT=true AFS_AFSDB=false AFS_CRYPT=false AFS_DYNROOT=true AFS_FAKESTAT=true Oct 9 11:32:52 server kernel: COLD shutting down of: CB... afs... BkG... CTrunc... AFSDB... RxEvent... UnmaskRxkSignals... RxListener... Oct 9 11:32:52 server kernel: [] kmem_cache_destroy+0x79/0xf7 Oct 9 11:32:52 server kernel: [] afs_destroy_inodecache+0xb/0xd [openafs] Oct 9 11:32:52 server kernel: [] cleanup_module+0x1e/0x57 [openafs] Oct 9 11:32:52 server kernel: [] sys_delete_module+0x17e/0x1a8 Oct 9 11:32:52 server kernel: [] do_munmap+0x194/0x1b0 Oct 9 11:32:52 server kernel: [] syscall_call+0x7/0xb Oct 9 11:32:53 server kernel: Found system call table at 0xc02c42a0 (pattern scan) Oct 9 11:32:53 server kernel: kmem_cache_create: duplicate cache afs_inode_cache Oct 9 11:32:53 server kernel: [] kmem_cache_create+0x410/0x446 Oct 9 11:32:53 server kernel: [] printk+0x14/0x18 Oct 9 11:32:53 server kernel: [] afs_init_inodecache+0x1d/0x2e [openafs] Oct 9 11:32:53 server kernel: [] init_once+0x0/0x10 [openafs] Oct 9 11:32:53 server kernel: [] init_module+0x21/0x8d [openafs] Oct 9 11:32:53 server kernel: [] sys_init_module+0x135a/0x14e1 Oct 9 11:32:53 server kernel: [] prio_tree_insert+0x1f/0x1ef Oct 9 11:32:53 server kernel: [] vma_prio_tree_insert+0x1a/0x35 Oct 9 11:32:53 server kernel: [] vma_link+0x86/0x8e Oct 9 11:32:53 server kernel: [] do_mmap_pgoff+0x4e6/0x63a Oct 9 11:32:53 server kernel: [] sys_mmap2+0x60/0x8d Oct 9 11:32:53 server kernel: [] syscall_call+0x7/0xb Oct 9 11:32:53 server kernel: f8b0b0a8 Oct 9 11:32:53 server kernel: Modules linked in: ipv6 Oct 9 11:32:53 server kernel: EIP:0060:[]Tainted: P VLI Oct 9 11:32:53 server kernel: EFLAGS: 00210283 (2.6.16.51 #1) Oct 9 11:32:53 server kernel: <1>Unable to handle kernel paging request at virtual address f8b0b0a8 Oct 9 11:32:53 server kernel: f8b0b0a8 Oct 9 11:32:53 server kernel: Modules linked in: ipv6 Oct 9 11:32:53 server kernel: EIP:0060:[]Tainted: P VLI Oct 9 11:32:53 server kernel: EFLAGS: 00210283 (2.6.16.51 #1) Oct 9 11:32:57 server kernel: <1>Unable to handle kernel paging request at virtual address f8b0b0a8 Oct 9 11:32:57 server kernel: f8b0b0a8 Oct 9 11:32:57 server kernel: Modules linked in: ipv6 Oct 9 11:32:57 server kernel: EIP:0060:[]Tainted: P VLI Oct 9 11:32:57 server kernel: EFLAGS: 00210283 (2.6.16.51 #1) Oct 9 11:32:58 server kernel: <1>Unable to handle kernel paging request at virtual address f8b0b0a8 Oct 9 11:32:58 server kernel: f8b0b0a8 Oct 9 11:32:58 server kernel: Modules linked in: ipv6 # # Automatically generated make config: don't edit # Linux kernel version: 2.6.16.51 # Fri May 11 23:27:28 2007 # CONFIG_X86_32=y CONFIG_SEMAPHORE_SLEEPERS=y CONFIG_X86=y CONFIG_MMU=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_DMI=y # # Code maturity level options # CONFIG_EXPERIMENTAL=y CONFIG_BROKEN_ON_SMP=y CONFIG_INIT_ENV_ARG_LIMIT=32 # # General setup # CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y # CONFIG_POSIX_MQUEUE is not set # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y # CONFIG_AUDIT is not set # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_UID16=y CONFIG_VM86=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_EMBEDDED is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_ELF_CORE=y CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_EPOLL=y CONFIG_SHMEM=y CONFIG_CC_ALIGN_FUNCTIONS=0 CONFIG_CC_ALIGN_LABELS=0 CONFIG_CC_ALIGN_LOOPS=0 CONFIG_CC_ALIGN_JUMPS=0 CONFIG_SLAB=y # CONFIG_TINY_SHMEM is not set CONFIG_BASE_SMALL=0 # CONFIG_SLOB is not set # # Loadable module support # CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y CONFIG_MODULE_FORCE_UNLOAD=y CONFIG_OBSOLETE_MODPARM=y CONFIG_MODVERSIONS=y # CONFIG_MODULE_SRCVERSION_ALL is not set CONFIG_KMOD=y # # Block layer # CONFIG_LBD=y # # IO Schedulers # CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_AS=y CONFIG_IOSCHED_DEADLINE=y CONFIG_IOSCHED_CFQ=y CONFIG_DEFAULT_AS=y # CONFIG_DEFAULT_DEADLINE is not set # CONFIG_DEFAULT_CFQ is not set # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="anticipatory" # # Processor type and features # CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_NUMAQ is not set # CONFIG_X86_SUMMIT is not set # CONFIG_X86_BIGSMP is not set # CONFIG_X86_VISWS is not set # CONFIG_X86_GENERICARCH is not set # CONFIG_X86_ES7000 is not set # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M
Bug#423576: uswsusp: Problem solved in 2.6.23?
Package: uswsusp Followup-For: Bug #423576 Hey, I've been working with swap on LVM as well, and it works for me using 2.6.23-rc9. I've also tested 2.6.22, which did not work (though it does poweroff and breaks the swap signature, but does not resume). So, it seems that 2.6.23 will fix this problem. Perhaps the original reporter can verify this? Gr. Matthijs -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.23-rc9-g18ca6f26-dirty (PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages uswsusp depends on: ii debconf [debconf-2.0] 1.5.14 Debian configuration management sy ii libc6 2.6.1-1 GNU C Library: Shared libraries ii libgcc1 1:4.2.1-4GCC support library ii libgcrypt11 1.2.4-2 LGPL Crypto library - runtime libr ii liblzo2-2 2.02-3 data compression library ii libsplashy1 0.3.5Library to draw splash screen on b ii libx86-10.99-1.2 x86 real-mode library ii zlib1g 1:1.2.3.3.dfsg-5 compression library - runtime Versions of packages uswsusp recommends: ii initramfs-tools 0.90a tools for generating an initramfs ii mount 2.13-2 Tools for mounting and manipulatin -- debconf information: uswsusp/suspend_loglevel: uswsusp/no_swap: uswsusp/resume_offset: uswsusp/early_writeout: true uswsusp/image_size: 666318110 uswsusp/snapshot_device: uswsusp/max_loglevel: uswsusp/shutdown_method: platform uswsusp/encrypt: false uswsusp/RSA_key_bits: 1024 uswsusp/continue_without_swap: true uswsusp/compute_checksum: false uswsusp/no_snapshot: uswsusp/compress: true uswsusp/create_RSA_key: false uswsusp/RSA_key_file: /etc/uswsusp.key uswsusp/resume_device: /dev/mapper/Xanthe-swap uswsusp/splash: true -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445954: Message ID links should go via msgid-search
Package: lists.debian.org Severity: wishlist Posts in the archive have a Message-Id header with a link to the current URL. That's kind of useless. Instead, it would be great if the URL could point to http://lists.d.o/msgid-search/$the_message_id, so that it's easier to obtain a truely permanent link for any given post. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core) Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer, author, administrator, and user `. `'` http://people.debian.org/~madduck - http://debiansystem.info `- Debian - when you have better things to do than fixing systems digital_signature_gpg.asc Description: Digital signature (see http://martin-krafft.net/gpg/)
Bug#445955: 'once' mode for chkrootkit cron diff mode
Package: chkrootkit Severity: wishlist Tags: patch Chkrootkit sometimes reports valid files as suspicious, such as /lib/init/rw/.ramfs and .mdadm, and if a packet sniffer is running on an interface such as snort. For these cases, I'd like to know when something changes in the chkrootkit output. However, the current diff mode of the chkrootkit cron script only sends a message about the changed output once. What I'd like is that it continually warns about the change until the sysadmin acknowledges the change. Therefore, I have modified the cron script with an additional 'once' diff mode (attached). Contrary to the current diff mode, it creates the $LOG_DIR/log.old file, but does not overwrite it if it already exists. Thus, if something changes and chkrootkit generates a different output, the cron script will continually warn about the change, until the sysadmin deletes the $LOG_DIR/log.old file by hand. The next run of the cron script will then recreate it with the new chkrootkit output. chkrootkit.cron-daily Description: application/shellscript
Bug#445957: linux-source-2.6.22: creating a snapshot hangs the system
Package: linux-source-2.6.22 Version: 2.6.22-4 Severity: grave Justification: causes non-serious data loss when i create a snapshot with for example lvcreate -s -L 3g -n snap_var_lv /dev/system_vg/var_lv the command hangs, is uninterruptable and the system is frozen. tested with linux-image-2.6.22-amd64, linux-image-2.6.22-486 and some systems linux-image-2.6.21-{amd64,486} works perfectly. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (800, 'testing'), (700, 'stable'), (500, 'testing-proposed-updates'), (500, 'proposed-updates'), (70, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.18-5-xen-amd64 (SMP w/1 CPU core) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445825: multipath-tools-boot should run after libdevmapper1.02
Am Dienstag, 9. Oktober 2007 schrieb Guido Guenther: > That said /etc/init.d/libdevmapper* doesn't create any directories by > itself it merely loads dm-mod and other device mapper modules. Since > dm-mod is also loaded by dm-multipath which in turn gets loaded by > /etc/init.d/multipath-tools-boot this shouldn't have any relevance. I'm > quiet sure the bug is somewhere else - you should be able to disable the > /etci/init.d/libdevmapper* scripts completely. I have to revise my analysis of the problem. It is indeed independent of libdevmapper. The problem is that multipath-tools-boot starts before udev, so whatever devices it may have created will be shadowed by udev. I could fix it by moving multipath-tools-boot to S04. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445956: script: terminates on window resize
Package: bsdutils Version: 1:2.13-8 Severity: important Hi, the new version of script terminates in case the terminal gets resized. Bug appeared between 1:2.12r-19 and 2.13-8 Reproduce - run script - see the shell - resize the window - see "Script done, file is typescript" Flo -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.23-rc9 (PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages bsdutils depends on: ii libc6 2.6.1-1+b1 GNU C Library: Shared libraries ii libncurses5 5.6+20070825-1 Shared libraries for terminal hand Versions of packages bsdutils recommends: ii bsdmainutils 6.1.6 collection of more utilities from -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445937: bzr: tagging doesn't work
* Peter Eisentraut [Tue, 09 Oct 2007 11:02:05 +0200]: > Package: bzr > Version: 0.91-2 > Severity: normal > trunk$ bzr tags > trunk$ bzr tag TESTTAG > bzr: ERROR: Tags not supported by > BzrBranch5('bzr+ssh://hostname/whatever/trunk/'); you may be able to use bzr > upgrade --dirstate-tags. Note, here, that you're running `bzr tag TESTTAG` in a local branch ('trunk'), but it complains about the remote branch ('bzr+ssh://...') being the one that doesn't support tags. This probably means the local branch is a checkout, and albeit it's upgraded to a format that supports tags, the remote branch is not. You'll need to do: % bzr upgrade --dirstate-tags sftp://hostname/whatever/trunk (`bzr upgrade` does not work over bzr+ssh://, the last time I checked.) > trunk$ bzr upgrade --dirstate-tags > bzr: ERROR: The branch format Bazaar-NG meta directory, format 1 is already > at the most recent format. Right, this tries to upgrade the local branch, which is already upgraded. > This worked just a second ago with 0.18-1 before I upgraded. That one > had also asked me to run the upgrade command, which I did and then I > could set and delete tags. Probably the branch where it worked was not a checkout, just a normal branch. Please let me know if I got things right or not. Cheers, -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org Listening to: Andrés Calamaro - Contigo aprendí
Bug#445958: vorbisgain: tramples upon mtimes
Package: vorbisgain Version: 0.36-3 Severity: normal Tags: patch When a file's metadata is updated, the mtime is changed to the current time. Whether this is correct or not is often a religious issue (metadata-vs-data), but, generally, all other tag-editing software choose to keep the timestamp. Since the upstream fixed the issue, it is bad to ignore the fix altogether. At the very least, there should be a command-line option to follow the upstream and The Only Right(tm) behaviour. I attached a patch to add "-p", in consistency with mp3gain and metaflac which both have this option but are configured in Debian to have it disabled by default. Of course, it would be better to do it like easytag and have a correct default, but an option will keep heretics like #281316 happy. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445430: et131x-source: please add kernel 2.6.23 compatibility
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'll update this when 2.6.23 enter unstable or when it's released as stable in www.kernel.org. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHC2MWNTNQylgICMQRAlObAKCsXBML0CcxRYWAp0GJnQIORIdtfwCggFXi FT3k9rTVrNHiU03TxQtIUrM= =4dEp -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445959: icedove - FTBFS: error: 'asm' operand has impossible constraints
Package: icedove Version: 2.0.0.6-1 Severity: serious There was an error while trying to autobuild your package: > Automatic build of icedove_2.0.0.6-1 on debian-31.osdl.marist.edu by > sbuild/s390 98 [...] > make[7]: Entering directory > `/build/buildd/icedove-2.0.0.6/build-tree/mozilla/xpcom/reflect/xptcall/src/md' > make[8]: Entering directory > `/build/buildd/icedove-2.0.0.6/build-tree/mozilla/xpcom/reflect/xptcall/src/md/unix' > xptcinvoke_linux_s390x.cpp > g++-4.2 -o xptcinvoke_linux_s390x.o -c -fvisibility=hidden > -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" > -DBUILD_ID=2007100908 -DEXPORT_XPTC_API > -I../../../../../../dist/include/xpcom -I../../../../../../dist/include > -I/usr/include/nspr -I/usr/include -I/usr/include -I./../..-fPIC > -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align > -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor > -Wno-long-long -pedantic -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED > -pipe -w -O2 -fno-strict-aliasing -g -fno-strict-aliasing -fno-inline > -fomit-frame-pointer -mbackchain -DMOZILLA_CLIENT -include > ../../../../../../mozilla-config.h -Wp,-MD,.deps/xptcinvoke_linux_s390x.pp > xptcinvoke_linux_s390x.cpp > xptcinvoke_linux_s390x.cpp: In function 'nsresult > XPTC_InvokeByIndex(nsISupports*, PRUint32, PRUint32, nsXPTCVariant*)': > xptcinvoke_linux_s390x.cpp:248: error: can't find a register in class > 'ADDR_REGS' while reloading 'asm' > xptcinvoke_linux_s390x.cpp:248: error: 'asm' operand has impossible > constraints > make[8]: *** [xptcinvoke_linux_s390x.o] Error 1 > make[8]: Leaving directory > `/build/buildd/icedove-2.0.0.6/build-tree/mozilla/xpcom/reflect/xptcall/src/md/unix' > make[7]: *** [libs] Error 2 > make[7]: Leaving directory > `/build/buildd/icedove-2.0.0.6/build-tree/mozilla/xpcom/reflect/xptcall/src/md' > make[6]: *** [libs] Error 2 > make[6]: Leaving directory > `/build/buildd/icedove-2.0.0.6/build-tree/mozilla/xpcom/reflect/xptcall/src' > make[5]: *** [libs] Error 2 > make[5]: Leaving directory > `/build/buildd/icedove-2.0.0.6/build-tree/mozilla/xpcom/reflect/xptcall' > make[4]: *** [libs] Error 2 > make[4]: Leaving directory > `/build/buildd/icedove-2.0.0.6/build-tree/mozilla/xpcom/reflect' > make[3]: *** [libs] Error 2 > make[3]: Leaving directory > `/build/buildd/icedove-2.0.0.6/build-tree/mozilla/xpcom' > make[2]: *** [tier_2] Error 2 > make[2]: Leaving directory `/build/buildd/icedove-2.0.0.6/build-tree/mozilla' > make[1]: *** [default] Error 2 > make[1]: Leaving directory `/build/buildd/icedove-2.0.0.6/build-tree/mozilla' > make: *** [debian/stamp-makefile-build] Error 2 > ** > Build finished at 20071009-0458 > FAILED [dpkg-buildpackage died] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445958: damn, forgotten the patch...
Oh well... and here's the patch... diff -Nurd vorbisgain-0.36/vorbis.c vorbisgain-0.36mtime/vorbis.c --- vorbisgain-0.36/vorbis.c 2007-10-09 12:04:52.0 +0200 +++ vorbisgain-0.36mtime/vorbis.c 2007-10-09 12:04:22.003508825 +0200 @@ -557,7 +557,8 @@ * message has been printed). */ int write_gains(const char *filename, float track_peak, float track_gain, -float album_peak, float album_gain, int verbose, int remove_tags) +float album_peak, float album_gain, int verbose, int remove_tags, +SETTINGS* settings) { struct stat stat_buf; struct utimbuf utime_buf; @@ -767,15 +768,16 @@ file_error(_("Note: Couldn't set mode for file '%s': "), filename); } -#if 0 /* Disable for Debian, this surprises people and is not useful --liw */ -utime_buf.actime = stat_buf.st_atime; -utime_buf.modtime = stat_buf.st_mtime; - -if (utime(filename, &utime_buf) != 0) +if (!settings->trample_mtime) { -file_error(_("Note: Couldn't set time for file '%s': "), filename); +utime_buf.actime = stat_buf.st_atime; +utime_buf.modtime = stat_buf.st_mtime; + +if (utime(filename, &utime_buf) != 0) +{ +file_error(_("Note: Couldn't set time for file '%s': "), filename); +} } -#endif result = 0; diff -Nurd vorbisgain-0.36/vorbisgain.1 vorbisgain-0.36mtime/vorbisgain.1 --- vorbisgain-0.36/vorbisgain.1 2007-10-09 12:04:52.0 +0200 +++ vorbisgain-0.36mtime/vorbisgain.1 2007-10-09 11:53:43.500068589 +0200 @@ -72,6 +72,10 @@ .IP "-n, --no-progress" Only display results, but don't show progress in percentages and times. This can be useful if the output is piped into other programs. +.IP "-p, --preserve-mtime" +Do not trample upon the timestamps of any files being worked on. This obeys +the expected data-vs-metadata behaviour, but can confuse some naive +archivers. .IP "-q, --quiet" Do not display any output while processing. Only error and warning messages will be printed. @@ -200,7 +204,8 @@ .SH NOTE The version of vorbisgain packaged for Debian differs in two ways from the upstream version. First, it does not retain the modification time -of the input file: if tags are changed in a file, the mtime will change. +of the input file by default: if tags are changed in a file, the mtime will +change; you can specify "-p" to get the normal behaviour. Second, it does not try to process wildcards in filenames. This makes it impossible to say "process all foo*.ogg in all subdirectories", but also avoids problems with filenames that actually contain wildcards. diff -Nurd vorbisgain-0.36/vorbisgain.c vorbisgain-0.36mtime/vorbisgain.c --- vorbisgain-0.36/vorbisgain.c 2005-02-06 18:41:19.0 +0100 +++ vorbisgain-0.36mtime/vorbisgain.c 2007-10-09 12:02:59.067786384 +0200 @@ -235,7 +235,7 @@ { if (write_gains(file->filename, file->track_peak, file->track_gain, album_peak, file->album_gain, -!settings->quiet, 0) < 0) +!settings->quiet, 0, settings) < 0) { return -1; } @@ -288,7 +288,7 @@ else { if (write_gains(file->filename, NO_PEAK, NO_GAIN, -NO_PEAK, NO_GAIN, !settings->quiet, 1) < 0) +NO_PEAK, NO_GAIN, !settings->quiet, 1, settings) < 0) { return -1; } @@ -425,7 +425,8 @@ if (!settings->album) { if (!settings->display_only && write_gains(file->filename, -file->track_peak, file->track_gain, NO_PEAK, NO_GAIN, 0, 0) < 0) +file->track_peak, file->track_gain, NO_PEAK, NO_GAIN, 0, 0, +settings) < 0) { return -1; } @@ -466,7 +467,7 @@ if (write_gains(file->filename, file->track_peak, file->track_gain, album_peak, album_gain, -!settings->quiet, 0) < 0) +!settings->quiet, 0, settings) < 0) { return -1; } @@ -497,6 +498,7 @@ fprintf(stderr, _(" -h, --help Print this help text\n")); fprintf(stderr, _(" -n, --no-progressDon't show progress, just print results\n")); fprintf(stderr, _(" -q, --quiet Don't print any output (except errors)\n")); +fprintf(stderr, _(" -p, --preserve-mtime Don't change the timestamps\n")); #ifdef ENABLE_RECURSIVE fprintf(stderr, _(" -r, --recursive Search for files recursivly, each folder as an album\n")); #endif @@ -522,6 +524,7 @@ {"fast", 0, NULL, 'f'}, {"help", 0, NULL, 'h'}, {"no-progress", 0, NULL, 'n'}, +{"preserve-mtime",0,NULL, 'p'}, {"quiet",0, NULL, 'q'}, #ifdef ENABLE_RECURSIVE {"recursive",0, NULL, 'r'}, @@ -53
Bug#445866: ITP: perforce -- closed source revision control system
On Tue, 2007-10-09 at 05:41 +0300, Faidon Liambotis wrote: > Daniel Jacobowitz wrote: > > On Mon, Oct 08, 2007 at 03:41:21PM -0400, Roberto C. S?nchez wrote: > >> Given the great abundance of revision control systems already packaged > >> for Debian, what is the point of adding another? Especially when it is > >> non-free. > > > > How about "people use it"? There's plenty of installations of > > perforce; I think making it easier to use Debian with them is > > within the mandate for non-free. > I'd say upload only the client to non-free. > > We should provide users a way to use their existent preforce servers but > we should not encourage new installations of perforce. > > Sounds like a compromise to me :) Indeed, my primary aim was to make it easy for anyone wanting to run debian in an org that uses perforce (i.e. people like myself). I agree the server package is of less use in this respect, its simply there to make it easy for people to choose debian on the server side as well. Pending the legal conclusions I'll upload just the client package initially. signature.asc Description: This is a digitally signed message part
Bug#445960: RFP: cut -- C Unit Test System
Package: wnpp Severity: wishlist * Package name: cut Version : 2.3 Upstream Author : Samuel A. Falvo II <[EMAIL PROTECTED]>, William D. Tanksley <[EMAIL PROTECTED]> * URL : http://sourceforge.net/projects/cut/ * License : zlib/libpng license Programming Lang: C Description : C Unit Test System CUT is a simple, to-the-point unit testing system. It's different from other unit test packages in that it follows the KISS principle. It's designed for C testing, not designed to emulate SUnit. Unlinke other test systems, this one comes with code generator, that will find all test cases in a given set of sources and generate the test runner. No additional library is needed, all functions are placed into the generated source. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- Jan 'Bulb' Hudec <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445866: ITP: perforce -- closed source revision control system
On Mon, 2007-10-08 at 14:42 -0700, Tyler MacDonald wrote: > Florian Weimer <[EMAIL PROTECTED]> wrote: > > Seems to me that this depends on Perforce. D'oh. > > > > (I don't know anything about Perforce. Perhaps it's really dangerous > > software. But perhaps it's just non-free.) > > Perforce is an absolutely *excellent* VCS with the unfortunate > distinction of being proprietary. SubVersion can do most (but not all) of > what it does, albeit 10 times slower. Still, I've migrated all of my stuff > over to subversion, because, well, subversion is free. Perforce is free (as > in "free beer") for open source developers, if you want more than 2 users on > one VCS server, you have to sign a contract, get a license, give the > perforce people full access to your repo, sign a new contract whenever you > server's IP address changes, and renew each year Slightly off topic, but you don't need to give the perforce people access to you repo (unless you really want them to come in a fix something) and you don't need to renew each year (unless you want support from them). signature.asc Description: This is a digitally signed message part
Bug#445432: et131x-source: please remove custom postinst maintainer script
Stefan Lippers-Hollmann wrote: > Package: et131x-source > Version: 1.2.3-4 > Severity: wishlist > > *** Please type your report below this line *** > > The custom postinst in et131x seems to be bogus: > if [ -x /usr/sbin/update-devfsd ] ; then > /usr/sbin/update-devfsd 2>/dev/null || true > fi > It is not present in etch/ stable, lenny/ testing or unstable, and only > available in sarge/ oldstable, which might not be a prime candidate for > backports anymore: > $ wget -qO- ftp://ftp.nl.debian.org/debian/dists/sid/Contents-i386.gz | > zgrep update-devfsd > $ wget -qO- ftp://ftp.nl.debian.org/debian/dists/lenny/Contents-i386.gz > | zgrep update-devfsd > $ wget -qO- ftp://ftp.nl.debian.org/debian/dists/etch/Contents-i386.gz > | zgrep update-devfsd > $ wget -qO- ftp://ftp.nl.debian.org/debian/dists/sarge/Contents-i386.gz > | zgrep update-devfsd > usr/sbin/update-devfsd admin/devfsd > usr/share/man/man8/update-devfsd.8.gz admin/devfsd > $ > Which is obvious, because etch doesn't ship with any devfs compatible kernel. > > I agree with this. > While modprobing > modprobe et131x 2>/dev/null || true > the module might not be intended by merely installing a module package in > chroot (and similar) environments or even make debugging more difficult > (modprobing a > new module with debug parameters (et131x_debug_flags, et131x_debug_level, > ...). > Other module packages (especially in the wlan arena) tend not to try this > and leave the insmod to the user or udev (on boot), especially given that it > fails quite often (installing new kernel and module package at the same time, > yes I see that the return value is disregarded anyways). > Here, I don't agree. We must to do to the user to be installations as easy as possible. If you want to do debug, then you know what are you doing, so you don't need to use the built package for your kernel. The target of this package is *users*. As you said, the wlan modules have a lot of parameters (essid, wpa/wep configuration, keys...) that do that it's very difficult it works, but this works in 90% without touch anything (NetworkManager and DHCP helps). > Besides this, there are no further custom modifications to postinst, besides > the automatically added debhelper stanza for depmod. > > Feel free to close this bug report. > Thanks for you report bug! I'll modify the first one in next upload and I'll close this bug then! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445962: menu: Update debconf PO translation (Polish)
Package: menu Version: 2.1.37 Severity: wishlist Tags: l10n -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core) Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages menu depends on: ii dpkg 1.14.6 package maintenance system for Deb ii libc6 2.6.1-1+b1 GNU C Library: Shared libraries ii libgcc1 1:4.2.1-4 GCC support library ii libstdc++64.2.1-4The GNU Standard C++ Library v3 menu recommends no packages. -- no debconf information menu.pl.po.gz Description: GNU Zip compressed data
Bug#445961: libxml2-utils: xmllint fails to report line-numbers above 65535
Package: libxml2-utils Version: 2.6.27.dfsg-1 Severity: normal xmllint is unable to report line number for lines above 65535. Every line after this line is wrongly reported as 65535. Output example (65530 to 65540 are blank lines): $ xmllint --noout --schema ../../osisCore.2.1.1.xsd 5-darby.xml ... 5-darby.xml:57325: element lg: Schemas validity error : Element '{http://www.bibletechnologies.net/2003/OSIS/namespace}lg': Character content other than whitespace is not allowed because the content type is 'element-only'. 5-darby.xml:65535: element lg: Schemas validity error : Element '{http://www.bibletechnologies.net/2003/OSIS/namespace}lg': Character content other than whitespace is not allowed because the content type is 'element-only'. 5-darby.xml:65535: element lg: Schemas validity error : Element '{http://www.bibletechnologies.net/2003/OSIS/namespace}lg': Character content other than whitespace is not allowed because the content type is 'element-only'. 5-darby.xml:65535: element note: Schemas validity error : Element '{http://www.bibletechnologies.net/2003/OSIS/namespace}note': This element is not expected. 5-darby.xml fails to validate $ -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (990, 'stable'), (100, 'oldstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.22.5.skc6 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Versions of packages libxml2-utils depends on: ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries ii libncurses55.5-5 Shared libraries for terminal hand ii libreadline5 5.2-2 GNU readline and history libraries ii libxml22.6.27.dfsg-1 GNOME XML library ii zlib1g 1:1.2.3-13compression library - runtime libxml2-utils recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#187019: catch .. 523
Want to meet with young girl or boy? Want to have sex with teens ? We will help you ! mailto:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#235107: catch .. 726
Want to meet with young girl or boy? Want to have sex with teens ? We will help you ! mailto:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#156532: catch .. 114
Want to meet with young girl or boy? Want to have sex with teens ? We will help you ! mailto:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#443136: I confirm this bug
Scribit Christian Marillat dies 09/10/2007 hora 09:23: > > Regarding this bug: #443136, tries to create directories in wrong > > order. I confirm it. > Even with a 'sitecopy -i' before the first update ? Reading the manpage, I'm pretty sure I don't want to do that, it says about '-i': "making sitecopy think there are NO files on the remote server". But this is the contrary. There are NO files on the local side, and the remote side is fully populated. > I've moved my repository to another machine two weeks ago without > problems. Maybe that's just the manpage (or the bug is between the chair and the keyboard). What did you do to get a fresh local copy of an existing remote site? Curiously, Pierre -- [EMAIL PROTECTED] OpenPGP 0xD9D50D8A signature.asc Description: Digital signature
Bug#439272: sysprof: package not usable
Hi, Cyril Brulebois wrote: > Ritesh Raj Sarraf <[EMAIL PROTECTED]> (05/10/2007): >> This bug [#439272] is marked "grave" and is not usable because of the >> missing library file. > >> Any fixes ? > > I'm suggesting a binNMU, since a rebuild looks like sufficient to update > the dependencies (in terms of .so, not in terms of packages, although > libxcomposite1 and libxdamage1 get added), so that the program at least > starts. I've just uploaded a new version of the sysprof package. This should fix the problem for some time but, it will eventually reappear at the next release of libbfd. I think that a real solution would be to manage to get rid of this dependency, or at least link statically with it. If you love sysprof and are willing to do it, please consider my RFA (#445205). Cheers, Samuel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#444532: mdk: FTBFS: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
tag 444532 patch pending thanks Lucas Nussbaum <[EMAIL PROTECTED]> (29/09/2007): > Justification: FTBFS on i386 Hi. Please find attached for the NMU I prepared. Since it is similar to the previous one, will you give me a go for an immediate upload, or should I use DELAYED/n? Feel free to sponsor the upload[1] if you wish. 1. http://kibi.dyndns.org:8083/~kibi/bsp2/mdk_1.2.3-1.1.dsc (will be available until the upload happens, moved under the done/ subdirectory afterwards) Cheers, -- Cyril Brulebois diff -u mdk-1.2.3/debian/changelog mdk-1.2.3/debian/changelog --- mdk-1.2.3/debian/changelog +++ mdk-1.2.3/debian/changelog @@ -1,3 +1,12 @@ +mdk (1.2.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove â-DGTK_DISABLE_DEPRECATEDâ from configure{,.in} to avoid FTBFS due +to the transition to Gtk 2.12 (Closes: #444532). + * No longer ignore âmake distcleanâ errors, per lintian. + + -- Cyril Brulebois <[EMAIL PROTECTED]> Tue, 09 Oct 2007 15:31:17 +0200 + mdk (1.2.3-1) unstable; urgency=low * New upstream version diff -u mdk-1.2.3/debian/rules mdk-1.2.3/debian/rules --- mdk-1.2.3/debian/rules +++ mdk-1.2.3/debian/rules @@ -28,7 +28,7 @@ rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean dh_clean only in patch2: unchanged: --- mdk-1.2.3.orig/configure.in +++ mdk-1.2.3/configure.in @@ -130,7 +130,7 @@ fi if test x$gui = xtrue; then -AM_CFLAGS="$AM_CFLAGS -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED" +AM_CFLAGS="$AM_CFLAGS -DGDK_DISABLE_DEPRECATED" fi dnl use the provided getopt if gnu getopt is not available only in patch2: unchanged: --- mdk-1.2.3.orig/configure +++ mdk-1.2.3/configure @@ -13391,7 +13391,7 @@ fi if test x$gui = xtrue; then -AM_CFLAGS="$AM_CFLAGS -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED" +AM_CFLAGS="$AM_CFLAGS -DGDK_DISABLE_DEPRECATED" fi pgpUuLOHvkEcr.pgp Description: PGP signature
Bug#445937: bzr: tagging doesn't work
Am Dienstag, 9. Oktober 2007 schrieb Adeodato Simó: > You'll need to do: > > % bzr upgrade --dirstate-tags sftp://hostname/whatever/trunk Yes, that worked. > (`bzr upgrade` does not work over bzr+ssh://, the last time I checked.) Right, that did not. > > This worked just a second ago with 0.18-1 before I upgraded. That one > > had also asked me to run the upgrade command, which I did and then I > > could set and delete tags. > > Probably the branch where it worked was not a checkout, just a normal > branch. No, it's the same checkout. It probably did something wrong then. Probably it's not a bug after all, just confusion.
Bug#445372: python-hk-classes: Doesn't work with python 2.5
Am Montag, 8. Oktober 2007 schrieben Sie: > Well, that of course depends on what's inside the package. If it is able > to work with both python versions, a dependency on "python-dev, > ${python:Depends}", leading to "python-dev, python (>= 2.4), python (<< > 2.6)" should do the trick. That doesn't do the same thing. I need a dependency on python2.4-dev, which the above doesn't imply. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#439915: [Build-common-hackers] Bug#439915: Warning about Python policy breaks build process
Am Dienstag, 9. Oktober 2007 schrieb Jussi Hakala: > Peter Eisentraut wrote: > > I can't reproduce this. Can you point out a package where this happens? > > Basically any package which is using old python policy. > > From the diff attached to the original report, the problem can be seen > clearly. I got that far, but I couldn't reproduce it. Please show a real example. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445963: grub: doesn't find the Xen 3.1 hypervisor
Package: grub Version: 0.97-28 Severity: normal Hi, I've just installed xen-hypervisor-3.1-1-amd64 but update-grub doesn't includes that hypervisor in the menu, while the xen-hypervisor-3.0.3-1-amd64 is properly shown. Samuel -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.18-5-xen-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#444092: xnec2c does not show UI, but three processes running
2007/9/26, Nate Bargmann <[EMAIL PROTECTED]>: > > After installing the xnec2c pacakge today, it does not display any UI on > screen. When starting in a term only the following message is printed: > > $ xnec2c > > xnec2c: child process exited > Hi Nate, sorry for the late reply. Been on holiday. xnec2c is working fine here, no clue what is going on. The xnec2c main windows should appear instantly. Maybe a trace helps... $ strace -o trace.txt xnec2c Please send me trace.txt in a private email. Thanks, Joop pa3aba at debian dot org -- Linux for your hamradio desktop ___ http://www.qsl.net/pg4i/linux -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#443136: I confirm this bug
Pierre THIERRY <[EMAIL PROTECTED]> writes: > Scribit Christian Marillat dies 09/10/2007 hora 09:23: >> > Regarding this bug: #443136, tries to create directories in wrong >> > order. I confirm it. >> Even with a 'sitecopy -i' before the first update ? > > Reading the manpage, I'm pretty sure I don't want to do that, it says > about '-i': "making sitecopy think there are NO files on the remote > server". But this is the contrary. There are NO files on the local side, > and the remote side is fully populated. Ha OK I see this bug too : , | $ sitecopy -s test | sitecopy: Synchronizing site `test' (on 192.168.0.1 in /incoming/) | Creating 1/2/3/4/5/6/7/8/9/10/11/: failed: | No such file or directory | Creating 1/2/3/4/5/6/7/8/9/10/: failed: | No such file or directory | Creating 1/2/3/4/5/6/7/8/9/: failed: | No such file or directory | Creating 1/2/3/4/5/6/7/8/: failed: | No such file or directory | Creating 1/2/3/4/5/6/7/: failed: | No such file or directory | Creating 1/2/3/4/5/6/: failed: | No such file or directory | Creating 1/2/3/4/5/: failed: | No such file or directory | Creating 1/2/3/4/: failed: | No such file or directory | Creating 1/2/3/: failed: | No such file or directory | Creating 1/2/: failed: | No such file or directory | Creating 1/: done. | sitecopy: Errors occurred while synchronizing the local site. ` Christian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445964: mozilla-plugin-gnash: hangs epiphany for http://www.43folders.com/izero
Package: mozilla-plugin-gnash Version: 0.8.1~rc.070818-2 Severity: normal With mozilla-plugin-gnash installed, epiphany hangs during the rendering of http://www.43folders.com/izero. Here is a backtrace: (gdb) where #0 0x2ad609f41e7b in write () from /lib/libpthread.so.0 #1 0x2aaab27a30b5 in nsPluginInstance::Write () from /usr/lib/gnash/libgnashplugin.so #2 0x2ad60b76d17c in ns4xPluginStreamListener::OnDataAvailable (this=0x1a33b90, pluginInfo=0x1725740, input=0x173c1e0, length=0) at ns4xPluginInstance.cpp:563 #3 0x2ad60b77805f in nsPluginStreamListenerPeer::OnDataAvailable (this=0x1725690, request=0x17259c8, aContext=, aIStream=0x173c1e0, sourceOffset=, aLength=30030) at nsPluginHostImpl.cpp:2228 #4 0x2ad60b647b11 in nsStreamListenerTee::OnDataAvailable (this=0x1942550, request=0x17259c8, context=0x0, input=0x19f86e0, offset=49838, count=30030) at nsStreamListenerTee.cpp:97 #5 0x2ad60b6a082c in nsHttpChannel::OnDataAvailable (this=0x1725980, request=, ctxt=, input=0x19f86e0, offset=, count=30030) at nsHttpChannel.cpp:4213 #6 0x2ad60b62defe in nsInputStreamPump::OnStateTransfer (this=0x19f88f0) at nsInputStreamPump.cpp:494 #7 0x2ad60b62e004 in nsInputStreamPump::OnInputStreamReady (this=0x25, stream=) at nsInputStreamPump.cpp:397 #8 0x2ad60b55ba05 in nsInputStreamReadyEvent::EventHandler (plevent=) at nsStreamUtils.cpp:120 #9 0x2ad60b576a89 in PL_HandleEvent (self=0x1a4a848) at plevent.c:688 #10 0x2ad60b576d2b in PL_ProcessPendingEvents (self=0x871600) at plevent.c:623 #11 0x2ad60b57894e in nsEventQueueImpl::ProcessPendingEvents (this=0x871580) at nsEventQueue.cpp:448 #12 0x2ad60bdc2992 in event_processor_callback (source=, condition=27251920, data=0x400) at nsAppShell.cpp:67 #13 0x2ad60a9d3d54 in IA__g_main_context_dispatch (context=0x76e270) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2061 #14 0x2ad60a9d703d in g_main_context_iterate (context=0x76e270, block=1, dispatch=1, self=) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2694 #15 0x2ad60a9d7337 in IA__g_main_loop_run (loop=0xbc6b80) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2898 #16 0x2ad60645dec3 in IA__gtk_main () at /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c:1144 #17 0x0044011b in main (argc=, argv=0x7fffa7d84778) at /scratch/build-area/epiphany-browser-2.20.0/src/ephy-main.c:725 -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages mozilla-plugin-gnash depends on: ii gnash 0.8.1~rc.070818-2 free Flash movie player ii libc6 2.6.1-5 GNU C Library: Shared libraries ii libgcc11:4.2.1-6 GCC support library ii libstdc++6 4.2.1-6 The GNU Standard C++ Library v3 ii libx11-6 2:1.0.3-7 X11 client-side library ii libxi6 2:1.1.3-1 X11 Input extension library mozilla-plugin-gnash recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#391606: xen-utils-common: doesn't ship referenced man pages
Hi, the package currently contains /usr/share/man/man1/xm.pod.1.gz /usr/share/man/man5/xmdomain.cfg.pod.5.gz which isn't exactly what we want. bye, Roland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445779: changing environment language helps a little
Package: rdesktop Version: 1.5.0-2+cvs20071006 Followup-For: Bug #445779 Try this in the terminal: "LANG=C rdesktop some.host". you may get the remote display - now hitting enter will kill the session, beware! The last call before the segfault in ltrace output always is for "XKeysymToKeycode". peter -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22 (PREEMPT) Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages rdesktop depends on: ii libc6 2.6.1-5GNU C Library: Shared libraries ii libssl0.9.8 0.9.8e-9 SSL shared libraries ii libx11-6 2:1.0.3-7 X11 client-side library rdesktop recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]