tags 294610 +pending
thanks.
* sabato 26 febbraio 2005, alle 13:20, martin f krafft scrive:
> Enrico and I prepared 0.5-3 yesterday, which I was going to upload
> today, after testing a little bit. Is that okay with you? Is it okay
> with you if I become co-maintainer too?
I'm honored. As you c
tags 297010 - patch
reassign 297010 libc6-dev
retitle 297010 libc6-dev - O_NOATIME needed for lvm
thanks
Fixing l-k-h does not help, it is not possible to use asm/fcntl.h and
fcntl.h at the same time. It has to be fixed in
bits/fcntl.h which comes from
$glibc/sysdeps/unix/sysv/linux/$arch/bits/fcn
On Fri, Feb 25, 2005 at 04:40:10PM +0100, Loïc Minier wrote:
> On Fri, Feb 25, 2005, Matt Kraai wrote:
> > I ran "totem --sync" but the behavior was unchanged. I've attached
> > the corresponding strace.
>
> Well, that was not X, might be "hal" though. Do you have the "hal"
> package installed
I too had this problem. Not wanting to leave the
package installation wedged, I put these 3 lines
in a file at /usr/share/emacs20/site-lisp/ansi-color.el :
;;workaround for ansi-color not being in emacs20, but needed by python-mode.el
(provide 'ansi-color)
(defun ansi-color-filter-apply (x) x)
Package: doodle
Version: 0.6.2-1
Followup-For: Bug #296081
I think this code could also be made more accurate:
if [ -x /usr/bin/doodle ]
then
doodle -b "$DOODLE_PATH"
chown root.doodle "$DOODLE_DBPATH"
fi
Like this:
bin=/usr/bin/doodle
if [ -x $bin
On Sat, Feb 26, 2005 at 02:00:59PM +0200, Toni Willberg wrote:
> Hi.
>
> I'm not a Debian developer, so I don't know (nor really care) about the
> policy.
>
> What should be done, and by who, to get libsilc package to Testing?
> There are more than one SILC client packages (GAIM's SILC plugin an
Package: synaptic
Version: 0.53.4-6
Severity: important
synaptic crash with no error even when start under gnome terminal.
cause : when i select (for installation) a package with some
dependencies not installed, it show the popup windows that
allow me to
install them. On closing, validation, or un
Package: cantus3
Version: 3.0.0-1-1
Severity: normal
I found that Cantus 3 crashed when I tried to save an ID3 tag in one
particular file. It turned out that it was erroneously write-
protected (permissions were 444) and adding write permission allowed
it to work. Cantus should check for and rep
Package: gs-aladin
Version: 8.14-3.1
Severity: wishlist
Hello,
Please make it possible the next (Non Maintainer) Upload
does not trigger the following message.
Cheers
Geert Stappers
- Forwarded message from Debian Installer <[EMAIL PROTECTED]> -
From: Debian Installer <[EMAIL PROTECTED
Package: gs
Version: 6.53-3
Severity: normal
Masayuki and Torsten,
as gs has been marked a transitional package, my feeling is that it
should not depend only on gs-gpl but on either one of the packages
available for ghostscript functionality (gs-esp, gs-aladdin).
Best
Rolf
--
To UNSUBSCRIBE,
Package: lsof
Version: 4.74-1
Severity: important
root:/tmp# ps l 6203
F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTYTIME COMMAND
5 104 6203 1 9 0 105368 11616 select Ss ? 4:01
/usr/bin/python2.3 /usr/bin/twistd2.3
--pidfile=/var/run/apt-proxy//apt-proxy.pid -
Package: libcppunit-1.10-0
Version: 1.10.2-1
Severity: serious
Tags: sid
Hi,
libcppunit-1.10-0 now suddenly contains the file
/usr/lib/libcppunit-1.10.so.2 instead of the file
/usr/lib/libcppunit-1.10.so.0; if you want to bump the soname, you must
also bump the package name. (This change does of
Package: cdrecord
Version: 4:2.01+01a01-2
Severity: important
If I do "cdreord -scanbus" as root, it tells this:
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
and thus may
Package: octave-forge
Version: 2004.11.16-5
Severity: important
The new octave-forge made grace the default for plotting, without
depending on it, which octave doesn't like at all:
octave:1> x=linspace(-pi,pi,100);
octave:2> plot(x,sin(x))
grplot: Cannot start xmgrace
grplot:No grace subprocess
reopen 219165
thanks
This affects woody as well, so I shouldn't have closed it with the sarge
upload.
Fixed packages for woody have been sent to the security team.
--
Chris Butler <[EMAIL PROTECTED]>
GnuPG Key ID: 1024D/D097A261
signature.asc
Description: Digital signature
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 26-02-2005 14:33, Niko Tyni wrote:
> Jonas Smedegaard <[EMAIL PROTECTED]> wrote:
>
>
>>Could someone please check if the problem persist even with the newer
>>release?
>>
>>And if the problem does persist, could someone post a test case that I
>>c
reassign 294992 erlang
merge 294992 276800
thanks
Package: erlang
Version: 1:10.b.1a-2
Followup-For: Bug #276800
Hello,
I think recompiling with --disable-hipe would be appropriate.
Regards,
Torsten
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (986, 'testing'
Package: doodle
Version: 0.6.2-1
Followup-For: Bug #296081
In addition to previous poster, the check should not be non-conditional, but
something like:
/etc/cron.daily/doodle OLD:
. /etc/defaults/doodle
Better:
file=/etc/default/doodle
[ -r $file ] && . $file
But the
Package: doodle
Version: 0.6.2-1
Followup-For: Bug #296081
Change this code:
. /etc/defaults/doodle
if [ -x /usr/bin/doodle ]
then
doodle -b "$DOODLE_PATH"
chown root.doodle "$DOODLE_DBPATH"
fi
To read something like this (here are my other suggestion in
On Sat, Feb 26, 2005 at 03:54:02PM +0100, Milan Zamazal wrote:
> test3 (please note this one doesn't segfault and produces expected
> output):
Nice !
The only difference between test2 and test3 version is the size of
blocks that are requested to the device. 16kB in test2 and 4kB in test3.
It seems
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 26-02-2005 16:12, Andreas Jochens wrote:
> Package: basilisk2
> Severity: normal
> Tags: patch
>
> When building 'basilisk2' on amd64 with gcc-4.0,
> I get the following error:
>
> g++ -I../include -I. -I../uae_cpu -DHAVE_CONFIG_H -DOS_linux
> -
Sometimes, computers are not a human's best friend. Lost prior version
of this reply. Configuring T-bird on my new install and tried out saving
drafts to server...didn't seem to work. Oh well, one more time...
Sven Luther wrote:
On Sat, Feb 26, 2005 at 07:00:34AM -0600, Jeff Green wrote:
On Feb 26,
Hello world!
http://lists.debian.org/debian-devel/2005/02/msg01254.html
is the last post on a short discussion regarding the effects of this bug.
As far as I understand it, the old packages have to be retained, because
removing them would force a soname bump on cernlib.
Perhaps the sections wo
Package: twiki
Version: 20040902-1
Severity: normal
/usr/lib/cgi-bin/twiki/testenv tells that installing Unicode::MapUTF8 is
a good thing (and it really helps with UTF-8 support). Could you provide
Suggets: libunicode-maputf8-perl for the twiki Debian package.
Thanks,
Alexandra.
-- System I
Package: drivel
Version: 1.2.4-1
Severity: normal
The build-depends line in the control file lists a few unnecessary
dependencies, notably:
libgnome-dev | libgnome2-dev
(and later)
libgnome-dev
(drivel will not build against GNOME 1.4)
Also:
libzvt-dev (libzvt2)
For GNOME 1.4, and...
sudo allows user-passwords to work for root-priveledge actions.
This is a similar problem to suid root binaries, and must be only
applied in very sparing cases where the code is very carefully analyzed,
or else you have local root equivalence for all users.
Unfortunately, /etc/sudoers is a very p
severity 282433 wishlist
retitle 282433 wu-ftpd doesn't support IPv6
thanks
I'm going to leave this bug open, as although it's been resolved to an
issue with inetd using IPv6 without it being requested, I would like to
see IPv6 support in wu-ftpd at some point. Hence it'll stay as a
wishlist item
Package: viewcvs
Version: 0.9.2+cvs.1.0.dev.2004.07.28-1.4
Severity: minor
Tags: patch
Hi,
When I see page of version logs for a file, I have this error message at
the end of page :
"An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
[...]
raise UnknownReference(ref
I wrote:
> Package: lsof
> Version: 4.74-1
Sorry, this was 4.71-1 (sarge version).
--
Yann Dirson<[EMAIL PROTECTED]> |
Debian-related: <[EMAIL PROTECTED]> | Support Debian GNU/Linux:
| Freedom, Power, Stability, Gratis
http://ydirson.free.fr/
Dennis G. Wicks wrote:
> The console device is not detected properly. When the
> second stage of the install starts the console display
> things like
>
> "-33mDebian
> Configuration"-6;2H"-0;10m"-11m"-30m"-47m""-0;10m"-10m"-30m"-47m
> "-31mDebian base system co
>
> and is then
On Sat, Feb 26, 2005 at 09:58:06AM -0600, Jeffrey B. Green wrote:
> Sometimes, computers are not a human's best friend. Lost prior version
> >What graphic card do you have and what is the problem with X ?
>
> The graphic card I think is listed in the lspci, which is all the
> info th
Sven Luther wrote:
On Sat, Feb 26, 2005 at 07:00:34AM -0600, Jeff Green wrote:
[...snip...]
So provided your wacom tablet is indeed the usb one, try :
modprobe wacom
Got 2.6.8 to run, see bottom. Yes indeedy. It now shows, did a lsmod
before and after, excellent. Thankyouthankyouthankyou.
An
I was also hit by what looks like a side-effect of the files not being
detected as deleted: their size are not listed as well:
proc/*/maps:
4062f000-4063 rw-p 3000 fe:08 540786
/usr/lib/libgthread-2.0.so.0.600.1 (deleted)
lsof | grep /usr/lib/libgthread-2.0.so.0.600.1
gconfd-2 155
Loïc Minier wrote:
I created a package of glabels 2.0.2 and the problem went away.
Simply recompiling 2.0.1 did not fix it.
Note that 2.0.2 has been out for a month already. Let me know if you
would like me to do an NMU.
I think the package is stuck in NEW. I've tagged + retitled it
appropria
tag 296761 wontfix
thanks
On Thu, Feb 24, 2005 at 02:51:54PM +0100, Cedric Malherbe <[EMAIL PROTECTED]>
wrote:
> Package: mozilla-firefox
> Version: 1.0+dfsg.1-6
> Severity: wishlist
>
> I'm sending this as a wishlist as I'm not sure my report is
> accurate... Correct me if so.
>
> Automatic up
Thank you very much.
I add it in the cvs of the eagle-usb project. Futur packages use it.
I want change the debconf question to simplify the work of traduction, there
will be two questions :
- Your country ?
- Your ISP ? (depend of the first reponse).
So only the first question must be traduct
Any idea when this bug fix (patch) will roll into Sid ? It has been 88
days now since I submitted the bug and patch fix, but it is still not
there. Do we have to wait for Sarge ?
Just getting a little frustrated at holding the packages, but the patch
is still working fine for me at using the Mic
Package: reiser4progs
Version: 1.0.3-3
Severity: wishlist
Tags: patch l10n
Hello,
Please consider adding the attached Brazilian Portuguese (pt_BR) debconf
template translation for the reiser4progs Debian package.
It was already checked against errors and no errors were found.
Regards,
-- Sys
On Sat, Feb 19, 2005 at 07:34:41AM +0100, Friedemann Schorer <[EMAIL
PROTECTED]> wrote:
> Package: mozilla-firefox
> Version: 1.0+dfsg.1-2
> Followup-For: Bug #288761
>
>
> Looks like there is at least a solution: One can install new extensions
> when ~/.firefox/ and ~/.mozilla/ are moved out of
Stephen Gran <[EMAIL PROTECTED]> writes:
> This one time, at band camp, Simon Josefsson said:
>> Hi. I'm using clamav-milter on a pretty busy mail server that uses
>> sendmail (from debian, 8.13.3-6). We have run 'testing' for a long
>> time, and it has worked well until recently (perhaps a few
Package: texmacs
Version: 1:1.0.4-R3-5
Severity: normal
The Maple interface fails because of improper quoting in
/usr/lib/texmacs/TeXmacs/bin/tm_maple. Correct quoting is given by
tm_maple
#!/bin/sh
exec maple_in_filter | maple -ll -l p=calc -c
'interface(plotoptions=\"portrait,color
tags 296659 + confirmed
thanks
I tested this XSS vulnerability with Mono 1.0.5 and mono-xsp 1.0.4 /
libapache-mod-mono 1.0.4 / libapache2-mod-mono 1.0.4 it works as
described in the report. It can only work though when charset convertion
for the web application is enabled.
I don't know yet if eit
* Josh Metzler [Sat, 26 Feb 2005 09:13:51 -0500]:
> On Friday 25 February 2005 09:56 pm, Adeodato Simó wrote:
> > * Josh Metzler [Fri, 25 Feb 2005 21:43:18 -0500]:
> > > I don't know if this idea has any merit, but what about upgrading you
> > > xfree86? The current version in sarge is 4.3.0.dfsg.
Package: atftp
Version: 0.7-6
Severity: wishlist
Tags: patch l10n
Hello,
Please consider adding the attached Brazilian Portuguese (pt_BR) debconf
template translation for the atftp Debian package.
It was already checked against errors and no errors were found.
Regards,
-- System Information:
Package: arla
Version: 0.36.2-11
Severity: wishlist
Tags: patch l10n
Hello,
Please consider adding the attached Brazilian Portuguese (pt_BR) debconf
template translation for the arla Debian package.
It was already checked against errors and no errors were found.
Regards,
-- System Information
Package: texmacs
Version: 1:1.0.4-R3-5
Severity: normal
Open an Octave session. Produce a plot
> plot(sin(0:.1:pi))
Go back to to the *same line*, and change it to produce a different plot
> plot(cos(0:.1:pi))
The two different plots will overlap in the same image. Pressing Enter
on the above
Package: apt-proxy
Version: 1.9.26
Severity: normal
/etc/init.d/apt-proxy will not work with dash:
/etc/init.d/apt-proxy: 19: Syntax error: "(" unexpected
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.
Hi,
libtunepimp is one of 3 importnat packages left in sarge that won't
build on amd64 for a trivial reason. Now that the libflac6 transtion
has completed could you please upload a new version that includes the
patch from this bugreport.
If I don't hear anything from you on this I will strive to
> I have been listening on the sideline, and really appreciate the good
> input on this.
great :)
> Have been too busy with real life to dig into the problem myself, but
> will appreciate a patch and package it.
well, then a patch is attached.
it is a patch against the tree built by the
> It'd be nice if the help directory in the Options dialog defaulted to
> the package installed /usr/share/doc/babygimp/doc instead of
> /usr/local/doc/Babygimp.
>
> And it'd be nice if the browser there defaulted to something neutral
> like "sensible-browser" instead of kdehelp, so that at least
Hallo Goswin!
Goswin von Brederlow schrieb am Samstag, den 26. Februar 2005:
> libtunepimp is one of 3 importnat packages left in sarge that won't
> build on amd64 for a trivial reason. Now that the libflac6 transtion
> has completed could you please upload a new version that includes the
> patch
Package: nvidia-kernel-source
Version: 1.0.6629+1-2
Followup-For: Bug #292543
When X is started, the graphics become garbled. Windows are partially
undrawn and leave residue on the screen when moved. Switching to another
virtual console locks the machine. Downgrading to 1.0.6111-2 fixes the
proble
Hi,
On Sat, Feb 26, 2005, Joshua Rodman wrote:
>
> Unfortunately, /etc/sudoers is a very poorly designed file with a
> confusing and difficult syntax. Additionally, in order to provide users
> with reasonable flexibility with specific tools you wish to allow them
> to use, you often open
tags 276800 + patch
thanks
Hello,
a patch is attached to this message.
Regards,
Torsten
diff -ru erlang-10.b.1a/debian/changelog erlang-10.b.1a-tw/debian/changelog
--- erlang-10.b.1a/debian/changelog 2005-02-26 18:56:43.0 +0100
+++ erlang-10.b.1a-tw/debian/changelog 2005-02-26 18:12:26.
Package: bincimap
Severity: important
I recently migrated from 1.2.9final-1 to 1.2.11final-3, and I have
been having failures when creating new IMAP folders. Newly created
folders cannot be SELECTed; when created, they do not contain the
bincimap-uidvalidity file. Manually copying the bincimap-ui
Package: www.debian.org
Version: N/A; reported 2005-02-26
Severity: normal
I cannot retrieve php4 copyright file via web.
Directing my browser to
http://packages.debian.org/changelogs/pool/main/p/php4/php4_4.3.10-8/php4.copyright
takes me to a warning that
"There was no copyright file found in
Package: debian-installer-manual
Severity: wishlist
Hi d-i manual team,
hi d-CD team
As you can see in bug 185238 [1] it is intended to add an autostart to
(at least i386) CDs.
This will automatically start either a program or an HTML page, when inserted
on Windows machines.
IMO this should open th
Package: libogre4
Version: 0.15.2-1
Severity: wishlist
OGRE is currently built for the GLX rendersystem only, which renders for
example SDL-input handling impossible. This is a by-design issue with
Ogre, see http://www.ogre3d.org/phpBB2/viewtopic.php?t=7693
I wish for a SDL-based libogre package
Hi, I struggled with a very similar scenario, last day or two. I was trying to
install debian unstable on an iBook, via netboot, onto an externally attached
firewire disk device. Failing the install yaboot step (with no details being
obvious), I first tried to do the boot setup and boot manually
tags 297010 patch
thanks
The attached patch adds the upstream patch for bug 341.
Bastian
Index: debian/patches/00list
===
--- debian/patches/00list (revision 853)
+++ debian/patches/00list (working copy)
@@ -116,3 +116,4
Package: tcltk8.0-ja
Severity: normal
Tags: patch
When building 'tcltk8.0-ja' on amd64 with gcc-4.0,
I get the following error:
cc -c -O2 -D_REENTRANT -I. -I./../generic -I./../bitmaps
-I/tcltk8.0-ja-8.0.4jp1.3/tcl8.0-ja-8.0.4jp1.3/generic -DHAVE_XIMREGINSTCB
-Dlinux -D__x86_64__ -D_POSIX_C_
Package: atlas
Severity: wishlist
Tags: patch l10n
Hello,
Please consider adding the attached Brazilian Portuguese (pt_BR) debconf
template translation for the atlas (source) Debian package.
It was already checked against errors and no errors were found.
Regards,
-- System Information:
Debian
Package: autofs
Version: 4.1.3+4.1.4beta2-3
Severity: normal
Hello,
the current autofs has a nasty behaviour. When something has been
mounted and the package is beeing upgraded, then the device becomes
umounted. However, it is still listed in /etc/mtab (not in /proc/mounts,
of course). The result
I haven't been able to reproduce the parse error, but I do see a
seemingly endless transfer when clicking on the Pop category. Is this
the same thing you're seeing?
James Stone wrote:
Package: streamtuner
Version: 0.99.99-3
Severity: normal
when receiving new stations on live365, it often fails
Package: autofs
Version: 4.1.3+4.1.4beta2-3
Severity: wishlist
Tags: patch l10n
Hello,
Please consider adding the attached Brazilian Portuguese (pt_BR) debconf
temlate translation for the autofs Debian package.
It was already checked against errors and no errors were found.
Regards,
-- Syste
On Sat, Feb 26, 2005 at 07:00:44PM +0100, Eduard Bloch wrote:
> the current autofs has a nasty behaviour. When something has been
> mounted and the package is beeing upgraded, then the device becomes
> umounted. However, it is still listed in /etc/mtab (not in /proc/mounts,
> of course).
Are you i
tags 297043 important
thanks
It is even worse. After cleaning up the mess described above, I was able
to use automounter once. But now, the cd is not really umounted after
the timeout! The entry has been removed from /etc/mtab but /proc/mounts
tells something different.
This time I should attach
Package: debarchiver
Version: 0.1.5
Severity: wishlist
Tags: patch l10n
Hello,
Here is attached a patch which to add the french translation of the manpage
and add the update tool of translations : po4a(7).
You just have to apply the attached patch to support po4a then install po4a
(apt-get inst
Package: axyl
Version: 2.1.6
Severity: wishlist
Tags: patch l10n
Hello,
Please consider adding the attached Brazilian Portuguese (pt_BR) debconf
template translation for the axyl Debian package.
It was already checked against errors and no errors were found.
Regards,
-- System Information:
D
Package: scim
Version: 1.0.2-2
Severity: normal
scim depends on libgtk2.0 and I don't think it should.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.6.10-abk2
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=
I don't think using environment variables to specify username &
passwords are a very secure way to do things. Other users on a system
can easily look at other users' environments.
Benjamin C. W. Sittler wrote:
Package: pork
Version: 0.99.5-2
Severity: normal
Tags: patch
although the bundled libf
Jeroen van Wolffelaar wrote on 15-02-2005 15:19:
On Tue, Feb 15, 2005 at 01:40:59PM +0100, Filippo Giunchedi wrote:
is PTS watch/uscan running? take file/gpm/gedit for example, a new upstream
version is available but the relevant column in TODO is not shown.
I know it doesn't work, didn't look int
Package: kmail
Version: 4:3.3.1-3
Severity: normal
I can't copy/move messages to a shared folder neither via
drag&drop nor from the context-menu. I have the permission 'Append'
for the Folder. It works with other clients (e.g. IMP).
Shared Folders with 'Write' permission work fine in kmail.
Imap-
Package: installation-reports
INSTALL REPORT
Debian-installer-version:
http://cdimage.debian.org/pub/cdimage-testing/sid_d-i/sparc/20050226/sarge-sparc-netinst.iso
uname -a:
Linux grob 2.4.27-1-sparc64 #1 Mon Aug 23 23:59:55 PDT 2004 sparc64 GNU/Linux
Date: 2005-02-26
Method: How did you
Package: backuppc
Version: 2.1.0-9
Severity: wishlist
Tags: patch l10n
Hello,
Please consider adding the attached Brazilian Portuguese (pt_BR) debconf
template translation for the backuppc Debian package.
It was already checked against errors and no errors were found.
Regards,
-- System Info
Package: axyl-lucene
Version: 2.1.3
Severity: wishlist
Tags: patch l10n
Hello,
Please consider adding the attached Brazilian Portuguese (pt_BR) debconf
template translation for the axyl-lucene Debian package.
It was already checked against errors and no errors were found.
Regards,
-- System
On Sat, Feb 26, 2005 at 03:29:53PM +0100, Aurélien Jarno wrote:
> On Sat, Feb 26, 2005 at 02:52:26PM +0100, Milan Zamazal wrote:
> > AJ> BTW, the original bug report mentions you are using a kernel
> > AJ> 2.6.9. Are you still using the same kernel?
> >
> > Yes. (And don't forget libusb-
On Fri, Feb 25, 2005 at 09:36:52PM -0800, Steve Langasek wrote:
> > The problem may be that the DB_PASSWORD line is unable to handle an @
> > sign (though I cannot reproduce it).
>
> I'm not sure why you can't reproduce this:
1) You seem to have replaced ')' with '}'. (Just for the record).
>
Package: bindgraph
Version: 0.2-2
Severity: wishlist
Tags: patch l10n
Hello,
Please consider adding the attached Brazilian Portuguese (pt_BR) debconf
template translation for the bindgraph Debian package.
It was already checked against errors and no errors were found.
Regards,
-- System Info
Package: mcs
Severity: serious
This bug keeps Mono out of sarge.
For more information why it should not enter sarge see:
http://wiki.debian.net/?MonoDebianPlan
--
Regards,
Mirco 'meebey' Bauer
PGP-Key:
http://keyserver.noreply.org/pks/lookup?op=get&search=0xEEF946C8
-BEGIN GEEK CODE BLOCK
Package: mono
Severity: serious
This bug keeps Mono out of sarge.
For more information why it should not enter sarge see:
http://wiki.debian.net/?MonoDebianPlan
--
Regards,
Mirco 'meebey' Bauer
PGP-Key:
http://keyserver.noreply.org/pks/lookup?op=get&search=0xEEF946C8
-BEGIN GEEK CODE BLOC
Package: sqlrelay
Severity: minor
The description used by sqlrelay is really bad. For example the mysql
version of the package has,
Description: SQL Relay MySQL connection daemon
SQL Relay is a persistent database connection pooling, proxying and
load balancing system for Unix and Linux support
Dear FTP-masters,
I screwed up the recent upload of cppunit: I neglected to check
that the SOVERSION remained the same from cppunit 1.10.0
to 1.10.2. Unfortunately, it isn't.
I will upload a cppunit 1.10.2-2 that builds a new library
package libcppunit-1.10-2.
Can you remove the following mist
Robert Joerdens <[EMAIL PROTECTED]> writes:
> Hallo Goswin!
>
> Goswin von Brederlow schrieb am Samstag, den 26. Februar 2005:
>
>> libtunepimp is one of 3 importnat packages left in sarge that won't
>> build on amd64 for a trivial reason. Now that the libflac6 transtion
>> has completed could you
Package: blosxom
Version: 2.0-9
Severity: wishlist
Tags: patch l10n
Hello,
Please consider adding the attached Brazilian Portuguese (pt_BR) debconf
template translation for the blosxom Debian package.
It was already checked against errors and no errors were found.
Regards,
-- System Informat
Package: spfqtool
Version: 0.99-1.0.0rc4-1
Severity: normal
spfqtool generates many spurious reports, as it looks up all sender
domains using the local domain search order, using unrelated spf records
which usually result in fail's.
for example:
spfqtool -s [EMAIL PROTECTED] ...
will look u
Package: libgcj5-awt
Version: 3.4.3-9
Severity: normal
Set gij-3.4 as konquerors java binary, and point it to the closest java
applet ( this time
http://java.sun.com/docs/books/tutorial/getStarted/index.html ). No
applet is shown, nonfree java works fine.
the following is thrown to .xsession-erro
Package: bitlbee
Version: 0.92-1
Severity: wishlist
Tags: patch l10n
Hello,
Please consider adding the attached Brazilian Portuguese (pt_BR) debconf
template translation for the bitlbee Debian package.
It was already checked against errors and no errors were found.
Regards,
-- System Informa
On Sat, Feb 26, 2005 at 02:26:44PM -0500, Steve M. Robbins wrote:
> Can you remove the following mistakenly-uploaded packages from
> the archive?
Is stuff like this ever removed from the archive? (Not to mention it wouldn't
help any; lots of people have probably already upgraded.) My best guess wo
Package: mysql-dfsg-4.1
Severity: normal
I'd like to build programs with libmysqld.a but no Debian mysql package
appears to include it. It seems like it should be included in some -dev
package.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1,
Package: wnpp
Severity: wishlist
Owner: Grzegorz Bizon <[EMAIL PROTECTED]>
* Package name: specter
Version : 1.3
Upstream Author : Michal Kwiatkowski <[EMAIL PROTECTED]>
* URL : http://joker.linuxstuff.pl/specter/
* License : GPL
Description : packet logge
On Sat, Feb 26, 2005 at 11:59:58AM -0500, Igor Khavkine wrote:
> Package: texmacs
> Version: 1:1.0.4-R3-5
> Severity: normal
>
> The Maple interface fails because of improper quoting in
> /usr/lib/texmacs/TeXmacs/bin/tm_maple. Correct quoting is given by
>
> tm_maple
> #!/bin/sh
>
> ex
On Thu, 2005-02-24 at 11:33 -0800, Guido Trotter wrote:
> >
> > I'll change it, and upload the packages.
> >
>
> Ok, let me know when this is done, so I'll check the packages and upload
> them...
I've uploaded powerpc packages to mentors with the updated icon.
I'll build i386 packages asap.
On Sat, Feb 26, 2005 at 12:07:10PM -0500, Igor Khavkine wrote:
> Package: texmacs
> Version: 1:1.0.4-R3-5
> Severity: normal
>
> Open an Octave session. Produce a plot
>
> > plot(sin(0:.1:pi))
>
> Go back to to the *same line*, and change it to produce a different plot
>
> > plot(cos(0:.1:pi))
Package: bash
Version: 2.05b-24
Severity: minor
[EMAIL PROTECTED]:/tmp/gcc-3.4-3.4.3$ du --max-depth\= 1 -h debian/
du: invalid maximum depth `'
Try `du --help' for more information.
The extra space is rejected by the du argument parser.
-- System Information:
Debian Release: 3.1
APT prefers t
Package: ftp.debian.org
Please remove the maria-vis package from unstable (and testing) archive
(contrib section).
The functionality of the maria-vis package is since version 1.3.4-5
folded back into the maria main package. This was made possible by
the fact that graphviz is now in main.
-Ralf.
I cannot understand why Debian does not tread outdated bug reports.
This bug has been fixed in May 2004 wuth cdrtools-2.01a29.
Jörg
--
EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
[EMAIL PROTECTED](uni)
[EMAIL PROTECTED](work) Blog: http:
If you use a program in contrary to the recommendations
of the man page (it is even on the first page) you cannot expect
it to work correctly.
If this Debian likes to keep this bug, it needs to be moved to
the list of kernel bugs.
Jörg
--
EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353
Package: bash
Version: 2.05b-24
Severity: minor
I am assuming that this is supposed to work, though I don't that I've
ever seen documentation for it.
If I type this:
$ cd `find -name debian`/
and then press tab, I see this:
$ cd `find -name /tmp/gcc-3.4-3.4.3/debian/
So, bash is correctly
Package: udev
Version; 0.053-1
/etc/udev/links.conf allows to create initial nodes in the /dev filesystem,
but does not allow to configure their permissions. I suggest:
--- /etc/init.d/udev2005-02-12 19:42:47.0 +0100
+++ /tmp/udev 2005-02-26 21:30:56.0 +0100
@@ -57,6 +57,8 @
101 - 200 of 320 matches
Mail list logo