Bug#381644: Please stop Build-Depending on automake
Package: gtkglarea Severity: wishlist Tags: patch The automake maintainer is working towards reclaiming the automake package name, which currently rests on automake1.4, the oldest version of automake. Your package Build-Depends on automake, hence this bug report. Please see http://wiki.debian.org/AutomakeTransition for more information on this transition. The attached patch switches the automake build dependency to automake1.4. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) --- debian/control.orig 2006-08-06 00:51:44.0 -0400 +++ debian/control 2006-08-06 00:17:12.0 -0400 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Marcelo E. Magallon <[EMAIL PROTECTED]> Standards-Version: 3.5.6 -Build-Depends: automake, autoconf (>= 2.50), libtool, libgtk1.2-dev, xlibmesa-gl-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, debhelper (>= 3) +Build-Depends: automake1.4, autoconf (>= 2.50), libtool, libgtk1.2-dev, xlibmesa-gl-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, debhelper (>= 3) Package: gtkglarea5-dev Architecture: any
Bug#381645: New glob2 upstream version available - please update deb packages
Package: glob2 Severity: wishlist Hi, there is a new upstream version available at http://globulation2.org/releases/0.8.21/glob2-0.8.21.tar.gz Please update deb packages - new version features improved AI, gameplay and a graphical updates. -- Labanaktis/Good luck, Mantas Kriaučiūnas Jabber ID: [EMAIL PROTECTED]GPG ID: 43535BD5 Public organization "Open Source for Lithuania" - www.akl.lt
Bug#336166: closed upstream
Hi, This bug was closed upstream. I don't feel that I understand the nuances of what you need enough to argue for it. If you are still concerned with this, would you mind explaining yourself on the upstream bug at: http://sourceforge.net/tracker/index.php?func=detail&aid=1341276&group_id=13764&atid=363764 thanks, Charles -- Holler! Half a pound For half a dollar Isn't that A cheerful earful? Burma-Shave http://burma-shave.org/jingles/1937/holler signature.asc Description: Digital signature
Bug#344560: What's the status of this bug?
2006/8/5, Free Ekanayaka <[EMAIL PROTECTED]>: Hi, I'd like to see polymer in Debian, do you need a sponsor perhaps? Hello, yes, I need a sponsor, more or less. I'm now in a states of no access to my working computer in about two months. But you may have a look at my work[1] months ago, please feel free to upload(sponsor) it (and do any change you like before). I may not response in time recently, sorry. -- Emfox Zhou GnuPG Public Key: 0xF7142EC2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#364379: Intent to NMU
2006/8/5, Kanru Chen <[EMAIL PROTECTED]>: tags 364379 + patch pending thanks I changed the build-dep to libxul-dev and made some minor fixes. The package builds fine in i386 and is lintian clean now. The interdiff of the NMU is attached. Hello. Acutally, I worked on this bug months ago, when it's reported. but mozilla plugin failed to work after it build depend on libxul-dev instead of mozilla-dev, mozilla (and firefox) failed to dectected the plugin (pcmanx-plugin.so), and I've no idea, so the bug was put off, till now. I'm now on a two-months training out of my home and school, and have no access to my working computer. dear Kanru, If you can make sure that it (the patch) work, feel free to do the NMU, and I'll be happy too that pcmanx ships with Etch. -- Emfox Zhou GnuPG Public Key: 0xF7142EC2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381642: fkiss: Doesn't work when invoked from menu
Package: fkiss Version: 0.33a.patch-5 Severity: normal This is sort of a spinoff of 244162, since 244162 is now clearly fixed! However, I noticed at the time that fkiss suffers from a 'failure to work' when invoked from the menu. This is because it won't start without a doll. It searches the current directory when it starts, but the current directory could be anything when it's invoked from the menu. I'm not quite sure how to fix this, but I think the correct way for now is to eliminate the menu item. Fkiss doesn't allow you to change dolls after you open the program, so the menu item doesn't really make sense; the program isn't designed to be invoked except from the command line. In the long run, the program could be revised to include a filechooser dialog. However, perhaps people will simply use gnomekiss instead. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (499, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.15-1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages fkiss depends on: ii esound0.2.36-3 Enlightened Sound Daemon - Support ii libc6 2.3.6-15 GNU C Library: Shared libraries ii libx11-6 2:1.0.0-7 X11 client-side library fkiss recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#373669: aclocal grabs unneeded/unwanted macros
* Bill Allombert ([EMAIL PROTECTED]) wrote: > Package: automake1.7 > Version: 1.7.9-7 > Severity: normal > File: /usr/bin/aclocal-1.7 > > Hello Eric, > > when running aclocal (1.7 but also with 1.4), it grabs macros that > does not seems wanted and have problematic side-effect. > > Let configure.in be just > AC_INIT(test.c) > AM_INIT_AUTOMAKE(test,0) > or even the empty file. > > now run aclocal, > you get a different aclocal.m4 whether you have gettext installed or not. > > In particular, if you have gettext installed, it will get a AC_PREREQ([2.54]) > which will break if you are using an older version of autoconf, > while everything would work fine if gettext was not installed. > > So i have some questions: > > 1) why aclocal is adding macros to aclocal.m4 even if configure.in is empty ? > > 2) can I disable the use of third-party .m4 file (i.e. only use the one > shipped with automake) ? Does this happen with automake1.9 as well? -- Eric Dorland <[EMAIL PROTECTED]> ICQ: #61138586, Jabber: [EMAIL PROTECTED] 1024D/16D970C6 097C 4861 9934 27A0 8E1C 2B0A 61E9 8ECF 16D9 70C6 signature.asc Description: Digital signature
Bug#380242: wajig: reproduced segfault on amd64
Thanks for the additional information Jeff and confirmation of the problem on AMD64. Without access to such a machine its a little tricky to debug but I'll see what I can do. Regards, Graham Received Sun 06 Aug 2006 6:23am +1000 from Jeff King: > Package: wajig > Version: 2.0.34 > Followup-For: Bug #380242 > > I was able to reproduce the same segfault (I note that both I and the > original submitter are on amd64 -- maybe a bug in python on amd64?). > > Here's the result you asked for: > $ wajig -t dependents wajig > Performing: cat /var/lib/dpkg/status | egrep > '^(Package|Status|Version):' | awk '/^Package: / {pkg=$2} /^Status: > / {s1=$2;s2=$3;s3=$4} /^Version: / {print pkg,$2,s1,s2,s3}' | grep > 'ok installed' | awk '{print $1,$2}' | sort > > /home/peff/.wajig/sigio/tmpkOF_dA > Performing: apt-cache showpkg wajig | awk 'BEGIN{found=0}/^Reverse > Depends:/{found=1;next}/^[^ ]/{found=0}found==1{print}{next}' | sed > 's|Reverse Depends:||' | tr "," " " | awk '{print $1}' | sort -u | grep > -v '^$' > Performing: apt-cache dumpavail > /home/peff/.wajig/sigio/tmprpfgQf > s apt > /usr/bin/wajig: line 8: 5639 Segmentation fault /usr/bin/python -O > $WAJIGDIR/wajig.py "$@" > > I get the same error when doing 'wajig new' which also does an apt-cache > dumpavail right before dying. Perhaps there's something confusing in the > parsing of that result. Other wajig commands I tried ran fine (e.g., > dist-upgrade) and running python works fine. I can send the results of > apt-cache dumpavail if you want, but it is, of course, large. > > -- System Information: > Debian Release: testing/unstable > APT prefers unstable > APT policy: (500, 'unstable'), (500, 'testing') > Architecture: amd64 (x86_64) > Shell: /bin/sh linked to /bin/bash > Kernel: Linux 2.6.17-1-amd64-k8 > Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) > > Versions of packages wajig depends on: > ii apt 0.6.45 Advanced front-end for dpkg > ii python2.3.5-11 An interactive high-level > object-o > ii python-apt0.6.19 Python interface to libapt-pkg > > wajig recommends no packages. > > -- no debconf information > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381641: Video mode change during init script disrupts fixed freq monitor
Package: initscripts Version: 2.86.ds1-14.1 Part way through the boot scripts, the bottom half of the text mode display suddenly goes black and stays that way. The screen isn't compressed; the messages that have already scrolled to the top half are still there, but all the messages in the bottom half are gone until they scroll into the top half, and the cursor is gone. At the end of boot, gdm starts X Windows, and the display comes up correctly according to the custom modeline in /etc/X11/xorg.conf. During shutdown the text mode display returns, and the lower half of the screen is again black, and stays that way through shutdown. Reboot restores the display. The installed distro is Etch. This behavior began after an aptitude update some time in the last 2 weeks. Before that, the text mode display worked correctly all the way through boot, and through text-mode login when gdm was disabled. The display system is a Software Integrators Gemini P1 fixed-frequency video board based on a Tseng ET6000 chip. The monitor is an HP A1097C. The machine is a dual Athlon MP, with an unused ATI Rage chip on the motherboard. I couldn't catch the exact moment the mode change happened, because the boot messages scroll by very fast on this machine. The last message I caught was "Starting portmap daemon". In general, it's _most_ unwise for any program to touch video modes, until the user has logged in and taken control. Otherwise, there is too much risk of making the display unreadable, and making it impossible to boot into a rescue console. (gdm isn't necessarily an obstacle in this regard, because it can be disabled during initial installation by deleting /etc/rc2.d/S99gdm before gdm starts for the first time. This is an essential step when using a fixed-frequency monitor as an installation console, which requires installing a custom modeline before starting X for the first time.) $ lspci 00:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-760 MP [IGD4-2P] System Controller (rev 11) 00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-760 MP [IGD4-2P] AGP Bridge 00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-768 [Opus] ISA (rev 05) 00:07.1 IDE interface: Advanced Micro Devices [AMD] AMD-768 [Opus] IDE (rev 04) 00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-768 [Opus] ACPI (rev 03) 00:0a.0 SCSI storage controller: Adaptec AIC-7902 U320 (rev 03) 00:0a.1 SCSI storage controller: Adaptec AIC-7902 U320 (rev 03) 00:0b.0 Ethernet controller: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01)00:10.0 PCI bridge: Advanced Micro Devices [AMD] AMD-768 [Opus] PCI (rev 05) 02:00.0 USB Controller: Advanced Micro Devices [AMD] AMD-768 [Opus] USB (rev 07) 02:04.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a) 02:04.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 0a) 02:05.0 Ethernet controller: 3Com Corporation 3c905B Deluxe Etherlink 10/100/BNC [Cyclone] 02:06.0 VGA compatible controller: Tseng Labs Inc ET6000 (rev 30) 02:07.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27) 02:08.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 10) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381640: tinysnmp-agent: Pleas use adduser in maintainer scripts.
Package: tinysnmp-agent Version: 0.8.4 Severity: normal You really should use adduser and make sure that a UID from the "dynamically allocated system users and groups" group (100-999) is used, as mandated in section 9.2.2 of the Policy. "adduser --system --no-create-home --group tinysnmp" should do the trick. Two other points: 1. Error checking is needed here. After all, there might already be a "tinysnmp" user on the system and there's no reason why the installation should fail in that case. 2. You may want to consider calling the system user Debian-tinysnmp, to make it clear to the local administrator that the user was created by the package's maintainer script. Cheers, -Hilko -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-k7 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages tinysnmp-agent depends on: ii libabz0 0.6.3 Miscellaneous useful routines ii libber0 0.4.1 A Basic Encoding Rules (ITU X.690) ii libc6 2.3.6-18 GNU C Library: Shared libraries ii libdebug0 0.4.2 Memory leak detection system and l ii libevent1 1.1a-1 An asynchronous event notification Versions of packages tinysnmp-agent recommends: pn tinysnmp-module-interfaces (no description available) pn tinysnmp-module-resources (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#380407: nautilus: crashes when `Open as administrator`clicked
Em Tue, 1 Aug 2006 11:00:49 -0400 "한정훈" <[EMAIL PROTECTED]> escreveu: > >> 5. Do `Open as administrator` on Desktop folder icons. (Computer, > >> test's > Home, Trash) > >> same error : The application "nautilus" has quit unexpectedly. > >> You > can inform the developer ~ blah~ > >> [Restart Application] [Close] [Inform Developer] > >> 6. Open "test's Home" with Dbl_click! > >> 7. In test's Home window, Do `Open as administrator` on "Desktop" > >> folder. > (* works well *) Helo, So you're saying you only get the bug when you're trying to 'open as administrator' the items in your desktop? See you, -- Gustavo Noronha Silva <[EMAIL PROTECTED]> http://people.debian.org/~kov/
Bug#381639: cloop-src: m-a built cloop package includes only documentation, no .ko
Package: cloop-src Version: 2.04-1+eb.1-4 Severity: grave Justification: renders package unusable When using module-assistant to build the cloop-src package the resulting tarball doesn't contain any kernel modules, only the documentation. matson:~# dpkg -L cloop-module-2.6.17-1-686 /. /usr /usr/share /usr/share/doc /usr/share/doc/cloop-module-2.6.17-1-686 /usr/share/doc/cloop-module-2.6.17-1-686/README /usr/share/doc/cloop-module-2.6.17-1-686/README.Debian /usr/share/doc/cloop-module-2.6.17-1-686/copyright /usr/share/doc/cloop-module-2.6.17-1-686/changelog.gz /usr/share/doc/cloop-module-2.6.17-1-686/changelog.Debian.gz -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.17-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages cloop-src depends on: ii bzip2 1.0.3-3high-quality block-sorting file co ii debhelper 5.0.37.3 helper programs for debian/rules ii module-assistant 0.10.6 tool to make module package creati cloop-src recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381638: ocaml-tools: LIBINSTALL_FILES includes incorrect files for byte-code libraries
Package: ocaml-tools Version: 2006.05.15-1 Severity: normal If I want to install a byte-code-library using libinstall, the default files that get installed with ocamlfind are incorrect (they include RESULT.cmxa and RESULT.a). Please consider adding libinstall-byte-code and libinstall-native-code targets, or else some conditional flag to control how the default value of LIBINSTALL_FILES is created. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-strat Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages ocaml-tools depends on: ii debconf [debconf-2.0] 1.5.2 Debian configuration management sy ii ocaml-base-nox [ocaml-base-no 3.09.2-6 Runtime system for ocaml bytecode ocaml-tools recommends no packages. -- debconf information excluded -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#374396: Slightly improved patch
This slightly improved version of the patch matches also for mips64* variants (and is tested on mips). It appears to work around a gcc-4.1 bug. Thiemo --- perl-5.8.8/cflags.SH2006-08-06 02:28:34.0 +0100 +++ perl-5.8.8/cflags.SH2006-08-06 02:27:15.0 +0100 @@ -113,6 +113,8 @@ for file do case $archname in arm-*|armeb-*) optimize=-Os;; + hppa-*|mips*-*) + optimize="$optimize -fno-delayed-branch";; esac;; pp_sys) ;; regcomp) ;; -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381637: irmc-sync plugin not working
Package: multisync0.90 Version: 0.90.18-1 Severity: important I wanted to sync my Bluetooth cell phone with my PC. As multisync/libmultisync-plugin-irmc-bluetooth is currently uninstallable because of it's dependency on the obsolete and removed libbluetooth1, I gave multisync0.90 and opensync-plugin-irmc a try. Unfortunately if I try to create a new synchronization pair and select irmc-sync as first plugin, all I get when clicking on "Options..." is plugin irmc-sync selected opening irmc-sync plugin Unable to find MSyncPlugin (irmc-sync)!!! print on the console. Deleting the old .multisync and .opensync configurations does not help. I'm not sure if this is a bug in multisync0.90 or opensync-plugin-irmc. Feel free to reassign if the latter. Cheers, Michael -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (300, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-rc3 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages multisync0.90 depends on: ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libatk1.0-01.12.1-1 The ATK accessibility toolkit ii libaudiofile0 0.2.6-6 Open-source version of SGI's audio ii libavahi-client3 0.6.12-1 Avahi client library ii libavahi-common3 0.6.12-1 Avahi common library ii libavahi-glib1 0.6.12-1 Avahi glib integration library ii libbonobo2-0 2.14.0-1 Bonobo CORBA interfaces library ii libbonoboui2-0 2.14.0-3 The Bonobo UI library ii libc6 2.3.6-18 GNU C Library: Shared libraries ii libcairo2 1.2.0-5 The Cairo 2D vector graphics libra ii libdbus-1-20.62-4simple interprocess messaging syst ii libesd-alsa0 [libesd0] 0.2.36-3 Enlightened Sound Daemon (ALSA) - ii libfontconfig1 2.3.2-7 generic font configuration library ii libfreetype6 2.2.1-2 FreeType 2 font engine, shared lib ii libgconf2-42.14.0-2 GNOME configuration database syste ii libgcrypt111.2.2-3 LGPL Crypto library - runtime libr ii libglib2.0-0 2.10.3-3 The GLib library of C routines ii libgnome-keyring0 0.4.9-1 GNOME keyring services library ii libgnome2-02.14.1-2 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.14.0-2 A powerful object-oriented display ii libgnomeui-0 2.14.1-2 The GNOME 2 libraries (User Interf ii libgnomevfs2-0 2.14.2-1 GNOME virtual file-system (runtime ii libgnutls131.4.1-1 the GNU TLS library - runtime libr ii libgpg-error0 1.2-1 library for common error values an ii libgtk2.0-02.8.18-6 The GTK+ graphical user interface ii libice61:1.0.0-3 X11 Inter-Client Exchange library ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii libopensync0 0.18-2.1 Synchronisation framework for emai ii liborbit2 1:2.14.0-2libraries for ORBit2 - a CORBA ORB ii libpango1.0-0 1.12.3-1+b1 Layout and rendering of internatio ii libpng12-0 1.2.8rel-5.2 PNG library - runtime ii libpopt0 1.10-2lib for parsing cmdline parameters ii libsm6 1:1.0.0-4 X11 Session Management library ii libsqlite3-0 3.3.5-0.2+b1 SQLite 3 shared library ii libtasn1-3 0.3.5-2 Manage ASN.1 structures (runtime) ii libx11-6 2:1.0.0-7 X11 client-side library ii libxcursor11.1.5.2-5 X cursor management library ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar ii libxfixes3 1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio ii libxi6 1:1.0.0-5 X11 Input extension library ii libxinerama1 1:1.0.1-4 X11 Xinerama extension library ii libxml22.6.26.dfsg-3 GNOME XML library ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library ii libxrender11:0.9.0.2-4 X Rendering Extension client libra ii zlib1g 1:1.2.3-13compression library - runtime multisync0.90 recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#379942: zsh: rake completion doesn't work for tasks with colons in their names
> For rake tasks named like eg. db:fixtures:load the completion treats only > the 'db' at the beginning as the string to complete and prepends the rest of > the task > name (ie. 'fixtures:load') to its description. Can you send the relevant output from `rake -sT` for that task? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381417: zsh-newuser-install painful
> zsh-newuser-install requires every user in my system running zsh having empty > .zshrc files around. I literally _hate_ tools depending on unnecessary > dot-files > or having startup banners. I think this is also pretty stupid, as all > information given in zsh-newuser-install can be obtained by the man page. > I would prefer a prominent note in the man page to run zsh-newuser-install for > first-timers. I don't think zsh is exactly the best shell for newbyes that > don't > know how to lookup a man page. Which default are you suggesting? > This is not a rant, just a critique. I simply disabled the function on my > system. You could create an empty /etc/skel/.zshrc as well. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381636: No systray icon
Package: multisync0.90 Version: 0.90.18-1 Severity: minor multisync0.90 does not show a systray icon although I have checked Options->Show notification tray icon. On startup I get the following output on the console: ** (multisync-0.90:8131): WARNING **: Couldn't find pixmap file: multisync-0.90/multisync_small.png msync_open_mainwindow() Maybe this is related to the problem. Cheers, Michael -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (300, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-rc3 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages multisync0.90 depends on: ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libatk1.0-01.12.1-1 The ATK accessibility toolkit ii libaudiofile0 0.2.6-6 Open-source version of SGI's audio ii libavahi-client3 0.6.12-1 Avahi client library ii libavahi-common3 0.6.12-1 Avahi common library ii libavahi-glib1 0.6.12-1 Avahi glib integration library ii libbonobo2-0 2.14.0-1 Bonobo CORBA interfaces library ii libbonoboui2-0 2.14.0-3 The Bonobo UI library ii libc6 2.3.6-18 GNU C Library: Shared libraries ii libcairo2 1.2.0-5 The Cairo 2D vector graphics libra ii libdbus-1-20.62-4simple interprocess messaging syst ii libesd-alsa0 [libesd0] 0.2.36-3 Enlightened Sound Daemon (ALSA) - ii libfontconfig1 2.3.2-7 generic font configuration library ii libfreetype6 2.2.1-2 FreeType 2 font engine, shared lib ii libgconf2-42.14.0-2 GNOME configuration database syste ii libgcrypt111.2.2-3 LGPL Crypto library - runtime libr ii libglib2.0-0 2.10.3-3 The GLib library of C routines ii libgnome-keyring0 0.4.9-1 GNOME keyring services library ii libgnome2-02.14.1-2 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.14.0-2 A powerful object-oriented display ii libgnomeui-0 2.14.1-2 The GNOME 2 libraries (User Interf ii libgnomevfs2-0 2.14.2-1 GNOME virtual file-system (runtime ii libgnutls131.4.1-1 the GNU TLS library - runtime libr ii libgpg-error0 1.2-1 library for common error values an ii libgtk2.0-02.8.18-6 The GTK+ graphical user interface ii libice61:1.0.0-3 X11 Inter-Client Exchange library ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii libopensync0 0.18-2.1 Synchronisation framework for emai ii liborbit2 1:2.14.0-2libraries for ORBit2 - a CORBA ORB ii libpango1.0-0 1.12.3-1+b1 Layout and rendering of internatio ii libpng12-0 1.2.8rel-5.2 PNG library - runtime ii libpopt0 1.10-2lib for parsing cmdline parameters ii libsm6 1:1.0.0-4 X11 Session Management library ii libsqlite3-0 3.3.5-0.2+b1 SQLite 3 shared library ii libtasn1-3 0.3.5-2 Manage ASN.1 structures (runtime) ii libx11-6 2:1.0.0-7 X11 client-side library ii libxcursor11.1.5.2-5 X cursor management library ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar ii libxfixes3 1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio ii libxi6 1:1.0.0-5 X11 Input extension library ii libxinerama1 1:1.0.1-4 X11 Xinerama extension library ii libxml22.6.26.dfsg-3 GNOME XML library ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library ii libxrender11:0.9.0.2-4 X Rendering Extension client libra ii zlib1g 1:1.2.3-13compression library - runtime multisync0.90 recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#328832: mol-drivers-macosx: Run Tiger with mol
Hi Mattias, On Sun, Aug 06, 2006 at 02:39:55AM +0200, Mattias Nissler wrote: > Hey guys. Sorry I haven't got to this earlier. My laptop where all > that stuff is on is currently disconnected from the net. I hope to > get internet access sometime next week. I'll come back to you then. > From what I can tell from my memory, I merely only changed > some defines and recompiled the bootloader. OK, I am glad to hear it and I am looking forward to your patch. ;) Cheers, -- .''`. Aurélien GÉRÔME : :' : `. `'` Free Software Developer `- Unix Sys & Net Admin signature.asc Description: Digital signature
Bug#381594: splashy: Instead of showing a nice splash image, it just shows an error message
dpkg -l splashy shows what? version 0.1.8.1-3 ? if that's true. i'd suggest you follow the Wiki instructions on how to purge splashy out of your system. then re-install. On 8/5/06, marc coll <[EMAIL PROTECTED]> wrote: Package: splashy Version: 0.1.8.1-3 Severity: important Splashy doesn't work since I updated to version 0.1.8.1. Before, I was using the experimental version, and it worked. But some time ago it got into unstable, and I updated it. And since them, I just hasn't worked. And the error it gives is not quite descriptive, either. The error is: segfault at 0080 rip 00406d0d rsp 7febed40 error 4 Quite ugly and cryptic, I'm afraid. I'm attaching my config.xml, and a part of my syslog.log, so you can see, at least, when the error is produced. Just in case it can be useful. I know you may not be able to diagnose the problem just with that, but I offer to help: do some more tests, run a debug compiled version, try to generate a core file... wathever you want. Just ask. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15.4 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages splashy depends on: ii libc6 2.3.6-15 GNU C Library: Shared libraries Versions of packages splashy recommends: ii lsb-base 3.1-10 Linux Standard Base 3.1 init scrip -- no debconf information -- )(- Luis Mondesi *NIX Guru Kiskeyix.org "We think basically you watch television to turn your brain off, and you work on your computer when you want to turn your brain on" -- Steve Jobs in an interview for MacWorld Magazine 2004-Feb No .doc: http://www.gnu.org/philosophy/no-word-attachments.es.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#371856: Additional info on: "Check the CD-ROM(s) integrity" on a pre-beta3 CD
reassign 371856 cdrom-checker retitle 371856 cdrom-checker: fails even though md5sums are correct clone 371856 -1 reassign -1 busybox-udeb 1:1.1.3-2 retitle -1 md5sum: does not ignore empty lines in an md5sum "file" severity -1 minor tags 371856 + pending thanks On Saturday 05 August 2006 14:16, Holger Wansing wrote: > I then noticed that this was already mentioned in this bugreport, > so some more info here: Well, it is only really mentioned in passing, but as there is no other report open about it (which surprises me) and as the other issues mentioned in the report seem already resolved, let's just use it... > it seems that not the mentioned file > (dists/etch/main/binary-i386/Packages) is the problem, but the > check routine itself. Hmmm. If I change the C program the installer uses to not suppress error messages, I get: ./dists/etch/main/binary-i386/Packages OK md5sum: WARNING: 1 of 2 computed checksums did NOT match ^^^ So, I suspect that the C program is not cleanly passing the lines it reads from the md5sum.txt file. Bingo! the variable read in from the file already contains a newline, so this patch fixes the problem: -asprintf(&cmd, "echo '%s' | md5sum -c 1>/dev/null 2>&1", line); +asprintf(&cmd, "echo -n '%s' | md5sum -c 1>/dev/null 2>&1", line); Finally nailed this stupidest of bugs :-) I wonder if this is a bug in md5sum, especially as this used to work with earlier versions (no idea when the regression was though)... The bug can be reproduced using the following command for any md5sum file: cat md5sum.txt | while read line; do echo -e "$line\n" | md5sum -c; done pgpgEgRaEm6EK.pgp Description: PGP signature
Bug#381634: missing recommends on opensync plugins
Package: multisync0.90 Version: 0.90.18-1 Severity: normal multisync0.90 is missing Recommends on the opensync-plugin-* packages. Without these packages installed, multisync is pretty useless. Cheers, Michael -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (300, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-rc3 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages multisync0.90 depends on: ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libatk1.0-01.12.1-1 The ATK accessibility toolkit ii libaudiofile0 0.2.6-6 Open-source version of SGI's audio ii libavahi-client3 0.6.12-1 Avahi client library ii libavahi-common3 0.6.12-1 Avahi common library ii libavahi-glib1 0.6.12-1 Avahi glib integration library ii libbonobo2-0 2.14.0-1 Bonobo CORBA interfaces library ii libbonoboui2-0 2.14.0-3 The Bonobo UI library ii libc6 2.3.6-18 GNU C Library: Shared libraries ii libcairo2 1.2.0-5 The Cairo 2D vector graphics libra ii libdbus-1-20.62-4simple interprocess messaging syst ii libesd-alsa0 [libesd0] 0.2.36-3 Enlightened Sound Daemon (ALSA) - ii libfontconfig1 2.3.2-7 generic font configuration library ii libfreetype6 2.2.1-2 FreeType 2 font engine, shared lib ii libgconf2-42.14.0-2 GNOME configuration database syste ii libgcrypt111.2.2-3 LGPL Crypto library - runtime libr ii libglib2.0-0 2.10.3-3 The GLib library of C routines ii libgnome-keyring0 0.4.9-1 GNOME keyring services library ii libgnome2-02.14.1-2 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.14.0-2 A powerful object-oriented display ii libgnomeui-0 2.14.1-2 The GNOME 2 libraries (User Interf ii libgnomevfs2-0 2.14.2-1 GNOME virtual file-system (runtime ii libgnutls131.4.1-1 the GNU TLS library - runtime libr ii libgpg-error0 1.2-1 library for common error values an ii libgtk2.0-02.8.18-6 The GTK+ graphical user interface ii libice61:1.0.0-3 X11 Inter-Client Exchange library ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii libopensync0 0.18-2.1 Synchronisation framework for emai ii liborbit2 1:2.14.0-2libraries for ORBit2 - a CORBA ORB ii libpango1.0-0 1.12.3-1+b1 Layout and rendering of internatio ii libpng12-0 1.2.8rel-5.2 PNG library - runtime ii libpopt0 1.10-2lib for parsing cmdline parameters ii libsm6 1:1.0.0-4 X11 Session Management library ii libsqlite3-0 3.3.5-0.2+b1 SQLite 3 shared library ii libtasn1-3 0.3.5-2 Manage ASN.1 structures (runtime) ii libx11-6 2:1.0.0-7 X11 client-side library ii libxcursor11.1.5.2-5 X cursor management library ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar ii libxfixes3 1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio ii libxi6 1:1.0.0-5 X11 Input extension library ii libxinerama1 1:1.0.1-4 X11 Xinerama extension library ii libxml22.6.26.dfsg-3 GNOME XML library ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library ii libxrender11:0.9.0.2-4 X Rendering Extension client libra ii zlib1g 1:1.2.3-13compression library - runtime multisync0.90 recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#328826: mol-drivers-macosx: Run Tiger with mol
> On Sat, Aug 05, 2006 at 12:57:31PM +0200, Elimar Riesebieter wrote: > > On Sat, 05 Aug 2006 the mental interface of > > Aurélien GÉRÔME told: > > > > > On Sat, Sep 17, 2005 at 06:02:43PM +0200, Elimar Riesebieter wrote: > > > > According to #328826 we need the bootx loader from > > > > http://www-user.rhrk.uni-kl.de/~nissler/mol/bootx.gz to run OSX10.4 > > > > out of linux. > > > > > > Is there somewhere by any chance the source code of this ELF file? > > > > I don't know :( > > Indeed, and that is precisely why I Cc'ed Mattias Nissler, the author > of the patch, to get some more details about how he proceeded. ;) Hey guys. Sorry I haven't got to this earlier. My laptop where all that stuff is on is currently disconnected from the net. I hope to get internet access sometime next week. I'll come back to you then. >From what I can tell from my memory, I merely only changed some defines and >recompiled the bootloader. Mattias -- "Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
Bug#259294: Intent to NMU
Hi! Maximiliano Curia noticed this important bug that included a patch, and we worked together into making an NMU for it. The NMU is really simple. Basically, it applies Kari's patch, and adds a changelog entry. config.guess and config.sub where also upgraded, due to the way the package is built. I'll be uploading this NMU to the 7-day delayed queue. I'm attaching the full interdiff output of the package I've prepared. Hope you find it useful. -- Love, Marga diff -u dynamite-0.1/config.guess dynamite-0.1/config.guess --- dynamite-0.1/config.guess +++ dynamite-0.1/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2005-08-03' +timestamp='2006-02-23' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -106,7 +106,7 @@ trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; @@ -206,6 +206,9 @@ *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; +*:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; macppc:MirBSD:*:*) echo powerppc-unknown-mirbsd${UNAME_RELEASE} exit ;; @@ -764,7 +767,12 @@ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin @@ -772,6 +780,9 @@ i*:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; +i*:MSYS_NT-*:*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 @@ -779,8 +790,11 @@ i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; -x86:Interix*:[34]*) - echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' +x86:Interix*:[345]*) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; +EM64T:Interix*:[345]*) + echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks @@ -851,7 +865,11 @@ #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) @@ -870,7 +888,11 @@ #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) @@ -919,6 +941,9 @@ sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; +vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; @@ -964,7 +989,7 @@ LIBC=gnulibc1 # endif #else - #ifdef __INTEL_COMPILER + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun) LIBC=gnu #else LIBC=gnuaout @@ -974,7 +999,11 @@ LIBC=dietlibc #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" test x"${LIBC}" != x && { echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit @@ -1185,7 +1214,6 @@ *:Darwin:*:*) UNAME_PROCESS
Bug#380749: fakeroot may fail to update save-file when called with a command argument
> There seems to be a race condition between faked and the fakeroot script > that may lead to not updating the save-file when fakeroot is called > with a single command as argument (or for the first command in a > list of commands): What do you suggest? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381578: kdelibs4c2a: katepart crashes when pressing insider doxygen comments
forwarded 381578 http://bugs.kde.org/show_bug.cgi?id=131933 thanks On 05.08.06 14:34:47, Christopher Martin wrote: > I don't think that it's a data-loss issue more than any other crash in > an editor, browser, etc., so I don't think it's truly RC. I wasn't 100% sure and from my experience packages are much easier downgraded than upgraded in severity. > BTW, I really appreciate your efforts to forward bugs upstream. Done. I hope they'll sort that out soon, I really hate to not being able to create /** comments... Andreas -- Another good night not to sleep in a eucalyptus tree. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#374396: Some findings about this bug
Hi there again! After hours and hours of sitting behind the compiler, we are almost certain that the problem is with the -fdelayed-branch optimization. Compiling perl with -O2 -fno-delayed-branch in hppa works fine. I have prepared a small patch that forces pp_pack.c (the troublesome one) to be compiled with -fno-delayed-branch. This makes the package build, only reducing the optimization for pp_pack.c. Apparently, the optimization also had to be adjusted for arm, so this problem has some precedent. I'm waiting for reports on how this builds on a mips or mipsel box, but it's difficult, since I don't have access to one. It is our understanding that this is actually a gcc bug, that when performing this optimization in hppa (at least) does not do it correctly. Adding a trivial line (like "counter++;") in the middle of the while loop in pp_pack.c, makes this bug go away; which serves to show how this smells badly of a compiler bug. We are still looking at it, in order to find the root cause. But perl can probably be uploaded with the provided patch -- Love, Marga diff -u perl-5.8.8/cflags.SH perl-5.8.8/cflags.SH --- perl-5.8.8/cflags.SH +++ perl-5.8.8/cflags.SH @@ -113,6 +113,8 @@ case $archname in arm-*|armeb-*) optimize=-Os;; +hppa-*|mips-*|mipsel-*) +optimize="$optimize -fno-delayed-branch";; esac;; pp_sys) ;; regcomp) ;;
Bug#375943: Incomplete/inaccurate copyright file
The x/opengl files are a problem, and so will need to be removed. I have started that process here, but there's more to it than just removing the files, since stalin cannot bootstrap itself without them. I have been in contact with the upstream author, and we're working toward a fix. Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#358397: initramfs-tools initrd.img update
* Manoj Srivastava [Sat, 05 Aug 2006 00:25:05 -0500]: > > 6) debconf note > > a preinst warning of the update. > Not a note. A question asked, and action taken based on the > answer. You mean like kernel-package's "Heya, I'm unpacking the a new version of the same kernel, so you better reboot soon, okaay???" question? Except it's a note, not a question. (SCNR.) -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org Listening to: Elton John - Pain
Bug#381483: adolc: FTBFS: awk: not an option: --file=debian/move-READMEs.awk
Okay, you're right; I didn't look closely enough at the buildd logs. Oops. --Barak. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381633: nn: [INTL:pt] Portuguese translation for debconf messages
Package: nn Version: n/a Tags: l10n, patch Severity: wishlist Portuguese translation for nn's debconf messages. Translator: Luísa Lourenço <[EMAIL PROTECTED]>. Feel free to use it. For translation updates don't forget to contact Last Translator or the Portuguese translation team -- --- Melhores cumprimentos/Best regards, Miguel Figueiredo http://www.DebianPT.org # Portuguese translation for nn's debconf messages # LuÃsa Lourenço <[EMAIL PROTECTED]>, 2006 # msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-03-10 23:38-0800\n" "PO-Revision-Date: 2006-06-03 15:18+\n" "Last-Translator: LuÃsa Lourenço <[EMAIL PROTECTED]>\n" "Language-Team: Portuguese <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../nn.templates:4 msgid "NNTP server to use:" msgstr "Servidor de NNTP a usar:" #. Type: string #. Description #: ../nn.templates:4 msgid "" "Enter the fully qualified host name of the news server to use for reading." msgstr "" "Insira o nome do host do servidor de news a usar para ler."
Bug#261213: ntp-server: Chdir to / in cron job for selinux
Hi, > Considering that, with exceptions, all cron jobs are run as root, this > would then mean that every cron job would have to do a cd / first so it > can do anything. That is clearly unreasonable. SELinux needs to be > fixed or there will be plenty of problems like this. I think there is a "dontaudit" in the policy because of that for some time now. But actually you might WANT to know when some process is trying to access /root when it's not supposed to do so. And the cron jobs clearly should not access /root which may contain things such as /root/.ssh/authorized_keys which for example is worth protecting. Maybe even .netrc or something which contains some password, if the admin is careless. I don't see much wrong with the root cronjobs using HOME=/ per default. I mean, it's not the home directory of the cronjob, is it? best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ It's not denial. I'm just selective about the reality I accept. //\ Wer keine Zeit mehr mit echten Freunden verbringt, der wird bald V_/_ sein Gleichgewicht verlieren. --- Michael Levine -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#233125: patching arping to make it work as documented
Hello, I've been testing the behaviour of arping with and without the proposed patch, using the manpage as a guide of how it should work. As a result, I made another patch that, hopefully, makes arping work as documented. Please, consider the patch and apply in the next upload, as programs should work as documented. Thanks. diff -rNu iputils-20020927/arping.c iputils-20020927.new/arping.c --- iputils-20020927/arping.c 2001-10-05 19:42:47.0 -0300 +++ iputils-20020927.new/arping.c 2006-08-05 20:35:43.0 -0300 @@ -166,12 +166,17 @@ if (start.tv_sec==0) start = tv; - if (count-- == 0 || (timeout && MS_TDIFF(tv,start) > timeout*1000 + 500)) - finish(); + if (timeout && MS_TDIFF(tv,start) > timeout*1000 + 500) + finish(); - if (last.tv_sec==0 || MS_TDIFF(tv,last) > 500) { + if ((!timeout) && (count == 0)) + finish(); + + if ( count!=0 && (last.tv_sec==0 || MS_TDIFF(tv,last) > 500 ) ) { send_pack(s, src, dst, &me, &he); - if (count == 0 && unsolicited) + if (count >= 0) + count--; + if (count==0 && unsolicited) finish(); } alarm(1);
Bug#381632: vde: Fails to install
Package: vde Version: 1.5.11-1 Severity: grave Justification: renders package unusable Installation fails with: Setting up vde (1.5.11-1) ... useradd: invalid numeric argument 'vde-net' adduser: `/usr/sbin/useradd -d /home/vde-net -g vde-net -s /bin/false -u 109 vde-net' returned error code 3. Exiting. dpkg: error processing vde (--configure): subprocess post-installation script returned error exit status 1 "grep /proc/group vde" gives: vde-net:x:122: -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-xen-amd64-k8 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages vde depends on: ii adduser 3.96 Add and remove users and groups ii libc6 2.3.6-18 GNU C Library: Shared libraries vde recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381631: ITP: pangzero -- action game that involves popping balloons with a harpoon
Package: wnpp Severity: wishlist Owner: Miriam Ruiz <[EMAIL PROTECTED]> * Package name: pangzero Version : 0.12 Upstream Author : UPi <[EMAIL PROTECTED]> * URL : http://apocalypse.rulez.org/pangzero * License : GPL Programming Lang: Perl Description : action game that involves popping balloons with a harpoon Pang Zero is a clone and enhancement of Super Pang, a fast-paced action game that involves popping balloons with a harpoon. The intention is to create a fun, open-source game that many (currently up to 6) people can play together. You can play Pang Zero alone, but it's a lot more fun to play with your friends. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-686 Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381627: Error in documentation, leaveWhiteSpace() should be leaveWhitespace()
Package: python-pyparsing Version: 1.4.2-1.1 Severity: minor There is a (very) minor error in: /usr/share/doc/python-pyparsing/HowToUsePyparsing.html Around half-way through the document, the following is stated: leaveWhiteSpace() - change default behavior of skipping whitespace before starting matching (mostly used internally to the pyparsing module, rarely used by client code) The function name leaveWhiteSpace() is incorrect; it should be leaveWhitespace() thanks, Alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381629: evolution: Load CA certificates from /etc/ssl/certs
Package: evolution Version: 2.6.2-4 Severity: wishlist evolution should consider the contents of /etc/ssl/certs when validating an SSL certificate. This directory is managed by the ca-certificates package; it provides a system-wide way to install CA certificates to be trusted by the programs running on a machine. Or at least, it would do if more programs consulted it. :) -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-k7 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages evolution depends on: ii dbus 0.62-4simple interprocess messaging syst ii evolution-common 2.6.2-4 architecture independent files for ii evolution-data-server 1.6.2-3 evolution database backend server ii gconf2 2.14.0-1 GNOME configuration database syste ii gnome-icon-theme 2.14.2-1 GNOME Desktop icon theme ii gtkhtml3.8 3.10.2-1 HTML rendering/editing library - b ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libatk1.0-01.12.1-1 The ATK accessibility toolkit ii libaudiofile0 0.2.6-6 Open-source version of SGI's audio ii libavahi-client3 0.6.12-1 Avahi client library ii libavahi-common3 0.6.12-1 Avahi common library ii libavahi-glib1 0.6.12-1 Avahi glib integration library ii libbonobo2-0 2.14.0-1 Bonobo CORBA interfaces library ii libbonoboui2-0 2.14.0-3 The Bonobo UI library ii libc6 2.3.6-15 GNU C Library: Shared libraries ii libcairo2 1.2.0-3 The Cairo 2D vector graphics libra ii libcamel1.2-8 1.6.2-3 The Evolution MIME message handlin ii libdbus-1-20.62-4simple interprocess messaging syst ii libdbus-glib-1-2 0.62-4simple interprocess messaging syst ii libebook1.2-5 1.6.2-3 Client library for evolution addre ii libecal1.2-6 1.6.2-3 Client library for evolution calen ii libedataserver1.2-71.6.2-3 Utility library for evolution data ii libedataserverui1.2-6 1.6.2-3 GUI utility library for evolution ii libegroupwise1.2-9 1.6.2-3 Client library for accessing group ii libesd-alsa0 [libesd0] 0.2.36-3 Enlightened Sound Daemon (ALSA) - ii libexchange-storage1.2-1 1.6.2-3 Backend library for evolution cale ii libfontconfig1 2.3.2-7 generic font configuration library ii libfreetype6 2.2.1-2 FreeType 2 font engine, shared lib ii libgconf2-42.14.0-1 GNOME configuration database syste ii libgcrypt111.2.2-1 LGPL Crypto library - runtime libr ii libglade2-01:2.5.1-2 library to load .glade files at ru ii libglib2.0-0 2.10.3-3 The GLib library of C routines ii libgnome-keyring0 0.4.9-1 GNOME keyring services library ii libgnome-pilot22.0.12-1.6Support libraries for gnome-pilot ii libgnome2-02.14.1-2 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.14.0-2 A powerful object-oriented display ii libgnomeprint2.2-0 2.12.1-6 The GNOME 2.2 print architecture - ii libgnomeprintui2.2-0 2.12.1-4 GNOME 2.2 print architecture User ii libgnomeui-0 2.14.1-2 The GNOME 2 libraries (User Interf ii libgnomevfs2-0 2.14.2-1 GNOME virtual file-system (runtime ii libgnutls131.4.1-1 the GNU TLS library - runtime libr ii libgpg-error0 1.2-1 library for common error values an ii libgtk2.0-02.8.18-6 The GTK+ graphical user interface ii libgtkhtml3.8-15 3.10.2-1 HTML rendering/editing library - r ii libhal10.5.7-2 Hardware Abstraction Layer - share ii libice61:1.0.0-3 X11 Inter-Client Exchange library ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii libldap2 2.1.30-13+b1 OpenLDAP libraries ii libnm-glib00.6.3-2 network management framework (GLib ii libnotify1 0.4.0-1 sends desktop notifications to a n ii libnspr4-0d1.8.0.4-1 NetScape Portable Runtime Library ii libnss3-0d 1.8.0.4-1 Network Security Service libraries ii liborbit2 1:2.14.0-2libraries for ORBit2 - a CORBA ORB ii libpango1.0-0 1.12.3-1+b1 Layout and rendering of internatio ii libpisock8 0.11.8-23 Librar
Bug#381630: epiphany-browser: Load CA certificates from /etc/ssl/certs
Package: epiphany-browser Version: 2.14.2.1-2 Severity: wishlist epiphany should consider the contents of /etc/ssl/certs when validating an SSL certificate. This directory is managed by the ca-certificates package; it provides a system-wide way to install CA certificates to be trusted by the programs running on a machine. Or at least, it would do if more programs consulted it. :) -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-k7 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages epiphany-browser depends on: ii dbus 0.62-4simple interprocess messaging syst ii gconf2 2.14.0-1 GNOME configuration database syste ii gnome-icon-theme 2.14.2-1 GNOME Desktop icon theme ii iso-codes 0.52-1ISO language, territory, currency ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libatk1.0-01.12.1-1 The ATK accessibility toolkit ii libaudiofile0 0.2.6-6 Open-source version of SGI's audio ii libavahi-client3 0.6.12-1 Avahi client library ii libavahi-common3 0.6.12-1 Avahi common library ii libavahi-glib1 0.6.12-1 Avahi glib integration library ii libbonobo2-0 2.14.0-1 Bonobo CORBA interfaces library ii libbonoboui2-0 2.14.0-3 The Bonobo UI library ii libc6 2.3.6-15 GNU C Library: Shared libraries ii libcairo2 1.2.0-3 The Cairo 2D vector graphics libra ii libdbus-1-20.62-4simple interprocess messaging syst ii libdbus-glib-1-2 0.62-4simple interprocess messaging syst ii libesd-alsa0 [libesd0] 0.2.36-3 Enlightened Sound Daemon (ALSA) - ii libfontconfig1 2.3.2-7 generic font configuration library ii libfreetype6 2.2.1-2 FreeType 2 font engine, shared lib ii libgcc11:4.1.1-5 GCC support library ii libgconf2-42.14.0-1 GNOME configuration database syste ii libgcrypt111.2.2-1 LGPL Crypto library - runtime libr ii libglade2-01:2.5.1-2 library to load .glade files at ru ii libglib2.0-0 2.10.3-3 The GLib library of C routines ii libgnome-desktop-2 2.14.2-2 Utility library for loading .deskt ii libgnome-keyring0 0.4.9-1 GNOME keyring services library ii libgnome2-02.14.1-2 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.14.0-2 A powerful object-oriented display ii libgnomeprint2.2-0 2.12.1-6 The GNOME 2.2 print architecture - ii libgnomeprintui2.2-0 2.12.1-4 GNOME 2.2 print architecture User ii libgnomeui-0 2.14.1-2 The GNOME 2 libraries (User Interf ii libgnomevfs2-0 2.14.2-1 GNOME virtual file-system (runtime ii libgnutls131.4.1-1 the GNU TLS library - runtime libr ii libgpg-error0 1.2-1 library for common error values an ii libgtk2.0-02.8.18-6 The GTK+ graphical user interface ii libice61:1.0.0-3 X11 Inter-Client Exchange library ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii libmozjs0d 1.8.0.4-1 The Mozilla SpiderMonkey JavaScrip ii libnspr4-0d1.8.0.4-1 NetScape Portable Runtime Library ii liborbit2 1:2.14.0-2libraries for ORBit2 - a CORBA ORB ii libpango1.0-0 1.12.3-1+b1 Layout and rendering of internatio ii libpng12-0 1.2.8rel-5.2 PNG library - runtime ii libpopt0 1.10-2lib for parsing cmdline parameters ii libsm6 1:1.0.0-4 X11 Session Management library ii libstartup-notification0 0.8-1 library for program launch feedbac ii libstdc++6 4.1.1-5 The GNU Standard C++ Library v3 ii libtasn1-2 1:0.2.17-2Manage ASN.1 structures (runtime) ii libx11-6 2:1.0.0-7 X11 client-side library ii libxcursor11.1.5.2-5 X cursor management library ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar ii libxfixes3 1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio ii libxi6 1:1.0.0-5 X11 Input extension library ii libxinerama1 1:1.0.1-4 X11 Xinerama extension library ii libxml22.6.26.dfsg-3 GNOME XML library ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library ii libxrender1
Bug#381628: libgig: Version 3.0.0 is out
Package: libgig Severity: wishlist Hi, there's a new upstream release at http://stud.fh-heilbronn.de/~cschoene/projects/libgig/ which fixes some bugs of the previous version and introduces support for writing gig files. Would it be possible to upgrade the Debian package? I can give a hand if needed. Ciao, Free -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#364441: synaptic: 'lock version' feature should prohibit 'upgrades' to the same version as well [workaround]
In case anyone else would like to keep synaptic from touching a package at all just set it to "hold" using dselect, synaptic will honour that. I still find it confusing that dselects "hold" and synaptic's "lock version" feature are two different, apparently independant features. IMHO apt frontends should work with the same central package state, and not each keep some incompatibe state on the side. Thanks, C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381625: multisync0.90 - FTBFS: Ships i386 binaries
Package: multisync0.90 Version: 0.90.18-1 Severity: serious There was an error while trying to autobuild your package: > Automatic build of multisync0.90_0.90.18-1 on debian-31 by sbuild/s390 85 [...] > gcc -Wall -Werror -I. -O2 -o multisync0.90 main.o gui.o pair.o plugins.o > support.o interface.o callbacks.o -pthread file-sync/.libs/libfile_sync.a > -L/usr/lib evolution2_sync/.libs/libevo2_sync.a > synce_sync/.libs/libsynce_sync.a /usr/lib/libgnomeui-2.so > /usr/lib/libtasn1.so /usr/lib/libjpeg.so /usr/lib/libbonoboui-2.so > /usr/lib/libgnome-keyring.so /usr/lib/libgnomecanvas-2.so > /usr/lib/libgnome-2.so /usr/lib/libesd.so /usr/lib/libaudiofile.so > /usr/lib/libart_lgpl_2.so /usr/lib/libgtk-x11-2.0.so > /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so > /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so > /usr/lib/libpangoft2-1.0.so -lXext -lXinerama -lXi -lXrandr -lXcursor > -lXfixes /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lSM -lICE -lXrender > -lpng12 /usr/lib/libfreetype.so -lfontconfig -lX11 /usr/lib/libgnomevfs-2.so > /usr/lib/libgnutls.so /usr/lib/libgcrypt.so -lnsl /usr/lib/libgpg-error.so > /usr/lib/libavahi-glib.so /usr/lib/libavahi-client.so -ldbus-1 > /usr/lib/libavahi-common.so -lresolv -lutil /usr/lib/libbonobo-2.so > /usr/lib/libgconf-2.so /usr/lib/libbonobo-activation.so > /usr/lib/libORBitCosNaming-2.so /usr/lib/libORBit-2.so /usr/lib/libpopt.so > /usr/lib/libosengine.so /usr/lib/libopensync.so /usr/lib/libgmodule-2.0.so > /usr/lib/libgobject-2.0.so /usr/lib/libgthread-2.0.so /usr/lib/libglib-2.0.so > /usr/lib/libsqlite3.so -lpthread /usr/lib/libxml2.so -ldl -lz -lm > /usr/bin/ld: main.o: Relocations in generic ELF (EM: 3) > /usr/bin/ld: main.o: Relocations in generic ELF (EM: 3) > /usr/bin/ld: main.o: Relocations in generic ELF (EM: 3) > /usr/bin/ld: main.o: Relocations in generic ELF (EM: 3) > /usr/bin/ld: main.o: Relocations in generic ELF (EM: 3) > /usr/bin/ld: main.o: Relocations in generic ELF (EM: 3) > main.o: could not read symbols: File in wrong format > collect2: ld returned 1 exit status > make[3]: *** [multisync0.90] Error 1 > make[3]: Leaving directory `/build/buildd/multisync0.90-0.90.18/gui' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/build/buildd/multisync0.90-0.90.18/gui' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/build/buildd/multisync0.90-0.90.18/gui' > make: *** [build-stamp] Error 2 > ** > Build finished at 20060804-1835 > FAILED [dpkg-buildpackage died]
Bug#381624: vflib3 - build writes outside of source directory
Package: vflib3 Version: 3.6.13-3.5 Severity: serious The vflib3 build writes outside of the build directory, which is /build/buildd/vflib3-3.6.13 on the buildd. The log says. | Making a symbolic link: /build/buildd/vflib3 -> /build/buildd/vflib3-3.6.13 Bastian -- The joys of love made her human and the agonies of love destroyed her. -- Spock, "Requiem for Methuselah", stardate 5842.8 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381622: sdcc - FTBFS: LyXTextClassList::Read: unable to find textclass file `'. Exiting.
Package: sdcc Version: 2.6.0-1 Severity: serious There was an error while trying to autobuild your package: > Automatic build of sdcc_2.6.0-1 on debian-31 by sbuild/s390 85 [... > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>> 4.0.0), flex, bison, libncurses5-dev, gputils, > lyx, tetex-bin, tetex-extra, gs-common, gs [...] > make[4]: Leaving directory `/build/buildd/sdcc-2.6.0/device/lib/gbz80' > rm -f build/gbz80/*.lst build/gbz80/*.sym > cd build/gbz80; ls *.o > gbz80.lib > make[3]: Leaving directory `/build/buildd/sdcc-2.6.0/device/lib' > make[2]: Leaving directory `/build/buildd/sdcc-2.6.0/device/lib' > /usr/bin/make -C support/packihx > make[2]: Entering directory `/build/buildd/sdcc-2.6.0/support/packihx' > s390-linux-gnu-gcc -Wall -pipe -ggdb -g -O2 -Wall -I. -I -I./support/Util > -I. -c packihx.c -o packihx.o > s390-linux-gnu-gcc -o ../../bin/packihx packihx.o > make[2]: Leaving directory `/build/buildd/sdcc-2.6.0/support/packihx' > /usr/bin/make -C doc > make[2]: Entering directory `/build/buildd/sdcc-2.6.0/doc' > if [ "." != "." ] ; then \ > cp sdccman.lyx . ; \ > lyx -e latex sdccman.lyx ; \ > rm sdccman.lyx ; \ > else \ > lyx -e latex sdccman.lyx ; \ > fi > LyXTextClassList::Read: unable to find textclass file `'. Exiting. > make[2]: *** [sdccman.tex] Error 1 > make[2]: Leaving directory `/build/buildd/sdcc-2.6.0/doc' > make[1]: *** [sdcc-doc] Error 2 > make[1]: Leaving directory `/build/buildd/sdcc-2.6.0' > make: *** [build-arch-stamp] Error 2 > ** > Build finished at 20060804-1320 > FAILED [dpkg-buildpackage died] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381620: ocaml-sha1 - FTBFS: ocamlfind: sha1.a: No such file or directory
Package: ocaml-sha1 Version: 0.9-1 Severity: serious There was an error while trying to autobuild your package: > Automatic build of ocaml-sha1_0.9-1 on debian-31 by sbuild/s390 85 [...] > Installing library with ocamlfind > ocamlfind install -destdir > /build/buildd/ocaml-sha1-0.9/debian/libsha1-ocaml-dev//usr/lib/ocaml/3.09.2 > -ldconf ignore sha1 META sha1.mli sha1.cmi sha1.cma sha1.cmxa sha1.a > libsha1_stubs.a dllsha1_stubs.so > Installed > /build/buildd/ocaml-sha1-0.9/debian/libsha1-ocaml-dev//usr/lib/ocaml/3.09.2/sha1/dllsha1_stubs.so > Installed > /build/buildd/ocaml-sha1-0.9/debian/libsha1-ocaml-dev//usr/lib/ocaml/3.09.2/sha1/libsha1_stubs.a > ocamlfind: sha1.a: No such file or directory > make[1]: *** [libinstall] Error 2 > make[1]: Leaving directory `/build/buildd/ocaml-sha1-0.9' > make: *** [common-install-impl] Error 2 > ** > Build finished at 20060801-1136 > FAILED [dpkg-buildpackage died] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381621: elfsh - FTBFS: Error: Unrecognized opcode: `mov'
Package: elfsh Version: 0.65rc1-1 Severity: serious There was an error while trying to autobuild your package: > Automatic build of elfsh_0.65rc1-1 on debian-31 by sbuild/s390 85 [...] > gcc -Iinclude -Wall -fPIC -g3 -O2 -DELFSH_INTERN -I../libhash/include/ > -I../libasm/include/ -DELFSH32 -DELFSHNET -DM32 -c -o bt.o bt.c > /tmp/ccLxgTGr.s: Assembler messages: > /tmp/ccLxgTGr.s:10112: Error: Unrecognized opcode: `mov' > make[2]: *** [bt.o] Error 1 > make[2]: Leaving directory `/build/buildd/elfsh-0.65rc1/libelfsh' > make[1]: *** [world] Error 2 > make[1]: Leaving directory `/build/buildd/elfsh-0.65rc1' > make: *** [build-stamp] Error 2 > ** > Build finished at 20060803-1251 > FAILED [dpkg-buildpackage died] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381580: [Pkg-xfce-devel] Bug#381580: ITP: xfburn -- CD-burner application for Xfce Desktop Environment
On Sat, 2006-08-05 at 19:50 +0200, Mike Massonnet wrote: > Sat, 05 Aug 2006 17:49:49 +0200 - Yves-Alexis Perez <[EMAIL PROTECTED]> > > Upstream Author : Jannis Pohlmann <[EMAIL PROTECTED]> > > That should be Jean-François Wauthy <[EMAIL PROTECTED]>. Ah, thanks ! (and sorry Jean-François) -- Yves-Alexis
Bug#381626: cloop - FTBFS: error: expected primary-expression before ';' token
Package: cloop Version: 2.04-1+eb.1-4 Severity: serious There was an error while trying to autobuild your package: > Automatic build of cloop_2.04-1+eb.1-4 on lxdebian.bfinv.de by sbuild/s390 85 [...] > make[2]: Entering directory `/build/buildd/cloop-2.04-1+eb.1/advancecomp-1.14' > g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -DUSE_ERROR_SILENT -DUSE_COMPRESS > -D_REENTRANT -pthread -c -o advfs.o `test -f 'advfs.cc' || echo './'`advfs.cc > advfs.cc: In function 'int main(int, char**)': > advfs.cc:978: error: expected primary-expression before ';' token > advfs.cc:983: error: expected primary-expression before ';' token > make[2]: *** [advfs.o] Error 1 > make[2]: Leaving directory `/build/buildd/cloop-2.04-1+eb.1/advancecomp-1.14' > make[1]: *** [advancecomp-1.14/advfs] Error 2 > make[1]: Leaving directory `/build/buildd/cloop-2.04-1+eb.1' > make: *** [build-stamp] Error 2 > ** > Build finished at 20060803-2007 > FAILED [dpkg-buildpackage died] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381623: ftp.debian.org: please don't remove `skkdic'
Package: ftp.debian.org The `skkdic' package is scheduled for removal. However, RC bugs were removed, and the package is now well maintained. Please don't remove the `skkdic' package. -- Tatsuya Kinoshita pgpam7cwgSd1G.pgp Description: PGP signature
Bug#380737: openntpd: fails to inhibit the clock from drifting away
On Sat, Aug 05, 2006 at 11:37:26PM +0200, Thomas Schwinge wrote: > Aug 5 21:29:46 taylor ntpd[4318]: adjusting local clock by -2.431421s send(3, "<30>Aug 5 21:29:46 ntpd[4318]: "..., 67, MSG_NOSIGNAL) = 67 adjtimex({modes=32769, offset=-2230536, freq=0, maxerror=16384000, esterror=16384000, status=64, constant=2, precision=1, tolerance=33554432, time={1154806186, 324677}}) = 5 > Aug 5 21:34:07 taylor ntpd[4318]: adjusting local clock by -2.529765s send(3, "<30>Aug 5 21:34:07 ntpd[4318]: "..., 67, MSG_NOSIGNAL) = 67 adjtimex({modes=32769, offset=-2300611, freq=0, maxerror=16384000, esterror=16384000, status=64, constant=2, precision=1, tolerance=33554432, time={1154806447, 833571}}) = 5 > Aug 5 21:36:54 taylor ntpd[4318]: adjusting local clock by -2.584983s send(3, "<30>Aug 5 21:36:54 ntpd[4318]: "..., 67, MSG_NOSIGNAL) = 67 adjtimex({modes=32769, offset=-2446443, freq=0, maxerror=16384000, esterror=16384000, status=64, constant=2, precision=1, tolerance=33554432, time={1154806614, 408484}}) = 5 > Aug 5 23:09:04 taylor ntpd[4318]: adjusting local clock by -4.626432s send(3, "<30>Aug 5 23:09:04 ntpd[4318]: "..., 67, MSG_NOSIGNAL) = 67 adjtimex({modes=32769, offset=-4468765, freq=0, maxerror=16384000, esterror=16384000, status=64, constant=2, precision=1, tolerance=33554432, time={1154812144, 410368}}) = 5 So, atleast, the kernel seems to know about some offset now. If I just look at how fast the clock changes, it seems you're drift about 1 second every hour, which seems to be to be rather large value. If my memory is correct, the kernel has a limit of adjusting 500 ppm, so that would be 1.8 seconds / hour. So either you're clock is drifting faster than that, or the kernel isn't doing the right thing. Maybe you should try playing with the adjtimex util, and set the tick (or freq) value, so that it should keep time better. I wish openntpd would do this by itself, but it doesn't. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#273801: education-tasks: installs general file which might lead to name space problems
tags 273801 + patch thanks I had a look at this issue, and the fact that the task recommends and suggests are ignored in the tasksel tasks. Here is a proposed fix, both getting rid of the generic name (did anyone add it to tasksel? Should the tasksel method be added?), and also make sure the "important" packages in a task are listed as key packages, while all the others are listed as task packages. It is slightly tested, but the beta3 d-i transition blocks me from testing it fully using a debian-edu test CD. Cc to Joey Hess, hoping he can have a look to check if this approach is sane. * Rewrote how the tasksel tasks are generated. The existing packages listed as dependencies are now key packages in the task, and missing, recommended and suggested packages are now listed as task packages using the 'list' method. Index: debian/rules === --- debian/rules(revision 7820) +++ debian/rules(working copy) @@ -21,8 +21,6 @@ dh_installdirs dh_install debian-edu-tasks.desc usr/share/tasksel - dh_install tasksel/* usr/share/tasksel/task-files - dh_install task-files usr/lib/tasksel/packages # Build architecture-independent files here. binary-indep: build install Index: gen-control === --- gen-control (revision 7820) +++ gen-control (working copy) @@ -143,6 +143,8 @@ } } +# List all depends as key packages, and recommends and suggests +# packages as nice to have. sub print_task_desc { if (! -d "tasksel") { mkdir("tasksel") || die "mkdir tasksel: $!"; @@ -156,21 +158,26 @@ print "Section: debian-edu\n"; print "Description: $taskinfo{$task}{Description}\n"; print "$taskinfo{$task}{'Description-long'}"; # Already contain newline - print "Packages: task-files\n"; print "Relevance: 10\n"; print "Key: \n"; print " $task\n"; - - print "\n"; - - open (OUT, ">tasksel/$task") || die "tasksel/$task: $!"; - print OUT "$task\n"; my %seen; - foreach my $package (task_packages($task, "Depends")) { - print OUT "$package\n" unless $seen{$package}; + $seen{$task} = 1; + if (1) { # Enable to list all dependencies as key packages + foreach my $package (task_packages($task, "Depends")) { + print " $package\n" unless $seen{$package}; $seen{$package} = 1; + } } - close OUT; + print "Packages: list\n"; + for my $header (qw(Depends Recommends Suggests)) { + foreach my $package (task_packages($task, $header)) { + print " $package\n" unless $seen{$package}; + $seen{$package} = 1; + } + } + + print "\n"; } } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381619: debconf 1.5.3 breaks apache install
Package: debconf Version: 1.5.3 apache-1.3.34-2 package can't be configured when debconf 1.5.3 is on the box... works fine when 1.5.2 is on the box... tail of set -x output looks like so: + db_set apache/server-name arctic.org + _db_cmd 'SET apache/server-name' arctic.org + printf '%s\n' 'SET apache/server-namearctic.org' + IFS=' ' + read -r _db_internal_line + RET='10 apache/server-namearctic.org doesn'\''t exist' + case ${_db_internal_line%%[ ]*} in + return 10 everything is fine if i revert the echo/printf change from #306134. -dean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381609: samba: refuses to start after hang
retitle 381609 fails at startup if cups printer doesn't work correctly severity 381609 normal thank you I found the culprit: my printer had crashed ... I have a Lexmark E240n, which is IPP capable and configured as a cups printer on the machine. Although my smb.conf has "load printers = no" samba apparently feels the need to communicate with the printer on startup. Seems the printer was in an undefined state (at least the web interface was down) and terribly confused samba. Not closing the bug myself because: - I'm not 100% convinced that that's the end of it. Even though I can't reproduce the problem anymore after a powercycle of the printer it might be something else entirely. - samba shouldn't hang with no comment in the logs, regardless of how broken cups is Regards, C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381211: postgresql-client-8.1 should have a versioned Depends on libpq4
Hi Torsten, Torsten Werner [2006-08-02 20:37 +0200]: > without a versioned Depends it may happen, that things like $PGPASSFILE > are silently ignored. Heh, thanks for catching this. libpq4 has a shlibs file which requires (>= 8.1.4) for ages, but for some reason it is not actually used by any package. I'll investigate why (although I don't have the slightest idea yet). Martin -- Martin Pitthttp://www.piware.de Ubuntu Developer http://www.ubuntu.com Debian Developer http://www.debian.org In a world without walls and fences, who needs Windows and Gates? signature.asc Description: Digital signature
Bug#349416: FTBFS: apr_sendfile for the Hurd
Samuel Thibault, le Sat 05 Aug 2006 19:48:34 +0200, a écrit : > Marc Dequènes, le Fri 09 Jun 2006 17:32:04 +0200, a écrit : > > PING > > PING again. If the patch got merged, could you at least please tag the > bug with "pending"? Note: because apache2 FTBFS, php4-dev can't be built, and as a result swig can't either, and hence many important libraries can't be built... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381583: [Build-common-hackers] Bug#381583: python-numpy (and other python packages) FTFBS with current cdbs
Matthias Klose wrote: > Peter Eisentraut writes: > > Matthias Klose wrote: > > > pyversions -vr calls are missing a parameter. > > > > The man page says that the parameter is optional. > > sorry, the man page is wrong. pyversions --help is correct. > will be fixed in 2.3.4-7 in experimental. Well, I have python 2.3.5-11 installed, and calling "pyversions -vr" clearly does read the debian/control file. And if I change the file, it gives a different answer on the next run. So either pyversions --help is incorrect or the whole tool is just not well-defined. In either case, I'm not inclined to fix anything in the cdbs class. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381618: Please stop Build-Depending on automake
Package: zsnes Version: 1.420-2 Severity: wishlist Tags: patch The automake maintainer is working towards reclaiming the automake package name, which currently rests on automake1.4, the oldest version of automake. Your package Build-Depends on automake, hence this bug report. Please see http://wiki.debian.org/AutomakeTransition for more information on this transition. The attached patch switches the automake build dependency to automake1.4. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) zsnes.diff Description: application/empty
Bug#381609: samba: refuses to start after hang
> The logs show nothing. What could have been so horribly corrupted by > the hanging smbd that it refuses to start now? strace is your friend. [strace attached] It gets stranger still - after my experiments in single mode I rebooted the box in normal mode and it came up ok, just eth0 wasn't configured. (It does that sometimes with all my testing boxes, probably an udev / initramfs glitch.) After ifup eth0 everything was fine, including samba. Thinking I was imagining things I rebooted again: network from the get-go but samba hang at startup. Turns out samba hangs at startup only if eth0 is up. /etc/init.d/samba start ... hangs ifdown eth0 && /etc/init.d/samba start && ifup eth0 ... works Could something on the LAN confuse samba thus? The other smb clients and servers on the same network are unaffected. Thanks, C. samba.strace Description: Binary data
Bug#381617: debian-installer: d-i etch beta 2
Package: debian-installer Severity: critical Tags: security Justification: root security hole did not set root password selected during install left it blank did not setup user selected in install installed 2.4 kernel when 2.6 kernel was downloaded installed 2.4 kernel when 2.6 is agreed upon and latest version for all architectures -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#358751: Upstream?
Package: xserver-xorg-input-evdev Version: 1:1.1.2-1 Followup-For: Bug #358751 https://bugs.freedesktop.org/show_bug.cgi?id=5578 -- System Information: Debian Release: testing/unstable APT prefers experimental APT policy: (1000, 'experimental'), (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.6 Locale: LANG=eo.UTF-8, LC_CTYPE=eo.UTF-8 (charmap=UTF-8) Versions of packages xserver-xorg-input-evdev depends on: hi libc6 2.3.6-16 GNU C Library: Shared libraries ii xserver-xorg-core 1:1.0.2-9 X.Org X server -- core server xserver-xorg-input-evdev recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381025: Filed upstream
Package: xserver-xorg-input-evdev Version: 1:1.1.2-1 Followup-For: Bug #381025 https://bugs.freedesktop.org/show_bug.cgi?id=7782 -- System Information: Debian Release: testing/unstable APT prefers experimental APT policy: (1000, 'experimental'), (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.6 Locale: LANG=eo.UTF-8, LC_CTYPE=eo.UTF-8 (charmap=UTF-8) Versions of packages xserver-xorg-input-evdev depends on: hi libc6 2.3.6-16 GNU C Library: Shared libraries ii xserver-xorg-core 1:1.0.2-9 X.Org X server -- core server xserver-xorg-input-evdev recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#378138: krusader doesn't get into kickerrc's RecentAppsStats variable
Hi, To fix this the next must be added in the rules file. # FreeDesktop.org standards install -d debian/krusader/usr/share/applications/kde mv debian/krusader/usr/share/applnk/krusader.desktop \ debian/krusader/usr/share/applications/kde mv debian/krusader/usr/share/applnk/krusader_root-mode.desktop \ debian/krusader/usr/share/applications/kde - This is done in an unofficial krusader_1.70.1-1_amd64.deb package http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380063 http://users.telenet.be/franks.website/downloads/krusader_1.70.1-1-etch0/ Thanks to Massimo Manghi for reporting this bug. kind regards, Frank Schoolmeesters http://www.krusader.org On 7/14/06, Frank Schoolmeesters <[EMAIL PROTECTED]> wrote: Hi, I can confirm this bug on Debian Etch, thanks for reporting. Though, i don't know howto fix it. Someone any idea? kind regards, Frank Schoolmeesters http://www.krusader.org On 7/13/06, Massimo Manghi <[EMAIL PROTECTED]> wrote: > Package: krusader > Version: 1.70.0-1 > Severity: minor > > > on etch krusader seems not to be able to make into kde's > list of recent or most frequently used applications. > > regards > > -- Massimo Manghi > > -- System Information: > Debian Release: testing/unstable > APT prefers testing > APT policy: (500, 'testing') > Architecture: i386 (i686) > Shell: /bin/sh linked to /bin/bash > Kernel: Linux 2.6.15-1-686 > Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) > > Versions of packages krusader depends on: > ii kdelibs4c2a 4:3.5.3-1core libraries and binaries for al > ii libacl1 2.2.39-1 Access control list shared library > ii libart-2.0-22.3.17-1 Library of functions for 2D graphi > ii libattr12.4.32-1 Extended attribute shared library > ii libaudio2 1.7-9The Network Audio System (NAS). (s > ii libc6 2.3.6-15 GNU C Library: Shared libraries > ii libfam0 2.7.0-10 Client library to control the FAM > ii libfontconfig1 2.3.2-7 generic font configuration library > ii libfreetype62.2.1-2 FreeType 2 font engine, shared lib > ii libgcc1 1:4.1.1-5GCC support library > ii libice6 1:1.0.0-3X11 Inter-Client Exchange library > ii libidn110.6.3-1 GNU libidn library, implementation > ii libjpeg62 6b-13The Independent JPEG Group's JPEG > ii libkjsembed14:3.5.1-1Embedded JavaScript library > ii libkonq44:3.5.3-2core libraries for Konqueror > ii libpcre36.4-2Perl 5 Compatible Regular Expressi > ii libpng12-0 1.2.8rel-5.1 PNG library - runtime > ii libqt3-mt 3:3.3.6-2Qt GUI Library (Threaded runtime v > ii libsm6 1:1.0.0-4X11 Session Management library > ii libstdc++6 4.1.1-5 The GNU Standard C++ Library v3 > ii libx11-62:1.0.0-7X11 client-side library > ii libxcursor1 1.1.5.2-5X cursor management library > ii libxext61:1.0.0-4X11 miscellaneous extension librar > ii libxft2 2.1.8.2-8FreeType-based font drawing librar > ii libxi6 1:1.0.0-5X11 Input extension library > ii libxinerama11:1.0.1-4X11 Xinerama extension library > ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library > ii libxrender1 1:0.9.0.2-4 X Rendering Extension client libra > ii libxt6 1:1.0.0-5X11 toolkit intrinsics library > ii zlib1g 1:1.2.3-11 compression library - runtime > > krusader recommends no packages. > > -- no debconf information > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381349: [Intl:de] Translated german po file for the man page dpkg-architecture.1
On Sat, Aug 05, 2006 at 07:49:13PM +0200, Helge Kreutzmann wrote: > Hello Nicolas, > On Sat, Aug 05, 2006 at 07:39:19PM +0200, Nicolas François wrote: > > On Thu, Aug 03, 2006 at 10:21:14PM +0200, Helge Kreutzmann wrote: > > > -"option will not expand the architecture wildcards. Command finishes > > > with an " > > > +"action will not expand the architecture wildcards. Command finishes > > > with an " > > > > I've not fixed these ones. > > Well, "-e" is an action, so why should "option" be written here? Applied. > > > Why is linux-alpha a wildcard? > > > "EkernelE-EcpuE. Examples: linux-any, linux-alpha, > > > any-i386, " > > > > It doesn't sounds like a wilcard to me. I don't know whether it's a typo > > or if linux-alpha should be removed. > > Ok. If you do decide to remove it, either update the german > translation or let me know so I can do it. Nothing done > > I propose > > "Check if an architecture is equal to the current architecture or a given > > one:" > > > > The second could be: > > "Check if the current architecture or an architecture provided with -a are > > Linux systems:" > > Sound very fine with me, please apply. Applied Here is the updated PO. Kind Regards, -- Nekral dpkg-architecture_de.po.bz2 Description: Binary data
Bug#379440: quodlibet broken after update of python packages
On Fri, Jul 28, 2006, Bastian Kleineidam wrote: > quodlibet 0.22 entered the archive, and uses Python 2.4. So is this bug > still occurring with the new version? I can't reproduce the problem with 0.21.1-1 and it does not occur on 0.22-1. -- adn Mohammed Adnène Trojette
Bug#248574: Intent to NMU
Together with Maximiliano Curia, I have prepared an NMU of tkman that fixes this important bug. The fix is accomplished by applying the patch provided by Martin Forssen. Other than that patch, only the debian/control file was changed, to comply with the latest policy changes. I'm attaching the interdiff output of the package that I have prepared. I will be uploading the NMU to the delayed queue. I hope you find it useful. -- Love, Marga diff -u tkman-2.2/debian/patches/00list tkman-2.2/debian/patches/00list --- tkman-2.2/debian/patches/00list +++ tkman-2.2/debian/patches/00list @@ -1,0 +2 @@ +02_fix-non-C-dates diff -u tkman-2.2/debian/changelog tkman-2.2/debian/changelog --- tkman-2.2/debian/changelog +++ tkman-2.2/debian/changelog @@ -1,3 +1,12 @@ +tkman (2.2-1.1) unstable; urgency=low + + * Non-maintainer upload to fix handling of non C dates. Thanks to Martin +Forssen for the patch. (Closes: #248574). + * Fix Build-Depends, so that dependencies are correctly satisfied for the +clean target. + + -- Margarita Manterola <[EMAIL PROTECTED]> Sat, 5 Aug 2006 17:36:06 -0300 + tkman (2.2-1) unstable; urgency=low * New upstream release: reviewed for Tcl/Tk 8.4. Closes: #235844. diff -u tkman-2.2/debian/control tkman-2.2/debian/control --- tkman-2.2/debian/control +++ tkman-2.2/debian/control @@ -2,7 +2,7 @@ Section: doc Priority: optional Maintainer: Shaul Karl <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.1.42), dpatch, patch +Build-Depends: debhelper (>= 4.1.42), patch, dpatch Standards-Version: 3.6.1.0 Package: tkman only in patch2: unchanged: --- tkman-2.2.orig/debian/patches/02_fix-non-C-dates.dpatch +++ tkman-2.2/debian/patches/02_fix-non-C-dates.dpatch @@ -0,0 +1,38 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_fix-non-C-dates.dpatch by <[EMAIL PROTECTED]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + [EMAIL PROTECTED]@ +diff -urNad tkman-2.2~/searchbox.tcl tkman-2.2/searchbox.tcl +--- tkman-2.2~/searchbox.tcl 2003-04-01 20:31:38.0 -0300 tkman-2.2/searchbox.tcl2006-08-05 17:22:58.0 -0300 +@@ -131,7 +131,7 @@ + + + # check for bad regular expression +- if {![string match "TAG:*" $pat] && $type eq "regexp" && [catch {regexp $pat bozomaniac}]} { ++ if {![string match "TAG:*" $pat] && $type eq "regexp" && [catch {regexp -- $pat bozomaniac}]} { + winstderr $wmsg "Malformed regular expression." + return 0 + } +diff -urNad tkman-2.2~/textmanip.tcl tkman-2.2/textmanip.tcl +--- tkman-2.2~/textmanip.tcl 2003-04-01 20:31:38.0 -0300 tkman-2.2/textmanip.tcl2006-08-05 17:22:58.0 -0300 +@@ -68,11 +68,12 @@ + + # return dates like ls: the more recent the more information, in roughly same number of characters + proc recently {then} { ++ set ndatainfo "%Y %m %d %H %M %S" + set datainfo "%Y %B %d %H %M %S" +- set format "%d %s %d %d %s %s" ++ set format "%s %s %s %s %s %s" + set now [clock seconds] +- scan [clock format $now -format $datainfo] $format year month day hour min sec +- set midnight [clock scan "$day $month"] ++ scan [clock format $now -format $ndatainfo] $format year month day hour min sec ++ set midnight [clock scan "$year$month$day"] + scan [clock format $then -format $datainfo] $format oyear omonth oday ohour omin osec + + set secday [expr {24*60*60}]
Bug#381609: samba: refuses to start after hang
Christian Pernegger wrote: > The logs show nothing. What could have been so horribly corrupted by > the hanging smbd that it refuses to start now? strace is your friend. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#358543: I suspect some debconf problem
Hello, I also encounter the 'exit 10' problem on a sid machine. All other packages are up to date as far as possible (only one TeX related package also has a problem - should be unrelated). I rm -fr'ed /etc/apache before starting, then (re-) installed apache-common, then apache. To debug what goes wrong in postinst, I unpacked it and added 'set -x' to the top of the file: # /usr/bin/dpkg --unpack apache_1.3.34-2_i386.deb # /usr/bin/vi /var/lib/dpkg/info/apache.postinst # here: adding set -x # /usr/bin/dpkg --configure apache Setting up apache (1.3.34-2) ... + . /usr/share/debconf/confmodule ++ '[' '!' '' ']' ++ PERL_DL_NONLAZY=1 ++ export PERL_DL_NONLAZY ++ '[' '' ']' ++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/apache.postinst configure '' + . /usr/share/debconf/confmodule ++ '[' '!' 1 ']' ++ '[' -z '' ']' ++ exec ++ '[' '' ']' ++ exec ++ DEBCONF_REDIR=1 ++ export DEBCONF_REDIR + . /usr/share/apache/postinst.common + '[' configure '!=' configure ']' + HIDE= + '[' '' '!=' '' ']' + UPGRADE=false + /usr/sbin/apache-modconf apache internal + '[' false '!=' true ']' + add_webmaster_alias + '[' -e /etc/aliases ']' + grep -qi '^webmaster:' /etc/aliases + do_all apache + '[' 1 -ne 1 ']' + pkg=apache + '[' '!' -e /etc/apache/modules.conf ']' ++ printf '\x07' + export $'IFS=\a' + IFS=$'\a' ++ /usr/share/apache/listconffiles /etc/apache/httpd.conf.dpkg-inst.queue + CONFS=$'/etc/apache/modules.conf\a' ++ printf '\x07' + export $'CONFS=/etc/apache/httpd.conf.dpkg-inst.queue\a/etc/apache/modules.conf\a' + CONFS=$'/etc/apache/httpd.conf.dpkg-inst.queue\a/etc/apache/modules.conf\a' + prepare_ucf apache + '[' 1 -ne 1 ']' + pkg=apache + for i in '$CONFS' + '[' '!' -e /etc/apache/httpd.conf.dpkg-inst.queue.dpkg-inst.queue ']' + for i in '$CONFS' + '[' '!' -e /etc/apache/modules.conf.dpkg-inst.queue ']' + do_debconf_configs apache + '[' 1 -ne 1 ']' + pkg=apache + for i in '$CONFS' + i=/etc/apache/httpd.conf.dpkg-inst.queue.dpkg-inst.queue + '[' '!' '' ']' ++ pget /etc/apache/httpd.conf.dpkg-inst.queue.dpkg-inst.queue servername ++ perl -e ' OUTER: while (<>) {next OUTER if /^\s*#/;next OUTER if /^$/;if ( (/) { next INNER until /<\/virtualhost/i }};print if /^\s*servername/i}' ++ tail -n 1 ++ awk '{print $2}' + SERNAME= + SERNAMERB= + '[' '!' '' ']' ++ pget /etc/apache/httpd.conf.dpkg-inst.queue.dpkg-inst.queue serveradmin ++ perl -e ' OUTER: while (<>) {next OUTER if /^\s*#/;next OUTER if /^$/;if ( (/) { next INNER until /<\/virtualhost/i }};print if /^\s*serveradmin/i}' ++ tail -n 1 ++ awk '{print $2}' + [EMAIL PROTECTED] + [EMAIL PROTECTED] + '[' '!' '' ']' ++ pget /etc/apache/httpd.conf.dpkg-inst.queue.dpkg-inst.queue documentroot ++ perl -e ' OUTER: while (<>) {next OUTER if /^\s*#/;next OUTER if /^$/;if ( (/) { next INNER until /<\/virtualhost/i }};print if /^\s*documentroot/i}' ++ tail -n 1 ++ awk '{print $2}' + DOCROOT=/var/www + DOCROOTRB=/var/www + '[' apache '!=' apache-ssl ']' + '[' '!' '' ']' ++ pget /etc/apache/httpd.conf.dpkg-inst.queue.dpkg-inst.queue port ++ perl -e ' OUTER: while (<>) {next OUTER if /^\s*#/;next OUTER if /^$/;if ( (/) { next INNER until /<\/virtualhost/i }};print if /^\s*port/i}' ++ tail -n 1 ++ awk '{print $2}' + PORT=80 + PORTRB=80 + for i in '$CONFS' + i=/etc/apache/modules.conf.dpkg-inst.queue + '[' '!' '' ']' ++ pget /etc/apache/modules.conf.dpkg-inst.queue servername ++ perl -e ' OUTER: while (<>) {next OUTER if /^\s*#/;next OUTER if /^$/;if ( (/) { next INNER until /<\/virtualhost/i }};print if /^\s*servername/i}' ++ tail -n 1 ++ awk '{print $2}' + SERNAME= + SERNAMERB= + '[' '!' [EMAIL PROTECTED] ']' + '[' '!' /var/www ']' + '[' apache '!=' apache-ssl ']' + '[' '!' 80 ']' + '[' '!' '' ']' + db_set apache/server-name localhost + _db_cmd 'SET apache/server-name' localhost + printf '%s\n' 'SET apache/server-namelocalhost' + IFS=' ' + read -r _db_internal_line + RET='10 apache/server-namelocalhost doesn'\''t exist' + case ${_db_internal_line%%[ ]*} in + return 10 dpkg: error processing apache (--configure): subprocess post-installation script returned error exit status 10 Errors were encountered while processing: apache I also forcibly purged apache before starting to remove any debconf cruft form 'status', and I also find the servername key after installing the package, so I'm very much confused at this point about what the problem might be. Hopefully, the trace above can help you tracking this down. Best, --Toni++ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381616: Please stop Build-Depending on automake
Package: xgraph Version: 12.1-5 Severity: wishlist Tags: patch The automake maintainer is working towards reclaiming the automake package name, which currently rests on automake1.4, the oldest version of automake. Your package Build-Depends on automake, hence this bug report. Please see http://wiki.debian.org/AutomakeTransition for more information on this transition. The attached patch switches the automake build dependency to automake1.4. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) --- debian/control.orig 2006-08-05 17:28:11.0 -0400 +++ debian/control 2006-08-05 17:21:27.0 -0400 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Barak A. Pearlmutter <[EMAIL PROTECTED]> Standards-Version: 3.6.2.1 -Build-Depends: debhelper (>=4), automake, autoconf2.13 | autoconf (<= 2.13-999), libx11-dev | xlibs-dev | xlib6g-dev, x-dev | xlibs-dev | xlib6g-dev +Build-Depends: debhelper (>=4), automake1.4, autoconf2.13 | autoconf (<= 2.13-999), libx11-dev | xlibs-dev | xlib6g-dev, x-dev | xlibs-dev | xlib6g-dev Package: xgraph Architecture: any
Bug#381615: gitweb: Malformed rss 2.0 xml file
Package: gitweb Severity: normal Hi, gitweb is using a tag called "content" for describing the content of a commit (eg in http://git.kernel.org/git/?p=git/git.git;a=rss). According to the RSS 2.0 specifications (http://www.rssboard.org/rss-specification), this tag does not exist. The tag "description" should be used for this purpose. Please fix :) Regards, Arnaud -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.6 Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#292231: This bug does not seem to be fixed
found 292231 0.9.1-2 thanks I don't understand the resolution of this bug: the package includes (or used to include?) a GFDLed manpage with Invariant Sections (or rather, marked as entirely invariant). Upstream has shown to be willing to relicense the manpage "to conform the standards of free software you adopt in Debian", there have been NMUs and then the maintainer acked the NMUs, closing the bug. But, according to the debian/copyright of the "fixed" version[1], the manpage is still GFDLed with Invariant Sections. | The hasciicam manpage is distributed under the terms of the GNU Free | Documentation License, with the Invariant Sections being NAME, | SYNOPSIS, DESCRIPTION, AUTHOR and with the Front-Cover Texts including | "hasciicam - (h)ascii for the masses! - manual pages". This situation does not comply with the DFSG. Why wasn't the manpage relicensed under the GPLv2? Is the current debian/copyright accurate? [1] http://packages.debian.org/changelogs/pool/main/h/hasciicam/hasciicam_0.9.1-2/hasciicam.copyright -- But it is also tradition that times *must* and always do change, my friend. -- from _Coming to America_ . Francesco Poli . GnuPG key fpr == C979 F34B 27CE 5CD8 DC12 31B5 78F4 279B DD6D FCF4 pgpzO5sRt6IkU.pgp Description: PGP signature
Bug#381488: [Intl:de] Partially translated german po files for man pages
On Fri, Aug 04, 2006 at 09:20:04PM +0200, Helge Kreutzmann wrote: > > As requested, I herby submit those man pages, where I haven't finished > the translation and submitted it to (a different) bug against dpkg. > Please add those files to the svn repository such that other > translators (or maybe even I at a later time) can continue the > translation. Committed. > I leave it at your disposal how to treat this bug once > the files are submitted to the repository. I would prefer to *not* > remain the submitter after the relase of dpkg where the man pages were > checked in and (in source) distributed. Also I think it would be > sensible to mention these man pages in the changelog (even tough > they are not built) such that some reader might consider finishing them. I mentionned that the translation of these man pages is "initialised". The bug will be closed in next release. > 79 Strings, 49 untranslated (62 %) in ./dpkg-deb.1/dpkg-deb.1.pot > > Usually you use underscores, e.g.: > -msgid "B B<-I>|B<--info> I [I ..]" > +msgid "B B<-I>|B<--info> I [I ..]" > > -msgid "B B<-f>|B<--field> I [I ...]" > +msgid "B B<-f>|B<--field> I [I ...]" > > -msgid "B B<-x>|B<--extract>|B<-X>|B<--vextract> I directory>" > +msgid "B B<-x>|B<--extract>|B<-X>|B<--vextract> > I" Not applied. > 214 Strings, 141 untranslated (65 %) in ./dpkg-source.1/dpkg-source.1.pot > > Well here you use british comma rules, above american (i.e. here you don't > use a comma behind "i.e.", in the above example you do). This should be > done uniformly, at least within one document / man page > -"if the version number ends in B<-0> or B<-1>, ie if the Debian revision > part " > +"if the version number ends in B<-0> or B<-1>, i.e. if the Debian revision > part " I apllied this change. For the british comma rules, I'm not really sure I now the French rules...so for the English, British or Amerisan... > In case you think one of these man pages should be treated with high > priority I might consider completing this particulare man page in due > time. There is no real priority. Maybe the pages for the dpkg package are "more important" than the ones for the dpkg-dev package. If you rwant a priority list, here it is: dselect.1, dpkg-query.1, install-info.8, dpkg-deb.1, dpkg-split.1 Kind Regards, -- Nekral -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381614: kernel-source-2.6.8: snd-atiixp returns error -13
Package: kernel-source-2.6.8 Version: 2.6.8-16sarge4 Severity: normal Hi, it seems to be a problem with the snd-atiixp module. If I try to configure the sound with alsa, I get the following error for the snd-atiixp module: ATI IXP AC97 controller: probe of :00:14.5 failed with error -13 Strangely, it is only visible if alsaconf is called on a console. If called in a shell, no any error is visible but the sound still doesn't work. I have the same error when I try do manually download the module: modprobe snd-atiixp ATI IXP AC97 controller: probe of :00:14.5 failed with error -13 I don't have this error with linux-source-2.6.12. Here the differences between the 2 kernels: /usr/src/kernel-source-2.6.8/sound/pci/atiixp.c /usr/src/kernel-source-2.6.8/sound/pci/atiixp_modem.c /usr/src/kernel-source-2.6.8/sound/pci/snd-atiixp.mod.c /usr/src/linux-source-2.6.12/sound/pci/atiixp.c /usr/src/linux-source-2.6.12/sound/pci/atiixp_modem.c /usr/src/linux-source-2.6.12/sound/pci/snd-atiixp.mod.c /usr/src/linux-source-2.6.12/sound/pci/snd-atiixp-modem.mod.c Is there a way which I can use to temporarily add snd-atiixp-modem to the kernel-source-2.6.8? Thanks. Emidio -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-gaia Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages kernel-source-2.6.8 depends on: ii binutils 2.15-6 The GNU assembler, linker and bina ii bzip2 1.0.2-7high-quality block-sorting file co ii coreutils [fileutils] 5.2.1-2The GNU core utilities -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381613: apt-file update should invoke curl with the progress meter enabled
Package: apt-file Version: 2.0.8 Severity: wishlist "apt-file update" is silent, and even with the verbose option, it doesn't display anything while a download occurs, so that one doesn't know if it is working. When invoking curl, a progress meter should be displayed. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (900, 'testing'), (900, 'stable'), (200, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-powerpc Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1) Versions of packages apt-file depends on: ii curl 7.15.4-1 Get a file from an HTTP, HTTPS, FT ii gzip 1.3.5-14 The GNU compression utility ii libapt-pkg-perl 0.1.20 Perl interface to libapt-pkg ii libconfigfile-perl1.2.1 Parses simple configuration files ii perl 5.8.8-6Larry Wall's Practical Extraction ii wget 1.10.2-2 retrieves files from the web apt-file recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381612: xorg-xserver: not updating xorg.conf
Package: xorg-xserver Severity: important did not select xorg for main installation routine, later selected xorg from aptitude, downloaded all files correctly refused to setup xorg claiming custom config exact line follows xerver-xorg postinst warning: not updating /etc/X11/X; file has been customized this is the exact message, this even affects dpkg-reconfigure I have tried all the options 1:7.0.22 -- System Information: Debian Release: etch APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#380063: Security: Please upload or NMU Krusader-1.70.1 in Sid/Etch
Hi, I have created an unofficial krusader-1.70.1 package on Debian Etch/amd64. I have tried to use Vaclav Juza new built system that uses CDBS + other changes, unfortunately i have run into some built problems, though i'm shure that these new rules will give better results in the future. Because fixing CVE-2006-3816 is more important i have updated/improved the current rules files of krusader 1.70.0-1 You can check it at: http://users.telenet.be/franks.website/downloads/krusader_1.70.1-1-etch0/ - Changes: krusader (1.70.1-1) unstable; urgency=high . * New upstream release, fixes CVE-2006-3816 (Closes: #358664, #380063, #378138) * Added some popular useractions to Useractions.xml (patch by Vaclav Juza) * Added patch rules (thanks to Jonathan Riddell, Krusader-1.60.1-0ubuntu1 package) * Suggests updates * Using usr/share/applications/kde FreeDesktop.org standard, closes #378138 * Added xmp icons to /usr/share/pixmaps * Added krusader-rootmode to debian menu (thanks to Vaclav Juza) * Removed dependency to gzip (essential package; lintian error) * Upgrade Standards-Version to 3.7.2, no changes needed --- Please upload or NMU Krusader-1.70.1 in Sid/Etch, thanks! ps. I will try to understand why CDBS + other changes are causing some built trouble on my machine. kind regards, Frank Schoolmeesters http://www.krusader.org On 7/27/06, Frank Schoolmeesters <[EMAIL PROTECTED]> wrote: Subject: krusader: Security hole that is fixed in new upstream version 1.70.1 Package: krusader Version: 1.70.0-1 Severity: important Tags: security, patch Hi, Krusader-1.70.1 has been released! http://krusader.sourceforge.net/phpBB/viewtopic.php?t=1665 Please add in the Debian Sid repository ASAP because it closes a security hole. http://krusader.sourceforge.net/phpBB/viewtopic.php?t=1666 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3816 http://nvd.nist.gov/nvd.cfm?cvename=CVE-2006-3816 Krusader-1.70.1 also fixes some bugs that where backported from the development version in cvs (the future krusader-1.80.0) For Sid I propose todo the next changes in the debian dir. 1) A much better Suggest than the current one. Suggests: md5deep | cfv, kedit, khexedit, konsole, kmail, krename, kdiff3 | kompare | xxdiff, ark, arj, bzip2, cpio, lha, unrar | unrar-free | rar, rpm, unace, unzip, zip, p7zip, kdebase-bin , kdebase-kio-plugins 2) Updated package description. --- Description: Twin-panel (commander-style) File Manager for KDE and other desktops in the *nix world Krusader is a simple, easy, powerful, twin-panel file manager (commander-style) for KDE and other *nix desktops, similar to Midnight Commander(c) or Total Commander(c). It provides all the file management features you could possibly want. Plus: extensive Archive handling, mounted Filesystem support, FTP, advanced Search module, viewer/Editor, directory Synchronization, file content Comparisons, powerful batch Renaming and much, much more. Supports archive formats: ace, arj, bzip2, deb, iso, lha, rar, rpm, tar, zip and 7-zip. Handles other KIOSlaves such as smb:// or fish://. Almost completely customizable, Krusader is very user friendly, facile, and looks great on your desktop! :-) -- 3) Upgrade Standards-Version to 3.7.2 , No changes necessary 4) IMHO bug #358664 can be closed, Krusader nor KDE is intented to run on *old hardware*. In attachment i have added "debian.tar.gz" , it's intendend for krusader-cvs (the future krusader-1.80.0). It contains many changes, i suppose you like to take a look at it. It's created by me (i did some minor changes ;) and Vaclav Juza. Also in attachment krusader_1.70.1-0sid0.clean.diff , it's a *backport* of "debian.tar.gz" for krusader-1.70.1 Though some changes are needed here if you want to use it. - Add turkish translation as a patch, must be removed, since it's already included - The 1-2-3,4 changes (see above) are not included in the diff An unofficial backport for SARGE is created by me http://krusader.sourceforge.net/downloads.php#stable The source can be found at http://users.telenet.be/franks.website/downloads/krusader-1.70.1-sarge0/ and also an unofficial package for SID by Vaclav Juza. btw. my offer to become a krusader co-maintainer is still open. kind regards, Frank Schoolmeesters http://www.krusader.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381609: samba: refuses to start after hang
Package: samba Version: 3.0.22-1 Severity: important The strangest thing has happened today - I was watching a movie streamed from a samba share when the transfer suddenly froze and all attempts to reconnect to the samba server via Windows or Linux clients just hung. I stopped samba and kill -9'ed the one remaing unresponsive smbd - problem is, I cannot start samba again: butters:/home/chris# /etc/init.d/samba start Starting Samba daemons: nmbd smbd just hangs there, with the curser after the final 'd'. It's not a timeout either, I waited for 30 minutes before killing it via ctrl+c. Not even a reboot helps, samba even blocks the boot process in the same way and ctrl+c doesn't work. I have to start in single mode to get the box up at all. The logs show nothing. What could have been so horribly corrupted by the hanging smbd that it refuses to start now? Thanks, C. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-k7 Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) Versions of packages samba depends on: ii debconf [debconf-2.0] 1.5.2Debian configuration management sy ii libacl1 2.2.39-1 Access control list shared library ii libattr12.4.32-1 Extended attribute shared library ii libc6 2.3.6-15 GNU C Library: Shared libraries ii libcomerr2 1.39-1 common error description library ii libcupsys2 1.2.2-1 Common UNIX Printing System(tm) - ii libkrb531.4.3-8 MIT Kerberos runtime libraries ii libldap22.1.30-13+b1 OpenLDAP libraries ii libpam-modules 0.79-3.1 Pluggable Authentication Modules f ii libpam-runtime 0.79-3.1 Runtime support for the PAM librar ii libpam0g0.79-3.1 Pluggable Authentication Modules l ii libpopt01.10-2 lib for parsing cmdline parameters ii logrotate 3.7.1-3 Log rotation utility ii lsb-base3.1-10 Linux Standard Base 3.1 init scrip ii netbase 4.25 Basic TCP/IP networking system ii samba-common3.0.22-1 Samba common files used by both th Versions of packages samba recommends: pn smbldap-tools (no description available) -- debconf information: samba/nmbd_from_inetd: samba/run_mode: daemons samba/log_files_moved: samba/tdbsam: false samba/generate_smbpasswd: true -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381608: useradd: Gives error when name is used with -g argument
Package: useradd Version: passwd Severity: important Openssh-server fails to install, reporting that it has received a failure while executing this command Setting up openssh-server (4.3p2-3) ... useradd: invalid numeric argument 'nogroup' adduser: `/usr/sbin/useradd -d /var/run/sshd -g nogroup -s /usr/sbin/nologin -u 109 sshd' returned error code 3. Exiting. according to the useradd man page -g nogroup should work if nogroup is in /etc/group, but it is failing -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-k7 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#176649: apt-build: Problem installing virtual packages as build dependencies.
Note if someone want to fix that: A solution to fix these bug may be to use the method used by pbuilder. Cheers, -- Julien Danjou .''`. Debian Developer : :' : http://julien.danjou.info `. `' http://people.debian.org/~acid `- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature
Bug#381611: cfingerd: SIGABRT when line in config is too long
Package: cfingerd Version: 1.4.3-1.2 Severity: normal Cfingerd allocates only 80 bytes for data read from sections from configuration file. It easily could be too little. I made 370 character long comment-line and received SIGABRT after connecting to server (and of course connection was closed). -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-ck1 Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to pl_PL) Versions of packages cfingerd depends on: ii libc6 2.3.6-18 GNU C Library: Shared libraries ii netbase 4.25 Basic TCP/IP networking system cfingerd recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381610: Please stop Build-Depending on automake
Package: penguin-command Version: 1.6.10-1 Severity: wishlist Tags: patch The automake maintainer is working towards reclaiming the automake package name, which currently rests on automake1.4, the oldest version of automake. Your package Build-Depends on automake, hence this bug report. Please see http://wiki.debian.org/AutomakeTransition for more information on this transition. The attached patch switch the build dependency from automake to automake1.4. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) --- debian/control.orig 2006-08-05 16:29:35.0 -0400 +++ debian/control 2006-08-05 16:24:53.0 -0400 @@ -3,7 +3,7 @@ Section: games Maintainer: Karl Bartel <[EMAIL PROTECTED]> Standards-Version: 3.6.2 -Build-Depends: debhelper, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl-image1.2-dev, automake, autoconf +Build-Depends: debhelper, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl-image1.2-dev, automake1.4, autoconf Package: penguin-command Architecture: any
Bug#381607: textlive-common: Trying to overwrite file that is also in texlive-doc-base
Package: textlive-common Version: 2005-2 Severity: grave Justification: renders package unusable Impossible to install because of this error: dpkg: error processing /var/cache/apt/archives/texlive-common_2005-2_all.deb (--unpack): trying to overwrite `/usr/share/doc/texlive-doc/README.RU.gz', which is also in package texlive-doc-base Micah -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-vserver-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#380063: krusader: CVE-2006-3816: more info (sarge)
Hi, When adding a bookmark, you need to give a name and an url. Both are already filled in with the current path of the loaction toolbar but the password is striped in the bookmark name and url. It's possible to add again the password in the bookmark url and save the bookmark. The password is saved in clear text in $/username/.kde/share/apps/krusader/krbookmarks.xml Krusader-1.70.1 contains a fix that this password is stiped out the bookmark url, so that the password is not saved in cleartext in krbookmarks.xml When you use "Keep password", Kwallet is used to store the password safely. When you don't use Kwallet, you need to enter the password again when you have closed the Krusader session. kind regards, Frank Schoolmeesters http://www.krusader.org On 7/29/06, Alec Berryman <[EMAIL PROTECTED]> wrote: Package: krusader Version: 1.51-1 Followup-For: Bug #380063 I tested this with sarge's krusader and can't reproduce this exploit. Although the file krbookmarks.xml is created group- and world-readable (that can and should be easily fixed), the directory it is in is not. For the path /home/alec/.kde/share/apps/krusader/krbookmarks.xml, none of .kde, share, apps, or krusader is group- or world-readable (or writable/executable). The user would have to manually change the permissions on those directories for this to be exploitable. Additionally, I found it difficult to even save the password to the bookmarks file. When I typed in a URL with password into the right-hand pane and pressed enter, the password was stripped out of the URL after it was used. I could not use the bookmark button to make a new bookmark before the URL had been stripped; it would only allow me to bookmark the current directory. I could make Krusader write the password to the bookmarks file, but only after manually editing it using the bookmark manager to include the password. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-386 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages krusader depends on: ii kdelibs4 4:3.3.2-6.4 KDE core libraries ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libaudio2 1.7-2 The Network Audio System (NAS). (s ii libc6 2.3.2.ds1-22sarge3GNU C Library: Shared libraries an ii libfam0c1022.7.0-6sarge1 client library to control the FAM ii libfontconfig1 2.3.1-2 generic font configuration library ii libfreetype6 2.1.7-2.5 FreeType 2 font engine, shared lib ii libgcc11:3.4.3-13GCC support library ii libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library ii libidn11 0.5.13-1.0GNU libidn library, implementation ii libjpeg62 6b-10 The Independent JPEG Group's JPEG ii libpcre3 4.5-1.2sarge1 Perl 5 Compatible Regular Expressi ii libpng12-0 1.2.8rel-1PNG library - runtime ii libqt3c102-mt 3:3.3.4-3 Qt GUI Library (Threaded runtime v ii libsm6 4.3.0.dfsg.1-14sarge1 X Window System Session Management ii libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-14sarge1 X Window System protocol client li ii libxcursor11.1.3-1 X cursor management library ii libxext6 4.3.0.dfsg.1-14sarge1 X Window System miscellaneous exte ii libxft22.1.7-1 FreeType-based font drawing librar ii libxrandr2 4.3.0.dfsg.1-14sarge1 X Window System Resize, Rotate and ii libxrender10.8.3-7 X Rendering Extension client libra ii libxt6 4.3.0.dfsg.1-14sarge1 X Toolkit Intrinsics ii xlibs 4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381605: Problem with apt-build-wrapper
On Sat, Aug 05, 2006 at 10:02:21PM +0200, Valliet Emmanuel wrote: > Package: apt-build > Version: 0.12.17 > Severity: normal > > > It seems that there is a little bug in the apt-build-wrapper; when > parsing the configuration file, the first malloc is well done, but > after, the realloc call misses the (MAKE_ARGC > GCC_ARGC ? MAKE_ARGC : > GCC_ARGC) thing. > As a consequence, the argv array given in parameter to execvp may > contain weird data (in my case, one of the arguments was just ""). Thanks, commited in svn. I will upload a new version tonight. Cheers, -- Julien Danjou .''`. Debian Developer : :' : http://julien.danjou.info `. `' http://people.debian.org/~acid `- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature
Bug#380269: libnet-xmpp-perl: FTBFS: Test failures
tag 380269 patch thanks سلام שלום On Fri, Jul 28, 2006, Daniel Schepler wrote: > t/2_client_jabberd1.4ok 2/5# Failed test (t/2_client_jabberd1.4.t at > line 49) > # Failed test (t/2_client_jabberd1.4.t at line 50) > # Failed test (t/2_client_jabberd1.4.t at line 51) > # Looks like you failed 3 tests of 5. > t/2_client_jabberd1.4dubious > Test returned status 3 (wstat 768, 0x300) > DIED. FAILED tests 3-5 > Failed 3/5 tests, 40.00% okay > t/3_client_jabberd2..ok > 4/5 skipped: Cannot open connection (maybe a firewall?) Tests 2 and 3 try to connect to the network. Thus I disabled them to let the package build fine. A NMU has been upload as part of the 0-day policy. -- adn Mohammed Adnène Trojette diff -u libnet-xmpp-perl-1.0/debian/control libnet-xmpp-perl-1.0/debian/control --- libnet-xmpp-perl-1.0/debian/control +++ libnet-xmpp-perl-1.0/debian/control @@ -4,7 +4,7 @@ Maintainer: Florian Ragwitz <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4.0.0) Build-Depends-Indep: perl, libxml-stream-perl (>= 1.22), libdigest-sha1-perl, libauthen-sasl-perl -Standards-Version: 3.6.1 +Standards-Version: 3.7.2 Package: libnet-xmpp-perl Architecture: all diff -u libnet-xmpp-perl-1.0/debian/rules libnet-xmpp-perl-1.0/debian/rules --- libnet-xmpp-perl-1.0/debian/rules +++ libnet-xmpp-perl-1.0/debian/rules @@ -34,7 +34,11 @@ dh_testroot dh_clean -k + mkdir tmp-test + mv t/2_client_jabberd1.4.t t/3_client_jabberd2.t tmp-test $(MAKE) test + mv tmp-test/2_client_jabberd1.4.t tmp-test/3_client_jabberd2.t t + rmdir tmp-test $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr #As this is a architecture independent package, we are not supposed to install diff -u libnet-xmpp-perl-1.0/debian/changelog libnet-xmpp-perl-1.0/debian/changelog --- libnet-xmpp-perl-1.0/debian/changelog +++ libnet-xmpp-perl-1.0/debian/changelog @@ -1,3 +1,13 @@ +libnet-xmpp-perl (1.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Hack to disable t/2_client_jabberd1.4.t and t/3_client_jabberd2.t tests +that try to connect the network and causes FTBFS. (Closes: #380269) + * Bump Standards-Version to 3.7.2 + - update FSF address + + -- Mohammed Adnène Trojette <[EMAIL PROTECTED]> Sat, 5 Aug 2006 21:54:45 +0200 + libnet-xmpp-perl (1.0-1) unstable; urgency=low * Initial Release (Closes: #272845). diff -u libnet-xmpp-perl-1.0/debian/copyright libnet-xmpp-perl-1.0/debian/copyright --- libnet-xmpp-perl-1.0/debian/copyright +++ libnet-xmpp-perl-1.0/debian/copyright @@ -21,8 +21,8 @@ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'.
Bug#374396: Some findings about this bug
Hola Steve Peters! > It sounds like the gcc optimization is causing various math "optimizations" to > occur. For Perl, however, math optimizations typically cause failures in > t/op/numconvert.t and t/op/pack.t. You may want to test with -O1 to narrow > the possible -f option that may be causing the problems. Yes, the error occurs also with -O. I've compiled perl like twenty times, trying to find which is the particular optimization that's causing the problem, but I still haven't been able to find it. I'm starting to suspect it's a particular combination of the options that doesn't work if I bisect them. In the meantime, Martin is currently working on developing a test case that allows us to find the problem outside perl, since we believe this is either a problem in gcc or the libc. -- Besos, Maggie. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381606: FTBFS: undefined reference to many X functions
Package: lcd4linux Severity: serious In a clean sid chroot lcd4linux fails to build with many errors relating to missing X symbols: ... 486-linux-gnu-gcc -D_GNU_SOURCE -Wall -W -Wall -g -O2 -Wl,-z,defs -o lcd4linux lcd4linux.o cfg.o debug.o drv.o evaluator.o hash.o layout.o pid.o timer.o thread.o udelay.o qprintf.o widget.o widget_text.o widget_bar.o widget_icon.o plugin.o plugin_cfg.o plugin_math.o plugin_string.o plugin_test.o plugin_time.o drv_BeckmannEgle.o drv_BWCT.o drv_Crystalfontz.o drv_Curses.o drv_Cwlinux.o drv_HD44780.o drv_LCDTerm.o drv_M50530.o drv_MatrixOrbital.o drv_MilfordInstruments.o drv_Noritake.o drv_NULL.o drv_Image.o drv_RouterBoard.o drv_SimpleLCD.o drv_T6963.o drv_Trefon.o drv_USBLCD.o drv_WincorNixdorf.o drv_X11.o drv_generic_text.o drv_generic_graphic.o drv_generic_parport.o drv_generic_serial.o drv_generic_i2c.o plugin_apm.o plugin_cpuinfo.o plugin_diskstats.o plugin_dvb.o plugin_exec.o plugin_i2c_sensors.o plugin_imon.o plugin_isdn.o plugin_loadavg.o plugin_meminfo.o plugin_mysql.o plugin_netdev.o plugin_pop3.o plugin_ppp.o plugin_proc_stat.o plugin_seti.o plugin_statfs.o plugin_uname.o plugin_uptime.o plugin_wireless.o plugin_xmms.o -lusb -lncurses -lgd -lusb -lusb -L -lX11 -lmysqlclient -lm drv_X11.o: In function `drv_X11_expose': /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:191: undefined reference to `XFillRectangle' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:194: undefined reference to `XSync' drv_X11.o: In function `drv_X11_start': /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:277: undefined reference to `XOpenDisplay' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:289: undefined reference to `XAllocNamedColor' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:294: undefined reference to `XAllocNamedColor' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:299: undefined reference to `XAllocNamedColor' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:309: undefined reference to `XCreateWindow' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:311: undefined reference to `XCreatePixmap' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:317: undefined reference to `XSetWMProperties' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:320: undefined reference to `XSetForeground' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:321: undefined reference to `XSetBackground' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:323: undefined reference to `XCreateGC' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:324: undefined reference to `XSetForeground' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:325: undefined reference to `XSetBackground' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:327: undefined reference to `XCreateGC' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:328: undefined reference to `XSetForeground' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:329: undefined reference to `XSetBackground' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:331: undefined reference to `XFillRectangle' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:332: undefined reference to `XSetWindowBackground' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:333: undefined reference to `XClearWindow' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:335: undefined reference to `XStoreName' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:336: undefined reference to `XMapWindow' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:338: undefined reference to `XFlush' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:341: undefined reference to `XNextEvent' drv_X11.o: In function `drv_X11_timer': /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:203: undefined reference to `XCheckWindowEvent' drv_X11.o: In function `drv_X11_blit': /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:152: undefined reference to `XFillRectangle' /tmp/buildd/lcd4linux-0.10.0+cvs20051015/drv_X11.c:159: undefined reference to `XSync' collect2: ld returned 1 exit status make[1]: *** [lcd4linux] Error 1 make[1]: Leaving directory `/tmp/buildd/lcd4linux-0.10.0+cvs20051015' make: *** [build-stamp] Error 2 -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#380270: libnet-jabber-perl: FTBFS: Test failures
tag 380270 patch thanks ﺱﻼﻣ שלום On Fri, Jul 28, 2006, Daniel Schepler wrote: > t/2_client# Failed test (t/2_client.t at line 49) > # Failed test (t/2_client.t at line 50) > # Failed test (t/2_client.t at line 51) > # Looks like you failed 3 tests of 5. > dubious > Test returned status 3 (wstat 768, 0x300) > DIED. FAILED tests 3-5 > Failed 3/5 tests, 40.00% okay Test 2 tries to connect to the network. Thus I disabled it to let the package build fine. A NMU has been upload as part of the 0-day policy. -- adn Mohammed Adnène Trojette
Bug#381568: ITP: med-fichier -- Library to exchange meshed data
On Sat, 5 Aug 2006, Aurelien Jarno wrote: * Package name: med-fichier MED-fichier (Modélisation et Echanges de Données, in English Modelisation and Data Exchange) is a library to store and exchange meshed data or computation results. It uses the HDF5 file format to store the data. Havin gthe Debian-Med project in mind I would love if the package name would not start with "med-" to avoid that people expect medical software inside this package. My suggestion would be to go with just "fichier". Kind regards Andreas. -- http://fam-tille.de
Bug#381568: ITP: med-fichier -- Library to exchange meshed data
On Sat, 05 Aug 2006 22:27:23 +0200, Andreas Tille wrote: > >* Package name: med-fichier > >MED-fichier (Modélisation et Echanges de Données, in English Modelisation > >and Data Exchange) is a library to store and exchange meshed data or > >computation results. It uses the HDF5 file format to store the data. > Havin gthe Debian-Med project in mind I would love if the package > name would not start with "med-" to avoid that people expect medical > software inside this package. My suggestion would be to go with > just "fichier". AFAIK fichier (fr) means file (en) or Datei (de), so this might be a not very appropriate name for a package (with or without the med- prefix). gregor -- .''`. http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4 : :' : debian: the universal operating system - http://www.debian.org/ `. `' member of https://www.vibe.at/ | how to reply: http://got.to/quote/ `-NP: ABBA: Thank You for the music signature.asc Description: Digital signature
Bug#381596: libapache2-mod-bt: mod_bt has wrong default configuration
Stanislav Maslovski <[EMAIL PROTECTED]> wrote: > It goes away if I put an explicit IP instead of "*" in the following > lines: > > NameVirtualHost 1.2.3.4:6969 > > > (1.2.3.4 is of course just an example). Maybe you can add a debconf > question to set this address at the install time? I'd rather avoid an uneccessary debconf question. And what about people on dynamic IPs? I'm thinking that _default_:6969 may work better, but I am going to test how that interacts with other types of virtual hosts in the same config to see how it behaves first. - Tyler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#334698: closed by Christopher Martin <[EMAIL PROTECTED]> (reply to Christopher Martin <[EMAIL PROTECTED]>) (Re: Bug#334698: htdig: AMD64 arch corrupts databases)
If you really want to keep using htdig 3.1 [...] Ok, ok, ok, it's time to move on. Sigh... Jeff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#377948: ITP: webmin -- web-based administration toolkit
Bart Martens <[EMAIL PROTECTED]> wrote: the webmin package was in debian before but was removed Your point? Jamie wants to take it over and reintroduce it. He's the upstream author to boot, so it seems like a great idea for him to also manage the Debian package. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381605: Problem with apt-build-wrapper
Package: apt-build Version: 0.12.17 Severity: normal It seems that there is a little bug in the apt-build-wrapper; when parsing the configuration file, the first malloc is well done, but after, the realloc call misses the (MAKE_ARGC > GCC_ARGC ? MAKE_ARGC : GCC_ARGC) thing. As a consequence, the argv array given in parameter to execvp may contain weird data (in my case, one of the arguments was just ""). Patch attached, cheers -manu -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (300, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages apt-build depends on: ii apt 0.6.45 Advanced front-end for dpkg ii apt-utils 0.6.45 APT utility programs ii debconf [debconf-2.0] 1.5.3 Debian configuration management sy ii devscripts2.9.20 Scripts to make the life of a Debi ii dpkg-dev 1.13.22package building tools for Debian ii g++ 4:4.1.1-5 The GNU C++ compiler ii gcc 4:4.1.1-5 The GNU C compiler ii libappconfig-perl 1.56-2 Perl module for configuration file ii libapt-pkg-perl 0.1.20 Perl interface to libapt-pkg ii perl 5.8.8-6Larry Wall's Practical Extraction Versions of packages apt-build recommends: ii build-essential 11.3 informational list of build-essent ii fakeroot 1.5.10 Gives a fake root environment -- debconf information: apt-build/arch_alpha: ev4 apt-build/arch_arm: armv2 * apt-build/olevel: Medium * apt-build/build_dir: /var/cache/apt-build/build apt-build/arch_sparc: sparc apt-build/arch_amd: k6 * apt-build/options: -ftree-vectorize -msse2 -pipe -frename-registers -fweb -ffast-math -m64 apt-build/arch_intel: pentium * apt-build/make_options: * apt-build/repository_dir: /var/cache/apt-build/repository * apt-build/arch_amd64: k8 * apt-build/add_to_sourceslist: true diff -Naur apt-build-0.12.17/apt-build.h apt-build-0.12.17-manu/apt-build.h --- apt-build-0.12.17/apt-build.h 2005-12-11 18:05:25.0 +0100 +++ apt-build-0.12.17-manu/apt-build.h 2006-08-05 21:40:58.0 +0200 @@ -5,6 +5,7 @@ #define MAKE_ARGC 0 #define GCC_ARGC 2 +#define MAX_ARGC (MAKE_ARGC > GCC_ARGC ? MAKE_ARGC : GCC_ARGC) #define BUF_SIZE 1024 diff -Naur apt-build-0.12.17/config.c apt-build-0.12.17-manu/config.c --- apt-build-0.12.17/config.c 2006-01-07 23:50:25.0 +0100 +++ apt-build-0.12.17-manu/config.c 2006-08-05 21:41:27.0 +0200 @@ -97,7 +97,7 @@ /* Build the new command line */ cmd_line_args = -(char **) malloc (sizeof (char *) * (argc + (MAKE_ARGC > GCC_ARGC ? MAKE_ARGC : GCC_ARGC) + 1)); +(char **) malloc (sizeof (char *) * (argc + MAX_ARGC + 1)); cmd_line_args[nb_apt_build_options++] = strdup (argv[0]); @@ -121,7 +121,7 @@ { cmd_line_args = (char **) realloc (cmd_line_args, - sizeof (char *) * (argc + nb_apt_build_options + 1)); + sizeof (char *) * (argc + MAX_ARGC + nb_apt_build_options + 1)); cmd_line_args[nb_apt_build_options++] = strdup (str); } while((str = strtok(NULL, " ")));
Bug#380242: wajig: reproduced segfault on amd64
Package: wajig Version: 2.0.34 Followup-For: Bug #380242 I was able to reproduce the same segfault (I note that both I and the original submitter are on amd64 -- maybe a bug in python on amd64?). Here's the result you asked for: $ wajig -t dependents wajig Performing: cat /var/lib/dpkg/status | egrep '^(Package|Status|Version):' | awk '/^Package: / {pkg=$2} /^Status: / {s1=$2;s2=$3;s3=$4} /^Version: / {print pkg,$2,s1,s2,s3}' | grep 'ok installed' | awk '{print $1,$2}' | sort > /home/peff/.wajig/sigio/tmpkOF_dA Performing: apt-cache showpkg wajig | awk 'BEGIN{found=0}/^Reverse Depends:/{found=1;next}/^[^ ]/{found=0}found==1{print}{next}' | sed 's|Reverse Depends:||' | tr "," " " | awk '{print $1}' | sort -u | grep -v '^$' Performing: apt-cache dumpavail > /home/peff/.wajig/sigio/tmprpfgQf s apt /usr/bin/wajig: line 8: 5639 Segmentation fault /usr/bin/python -O $WAJIGDIR/wajig.py "$@" I get the same error when doing 'wajig new' which also does an apt-cache dumpavail right before dying. Perhaps there's something confusing in the parsing of that result. Other wajig commands I tried ran fine (e.g., dist-upgrade) and running python works fine. I can send the results of apt-cache dumpavail if you want, but it is, of course, large. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-amd64-k8 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages wajig depends on: ii apt 0.6.45 Advanced front-end for dpkg ii python2.3.5-11 An interactive high-level object-o ii python-apt0.6.19 Python interface to libapt-pkg wajig recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381604: kdebluetooth: Failed to connect to SDP server
Package: kdebluetooth Version: 0.99+1.0beta1-11 Severity: normal -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2) (ignored: LC_ALL set to hu_HU) Versions of packages kdebluetooth depends on: ii kdelibs4c2a 4:3.5.3-1core libraries and binaries for al ii libacl1 2.2.39-1 Access control list shared library ii libart-2.0-22.3.17-1 Library of functions for 2D graphi ii libattr12.4.32-1 Extended attribute shared library ii libaudio2 1.8-1The Network Audio System (NAS). (s ii libbluetooth1 2.25-2 Library to use the BlueZ Linux Blu ii libc6 2.3.6-15 GNU C Library: Shared libraries ii libfontconfig1 2.3.2-7 generic font configuration library ii libfreetype62.2.1-2 FreeType 2 font engine, shared lib ii libgamin0 [libfam0] 0.1.7-3 Client library for the gamin file ii libgcc1 1:4.1.1-5GCC support library ii libice6 1:1.0.0-3X11 Inter-Client Exchange library ii libidn110.6.5-1 GNU libidn library, implementation ii libjpeg62 6b-13The Independent JPEG Group's JPEG ii libopenobex11.2-3OBEX protocol library ii libpng12-0 1.2.8rel-5.2 PNG library - runtime ii libqt3-mt 3:3.3.6-2Qt GUI Library (Threaded runtime v ii libsm6 1:1.0.0-4X11 Session Management library ii libstdc++6 4.1.1-5 The GNU Standard C++ Library v3 ii libusb-0.1-42:0.1.12-2 userspace USB programming library ii libx11-62:1.0.0-7X11 client-side library ii libxcursor1 1.1.5.2-5X cursor management library ii libxext61:1.0.0-4X11 miscellaneous extension librar ii libxft2 2.1.8.2-8FreeType-based font drawing librar ii libxi6 1:1.0.0-5X11 Input extension library ii libxinerama11:1.0.1-4X11 Xinerama extension library ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library ii libxrender1 1:0.9.0.2-4 X Rendering Extension client libra ii libxt6 1:1.0.0-5X11 toolkit intrinsics library ii qobex 0.99+1.0beta1-11 Swiss army knife for the OBject EX ii zlib1g 1:1.2.3-13 compression library - runtime kdebluetooth recommends no packages. -- no debconf information Nagyobb szabadságra vágysz? Törj ki a négy fal közül! Start ADSL előfizetésedhez az EuroWeb mostantól havi 100 perc ingyenes WiFi hozzáférést biztosít számodra. Részletek: www.freestart.hu
Bug#381603: cfingerd: Reads beyond the array if finger forwarding is on.
Package: cfingerd Version: 1.4.3-1.2 Severity: normal Tags: patch If finger forwarding is enabled and requested username looks like '/W /user' cfingerd starts checking remote servers not from first but from second. If there is only one server specified reading beyond the array occurs. During my tests this caused closing connections without giving reason. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-ck1 Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to pl_PL) Versions of packages cfingerd depends on: ii libc6 2.3.6-18 GNU C Library: Shared libraries ii netbase 4.25 Basic TCP/IP networking system cfingerd recommends no packages. -- no debconf information diff -Nur a/src/standard.c b/src/standard.c --- a/src/standard.c2006-08-04 20:59:46.0 +0200 +++ b/src/standard.c2006-08-05 21:38:32.0 +0200 @@ -1006,6 +1006,7 @@ nums++; strcpy(uname, username + nums); strcpy(username, uname); + nums=0; } if ((!(prog_config.config_bits2 & SHOW_FINGERFWD)) ||
Bug#381601: wesnoth-server: impossible to remove if server isn't running
Package: wesnoth-server Version: 1.1.8-1 Severity: normal It's impossible to remove (or upgrade!) wesnoth-server if it's not currently running, because the maintainer scripts abort when it can't be stopped: Here is an example: # aptitude purge wesnoth-server Reading package lists... Done Building dependency tree... Done Reading extended state information Initializing package states... Done Building tag database... Done The following packages will be REMOVED: wesnoth-server{p} 0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 668kB will be freed. Do you want to continue? [Y/n/?] Writing extended state information... Done (Reading database ... 308709 files and directories currently installed.) Removing wesnoth-server ... Stopping Wesnoth server: wesnothdrm: cannot remove `/var/run/wesnothd.pid': No such file or directory invoke-rc.d: initscript wesnoth-server, action "stop" failed. dpkg: error processing wesnoth-server (--purge): subprocess pre-removal script returned error exit status 1 Errors were encountered while processing: wesnoth-server E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Or just trying to upgrade: # aptitude install wesnoth-server Reading package lists... Done Building dependency tree... Done Reading extended state information Initializing package states... Done Building tag database... Done The following packages will be upgraded: wesnoth-server 1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/290kB of archives. After unpacking 8192B will be used. Do you want to continue? [Y/n/?] Writing extended state information... Done Reading changelogs... Selecting previously deselected package wesnoth-server. (Reading database ... 308710 files and directories currently installed.) Preparing to replace wesnoth-server 1.1.7-1 (using .../wesnoth-server_1.1.8-1_amd64.deb) ... Stopping Wesnoth server: wesnothdrm: cannot remove `/var/run/wesnothd.pid': No such file or directory invoke-rc.d: initscript wesnoth-server, action "stop" failed. dpkg: warning - old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... Stopping Wesnoth server: wesnothdrm: cannot remove `/var/run/wesnothd.pid': No such file or directory invoke-rc.d: initscript wesnoth-server, action "stop" failed. dpkg: error processing /var/cache/apt/archives/wesnoth-server_1.1.8-1_amd64.deb (--unpack): subprocess new pre-removal script returned error exit status 1 Errors were encountered while processing: /var/cache/apt/archives/wesnoth-server_1.1.8-1_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-amd64-k8 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages wesnoth-server depends on: ii libc6 2.3.6-18 GNU C Library: Shared libraries ii libgcc1 1:4.1.1-10 GCC support library ii libsdl-net1.2 1.2.5-7network library for Simple DirectM ii libsdl1.2debian 1.2.11-2 Simple DirectMedia Layer ii libstdc++64.1.1-10 The GNU Standard C++ Library v3 ii libx11-6 2:1.0.0-7 X11 client-side library ii lsb-base 3.1-10 Linux Standard Base 3.1 init scrip wesnoth-server recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#381596: libapache2-mod-bt: mod_bt has wrong default configuration
severity 381596 minor thanks Stanislav, mod_bt still works correctly with that configuration and does not interfere with apache's existing config, I think that warning message is a bit paranoid. Still, I will experiment with the debian apache configuration and see if i can make it go away. Stanislav Maslovski <[EMAIL PROTECTED]> wrote: > Package: libapache2-mod-bt > Version: 0.0.18+p4.1506-1 > Severity: normal > > This is what I got after installimg mod_bt, enabling it and reloading apache > with /etc/init.d/apache2 force-reload: > > === 8< === > Forcing reload of apache 2.0 web server...[Sat Aug 05 22:40:14 2006] [error] > VirtualHost *:6969 -- mixing * ports and non-* ports with a NameVirtualHost > address is not supported, proceeding with undefined results > [Sat Aug 05 22:40:14 2006] [warn] NameVirtualHost *:6969 has no VirtualHosts > [Sat Aug 05 22:40:15 2006] [error] VirtualHost *:6969 -- mixing * ports and > non-* ports with a NameVirtualHost address is not supported, proceeding with > undefined results > [Sat Aug 05 22:40:15 2006] [warn] NameVirtualHost *:6969 has no VirtualHosts > === >8 === > > -- System Information: > Debian Release: 3.1 > APT prefers testing > APT policy: (200, 'testing'), (100, 'unstable') > Architecture: i386 (i686) > Kernel: Linux 2.6.17-minimal > Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) > > Versions of packages libapache2-mod-bt depends on: > ii apache2-common 2.0.55-4 next generation, scalable, > extenda > ii apache2-mpm-prefork 2.0.55-4 traditional model for Apache2 > ii libbttracker0 0.0.18+p4.1506-1 BitTorrent Tracker Library > ii libbtutil0 0.0.18+p4.1506-1 BitTorrent utility library > > -- no debconf information > > -- > ? > -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#380229: ttf-dejavu: new version [2.8] available
Hi, 2006/7/28, Davide Viti <[EMAIL PROTECTED]>: Version 2.8 has been recently released and seems to cntain more fixes than new features, so might be nice to have that packaged. My usual sponsor (Christian Perrier) is on vacation, can you do the upload please? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#375651: patch for pydance
tags 375651 patch thanks Hi Joe, I couldn't contact you on IRC :( > If Pygame 1.8 (or SVN) doesn't make it into Debian before etch, I'm > okay with removing pydance from the release. It would be a pity to have pydance out of etch. So I've made a patch for it. It basically adds AA to text, so pydance doesn't crash anymore. Please apply it ASAP and let it migrate to etch ;) Also, I can't see difference with the SVN version of this: http://kai.vm.bytemark.co.uk/svn/pydance/trunk/pydance/fontfx.py So please forward the patch upstream. Cheers, Luca / Kaeso -- .''`. ** Debian GNU/Linux ** | Luca Bruno : :' : The Universal O.S.| luca.br(AT)uno.it `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Proud Debian GNU/Linux User pydance.patch Description: Binary data pgpQJ76nYPEo3.pgp Description: PGP signature
Bug#372767: kgpg: contributing my configuration
Package: kgpg Version: 4:3.5.4-1 Followup-For: Bug #372767 Hello, I'd be happy if this showstopper could be fixed. Backtrace attached. Best regards from Vienna, --AvH Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1234991424 (LWP 4559)] [KCrash handler] #5 0x08065120 in ?? () #6 0xbfd04238 in ?? () #7 0x080ca88b in ?? () #8 0x08286940 in ?? () #9 0x in ?? () -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: LANG=de_AT, LC_CTYPE=de_AT (charmap=locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory ANSI_X3.4-1968) Versions of packages kgpg depends on: ii gnupg 1.4.5-1GNU privacy guard - a free PGP rep ii kdelibs4c2a 4:3.5.4-3 core libraries and binaries for al ii libc6 2.3.6-7GNU C Library: Shared libraries ii libgcc1 1:4.1.1-9 GCC support library ii libqt3-mt 3:3.3.6-1 Qt GUI Library (Threaded runtime v ii libstdc++64.1.1-9The GNU Standard C++ Library v3 kgpg recommends no packages. -- debconf information excluded -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]