Bug#361033: missing package dependency libdigest-nilsimsa-perl

2006-04-05 Thread Santiago Vila
On Wed, 5 Apr 2006, C.Y.M wrote:

> Package: razor
> Version: 2.810-1
> Severity: important
>
> The libdigest-nilsimsa-perl package has been removed from Sid.
> [...]

Corrin, by looking at the changelog, I see that the 2.810-1 release
is based on 2.670-1sarge1, it should be based on 2.720-1 instead.



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



Bug#361003: debian-installer: installer fails to configure sound in a way that works with KDE

2006-04-05 Thread Peder Chr. Nørgaard
On Thursday 06 April 2006 01:08, Frans Pop wrote:
> On Wednesday 05 April 2006 23:12, Peder Chr.Nørgaard wrote:
> > The interesting thing is that the kernel has loaded a bunch of sound
> > modules:
>
> Most of those are alsa modules. Try installing the alsa-base and
> alsa-utils packages and reboot. After the reboot, you will probably have
> to adjust the volume level once (it's zero by default).
>
> If that does get sound working, try running alsa-conf.
>
> Please let us know if this solved your problem.

Thank you for quick and working advice.

I did install alsa-base and alsa-utils (which pulled in linux-sound-base). 
That was not in itself enough - I also had to install package discover - that 
was suggested by the alsa packages.  (OK, it was really an upgrade; 
debian-installer had installed package discover1, and package discover is a 
newer version of that).  After that, the udev did create a /dev/dsp for me.

So now my problem is solved.  However, I would suggest that this is really a 
task for debian-installer - either simply unconditional installation of alsa 
(and the newest discover), or give the user an option to "install sound".  

As a bare minimum, the hint you gave me here ought to be available somewhere 
in the installation guide.  It isn't for now, and the various HOWTOs on sound 
are completely outdated - from the epoch before 2.6 kernels, udev and ALSA.

best regards
-- 
Peder Chr. Nørgaard e-mail: [EMAIL PROTECTED]
Gefionsvej 19   spejder-e-mail: [EMAIL PROTECTED]
DK-8230 Åbyhøj  tel: +45 87 44 11 99
Denmark mob: +45 30 91 84 31



Bug#361039: libc6: bad regcomp initialization, fixed upstream

2006-04-05 Thread LaMont Jones

Package: libc6
Severity: serious
Version: 2.3.6-4


After initializing a mutex, regcomp zeros the structure.  On
architectures that have non-zero free lock values (e.g., hppa) this
results in deadlock.

The following patch fixes the problem.
(See 
http://www.sourceware.org/cgi-bin/cvsweb.cgi/libc/posix/regcomp.c.diff?r1=1.95&r2=1.96&cvsroot=glibc
 )

===
RCS file: /cvs/glibc/libc/posix/regcomp.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- libc/posix/regcomp.c2005/05/06 23:33:52 1.95
+++ libc/posix/regcomp.c2005/07/10 22:01:14 1.96
@@ -774,8 +774,6 @@
 }
   preg->used = sizeof (re_dfa_t);
 
-  __libc_lock_init (dfa->lock);
-
   err = init_dfa (dfa, length);
   if (BE (err != REG_NOERROR, 0))
 {
@@ -789,6 +787,8 @@
   strncpy (dfa->re_str, pattern, length + 1);
 #endif
 
+  __libc_lock_init (dfa->lock);
+
   err = re_string_construct (®exp, pattern, length, preg->translate,
 syntax & RE_ICASE, dfa);
   if (BE (err != REG_NOERROR, 0))
===


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



Bug#361040: wvdial fails to configure on testing

2006-04-05 Thread Zachary C. Miller
Package: wvdial
Version: 1.56-1
Severity: important


wvdial silently fails the configuration step of package installation on my etch 
system. The current version of wvdial is identical in both etch and sid. 

wvdial generates no error messages, it simply exits with failure. Here is the 
output if I put "set -x" at the begining of  /var/lib/dpkg/info/wvdial.config

-- BEGIN OUTPUT of dpkg --configure --pending --
Setting up wvdial (1.56-1) ...
+ . /usr/share/debconf/confmodule
++ '[' '!' 1 ']'
++ '[' -z '' ']'
++ exec
++ '[' '' ']'
++ exec
++ DEBCONF_REDIR=1
++ export DEBCONF_REDIR
+ db_capb backup
+ _db_cmd 'CAPB backup'
+ echo 'CAPB backup'
+ IFS='
'
+ read -r _db_internal_line
+ RET='multiselect escape backup'
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ '[' -e /etc/wvdial.conf ']'
+ type uni
+ export UNICONF=ini:/etc/wvdial.conf
+ UNICONF=ini:/etc/wvdial.conf
+ STATE=1
+ LASTSTATE=5
+ '[' 1 '!=' 0 ']'
+ '[' 1 -le 5 ']'
+ case "$STATE" in
+ db_input low wvdial/wvdialconf
+ _db_cmd 'INPUT low' wvdial/wvdialconf
+ echo 'INPUT low' wvdial/wvdialconf
+ IFS='
'
+ read -r _db_internal_line
+ RET='30 question skipped'
+ case ${_db_internal_line%%[   ]*} in
+ return 30
+ true
+ db_go
+ _db_cmd 'GO '
+ echo 'GO '
+ IFS='
'
+ read -r _db_internal_line
+ RET=ok
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ STATE=2
+ '[' 2 '!=' 0 ']'
+ '[' 2 -le 5 ']'
+ case "$STATE" in
+ db_get wvdial/wvdialconf
+ _db_cmd 'GET wvdial/wvdialconf'
+ echo 'GET wvdial/wvdialconf'
+ IFS='
'
+ read -r _db_internal_line
+ RET=true
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ '[' true = true ']'
+ update_db 'Dialer Defaults/Phone' wvdial/phone
++ uni get 'Dialer Defaults/Phone'
+ RET=
dpkg: error processing wvdial (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 wvdial
-- END OUTPUT --

Here are the contents of my wvdial.conf file with personal data purged:

-- BEGIN wvdial.conf --
[Dialer cellphone]
Modem = /dev/cellphone
Phone = #777
Init1 = ATZ
Modem Type = Digital Modem
Stupid Mode = on 
SetVolume = 0
Dial Command = ATDT
Flow Control = Hardware (CRTSCTS)
Baud = 115200
Init2 = AT$QCMDR=3
Username = XXX
Password = XXX
Dial Attempts = 0

[Dialer slow]
Init2 = at$qcmdr=2;at$qcqnc=1
Username = qnc
Password = qnc

[Dialer card]
Modem = /dev/ttyUSB0
Phone = #777
Init1 = AT
Init2 = ATE0V1&F&D2&C1&C2S0=0
Init3 = ATE0V1
Init4 = ATS7=60
Modem Type = Digital Modem
Stupid Mode = on 
SetVolume = 0
Dial Command = ATDT
Flow Control = Hardware (CRTSCTS)
Baud = 115200
Username = X
Password = X
Dial Attempts = 0
Carrier Check = no
-- END wvdial.conf --


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-2006021502
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages wvdial depends on:
ii  debconf   1.4.72 Debian configuration management sy
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libuniconf4.2 4.2.2-2C++ network libraries for rapid ap
ii  libwvstreams4.2-base  4.2.2-2C++ network libraries for rapid ap
ii  libwvstreams4.2-extras4.2.2-2C++ network libraries for rapid ap
ii  libxplc0.3.13 0.3.13-1   Light weight component system
ii  ppp   2.4.4b1-1  Point-to-Point Protocol (PPP) daem

wvdial recommends no packages.

-- debconf information:
  wvdial/wvdialconf: true
  wvdial/phone:
  wvdial/passphrases_mismatch:
  wvdial/login:


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



Bug#361038: libbluetooth1-dev: useless README

2006-04-05 Thread Wouter Verhelst
Package: libbluetooth1-dev
Version: 2.25-1
Severity: normal

Hi,

libbluetooth1-dev contains a README that explains two things:
* how to compile the package (useless for Debian, as it's supposed to
  already be compiled)
* where to find more information, which can also be found in
  README.Debian, in more detail.

Policy 12.3, "Additional documentation", says

It is often a good idea to put text information files (`README's,
changelogs, and so forth) that come with the source package in
`/usr/share/doc/' in the binary package.  However, you don't
need to install the instructions for building and installing the
package, of course!

where the latter appears to be exactly what this package is doing.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages libbluetooth1-dev depends on:
ii  libbluetooth1 2.25-1 Library to use the BlueZ Linux Blu
ii  libc6-dev [libc-dev]  2.3.6-4GNU C Library: Development Librari

libbluetooth1-dev recommends no packages.

-- no debconf information


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



Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-05 Thread Sheplyakov Alexei
Hello!

On Wed, 05 Apr 2006 18:41:05 -0600, Gordon Haverland wrote:
> Traceback (most recent call last):
>   File "/usr/bin/apt-listchanges", line 30, in ?
>   import apt_pkg
> ImportError: libstdc++.so.6: cannot handle TLS data

I've seen many similar errors on my system too (I've got a bunch of
home-brew Guile[1] modules written in C++). Such an error appears whenever
a thread created by C code tries to dlopen(3) C++ shared library.
I've managed to create (hopefully) simple test case (based on
C++ dlopen mini-HOWTO), see the attached tarball (unpack and run
`make'). I did not reported this before since I thought that's /me doing
something wrong...

Best regards,
  Alexei

[1] http://www.gnu.org/software/guile
http://packages.debian.org/unstable/interpreters/guile-1.6

-- 
All science is either physics or stamp collecting.



dlopen_cpp_fail_example.tar.gz
Description: GNU Unix tar archive


signature.asc
Description: Digital signature


Bug#361037: quodlibet does not clean out compiled python plugin files (.pyc)

2006-04-05 Thread Søren Boll Overgaard
Package: quodlibet
Version: 0.19.1-1
Severity: minor

Having just upgraded quodlibet, i noticed errors in the plugin log:

Traceback (most recent call last):
  File "/usr/share/quodlibet/plugins/qlscrobbler.py", line 15, in ?
File "/usr/share/quodlibet/plugins/qlscrobbler.py", line 23, in
QLScrobbler
AttributeError: 'module' object has no attribute 'DIR'

I am assuming that this is related to the fact that quodlibet doesn't
clean out compiled plugins such as:

[EMAIL PROTECTED] /usr/share/quodlibet/plugins]$ ls -la qlscrobbler.py*
-rw-r--r-- 1 root root 18890 Feb 13 18:24 qlscrobbler.pyc
[EMAIL PROTECTED] /usr/share/quodlibet/plugins]$

dpkg doesn't know about that file:
[EMAIL PROTECTED] /usr/share/quodlibet/plugins]$ dpkg -S
/usr/share/quodlibet/plugins/qlscrobbler.pyc 
dpkg: /usr/share/quodlibet/plugins/qlscrobbler.pyc not found.
[EMAIL PROTECTED] /usr/share/quodlibet/plugins]$


-- 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.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages quodlibet depends on:
ii  exfalso   0.19.1-1   audio tag editor for GTK+
ii  gstreamer0.10-plugins-base0.10.5-1   GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good0.10.2-1   GStreamer plugins from the "good" 
ii  gstreamer0.10-plugins-ugly0.10.3-1   GStreamer plugins from the "ugly" 
ii  python2.3.5-5An interactive high-level object-o
ii  python-gst0.100.10.2-1   generic media-playing framework (P

Versions of packages quodlibet recommends:
ii  gstreamer0.10-alsa0.10.5-1   GStreamer plugin for ALSA
ii  gstreamer0.10-gnomevfs0.10.5-1   GStreamer plugin for GnomeVFS
ii  python-feedparser 4.1-2  Universal Feed Parser for Python
ii  quodlibet-ext 0.19.1-1   extensions for the Quod Libet audi

-- no debconf information


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



Bug#361003: debian-installer: installer fails to configure sound in a way that works with KDE

2006-04-05 Thread Christian Perrier
Quoting Frans Pop ([EMAIL PROTECTED]):
> On Wednesday 05 April 2006 23:12, Peder Chr.Nørgaard wrote:
> > The interesting thing is that the kernel has loaded a bunch of sound
> > modules:
> 
> Most of those are alsa modules. Try installing the alsa-base and 
> alsa-utils packages and reboot. After the reboot, you will probably have 
> to adjust the volume level once (it's zero by default).


I haven't checked but shouldn't the alsa-* stuff be part of the
desktop task?

I think that one can now admit that desktop systems *should* have a
working sound setup



signature.asc
Description: Digital signature


Bug#360740: [m68k] xfsprogs builds with gcc-4.1

2006-04-05 Thread Nathan Scott
On Wed, Apr 05, 2006 at 06:55:52AM -0500, Stephen R Marenka wrote:
> If you're about to do an upload (say next couple of weeks), then just 

Upload of xfsprogs 2.7.16 has now been done..

cheers.

-- 
Nathan


pgpvdNZOXAw1I.pgp
Description: PGP signature


Bug#230313: Bug #230313:

2006-04-05 Thread Martin Michlmayr
* Luciano Bello <[EMAIL PROTECTED]> [2006-04-05 22:57]:
> From where are these binaries?
> i.e. http://www.google.com/search?q=%22mrtg-smtp-latency%22
> <>

>From that site I mention in my bug report that has disappeared in the
meantime... ad I don't have sources.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#360694: torrentflux: Should use variable substitution in debconf templates

2006-04-05 Thread Christian Perrier
Quoting Cameron Dale ([EMAIL PROTECTED]):

> Thanks for the report (my first one!).
> 
> Unfortunately, I don't understand how to do what you want (my first
> package). It sounds good, as the templates do look very repetitive, and
> I would like to change it. I've read through the debconf and
> debconf-devel man pages, and can't figure out how to implement it. Can
> you point me to a package that implements this properly so I can see how
> it's done?


IIRC, the magic is done by the db_subst command of debconf. See the
SUBST command of the debconf protocol.

You'll probably find implementation examples in other packages that
configure Apache servers for their needs. I can't give eamples right
now but, as translator, I have seen many such packages. They shouldn't
be hard to find..:)


I also suggest you talk to maintainers of the Apache packages. There
is an apache-shared template which you could use for your needs by
registering it (see the REGISTER command in the debconf protocol).




signature.asc
Description: Digital signature


Bug#360982: apt: dist-upgrade failed to remove obsolete package

2006-04-05 Thread Christian Perrier
> This means that for the past couple of years or so, apt-get
> dist-upgrade never realized that it should delete gnome-card-games
> from my system.


Apt-get never removes packages except when some packages explicitely
conflict with othe rpackages.

So, in my opinion, there's no bug here.




signature.asc
Description: Digital signature


Bug#361036: thunderbird: FTBFS (ppc64): sibling call optimization to `nsGridRowGroupLayout::GetMaxSize(nsIFrame*, nsBoxLayoutState&, nsSize&)' does not allow automatic multiple TOCs; recompile with -m

2006-04-05 Thread Andreas Jochens
Package: thunderbird
Version: 1.5-4
Severity: wishlist
Tags: patch

When building 'thunderbird' on ppc64/unstable, I get the following error:

nsContentHTTPStartup.cpp
c++ -o nsContentHTTPStartup.o -c -fvisibility=hidden -DMOZILLA_INTERNAL_API 
-DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" -DBUILD_ID=2006040521 
-D_IMPL_NS_LAYOUT -I./../base -I./../generic -I./../forms -I./../style 
-I./../xul/content/src -I./../xul/base/src -I./../../content/base/src 
-I./../../content/html/content/src -I./../../content/html/document/src 
-I./../../content/html/style/src -I./../../content/xul/content/src 
-I./../../content/xul/templates/src -I./../../content/events/src 
-I./../../content/xbl/src -I../../view/src -I../../dom/src/base 
-I../../dom/src/jsurl -I.  -I../../dist/include/xpcom 
-I../../dist/include/string -I../../dist/include/content 
-I../../dist/include/gfx -I../../dist/include/widget -I../../dist/include/view 
-I../../dist/include/locale -I../../dist/include/necko -I../../dist/include/dom 
-I../../dist/include/editor -I../../dist/include/webshell 
-I../../dist/include/docshell -I../../dist/include/htmlparser 
-I../../dist/include/js -I../../dist/include/xpconnect 
-I../../dist/include/uriloader -I../../dist/include/caps 
-I../../dist/include/necko2 -I../../dist/include/rdf 
-I../../dist/include/xuldoc -I../../dist/include/imglib2 
-I../../dist/include/pref -I../../dist/include/unicharutil 
-I../../dist/include/xul -I../../dist/include/xultmpl 
-I../../dist/include/lwbrk -I../../dist/include/plugin 
-I../../dist/include/commandhandler -I../../dist/include/webbrwsr 
-I../../dist/include/uconv -I../../dist/include/layout -I../../dist/include 
-I../../dist/include/nspr -I/usr/include -I/usr/include -I/usr/include 
-I../../dist/sdk/include-fPIC   -fno-rtti -fno-exceptions -Wall 
-Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic 
-fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -O2 -fno-strict-aliasing 
-fno-unsigned-char   -DMOZILLA_CLIENT -include ../../mozilla-config.h 
-Wp,-MD,.deps/nsContentHTTPStartup.pp nsContentHTTPStartup.cpp
nsContentDLF.cpp
c++ -o nsContentDLF.o -c -fvisibility=hidden -DMOZILLA_INTERNAL_API 
-DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" -DBUILD_ID=2006040521 
-D_IMPL_NS_LAYOUT -I./../base -I./../generic -I./../forms -I./../style 
-I./../xul/content/src -I./../xul/base/src -I./../../content/base/src 
-I./../../content/html/content/src -I./../../content/html/document/src 
-I./../../content/html/style/src -I./../../content/xul/content/src 
-I./../../content/xul/templates/src -I./../../content/events/src 
-I./../../content/xbl/src -I../../view/src -I../../dom/src/base 
-I../../dom/src/jsurl -I.  -I../../dist/include/xpcom 
-I../../dist/include/string -I../../dist/include/content 
-I../../dist/include/gfx -I../../dist/include/widget -I../../dist/include/view 
-I../../dist/include/locale -I../../dist/include/necko -I../../dist/include/dom 
-I../../dist/include/editor -I../../dist/include/webshell 
-I../../dist/include/docshell -I../../dist/include/htmlparser 
-I../../dist/include/js -I../../dist/include/xpconnect 
-I../../dist/include/uriloader -I../../dist/include/caps 
-I../../dist/include/necko2 -I../../dist/include/rdf 
-I../../dist/include/xuldoc -I../../dist/include/imglib2 
-I../../dist/include/pref -I../../dist/include/unicharutil 
-I../../dist/include/xul -I../../dist/include/xultmpl 
-I../../dist/include/lwbrk -I../../dist/include/plugin 
-I../../dist/include/commandhandler -I../../dist/include/webbrwsr 
-I../../dist/include/uconv -I../../dist/include/layout -I../../dist/include 
-I../../dist/include/nspr -I/usr/include -I/usr/include -I/usr/include 
-I../../dist/sdk/include-fPIC   -fno-rtti -fno-exceptions -Wall 
-Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic 
-fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -O2 -fno-strict-aliasing 
-fno-unsigned-char   -DMOZILLA_CLIENT -include ../../mozilla-config.h 
-Wp,-MD,.deps/nsContentDLF.pp nsContentDLF.cpp
rm -f libgklayout.so
c++  -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align 
-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor 
-Wno-long-long -pedantic -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -O2 
-fno-strict-aliasing -fno-unsigned-char -fPIC -shared -Wl,-h -Wl,libgklayout.so 
-o libgklayout.so  nsLayoutModule.o nsContentHTTPStartup.o nsContentDLF.o   
-Wl,--whole-archive ../../dist/lib/libgkbase_s.a 
../../dist/lib/libgkgeneric_s.a ../../dist/lib/libgkforms_s.a 
../../dist/lib/libgkstyle_s.a ../../dist/lib/libgkprinting_s.a 
../../dist/lib/libgktable_s.a ../../dist/lib/libgkxulbase_s.a 
../../dist/lib/libgkconbase_s.a ../../dist/lib/libgkconcvs_s.a 
../../dist/lib/libgkconevents_s.a ../../dist/lib/libgkconhtmlcon_s.a 
../../dist/lib/libgkconhtmldoc_s.a ../../dist/lib/libgkconxmlcon_s.a 
../../d

Bug#359273: [m68k] cl-sql builds with gcc-4.1

2006-04-05 Thread Kevin Rosenberg
Stephen R Marenka wrote:
> I'm willing to do a binNMU if that would be helpful.

Sure, that'd be great. Thanks.

-- 
Kevin Rosenberg
[EMAIL PROTECTED]



signature.asc
Description: Digital signature


Bug#361034: Aborted transmissions when syncing large commits via http

2006-04-05 Thread armcc
Package: svk
Version: 1.07-1

$ svk mirror http://localhost/repo //mirror/repo
$ svk sync //mirror/repo
Syncing http://localhost/repo
Retrieving log information from 1 to 1015
Committed revision 3 from revision 1.
Committed revision 4 from revision 2.
Committed revision 5 from revision 3.
...
...
Committed revision 184 from revision 182.
Committed revision 185 from revision 183.
RA layer request failed: REPORT request failed on '/repo/!svn/bc/1015': REPORT 
of '/repo/!svn/bc/1015': Could not read response body: connection was closed by 
server. (http://localhost)

(Revision 184 in the svn repository being mirrored is a commit of the linux 
2.6.15 source tree).

$ tail -n 1 /var/log/apache2/error.log
[Wed Apr 05 19:31:24 2006] [error] [client 127.0.0.1] Provider encountered an 
error while streaming a REPORT response.  [400, #0]



A similar problem seems to have been reported on the Subversion users mailing 
list:

http://svn.haxx.se/users/archive-2005-07/1456.shtml





-- 
___

Search for businesses by name, location, or phone number.  -Lycos Yellow Pages

http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10




Bug#361035: firefox: FTBFS (ppc64): sibling call optimization to `nsBufferDecoderSupport::Reset()' does not allow automatic multiple TOCs; recompile with -mminimal-toc ...

2006-04-05 Thread Andreas Jochens
Package: firefox
Version: 1.5.dfsg+1.5.0.1-4
Severity: wishlist
Tags: patch

When building 'firefox' on ppc64/unstable, I get the following error:

rm -f nsStaticComponents.cpp
cat ../../config/nsStaticComponents.cpp.in | \
sed -e "s|%MODULE_LIST%|MODULE(xpcomObsoleteModule) MODULE(xpconnect) 
MODULE(nsUConvModule) MODULE(nsUCvMathModule) MODULE(nsI18nModule) 
MODULE(necko_core_and_primary_protocols) MODULE(necko_secondary_protocols) 
MODULE(nsJarModule) MODULE(nsPrefModule) MODULE(nsSecurityManagerModule) 
MODULE(nsRDFModule) MODULE(nsParserModule) MODULE(nsGfxPSModule) 
MODULE(nsGfxXprintModule) MODULE(nsGfxGTKModule) MODULE(nsImageLib2Module) 
MODULE(nsPluginModule) MODULE(nsWidgetGtk2Module) MODULE(nsLayoutModule) 
MODULE(docshell_provider) MODULE(embedcomponents) 
MODULE(Browser_Embedding_Module) MODULE(nsEditorModule) 
MODULE(nsTransactionManagerModule) MODULE(nsComposerModule) MODULE(appshell) 
MODULE(nsCJVMManagerModule) MODULE(nsAccessibilityModule) 
MODULE(nsChromeModule) MODULE(nsMorkModule) MODULE(nsFindComponent) 
MODULE(application) MODULE(nsFileViewModule) MODULE(RemoteServiceModule) 
MODULE(CommandLineModule) MODULE(nsToolkitCompsModule) MODULE(Apprunner) 
MODULE(BOOT) MODULE(NSS) MODULE(PKI) MODULE(nsCookieModule) 
MODULE(nsXMLExtrasModule) MODULE(nsAutoConfigModule) MODULE(nsSystemPrefModule) 
MODULE(TransformiixModule) MODULE(nsUniversalCharDetModule) 
MODULE(nsWebServicesModule) MODULE(nsAuthModule) MODULE(nsPermissionsModule) 
MODULE(SearchServiceModule) MODULE(BrowserDirProvider) 
MODULE(nsBrowserCompsModule)|" \
> nsStaticComponents.cpp
nsStaticComponents.cpp
c++ -o nsStaticComponents.o -c -fvisibility=hidden -DAB_CD=en-US 
-DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" 
-DBUILD_ID=2006040516 -D_BUILD_STATIC_BIN=1 
-DFIREFOX_ICO=\"../../dist/branding/firefox.ico\" 
-DDOCUMENT_ICO=\"../../dist/branding/document.ico\" -DAPP_VERSION="1.5.0.1" 
-I../../toolkit/xre -I../../config -I../../dist/include/xpcom 
-I../../dist/include/xpcom -I../../dist/include/string -I../../dist/include 
-I../../dist/include -I../../dist/include/nspr -I/usr/include -I/usr/include 
-I/usr/include   -fno-rtti -fno-exceptions -Wall -Wconversion 
-Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -fshort-wchar 
-pthread -pipe  -DNDEBUG -DTRIMMED -pipe -w -O2   -DMOZILLA_CLIENT -include 
../../mozilla-config.h -Wp,-MD,.deps/nsStaticComponents.pp 
nsStaticComponents.cpp
c++ -o firefox-bin  -fno-rtti -fno-exceptions -Wall -Wconversion 
-Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -fshort-wchar 
-pthread -pipe  -DNDEBUG -DTRIMMED -pipe -w -O2  nsBrowserApp.o 
nsStaticComponents.o  -L../../dist/bin -L../../dist/lib 
-L../../dist/lib/components  ../../dist/lib/libxulapp_s.a -L../../dist/bin 
-lmozjs -L../../dist/bin -lxpcom -lxpcom_core  -L../../dist/lib -lplds4 -lplc4 
-lnspr4 -lpthread -ldl -L/usr/X11R6/lib   -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr 
-lXi -lXinerama -lXext -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 
-lfontconfig -lXcursor -lpango-1.0 -lcairo -lXrender -lX11 -lgobject-2.0 
-lgmodule-2.0 -ldl -lglib-2.0   -lpangocairo-1.0 -lpango-1.0 -lcairo 
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lpangoxft-1.0 -lpangoft2-1.0 
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0-L/usr/X11R6/lib 
-lX11  -ldl -lm  ../../dist/lib/components/libxpcom_compat_c.a 
../../dist/lib/components/libxpconnect.a ../../dist/lib/components/libuconv.a 
../../dist/lib/components/libucvmath.a ../../dist/lib/components/libi18n.a 
../../dist/lib/components/libnecko.a ../../dist/lib/components/libnecko2.a 
../../dist/lib/components/libjar50.a ../../dist/lib/components/libpref.a 
../../dist/lib/components/libcaps.a ../../dist/lib/components/librdf.a 
../../dist/lib/components/libhtmlpars.a ../../dist/lib/components/libgfxps.a 
../../dist/lib/components/libgfxxprint.a ../../dist/lib/components/libgfx_gtk.a 
../../dist/lib/components/libimglib2.a ../../dist/lib/components/libgkplugin.a 
../../dist/lib/components/libwidget_gtk2.a 
../../dist/lib/components/libgklayout.a ../../dist/lib/components/libdocshell.a 
../../dist/lib/components/libembedcomponents.a 
../../dist/lib/components/libwebbrwsr.a ../../dist/lib/components/libeditor.a 
../../dist/lib/components/libtxmgr.a ../../dist/lib/components/libcomposer.a 
../../dist/lib/components/libnsappshell.a ../../dist/lib/components/liboji.a 
../../dist/lib/components/libaccessibility.a 
../../dist/lib/components/libchrome.a ../../dist/lib/components/libmork.a 
../../dist/lib/components/libmozfind.a ../../dist/lib/components/libappcomps.a 
../../dist/lib/components/libfileview.a 
../../dist/lib/components/libremoteservice.a 
../../dist/lib/components/libcommandlines.a 
../../dist/lib/components/libtoolkitcomps.a 
../../dist/lib/components/libpipboot.a ../../dist/lib/components/libpipnss.a 
../../dist/li

Bug#301777: Another solution for #301777: xine-ui:/usr/bin/xine-check depends on libxine-dev

2006-04-05 Thread Lionel Elie Mamane
Package: xine-ui
Followup-For: Bug #301777

Another solution would be to hard-code the _right_ path into
xine-check. Right now, when assuming a Debian package, xine looks in
/usr/lib/xine, but the plugins are in /usr/lib/xine/1.1.1 .

Or it could look in all subdirectories of /usr/lib/xine/. Something
like:

  cd $plugindir
  for i in (find . -name '*.so'); do

instead of

  cd $plugindir
  for i in *.so; do


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-amd64-k8-smp
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)

Versions of packages xine-ui depends on:
ii  libc6 2.3.6-1GNU C Library: Shared libraries an
ii  libcomerr21.38+1.39-WIP-2005.12.31-1 common error description library
ii  libcurl3  7.15.1-1   Multi-protocol file transfer libra
ii  libfontconfig 2.3.2-2generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libidn11  0.5.18-2   GNU libidn library, implementation
ii  libkrb53  1.4.3-6MIT Kerberos runtime libraries
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libreadline5  5.1-6  GNU readline and history libraries
ii  libslang2 2.0.5-3The S-Lang programming library - r
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libssl0.9.8   0.9.8a-7   SSL shared libraries
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-3  FreeType-based font drawing librar
ii  libxine1  1.1.1-1the xine video/media player librar
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxtst6  6.9.0.dfsg.1-4 X Window System event recording an
ii  libxv16.9.0.dfsg.1-4 X Window System video extension li
ii  libxxf86vm1   6.9.0.dfsg.1-4 X Video Mode selection library
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages xine-ui recommends:
ii  libaa11.4p5-30   ascii art library

-- no debconf information


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



Bug#361033: missing package dependency libdigest-nilsimsa-perl

2006-04-05 Thread C.Y.M
Package: razor
Version: 2.810-1
Severity: important

The libdigest-nilsimsa-perl package has been removed from Sid.

Preparing to replace razor 2.720-1 (using razor_2.810-1_i386.deb) ...
Unpacking replacement razor ...
dpkg: dependency problems prevent configuration of razor:
 razor depends on libdigest-nilsimsa-perl; however:
  Package libdigest-nilsimsa-perl is not installed.
dpkg: error processing razor (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 razor

[EMAIL PROTECTED]:/var/local/razor$ sudo apt-get install libdigest-nilsimsa-perl
Reading package lists... Done
Building dependency tree... Done
Package libdigest-nilsimsa-perl is not available, but is referred to by another
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libdigest-nilsimsa-perl has no installation candidate


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



Bug#188341: need a degree_makemo_re.moneytoday

2006-04-05 Thread Marilyn Y. Adams, VI
Tired of working a dead end job ?

Ca.ll u_s now get any de.g.ree you desire in 2weeks! _1.0.0% verifiable

206-338-6061


Thanks,
Daniel Wayne




Proudly, fearfully, hesitatingly I exhibited him to my friends..
from the bar below, the muted rumble of an argument.,Certainly they were the 
only ones he ever came across.
'Well if you had to think about it now, what would you think?'.
With tumult as they thunder by,.
Hath been—most familiar bird—.
Her gentle snores mingle with the static of traffic noise and,.
She only looked away for a few seconds to guide her fingers in peeling the ,I 
am the woman who worked in the field 
Dark ones of today, my dreams must come true: .
To find the windows dark --.
I had nothing, back there in the night. .



Bug#361032: openssh: new upstream version(4.3p2) available - please package

2006-04-05 Thread Ryan Nowakowski
Package: openssh
Severity: wishlist


There is a new version[1] of openssh available upstream.  Please package.

1. http://www.openssh.com/txt/release-4.3p2

-- 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-1-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#361019: portmap: Portmap man page claims use of tcp_wrappers, however /hosts.deny has no effect

2006-04-05 Thread Steve Langasek
severity 361019 important
thanks

On Wed, Apr 05, 2006 at 08:02:00PM -0400, Daniel Dickinson wrote:
> Package: portmap
> Version: 5-9
> Severity: grave
> Tags: security
> Justification: user security hole

This isn't a user security hole in the sense meant by
.  It does not result in
users gaining access to any accounts on the system; it leaks a small amount
of information about the system's configuration, but to the extent that this
information is actually useful to an attacker, it's almost certainly
available via brute force.

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


signature.asc
Description: Digital signature


Bug#199637: Build muscle, lose we!ght

2006-04-05 Thread Ava Shaver
Hey submitter,

Did you know over 76% of us are fat.  I was one of these people until I
came across this site www.fatheaseiareyou.com/zy6/. It gave me all the info
I needed to change.  All you gotta do is fill out there 12 sec form and
they'll get back to you asap.

how is attitude has changed from a cold hearted arrogant person to a warm
hearted caring person.

A Yemeni security official announced the escape of convicted al-Qaida
members Friday but did not provide any details or names. The official said
only that the escapees had all had been sentenced last year on
terrorism-related charges. Pacific and South West railroad (P. and S.W.) was
the cause of the crisis, and as the cris

You can thank me later,
Mia Randle



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



Bug#361031: New version (0.9901) of libapache-dbi-perl available

2006-04-05 Thread Don Armstrong
Package: libapache-dbi-perl
Version: 0.94-2
Severity: wishlist

http://search.cpan.org/src/PGOLLUCCI/Apache-DBI-0.9901/Changes

[Appears to fix #343070 amongst others]


Don Armstrong

-- 
Of course Pacman didn't influence us as kids. If it did, we'd be
running around in darkened rooms, popping pills and listening to
repetitive music.

http://www.donarmstrong.com  http://rzlab.ucr.edu


signature.asc
Description: Digital signature


Bug#361030: vim-gnome: running cursor over syntax-colored characters leaves white blobs

2006-04-05 Thread Thomer M. Gil
Package: vim-gnome
Version: 1:6.4-007+1
Severity: normal


A screenshot of this problem is at:

http://pdos.csail.mit.edu/~thomer/gvim.jpg

When I create a file, say "test.sql", and write the text:

INSERT INTO x VALUES ('ss')

and then run the cursor over the string (by holding down the arrow key
such that it runs all the way from left to right, or from right to
left), then all the 's' characters become little squares (white squares
if the background was black, white squares if the background was white).
Hitting ctrl-l clears up the mess.

The same problem occurs with other syntax-colored files, not only with
.sql files.

I use vim-gnome, run it as gvim -rv; attached is my .vimrc and .gvimrc.

" - ~/.vimrc 
set ai
set autowrite
set background=dark
set bs=2
set cpt+=k
set cspc=1
set dictionary=/usr/share/dict/words,/usr/share/dict/dutch
set expandtab
set foldmethod=marker
set guioptions=
set helpheight=0
set hidden
set modelines=1
set mouse=
set mousef
set nobackup
set nocp
set nojoinspaces
set noruler
set nohlsearch
set noshowcmd
set noshowmode
set nowrap
set pastetoggle=
set report=0
set runtimepath+=/usr/share/lilypond/2.6.3/vim/
set shortmess=ItT
set sb
set scrolloff=1
set sessionoptions+=resize
set shiftround
set sm
set smarttab
set softtabstop=8
set sw=4
set t_kb=
set tabstop=8
set notitle
set vb t_vb=
set viminfo='32,\"1000,:200,f1,ra:,/200,h
set wildmode=longest:full,full
set wildmenu
set history=512

filetype on
filetype plugin on
syntax on

" spelling stuff
let spell_language_list = "english,dutch,german"
let spell_executable = "aspell"
let spell_insert_mode=0
let spell_auto_type = ""

" tag list window stuff
let Tlist_Compact_Format=1
let Tlist_Exit_OnlyWindow=1

" blockwise increment
vnoremap  :Inc

" mappings
map ,f :files
map ,e :e#
vmap ZZ ZZ
nmap ,tl :Tlist

fixdel


" - ~/.gvimrc 
set foldmethod=marker
set guiheadroom=0
set guioptions=a
set sessionoptions+=winpos
set vb t_vb=
set guicursor=n-v-c:blinkon0
set nohlsearch
:highlight Folded guibg=blue guifg=yellow gui=bold

-- 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
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages vim-gnome depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.11.4-1The ATK accessibility toolkit
ii  libbonobo2-0 2.14.0-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.14.0-1The Bonobo UI library
ii  libc62.3.6-5 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-5.1   generic font configuration library
ii  libgconf2-4  2.14.0-1GNOME configuration database syste
ii  libglib2.0-0 2.10.1-2The GLib library of C routines
ii  libgnome-keyring00.4.9-1 GNOME keyring services library
ii  libgnome2-0  2.14.0-2The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.14.0-1A powerful object-oriented display
ii  libgnomeui-0 2.14.0-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.14.0-2GNOME virtual file-system (runtime
ii  libgpmg1 1.19.6-22   General Purpose Mouse - shared lib
ii  libgtk2.0-0  2.8.16-1The GTK+ graphical user interface 
ii  libice6  6.9.0.dfsg.1-6  Inter-Client Exchange library
ii  libncurses5  5.5-1   Shared libraries for terminal hand
ii  liborbit21:2.14.0-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.12.0-2Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   6.9.0.dfsg.1-6  X Window System Session Management
ii  libx11-6 6.9.0.dfsg.1-6  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-6  X Window System miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-6  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-6  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-3 GNOME XML library
ii  libxrandr2   6.9.0.dfsg.1-6  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  libxt6   6.9.0.dfsg.1-6  X Toolkit Intrinsics
ii  vim-gui-common   1:6.4-007+1 Vi IMproved - Common GUI files
ii  vim-runtime  1:6.4-007+1 Vi IMproved - Runtime files
ii  zlib1g   1:1.2.3-11   

Bug#361029: devscripts: unblock allows neither preposition

2006-04-05 Thread Justin Pryzby
Package: devscripts
Version: 2.9.15
Severity: normal

$ bts |grep -i block
block  by|with  [ ...]
unblock  by|with  [ ...]
$ bts unblock 264985 by 297029
"by" does not look like a bug number
bts unblock: some blocking bug number(s) not valid
$ bts unblock 264985 with 297029
"with" does not look like a bug number
bts unblock: some blocking bug number(s) not valid
$ bts unblock 264985 297029
$

I'm not really confident that the last one even worked; we will see :)


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



Bug#360670: synaptic: package cache file corrupted

2006-04-05 Thread Michael Vogt
On Tue, Apr 04, 2006 at 09:20:25PM +0200, rabbit171 wrote:
> Here is what i have to do to make synaptic crashing:
> 
> 1. update package list
> 2. installing pstoedit and prelink (plus dependencies)
> 3. installing one package
> 
> running synaptic || echo "bug" in the shell resluts in bug, so the
> return value is not 0.
[..]

Could you please test the latest upload (0.57.8)? It fixes a memory
corruption problem that might have caused this bug.

Cheers,
 Michael
 

-- 
Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo


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



Bug#360791: Metacity focus bugs

2006-04-05 Thread Joe Drew
In fact, it seems that metacity 2.14 is pretty horribly broken w.r.t.  
focus right now. For example, most windows opened via the command  
line open *behind* the gnome-terminal window I opened them from. I am  
not sure if this has to do with the "don't raise windows on click"  
feature, but I wouldn't be surprised. These bugs did not occur with  
metacity 2.12.


Joe


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



Bug#361028: (nm_dbus_get_network_data_cb): a message argument (trusted) was invalid

2006-04-05 Thread dann frazier
Package: network-manager
Version: 0.6.2-1
Severity: important

after the uprade, network-manager no longer seems to see my wireless
interfaces.  here's what I see in /var/log/daemon.log:

Apr  5 20:10:07 localhost NetworkManager: ^IUpdating allowed 
wireless network lists.
Apr  5 20:10:07 localhost NetworkManager: ^I 
nm_dbus_get_network_data_cb (): nm-dbus-nmi.c:404 
(nm_dbus_get_network_data_cb): a message argument (trusted) was invalid.
Apr  5 20:10:07 localhost last message repeated 5 times

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

Versions of packages network-manager depends on:
ii  dbus0.61-5   simple interprocess messaging syst
ii  dhcdbd  1.12-2   dbus interface to the ISC DHCP cli
ii  hal 0.5.7-1  Hardware Abstraction Layer
ii  iproute 20051007-4   Professional tools to control the 
ii  iputils-arping  3:20020927-3 Tool to send ICMP echo requests to
ii  libc6   2.3.6-4  GNU C Library: Shared libraries an
ii  libdbus-1-2 0.61-5   simple interprocess messaging syst
ii  libdbus-glib-1-20.61-5   simple interprocess messaging syst
ii  libgcrypt11 1.2.2-1  LGPL Crypto library - runtime libr
ii  libglib2.0-02.10.1-2 The GLib library of C routines
ii  libgpg-error0   1.2-1library for common error values an
ii  libhal1 0.5.7-1  Hardware Abstraction Layer - share
ii  libnl1-pre6 0.99+1.0.svn21-3 Library for dealing with netlink s
ii  libnm-util0 0.6.2-1  network management framework (shar
ii  lsb-base3.0-16   Linux Standard Base 3.0 init scrip
ii  wpasupplicant   0.4.8-2  Client support for WPA and WPA2 (I

network-manager recommends no packages.

-- no debconf information


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



Bug#360988: Maybe I submited this bug against the wrong package

2006-04-05 Thread Ron Johnson
After some more research, I found these errors.  Evolution didn't
get upgraded, so it must be some other lower-level package.

(evolution:19907): Gnome-CRITICAL **: gnome_program_locate_file: assertion 
`file_name != NULL' failed

(evolution:19907): GnomeUI-WARNING **: Could not find GNOME pixmap file (null)

(evolution:19907): Gnome-CRITICAL **: gnome_program_locate_file: assertion 
`file_name != NULL' failed

(evolution:19907): GnomeUI-WARNING **: Could not find GNOME pixmap file (null)

(evolution:19907): Gnome-CRITICAL **: gnome_program_locate_file: assertion 
`file_name != NULL' failed

(evolution:19907): GnomeUI-WARNING **: Could not find GNOME pixmap file (null)

(evolution:19907): Gnome-CRITICAL **: gnome_program_locate_file: assertion 
`file_name != NULL' failed

(evolution:19907): GnomeUI-WARNING **: Could not find GNOME pixmap file (null)

(evolution:19907): Gnome-CRITICAL **: gnome_program_locate_file: assertion 
`file_name != NULL' failed

(evolution:19907): GnomeUI-WARNING **: Could not find GNOME pixmap file (null)

(evolution:19907): Gnome-CRITICAL **: gnome_program_locate_file: assertion 
`file_name != NULL' failed

(evolution:19907): GnomeUI-WARNING **: Could not find GNOME pixmap file (null)

(evolution:19907): Gnome-CRITICAL **: gnome_program_locate_file: assertion 
`file_name != NULL' failed

(evolution:19907): GnomeUI-WARNING **: Could not find GNOME pixmap file (null)

(evolution:19907): Gnome-CRITICAL **: gnome_program_locate_file: assertion 
`file_name != NULL' failed

(evolution:19907): GnomeUI-WARNING **: Could not find GNOME pixmap file (null)

(evolution:19907): Gnome-CRITICAL **: gnome_program_locate_file: assertion 
`file_name != NULL' failed

(evolution:19907): GnomeUI-WARNING **: Could not find GNOME pixmap file (null)

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_undo' in gnome 
icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_redo' in gnome 
icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_cut' in gnome 
icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_copy' in gnome 
icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_paste' in gnome 
icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_search' in 
gnome icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_insert_image' 
in gnome icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_insert-url' in 
gnome icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_undo' in gnome 
icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_redo' in gnome 
icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_cut' in gnome 
icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_copy' in gnome 
icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_paste' in gnome 
icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_search' in 
gnome icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_spellcheck' in 
gnome icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_insert_image' 
in gnome icon theme

(evolution:19907): gtkhtml-WARNING **: cannot find icon: 'stock_insert-url' in 
gnome icon theme

(evolution:19907): camel-WARNING **: camel_exception_get_id called with NULL 
parameter.

-- 
-
Ron Johnson, Jr.
Jefferson, LA USA

"Pacifism can act more effectively against democracy than for
it."
George Orwell, 1941



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



Bug#351996: manpages-dev: toupper & such should reference towupper & such

2006-04-05 Thread Michael Kerrisk
> Michael Kerrisk, le Wed 05 Apr 2006 23:13:29 +0200, a écrit :
> > From an upstream point of view, I don't want to make these
> > changes at this time.  The reason is that the w* pages in
> > question do not yet exist.  I have added text to the
> > HOWTOHELP document noting that these pages are yet to
> > be written and that when they are, SEE ALSO links can be
> > created in the pages for their traditional equivalents.
> 
> Ok. But couldn't str version still point to the "undocumented" man page?
> (for letting the programmer as soon as now that these functions exist).

This is not how things are done (upstream at least).

Cheers,

Michael

-- 
Michael Kerrisk
maintainer of Linux man pages Sections 2, 3, 4, 5, and 7 

Want to help with man page maintenance?  
Grab the latest tarball at
ftp://ftp.win.tue.nl/pub/linux-local/manpages/, 
read the HOWTOHELP file and grep the source 
files for 'FIXME'.


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



Bug#337086: [BPP] Best practices for security design and review

2006-04-05 Thread Justin Pryzby
On Thu, Apr 06, 2006 at 02:25:44AM +0200, Javier wrote:
> On Wed, Nov 02, 2005 at 05:07:34PM +0100, Andreas Barth wrote:
> > Hi,
> > 
> > * Javier Fern?ndez-Sanguino Pe?a ([EMAIL PROTECTED]) [051102 17:04]:
> > > Attached is a patch that provides a list of best practices for security
> > > review and designed. If there is no intention to add this to the Developer
> (...)
> > 
> > I'll add some more in-depth remarks later on.
> 
> Hi Andi, 
> 
> Do you believe it will be possible to get this patch introduced in the
> Developer's reference? Are there any improvements you would like me to do?
Hi,

For the record, I like the intent of this patch, but I think it is a
little too long for inclusion in the Developers reference.  Perhaps a
reference to the "Securing Debian" section where it will be included
will be sufficient?

Do you intend to have so many links to the Cross_site_scripting wiki
page?

| makes limited damaged to the...
This is a run-on sentence and needs to be rewritten.  This part of it
is better expressed as "limits damage to the system".

|Fore more information
   ^^^
For

The user adding bit is useful; I wonder if you would consider
contributing a debhelper bit, dh_adduser?  See #81697 and #118787.

+  if [ "$FIRST_SYSTEM_UID" -le "$USERID" ] && \
+ [ "$USERID" -le "$LAST_SYSTEM_UID" ]; then
+   echo "The user $SERVER_USER already exists as a non sys
tem user!" >&2
+   echo "Aborting package installation" >&2
+   exit 1
+  fi
This is broken; you must use ||, and the comparisons are backwards.

+   if ! groups $SERVER_USER | grep -q $ADDGROUP; then
This needs to be grep -qw to avoid substring matches, and should
really have |cut -d: -f2 also:
if ! groups $SERVER_USER |cut -d: -f2 |grep -q $ADDGROUP; then

+Does not run if either the user or the group do not exist:
+
+  if getent passwd | grep -q "^server_user:"; then
+ echo "Server user does not exist. Aborting" >&2
+ exit 1
+  fi
Backwards test.

|If the The system user
s/The //

+ recreated by the init.d script since the state
+ directory.
The last half of this sentence (and the left out stuff) is redundant.

|they should not be either owned
s/not be either/be neither/


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



Bug#360871: If logged onto x during NOLOGIN time, message appears, but not logged off

2006-04-05 Thread Daniel Dickinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I've logged into x during the NOLOGIN period (by removing the check I
had in Xesssion.d/...) and have found that I get messages that logins
are not allowed, but I am not logged out of my x session.  My window
manager is WindowMaker, I don't use GNOME or KDE, and I am using wdm as
my login manager.

- -- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore

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

iD8DBQFENHTQhvWBpdQuHxwRAi+lAJ9bVTsEm7B7ruQ8j3YFv4atQHxK7gCgrz1x
XJ68WFRDP6HTllBvpsdJGCg=
=ILii
-END PGP SIGNATURE-


Bug#230313: Bug #230313:

2006-04-05 Thread Luciano Bello
El mié, 05-04-2006 a las 15:17 +0200, Martin Michlmayr escribió:
> Such as more and more advanced tools:
> 
> 2252:[EMAIL PROTECTED]: /usr/local/bin] ls -1 mr*
> mrtg-apache
> mrtg-apm
[]
> mrtg-smtp
> mrtg-smtp-latency
> mrtg-tcp-latency
> 2253:[EMAIL PROTECTED]: /usr/local/bin]
> 
> Unfortuantely I don't have the sources anymore... I briefly wanted to
> check if it's in Fedora, but could only find an ISO image and not
> their SRPMS.  But I think it makes sense if you'd do some more web
> searches.

From where are these binaries?
i.e. http://www.google.com/search?q=%22mrtg-smtp-latency%22
<>

Luciano


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#298730: testers needed

2006-04-05 Thread Duck

Coin,

My python packages are now 2.4 only. Balazar and Balazar Brother with
their dependencies are packaged. You can find the resulting packages
here (in the experimental distro):
  http://debian.duckcorp.org/

Beware to use the CVS version of Balazar, the 0.2 release is not
working. In fact the CVS version is not working too, until you give your
user rights to overwrite the files in /usr/share/games/balazar (and yes
this is a bug and it was already reported upstream).

I'd be pleased if you could have a look and test. The Balazar bug
explained above makes it unsuitable for upload into Debian, i'm waiting
for a solution from upstream author ; so please be patient.

-- 
Marc Dequènes (Duck)


pgp5kthPJpd9F.pgp
Description: PGP signature


Bug#361027: mzscheme: slatex should recognize \RequirePackage to start a LaTeX file

2006-04-05 Thread Chung-chieh Shan
Package: mzscheme
Version: 1:301-12
Severity: minor
Tags: patch

A LaTeX file can start with \RequirePackage, for example
\RequirePackage{fix-cm}.  Currently slatex.ss checks whether
the first control sequence in the input file is \documentstyle,
\documentclass, or \NeedsTeXFormat to decide if the input file
is in LaTeX format.  It should also allow \RequirePackage as
the first control sequence.

Thanks,
Ken

--- /usr/lib/plt/collects/slatex/slatex.ss  2006-01-11 04:16:35.0 
-0500
+++ /tmp/slatex.ss  2006-04-05 21:46:21.0 -0400
@@ -1987,6 +1987,7 @@
   (slatex::decide-latex-or-tex
 (or (string=? cs "documentstyle")
 (string=? cs "documentclass")
+(string=? cs "RequirePackage")
 (string=? cs "NeedsTeXFormat")
   (cond
((not slatex::*slatex-enabled?*)

-- 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=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)

Versions of packages mzscheme depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  gcc [c-compiler]  4:4.0.3-3  The GNU C compiler
ii  gcc-3.4 [c-compiler]  3.4.6-1The GNU C compiler
ii  gcc-4.0 [c-compiler]  4.0.3-1The GNU C compiler
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libssl0.9.8   0.9.8a-8   SSL shared libraries

mzscheme recommends no packages.

-- debconf information:
* mzscheme/run_webserver: false

-- 
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
WHY IS OLEG KISELYOV SO GOOD?!?!?!  THE MIND BOGGLES...


signature.asc
Description: Digital signature


Bug#340975: Hardccore inceest Scenes!

2006-04-05 Thread Bernadette Craft

Father fuckingg delectable daughter!

http://asiasupersite.info/cfsonmom.htm



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



Bug#360117: gthumb: bug reproduced

2006-04-05 Thread Ron Johnson
Yes it does.

On Mon, 2006-04-03 at 10:20 +0200, Remco van de Meent wrote:
> On Sat, 2006-04-01 at 21:46 -0600, Ron Johnson wrote:
> > Package: gthumb
> > Version: 3:2.6.9-2
> > Followup-For: Bug #360117
> 
> Please try version 3:2.6.9-3; does that one fixes your problem?
> 
> Thanks
> Remco
> 
> > 
> > 
> > This is the error I get when using gthumb to import photos.
> >   ** (gthumb:16349): WARNING **: Error, unable to open module file
> >   '/usr/lib/gthumb/gthumb/modules/libphotoimporter.so: cannot open 
> >   shared object file: No such file or directory'

-- 
-
Ron Johnson, Jr.
Jefferson, LA USA

"Peace is normally a great good, and normally it coincides with
righteousness, but it is righteousness and not peace which should
bind the conscience of a nation as it should bind the conscience
of an individual; and neither a nation nor an individual can
surrender conscience to another's keeping."
Theodore Roosevelt



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



Bug#361026: Kernel support check from #360420 breaks working config

2006-04-05 Thread sacrificial-spam-address
Package: nfs-kernel-server
Version: 1:1.0.7-7
Severity: Important

It checks for the "nfsd_version" symbol, which my kernel doesn't have,
thus refusing to start and causing grief.  Commenting out the grep of
/proc/kallsyms in /etc/init.d/nfs-kernel-server fixed the problem.

Thank you for maintaining the package, and sorry to only ever complain!

Hopefully enough relevant system info:
x86-32, 2.6.16-rc4, NFS-related .config as follows:

CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
# CONFIG_NFSD_V4 is not set
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set

"grep nfs /proc/kallsyms" produces

b015b460 T sys_nfsservctl
b0188700 t nfs_opendir
b0188710 t nfs_llseek_dir
b0188789 t nfs_fsync_dir
b0188790 t nfs_dentry_delete
b01887d6 t nfs_rmdir
b018884e t nfs_link
b01888dd T nfs_instantiate
b018899a t nfs_symlink
b0188ab9 T nfs_access_get_cached
b0188b00 T nfs_access_add_cache
b0188b4a T nfs_permission
b0188c90 t nfs_readdir_filler
b0188d96 t nfs_do_filldir
b0189066 t nfs_readdir
b0189644 t nfs_dentry_iput
b0189675 t nfs_create
b0189741 t nfs_lookup
b0189847 t nfs_mkdir
b01898fc t nfs_mknod
b01899b1 t nfs_sillyrename
b0189b52 t nfs_unlink
b0189c9a t nfs_rename
b0189eae t nfs_lookup_revalidate
b018a174 t nfs_check_flags
b018a195 t nfs_file_release
b018a1d0 t nfs_revalidate_file
b018a213 t nfs_file_read
b018a274 t nfs_file_sendfile
b018a2d6 t nfs_file_mmap
b018a322 t nfs_fsync
b018a37f t nfs_prepare_write
b018a38f t nfs_commit_write
b018a55e t nfs_lock
b018a65a t nfs_flock
b018a6f8 t nfs_revalidate_file_size
b018a74e t nfs_file_write
b018a7ea t nfs_file_llseek
b018a827 t nfs_file_flush
b018a8b1 t nfs_file_open
b018a900 t nfs_write_inode
b018a925 t nfs_show_options
b018aa8e t nfs_set_super
b018aaa6 t nfs_compare_super
b018ab0a t nfs_alloc_inode
b018ab4e t nfs_destroy_inodecache
b018ab6e t nfs_wait_schedule
b018ab94 T get_nfs_open_context
b018ac3b T put_nfs_open_context
b018ac8e T alloc_nfs_open_context
b018ad0b t nfs_umount_begin
b018ad44 t nfs_kill_super
b018adaf t nfs_find_actor
b018ae2a t nfs_init_locked
b018ae78 T nfs_setattr_update_inode
b018aee4 T nfs_file_clear_open_context
b018af2d T nfs_release
b018af3c T nfs_begin_data_update
b018af47 t nfs_zap_caches_locked
b018afc8 T nfs_zap_caches
b018afd5 t nfs_wcc_update_inode
b018b0da t nfs_update_inode
b018b5b1 T nfs_post_op_update_inode
b018b5d7 t nfs_destroy_inode
b018b5f2 t nfs_statfs
b018b76c t nfs_zap_acl_cache
b018b798 t nfs_clear_inode
b018b7f6 T nfs_sync_mapping
b018b847 T nfs_revalidate_mapping
b018b8e5 T __nfs_revalidate_inode
b018bb1c t nfs_delete_inode
b018bb88 T nfs_refresh_inode
b018bda3 T nfs_attribute_timeout
b018bdcd T nfs_revalidate_inode
b018be07 T nfs_getattr
b018be8b T nfs_end_data_update
b018bec8 T nfs_fhget
b018c18b t nfs_get_sb
b018cd0f T nfs_file_set_open_context
b018cd42 T nfs_open
b018cdb2 T nfs_find_open_context
b018ce0a T nfs_setattr
b018cee0 T nfs_stat_to_errno
b018cf1e t nfs_xdr_stat
b018cf37 t nfs_xdr_readdirargs
b018cfb2 t nfs_xdr_readdirres
b018d0d8 t nfs_xdr_statfsres
b018d11f T nfs_decode_dirent
b018d1a1 t nfs_xdr_readlinkres
b018d27c t nfs_xdr_fhandle
b018d2ab t nfs_xdr_diropargs
b018d2ec t nfs_xdr_readlinkargs
b018d34f t nfs_xdr_readargs
b018d3cb t nfs_xdr_writeargs
b018d433 t nfs_xdr_renameargs
b018d497 t nfs_xdr_linkargs
b018d4e7 t nfs_xdr_symlinkargs
b018d738 t nfs_xdr_readres
b018d818 t nfs_xdr_diropres
b018d860 t nfs_xdr_attrstat
b018d888 t nfs_xdr_writeres
b018d8a6 t nfs_xdr_sattrargs
b018d9c9 t nfs_xdr_createargs
b018db04 T nfs_clear_request
b018db25 T nfs_wait_on_request
b018db86 T nfs_init_nfspagecache
b018dbb2 T nfs_destroy_nfspagecache
b018dbd2 t nfs_wait_bit_interruptible
b018dbf8 T nfs_release_request
b018dc46 T nfs_unlock_request
b018dc87 T nfs_clear_page_writeback
b018dcb3 T nfs_create_request
b018dd65 T nfs_coalesce_requests
b018ddf4 T nfs_set_page_writeback_locked
b018de2e T nfs_scan_list
b018deba T nfs_scan_lock_dirty
b018df88 t nfs_proc_fsinfo
b018e048 t nfs_proc_pathconf
b018e060 t nfs_read_done
b018e0cc t nfs_proc_read_setup
b018e149 t nfs_write_done
b018e17d t nfs_proc_write_setup
b018e1f8 t nfs_proc_commit_setup
b018e205 t nfs_proc_lock
b018e21e t nfs_proc_readlink
b018e2b0 t nfs_proc_unlink_setup
b018e303 t nfs_proc_readdir
b018e396 t nfs_proc_remove
b018e434 t nfs_proc_unlink_done
b018e462 t nfs_proc_rename
b018e541 t nfs_proc_link
b018e605 t nfs_proc_rmdir
b018e6a8 t nfs_proc_get_root
b018e7e3 t nfs_proc_getattr
b018e85d t nfs_proc_setattr
b018e913 t nfs_proc_lookup
b018e9c2 t nfs_proc_read
b018eab7 t nfs_proc_write
b018eb9d t nfs_proc_create
b018ec7a t nfs_proc_symlink
b018ed6c t nfs_proc_mkdir
b018ee5c t nfs_proc_mknod
b018f017 t nfs_proc_statfs
b018f0f0 t nfs_page_length
b018f139 t nfs_execute_read
b018f17c T nfs_init_readpagecache
b

Bug#360545: cvs: commit combined with assumption of '.' as default file to act on considered harmful

2006-04-05 Thread Tim Connors
On Thu, 6 Apr 2006, Steve McIntyre wrote:

> severity 360545 wishlist
> thanks
> 
> On Mon, Apr 03, 2006 at 03:52:47PM +1000, Tim Connors wrote:
> >Package: cvs
> >Version: 1:1.12.9-17
> >Severity: important
> >Justification: fails to build from source
> 
> What fails to build from source?

Whoa.  Where'd that come from?  Consider it user error. :)

> >(very tempted to mark this bug as grave, given the dataloss my own
> >tyop combined with this has caused me).
> >
> >If I have a tyop that means I have not effectively supplied a filename
> >to operate on, cvs commit unfortunately can act on its own.  Sure, I
> >can stop it recursing down directories using a -l in my .cvsrc file,
> >but the default is still for the no-argument case to be interpreted as
> >'.'.
> >
> >I think there should be at least a switch I can put in my .cvsrc file
> >that tells cvs commit, or even cvs itself, that the no-argument case
> >is *not* interpreted as '.'.
> 
> Yes, I agree that could be a useful feature. Hence I'll forward this
> bug upstream as a wishlist item.

Thanks.

> >Combine this "feature" with my habit of using "-m 'changes made'",
> >causes me problems every few months: If I press enter prematurely, and
> >have just one argument after the "-m" (in my experience, it's usually
> >the last filename I committed), then I get every single file in the
> >current directory committed with comment consisting solely of that
> >argument following the '-m'.
> 
> To be honest, if you're using -m on the command line too then that's
> dangerous - many people disrecommend its use for exactly this kind of
> reason...

True that, but sometimes firing up an editor seems too much like hard 
work.

I think the requested feature would still benefit the case of using an 
editor, since non GUI editors can't be ctrl-C'd out of -- as soon as you 
exit the editor, cvs will commit all the files in the current directory.  
You'd have to hope that you can background the editor in question (old 
school pico can't do this by default), and be able to kill cvs.

-- 
TimC
TELESCOPE, n.
A device having a relation to the eye similar to that of the
telephone to the ear, enabling distant objects to plague us with a
multitude of needless details. Luckily it is unprovided with a bell
summoning us to the sacrifice.
   -- Ambrose Bierce, "The Devil's Dictionary"


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



Bug#360545: cvs: commit combined with assumption of '.' as default file to act on considered harmful

2006-04-05 Thread Steve McIntyre
severity 360545 wishlist
thanks

On Mon, Apr 03, 2006 at 03:52:47PM +1000, Tim Connors wrote:
>Package: cvs
>Version: 1:1.12.9-17
>Severity: important
>Justification: fails to build from source

What fails to build from source?

>(very tempted to mark this bug as grave, given the dataloss my own
>tyop combined with this has caused me).
>
>If I have a tyop that means I have not effectively supplied a filename
>to operate on, cvs commit unfortunately can act on its own.  Sure, I
>can stop it recursing down directories using a -l in my .cvsrc file,
>but the default is still for the no-argument case to be interpreted as
>'.'.
>
>I think there should be at least a switch I can put in my .cvsrc file
>that tells cvs commit, or even cvs itself, that the no-argument case
>is *not* interpreted as '.'.

Yes, I agree that could be a useful feature. Hence I'll forward this
bug upstream as a wishlist item.

>Combine this "feature" with my habit of using "-m 'changes made'",
>causes me problems every few months: If I press enter prematurely, and
>have just one argument after the "-m" (in my experience, it's usually
>the last filename I committed), then I get every single file in the
>current directory committed with comment consisting solely of that
>argument following the '-m'.

To be honest, if you're using -m on the command line too then that's
dangerous - many people disrecommend its use for exactly this kind of
reason...

-- 
Steve McIntyre, Cambridge, UK.[EMAIL PROTECTED]
  Mature Sporty Personal
  More Innovation More Adult
  A Man in Dandism
  Powered Midship Specialty


signature.asc
Description: Digital signature


Bug#361025: experimental x11-common is missing Xsession files.

2006-04-05 Thread Arjan Oosting
Package: x11-common
Version: 1:7.0.7
Severity: normal
Tags: experimental

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I was just reinstalling my laptop and though I could just as well install 
the new modulas Xorg from experimental. This went ok, but now I can not
login using gdm, or start Xorg with startx, because there are some
Xsession files missing from x11-common, which are needed by gdm and others.

debdiff /var/cache/apt/archives/x11-common_6.9.0.dfsg.1-5_all.deb \
 /var/cache/apt/archives/x11-common_1%3a7.0.7_i386.deb:

Files in second .deb but not in first
- -
/usr/X11R6/lib/X11/fonts -> ../../../share/fonts/X11
/usr/bin/X
/usr/bin/X11 -> .
/usr/bin/dexconf
/usr/lib/X11/fonts -> ../../share/fonts/X11
/usr/share/X11/rgb.txt -> /etc/X11/rgb.txt
/usr/share/doc/x11-common/changelog.gz

Files in first .deb but not in second
- -
/etc/X11/Xresources/x11-common
/etc/X11/Xsession
/etc/X11/Xsession.d/20x11-common_process-args
/etc/X11/Xsession.d/30x11-common_xresources
/etc/X11/Xsession.d/50x11-common_determine-startup
/etc/X11/Xsession.d/90x11-common_ssh-agent
/etc/X11/Xsession.d/99x11-common_start 
/etc/X11/Xsession.options
/usr/X11R6/lib/X11/rgb.txt -> /etc/X11/rgb.txt
/usr/X11R6/man/man7/X.7x.gz
/usr/X11R6/man/man7/X.Org.7x.gz
/usr/X11R6/man/man7/XConsortium.7x.gz
/usr/X11R6/man/man7/XProjectTeam.7x.gz
/usr/X11R6/man/man7/XStandards.7x.gz
/usr/X11R6/man/man7/Xsecurity.7x.gz
/usr/bin/X11 -> ../X11R6/bin
/usr/include/X11 -> ../X11R6/include/X11
/usr/lib/X11 -> ../X11R6/lib/X11
/usr/share/doc-base/debian-x-faq
/usr/share/doc/x11-common/CHANGELOG.ND.gz
/usr/share/doc/x11-common/CHANGELOG.R5.gz
/usr/share/doc/x11-common/CHANGELOG.gz
/usr/share/doc/x11-common/ChangeLog.gz
/usr/share/doc/x11-common/FAQ.gz
/usr/share/doc/x11-common/FAQ.xhtml
/usr/share/doc/x11-common/NEWS.Debian.gz
/usr/share/doc/x11-common/README.Debian-upgrade.gz
/usr/share/doc/x11-common/README.Debian.gz
/usr/share/doc/x11-common/README.dps.gz
/usr/share/doc/x11-common/README.fonts.gz
/usr/share/doc/x11-common/README.gz
/usr/share/doc/x11-common/RELNOTES.gz
/usr/share/doc/x11-common/Versions.gz
/usr/share/doc/x11-common/changelog.Debian.gz
/usr/share/doc/x11-common/changelog.Debian.old.gz
/usr/share/doc/x11-common/changelog.Ubuntu.gz
/usr/share/doc/x11-common/examples/xsession.gz
/usr/share/man/man5/Xsession.5.gz
/usr/share/man/man5/Xsession.options.5.gz

After copying the Xsession files listed below I could
login again.

/etc/X11/Xsession
/etc/X11/Xsession.d/*
/etc/X11/Xsession.options

Greetings Arjan Oosting

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (102, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-3-stardust
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  debianutils   2.15.4 Miscellaneous utilities specific t
ii  laptop-detect 0.12.1 attempt to detect a laptop
ii  lsb-base  3.0-16 Linux Standard Base 3.0 init scrip

x11-common recommends no packages.

- -- debconf information:
* x11-common/xwrapper/allowed_users: Anybody
  x11-common/xwrapper/actual_allowed_users: anybody
  x11-common/xwrapper/nice_value/error:
* x11-common/xwrapper/nice_value: 0

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

iD8DBQFENGimUALvsZYuOJARAkcaAJ9ymAsdnfwI9D40LAm4gOT1W2lIugCgtktt
DwKuzUdmupxKKLcKYzBLN1o=
=4k0V
-END PGP SIGNATURE-


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



Bug#361024: libstdc++6: cannot handle TLS data

2006-04-05 Thread Gordon Haverland
Package: libstdc++6
Version: 4.1.0-1
Severity: normal

When running apt-get to do upgrades, I am seeing the following:

Traceback (most recent call last):
  File "/usr/bin/apt-listchanges", line 30, in ?
  import apt_pkg
ImportError: libstdc++.so.6: cannot handle TLS data


-- 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.4.27
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libstdc++6 depends on:
ii  gcc-4.1-base  4.1.0-1The GNU Compiler Collection (base 
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libgcc1   1:4.1.0-1  GCC support library

libstdc++6 recommends no packages.

-- no debconf information


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



Bug#361021: sctplib_1:1.0.4-4(unstable/arm/smackdown): silent build breakage on arm

2006-04-05 Thread James Troup
Package: sctplib
Version: 1:1.0.4-4
Severity: important

The version of libtool used to build this source package is too old to
correctly support shared libraries for at least arm.  Please see
http://people.debian.org/~keybuk/libtool-pass_all.html for more
information.

| Automatic build of sctplib_1:1.0.4-4 on smackdown by sbuild/arm 85
| Build started at 20060317-0022
| **

[...]

| ** Using build dependencies supplied by package:
| Build-Depends: libglib1.2-dev, bzip2, autotools-dev

[...]

| checking how to recognise dependent libraries... file_magic ELF 
[0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )

[...]

| *** Warning: linker path does not have real file for library -ldl.

A complete build log can be found at
http://buildd.debian.org/build.php?arch=arm&pkg=sctplib&ver=1:1.0.4-4

-- 
James


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



Bug#361020: adplug-xmms_1.1-2(unstable/arm/netwinder): silent build breakage on arm

2006-04-05 Thread James Troup
Package: adplug-xmms
Version: 1.1-2
Severity: serious

The version of libtool used to build this source package is too old to
correctly support shared libraries for at least arm.  Please see
http://people.debian.org/~keybuk/libtool-pass_all.html for more
information.

| Automatic build of adplug-xmms_1.1-2 on netwinder by sbuild/arm 85
| Build started at 20060227-0836
| **

[...]

| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev, libadplug-dev, 
libbinio-dev, xmms-dev

[...]

| checking how to recognise dependent libraries... file_magic ELF 
[0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )

[...]

| *** Warning: linker path does not have real file for library -lstdc++.
| *** I have the capability to make that library automatically link in when
| *** you link to this library.  But I can only do this if you have a
| *** shared version of the library, which you do not appear to have
| *** because I did check the linker path looking for a file starting
| *** with libstdc++ and none of the candidates passed a file format test
| *** using a file magic. Last file checked: /usr/lib/libstdc++.so.6.0.7
| ../libtool: line 3944: ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib 
): command not found

A complete build log can be found at
http://buildd.debian.org/build.php?arch=arm&pkg=adplug-xmms&ver=1.1-2

-- 
James


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



Bug#337086: [BPP] Best practices for security design and review

2006-04-05 Thread Javier Fernández-Sanguino Peña
On Wed, Nov 02, 2005 at 05:07:34PM +0100, Andreas Barth wrote:
> Hi,
> 
> * Javier Fernández-Sanguino Peña ([EMAIL PROTECTED]) [051102 17:04]:
> > Attached is a patch that provides a list of best practices for security
> > review and designed. If there is no intention to add this to the Developer
(...)
> 
> I'll add some more in-depth remarks later on.

Hi Andi, 

Do you believe it will be possible to get this patch introduced in the
Developer's reference? Are there any improvements you would like me to do?

Javier


signature.asc
Description: Digital signature


Bug#323333: mostly fixed

2006-04-05 Thread Justin Pryzby
This seems to be mostly fixed:
test  26099 pryzbyj  mem   REG3,10 127250 /tmp/test 
me.txt

However:
test  26099 pryzbyj  mem   REG0,0 0 [stack] (stat: No such 
file or directory)


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



Bug#361023: xmms-mpg123-ja_1.2.10j.20051231-1(unstable/arm/grieg): silent build breakage

2006-04-05 Thread James Troup
Package: xmms-mpg123-ja
Version: 1.2.10j.20051231-1
Severity: important

The version of libtool used to build this source package is too old to
correctly support shared libraries for at least arm.  Please see
http://people.debian.org/~keybuk/libtool-pass_all.html for more
information.

| Automatic build of xmms-mpg123-ja_1.2.10j.20051231-1 on grieg by sbuild/arm 85
| Build started at 20060227-1443
| **

[...]

| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>> 4.0.0), xmms-dev, libsm-dev, libice-dev, 
libxi-dev, libxext-dev, libx11-dev, libxxf86vm-dev, libglib1.2-dev, 
libgtk1.2-dev, gettext, libasound2-dev [!kfreebsd-i386 !hurd-i386]

[...]

| checking how to recognise dependent libraries... file_magic ELF 
[0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )

[...]

| *** Warning: linker path does not have real file for library -lpthread.

A complete build log can be found at
http://buildd.debian.org/build.php?arch=arm&pkg=xmms-mpg123-ja&ver=1.2.10j.20051231-1

-- 
James


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



Bug#361022: namazu2_2.0.16-1(unstable/arm/grieg): silent build breakage on arm

2006-04-05 Thread James Troup
Package: namazu2
Version: 2.0.16-1
Severity: important

The version of libtool used to build this source package is too old to
correctly support shared libraries for at least arm.  Please see
http://people.debian.org/~keybuk/libtool-pass_all.html for more
information.

| Automatic build of namazu2_2.0.16-1 on grieg by sbuild/arm 85
| Build started at 20060313-0945
| **

[...]

| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 4.1.16), perl, kakasi, chasen, libnkf-perl, 
libfile-mmagic-perl, libtext-kakasi-perl, wish, lynx

[...]

| checking how to recognise dependent libraries... file_magic ELF 
[0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )

[...]

| *** Warning: linker path does not have real file for library -lm.

A complete build log can be found at
http://buildd.debian.org/build.php?arch=arm&pkg=namazu2&ver=2.0.16-1

-- 
James


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



Bug#361016: O: ploticus -- A script driven business graphics package

2006-04-05 Thread Christoph Berg
Package: wnpp
Severity: normal

The current maintainer of ploticus, James W. Penny <[EMAIL PROTECTED]>,
has orphaned this package.

If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: ploticus
Binary: ploticus
Version: 2.20-3.1
Priority: optional
Section: misc
Maintainer: James W. Penny <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 3.0.0), zlib1g-dev, libgd2-noxpm-dev, 
libjpeg62-dev, libfreetype6-dev, libx11-dev, x-dev, libpng12-dev
Architecture: any
Standards-Version: 3.6.1
Format: 1.0
Directory: pool/main/p/ploticus
Files:
 131bbf5b19f0d2ee89bbf4631fdce14c 664 ploticus_2.20-3.1.dsc
 9072fb6a29e79eb4be0ed60f9b16bd17 397663 ploticus_2.20.orig.tar.gz
 488ffd3e04b4a4741e963cbf023a0b1f 17552 ploticus_2.20-3.1.diff.gz

Package: ploticus
Priority: optional
Section: misc
Installed-Size: 1012
Maintainer: James W. Penny <[EMAIL PROTECTED]>
Architecture: i386
Version: 2.20-3.1
Depends: libc6 (>= 2.3.5-1), libfreetype6 (>= 2.1.5-1), libgd2-noxpm (>= 
2.0.33) | libgd2-xpm (>= 2.0.33), libjpeg62, libpng12-0 (>= 1.2.8rel), 
libx11-6, zlib1g (>= 1:1.2.1)
Recommends: ploticus-doc
Filename: pool/main/p/ploticus/ploticus_2.20-3.1_i386.deb
Size: 265112
MD5sum: db5d781e1907ded29ec0c02f854cd1cc
Description: A script driven business graphics package
 Ploticus is script-driven, which makes it suitable for automated,
 unattended uses, or for applications that will be run again and again.
 In general, ploticus is good at making graphs like you would see in
 newspapers and news magazines, business publications, journals for
 medical and social sciences, and so on.
 .
 Ploticus is not a function or mathematical plotting package like
 gnuplot, nor would it be a good choice for applications where
 mathematical formulas or scientific notations are to be rendered
 as an integral part of the data display.  Ploticus is also not
 intended as a "marketing" graphics package.  Its goal is to
 display data crisply without extra decoration and distracting
 "dingbats" that cloud the picture.
 .
 Ploticus supports awide range of output options, including jpeg
 (Joint Photographics Experts Group format), png (Portable Network
 Graphics format) , svg (Simple Vector Graphics), bmp (Microsoft BitMaP),
 ps (PostScript), swf (Flash), and X11.


Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#361017: O: ploticus-doc -- Documentation and gallery of examples for ploticus

2006-04-05 Thread Christoph Berg
Package: wnpp
Severity: normal

The current maintainer of ploticus-doc, James W. Penny <[EMAIL PROTECTED]>,
has orphaned this package.

If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: ploticus-doc
Binary: ploticus-doc
Version: 2.0.4-1
Priority: optional
Section: doc
Maintainer: James W. Penny <[EMAIL PROTECTED]>
Build-Depends-Indep: debhelper (>> 3.0.0)
Architecture: all
Standards-Version: 3.5.2
Format: 1.0
Directory: pool/main/p/ploticus-doc
Files:
 beb2a3c355ff1291d5a15d0936600d0e 590 ploticus-doc_2.0.4-1.dsc
 d7251c92a2068634d0160ae499063f6c 1783686 ploticus-doc_2.0.4.orig.tar.gz
 dce5e39792a057e57ec5aa63f4f755a1 29295 ploticus-doc_2.0.4-1.diff.gz

Package: ploticus-doc
Priority: optional
Section: doc
Installed-Size: 4078
Maintainer: James W. Penny <[EMAIL PROTECTED]>
Architecture: all
Version: 2.0.4-1
Filename: pool/main/p/ploticus-doc/ploticus-doc_2.0.4-1_all.deb
Size: 1372194
MD5sum: 750804d3da51c6ddd8bd028654c423d1
Description: Documentation and gallery of examples for ploticus
 Ploticus-doc contains the documentation for ploticus.  This includes
 the handbook, and an extensive gallery of example input files.
Tag: role::content:doc


Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#358648: FTBFS: 'alloc2' undeclared

2006-04-05 Thread Igor Belyi
Sorry, I'm on LinuxWorld Expo this week and won't be able to look at 
this until next week. If this switch appears just in 1.3.28 swig then 
the change should be a little bit bigger for back compatibility. 
Shortly, I greatly appreciate the patch - it gives me the right 
direction where I need to look for details.


Thanks,
Igor

Arnaud Fontaine wrote:

Hello,

This bug  [0] is due  to swig upgrade.  Actually, pyme builds  fine with
swig <  1.3.28. In swig 1.3.28,  there is a new  option, namely 'match',
for typemaps.

I have attached the patch which  fixes this bug. I have built and tested
pyme successfully using this patch.  Could you please make an upgrade of
pyme for  swig 1.3.28 ? Thanks  a lot to  Manuel Menal for his  help for
tracking the bug.

Regards,
Arnaud Fontaine

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

  



--- gpgme.i.old 2006-04-02 16:23:02.0 +0200
+++ gpgme.i 2006-04-02 15:43:27.0 +0200
@@ -23,7 +23,7 @@
 
 // Allow use of None for strings.
 
-%typemap(python,in) const char * {

+%typemap(match="in") const char * {
   if ($input == Py_None)
 $1 = NULL;
   else if (PyString_Check($input))
  




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



Bug#361018: O: zope-zshell -- command line interface to Zope

2006-04-05 Thread Christoph Berg
Package: wnpp
Severity: normal

The current maintainer of zope-zshell, James W. Penny <[EMAIL PROTECTED]>,
has orphaned this package.

If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

James notes that zope-zshell is a likely candidate for removal.

Some information about this package:

Package: zope-zshell
Binary: zope-zshell
Version: 1.60-2.2
Priority: optional
Section: web
Maintainer: James W. Penny <[EMAIL PROTECTED]>
Build-Depends-Indep: debhelper (>> 3.0.0)
Architecture: all
Standards-Version: 3.5.10
Format: 1.0
Directory: pool/main/z/zope-zshell
Files:
 e8ec6ee6f650e26ffa6ceabef65abae6 586 zope-zshell_1.60-2.2.dsc
 6628786a5d1097dce94036ff60ce3e67 52538 zope-zshell_1.60.orig.tar.gz
 0209d5d88bb1dddae32b2ad05fd83d23 12234 zope-zshell_1.60-2.2.diff.gz

Package: zope-zshell
Priority: optional
Section: web
Installed-Size: 300
Maintainer: James W. Penny <[EMAIL PROTECTED]>
Architecture: all
Version: 1.60-2.2
Depends: zope2.8, jaxml, python2.2
Filename: pool/main/z/zope-zshell/zope-zshell_1.60-2.2_all.deb
Size: 55442
MD5sum: fc8c88c4f930cf8d3664941f227c84bb
Description: command line interface to Zope
 Commands supported are:
 about, addprop, addusers, apropos, call, catalog, cd, copy,
 cp, cut, dbname, dbsize, delprop, delusers, discard, domains,
 dump, enter, exec, export, find, google, grep, help, history,
 import, leave, lroles, ls, lsperms, lsprop, lsusers, man, manage,
 mkdir, mkuf, mkver, mv, nipltd, pack, passwd, paste, properties,
 pwd, restart, rm, roles, save, setperms, setprop, shutdown, su,
 takeown, uncatalog, uptime, view, wget, whatis, whoami, zhelp,
 and zope
Tag: interface::shell, interface::web, made-of::lang:python, protocol::http, 
role::sw:plugin, suite::zope, web::cms


Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#360948: ITA: tnef -- Tool to unpack MIME application/ms-tnef attachments

2006-04-05 Thread Kevin Coyner

retitle 360948: ITA: tnef -- Tool to unpack MIME application/ms-tnef attachments

owner 360948 Kevin Coyner <[EMAIL PROTECTED]>

thanks

-- 
Kevin Coyner  GnuPG key: 1024D/8CE11941  http://rustybear.com/publickey


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



Bug#184491: lsof: should examples scripts be placed in /usr/share/lsof ?

2006-04-05 Thread Justin Pryzby
On Wed, Apr 05, 2006 at 08:15:32PM +0200, Filippo Giunchedi wrote:
> On Wed, Apr 05, 2006 at 01:29:33PM -0400, Justin Pryzby wrote:
> > I don't think this request makes sense.  It is conventional to put
> > examples in /u/s/d/x/examples/, and to compress them; indeed,
> > debhelper dh_installexamples+dh_compress does just this.
> 
> given the nature of the scripts I consider them more as utilities, besides 
> some
> are compressed (right) some are just executable. While I can just execute non
> compressed scripts, I have to decompress them (somewhere else if not root)
> launch them and eventually remove the uncompressed file, at least this is 
> what I
> thought :)
> 
> suggestions are welcome as always
Sure; you can run the scripts like:

  perl <(zcat /usr/share/doc/lsof/examples/idrlogin.perl.gz)

<() isn't in posix, but works in bash, and seems to work in ksh, too.


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



Bug#279571: Working for me now

2006-04-05 Thread Ian McDonald
I rebuilt my kernel removing OSS modules, I removed jackd from my
system and experimented a bit. It now works to record when I turn on
the capture device in the capture tab rather than the microphone. If I
use microphone you can hear it over the speakers and it doesn't
record. Stability seems much better too - was getting crashes etc as
described earlier in bug.



Bug#355478: Should maybe conflict with laptop-net and ifplugd?

2006-04-05 Thread Michael Biebl
Hi Mikael,

this is actually a though question. If NM and ifplugd operate on the
same device they certainly conflict. But on the other hand, you could
for examaple setup ifplugd to manage eth0 and NM only wlan0. This way
the would be able to coexist peacefully. Yet this scenario is very unlikely.
I haven't decided on that matter yet.

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



signature.asc
Description: OpenPGP digital signature


Bug#131347: lintian could check for -dev package dependencies

2006-04-05 Thread Junichi Uekawa
> > Such case is an exception, which needs to be properly done, and is not
> > something which is usually done. As you have explained yourself, the
> > exceptional case is:
> 
> > 1. when there is no static library
> 
> Well, this problem arises for any source package that builds multiple
> binary packages where the build dependencies for the package itself aren't
> needed for the library, not just for those where there is no static
> library.  I only maintain a small number of libraries myself and yet
> several of the packages I maintain would be affected by false positives
> here.

I agree that re-reading what I've initially proposed, the initial
solution proposed in this bugreport is not good enough.

Other solutions to the problem will possibly involve parsing the
'NEEDED' sections of the shared library, which opens up another
problem in that what is declared in the NEEDED section does not
actually map directly to the -dev package.


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#361019: portmap: Portmap man page claims use of tcp_wrappers, however /hosts.deny has no effect

2006-04-05 Thread Daniel Dickinson
Package: portmap
Version: 5-9
Severity: grave
Tags: security
Justification: user security hole


The following hosts.deny

# /etc/hosts.deny: list of hosts that are _not_ allowed to access the system.
#  See the manual pages hosts_access(5), hosts_options(5)
#  and /usr/doc/netbase/portmapper.txt.gz
#
# Example:ALL: some.host.name, .some.domain
# ALL EXCEPT in.fingerd: other.host.name, .other.domain
#
# If you're going to protect the portmapper use the name "portmap" for the
# daemon name. Remember that you can only use the keyword "ALL" and IP
# addresses (NOT host or domain names) for the portmapper. See portmap(8)
# and /usr/doc/portmap/portmapper.txt.gz for further information.
#
# The PARANOID wildcard matches any host whose name does not match its
# address.

# You may wish to enable this to ensure any programs that don't
# validate looked up hostnames still leave understandable logs. In past
# versions of Debian this has been the default.
# ALL: PARANOID
ALL: ALL

plus hosts.allow

# /etc/hosts.allow: list of hosts that are allowed to access the system.
#   See the manual pages hosts_access(5), hosts_options(5)
#   and /usr/doc/netbase/portmapper.txt.gz
#
# Example:ALL: LOCAL @some_netgroup
# ALL: .foobar.edu EXCEPT terminalserver.foobar.edu
#
# If you're going to protect the portmapper use the name "portmap" for the
# daemon name. Remember that you can only use the keyword "ALL" and IP
# addresses (NOT host or domain names) for the portmapper, as well as for
# rpc.mountd (the NFS mount daemon). See portmap(8), rpc.mountd(8) and 
# /usr/share/doc/portmap/portmapper.txt.gz for further information.
#

does not block rpcinfo -p (which returns the following:

   program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
132   udp   2049  nfs
133   udp   2049  nfs
134   udp   2049  nfs
132   tcp   2049  nfs
133   tcp   2049  nfs
134   tcp   2049  nfs
1000211   udp  32771  nlockmgr
1000213   udp  32771  nlockmgr
1000214   udp  32771  nlockmgr
1000211   tcp  35096  nlockmgr
1000213   tcp  35096  nlockmgr
1000214   tcp  35096  nlockmgr
151   udp703  mountd
151   tcp706  mountd
152   udp703  mountd
152   tcp706  mountd
153   udp703  mountd
153   tcp706  mountd
3910022   tcp920  sgi_fam
1000241   udp927  status
1000241   tcp930  status

I have tried restarting the portmap daemon and inetd after making the 
hosts.deny/allow changes but that has no effect (as it should be; the 
changes to hosts.x files are supposed to be enough).

strings /sbin/portmap | grep hosts returns the following:

hosts_ctl

strings /lib/libwrap.so.0 | grep hosts returns:

hosts_allow_table
hosts_deny_table
hosts_access_verbose
hosts_access
hosts_ctl
/etc/hosts.allow
/etc/hosts.deny
@(#) hosts_access.c 1.21 97/02/12 02:13:22
@(#) hosts_ctl.c 1.4 94/12/28 17:42:27

So apparently there is some problem with portmap's use of libwrap0.

I am happy to provide further information.  I noticed a closed with 'it 
doesn't happen here' bug #84700 which appears to be the same complaint, 
albeit with less detail.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (10, 'testing'), (7, 'unstable'), (3, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)

Versions of packages portmap depends on:
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra

-- no debconf information


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



Bug#361015: O: drawmap -- draws customized maps, using raw USGS data files

2006-04-05 Thread Christoph Berg
Package: wnpp
Severity: normal

The current maintainer of drawmap, James W. Penny <[EMAIL PROTECTED]>,
has orphaned this package.

If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

James says that upstream might be inactive, so ymmv.

Some information about this package:

Package: drawmap
Binary: drawmap
Version: 2.5-1.1
Priority: optional
Section: science
Maintainer: James W. Penny <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 4), groff
Architecture: any
Standards-Version: 3.6.1
Format: 1.0
Directory: pool/main/d/drawmap
Files:
 6cbe7da4716545a1bacb9ed120f8ee56 681 drawmap_2.5-1.1.dsc
 ff82c1d36fe943b818ec216a99957236 249257 drawmap_2.5.orig.tar.gz
 7a1f1dcd1f9d622b3e79d8304e3ae3e5 8775 drawmap_2.5-1.1.diff.gz

Package: drawmap
Priority: optional
Section: science
Installed-Size: 536
Maintainer: James W. Penny <[EMAIL PROTECTED]>
Architecture: i386
Version: 2.5-1.1
Depends: libc6 (>= 2.3.5-1)
Filename: pool/main/d/drawmap/drawmap_2.5-1.1_i386.deb
Size: 205534
MD5sum: 8630bb517b07eab67a968beea123615d
Description: draws customized maps, using raw USGS data files
 Drawmap reads data in the Digital Elevation Model (DEM),
 Digital Line Graph (DLG), and Geographic Names Information
 System (GNIS) formats.  Can also work with SDTS, NAD-83,
 WGS-84, GTOPO30 data.
 .
 Using the data in these files, drawmap can produce various
 kinds  of  customized  maps,  including shaded relief maps
 (with or without roads, streams, place names, and  so  on)
 and  topographic  maps  (again, with or without additional
 features).
 .
 Outputs sun raster format, portable gray map, or pov format
 files.
Tag: field::geography, interface::commandline, role::sw:application, 
use::converting, works-with::image:raster


Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#360929:

2006-04-05 Thread Bdale Garbee
tags 360929 +pending
thanks

In my CVS for the next upload.

Bdale


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



Bug#360990: pocketpc-cab with WINCE 5

2006-04-05 Thread Shaun Jackman
Thanks for the bug report and patch, Rouven!

Can you confirm that the it's the order of the files, and not the
version change that fixes the bug?

Oh, the sense of your patch was backwards (you swapped the arguments
to diff), but I understood what you meant.

Cheers,
Shaun

On 4/5/06, Rouven Schürch <[EMAIL PROTECTED]> wrote:
> Hello Shaun
>
> we have been using your script 'pocketpc-cab' for creating an
> installable cab for an application of ours. Recently, after having
> bought a newer PDA with WIN CE 5 installed, the CABs failed installing
> ... I spent a few hours tracking down why these CABs no longer installed
> (byte by byte analysis of the Manifest file of the CAB with a working
> CAB built for WIN CE 5) just to find out that the pocketpc-cab script
> packages the files in the 'wrong' order into the archive.
> I cite the 'wince_cab_format.html' in the pocketpc-cab package:
>
> "The order of these files within the cab file is important. The first
> file in the cabinet should be the ".000" file. It should then be
> followed by all other files in descending numerical order of their
> extensions."
>
> ;)
>
> The patch included with this email should fix this minor inconvenience
> and make it possible to create CABs for the latest WIN CE Version
> (adjusted the Version info as well). If you find this information
> useful, please do whatever you think fits best.
>
> Ah yes, and thanks for your script, we're glad it exists and use it very
> often!
>
>
> Best regards
>
> Rouven Schürch
>
> --
> Rouven Schürch   e-mail: [EMAIL PROTECTED]
> Tegonal GmbH web:http://tegonal.com
> Brunnmattstrasse 20A phone:  +41 76 377 64 88
> CH-3007 Bern, Switzerland
>
>
> --- pocketpc-cab-1.0.0-3/pocketpc-cab   2006-04-05 20:35:14.0 +0200
> +++ pocketpc-cab-1.0.0.orig/pocketpc-cab2004-09-18 01:03:43.0 
> +0200
> @@ -9,7 +9,7 @@
>
>  # Constants.
>  my $architecture = 2577; # StrongARM
> -my @version_requirements = (3, 0, 5, 99, 0, 2147483647); # 3.0.0 to 5.99
> +my @version_requirements = (3, 0, 10, 0, 0, 0); # 3.0.0 to 10.0.0
>  my $verbose = 0;
>
>  # Strings.
> @@ -284,7 +284,7 @@
> printf "$file: $munged_file\n" if $verbose;
> `cp "$sourcedir$file" "$munged_file"`;
> exit $? >> 8 if $? > 0;
> -   $munged_files = $munged_files . "\"$munged_file\" ";
> +   $munged_files = "\"$munged_file\" " . $munged_files;
> }
>
> # Create the cab.
>
>
>


Bug#355564: Segmentation fault when starting

2006-04-05 Thread Michael Biebl
Hi,

could you please test if this bug still happens with NetworkManager
0.6.2, which is available in unstable now.

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



signature.asc
Description: OpenPGP digital signature


Bug#361014: new upstream version available

2006-04-05 Thread ms419
Package: venkman
Version: 0.9.84-1

New upstream versions of Venkman are availabe

Thanks for packaging this essential tool - perhaps it's due for a new
release?

Jack


signature.asc
Description: Digital signature


Bug#351996: manpages-dev: toupper & such should reference towupper & such

2006-04-05 Thread Justin Pryzby
On Wed, Apr 05, 2006 at 11:32:18PM +0200, Samuel Thibault wrote:
> Michael Kerrisk, le Wed 05 Apr 2006 23:13:29 +0200, a ?crit :
> > From an upstream point of view, I don't want to make these
> > changes at this time.  The reason is that the w* pages in
> > question do not yet exist.  I have added text to the
> > HOWTOHELP document noting that these pages are yet to
> > be written and that when they are, SEE ALSO links can be
> > created in the pages for their traditional equivalents.
> 
> Ok. But couldn't str version still point to the "undocumented" man page?
> (for letting the programmer as soon as now that these functions exist).
I think that is a Debianism, and is depreciated now anyway.


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



Bug#361013: O: xml-resume-library -- A set of tools for writing a resume in XML

2006-04-05 Thread Christoph Berg
Package: wnpp
Severity: normal

The current maintainer of xml-resume-library, Colin Walters <[EMAIL PROTECTED]>,
has orphaned this package.

If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: xml-resume-library
Binary: xml-resume-library
Version: 1.5.1-3
Priority: optional
Section: text
Maintainer: Colin Walters <[EMAIL PROTECTED]>
Build-Depends-Indep: cdbs, debhelper (>> 4.0.0), w3m, sgml-data
Architecture: all
Standards-Version: 3.5.10
Format: 1.0
Directory: pool/main/x/xml-resume-library
Files:
 11a3e50b9222c7060783d01789867875 635 xml-resume-library_1.5.1-3.dsc
 799b78f4ffcfd14da46ffa03865a9a45 286910 xml-resume-library_1.5.1.orig.tar.gz
 98c037385b19dcac9975ff30d92ccbb3 8808 xml-resume-library_1.5.1-3.diff.gz

Package: xml-resume-library
Priority: optional
Section: text
Installed-Size: 2408
Maintainer: Colin Walters <[EMAIL PROTECTED]>
Architecture: all
Version: 1.5.1-3
Depends: sgml-data (>= 1.9.1)
Recommends: xsltproc, xmlto, passivetex
Suggests: www-browser, pdf-viewer, java2-runtime
Filename: pool/main/x/xml-resume-library/xml-resume-library_1.5.1-3_all.deb
Size: 309326
MD5sum: 1ddc877d466366a252995d671890e4c2
Description: A set of tools for writing a resume in XML
 The XML Resume Library is an XML and XSL based system for marking up,
 adding metadata to, and formatting resumes and curricula vitae.
 .
 It consists of these components:
* An XML Document Type Definition (DTD) for describing resumes.
* Three XSL stylesheets to transform an XML resume into:
  * Web-ready HTML,
  * Print-ready PDF, or
  * Plain, unformatted text


Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#361012: RFP: upp -- cross-platform rapid application development suite

2006-04-05 Thread Kari Pahula
Package: wnpp
Severity: wishlist


* Package name: upp
  Version : 602
  Upstream Author : Mirek Fidler, Tomas Rylek and various contributors <[EMAIL 
PROTECTED]>
* URL : http://upp.sourceforge.net/
* License : BSD
  Programming Lang: C++
  Description : cross-platform rapid application development suite

 Ultimate++ is a radical and innovative GUI toolkit whose number one
 priority is programmer productivity.  U++ libraries enable genuine
 productivity gains with shorter development times and greatly reduced
 application source code size.
 .
 Ultimate++ is a C++ cross-platform rapid application development
 suite. It includes a set of libraries (GUI, SQL, etc..), and an
 integrated development environment.
 .
 Rapid development is achieved by the smart and aggressive use of C++
 rather than through fancy code generators. In this respect, U++
 competes with popular scripting languages while preserving C/C++
 runtime characteristics.
 .
 The U++ integrated development environment, TheIDE, introduces modular
 concepts to C++ programming. It features BLITZ-build technology to
 speedup C++ rebuilds up to 4 times, Visual designers for U++
 libraries, Topic++ system for documenting code and creating rich text
 resources for applications (like help and code documentation) and
 Assist++ - a powerful C++ code analyzer that provides features like
 code completion, navigation and transformation.

-- 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.15.6
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#360990: pocketpc-cab: Does not work with WINCE 5

2006-04-05 Thread Shaun Jackman
On 4/5/06, eehouse <[EMAIL PROTECTED]> wrote:
> Cool!
>
> But I can't apply the patch.  I get 1.0.0-2 when I do 'apt-get source'
> for pocketpc-cab.  Did Rouven do a dch before sending this to you?
>
> Thanks,
>
> --Eric

The sense of the patch is backwards. You can use patch -R (revert
patch) to apply it, or just apply it by hand.

Eric, can you confirm for me that this (backwards) hunk
-   $munged_files = $munged_files . "\"$munged_file\" ";
+   $munged_files = "\"$munged_file\" " . $munged_files;
is the part that fixes the bug?

Thanks!
Shaun


Bug#360513: libgtk2.0-0: gtk application crashes eventually after upgrade on testing

2006-04-05 Thread Alexandre Pereira Nunes

Sjoerd Simons wrote:


[cut]

I'll later on, on the meanwhile can you please point me to a change 
description so that I can fix my program if it's eventually outdated?
   



Glib uses a new memory allocate (slice allocator), you don't have to change
your  program for it. But as a consequence of this change, crashes as a result
of allocation bugs are triggered a lot easier. Some bugs we've have seen is
using g_free instead of g_object_unref and referencing a Glist  data pointer
after the element has been removed.

 Sjoerd
 



Just to see if I got it (sorry), am I supposed to run it with 
G_SLICE=always-malloc in order to prevent my program from crashing, or 
will it (I would prefer it) somehow help me spotting some possible bug 
on it?


Thanks again,

Alexandre


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



Bug#361011: module-assistant: please add sysprof-module-source to compliant list

2006-04-05 Thread Samuel Mimram
Package: module-assistant
Version: 0.10.2
Severity: wishlist

Hi,

Could you please add sysprof-module-source to the list of modules
handled by m-a?

FYI, sysprof is a profiler which operates at kernel-level (thus the need
for a module).

Thanks.

Cheers,

Samuel.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages module-assistant depends on:
ii  libtext-wrapi18n-perl 0.06-4 internationalized substitute of Te
pn  perl   (no description available)

Versions of packages module-assistant recommends:
ii  liblocale-gettext-perl1.05-1 Using libc functions for internati

-- no debconf information


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



Bug#360740: [m68k] xfsprogs builds with gcc-4.1

2006-04-05 Thread Nathan Scott
Hi Stephen,

On Wed, Apr 05, 2006 at 06:55:52AM -0500, Stephen R Marenka wrote:
> If you're about to do an upload (say next couple of weeks), then just 
> let me know when you do so I can grab the buildd. If you're not 
> planning on doing it anytime soon, then I'll build it when I have free

OK - I'll do an upload later today.

cheers.

-- 
Nathan


pgpXApxeHppVC.pgp
Description: PGP signature


Bug#361003: debian-installer: installer fails to configure sound in a way that works with KDE

2006-04-05 Thread Frans Pop
On Wednesday 05 April 2006 23:12, Peder Chr.Nørgaard wrote:
> The interesting thing is that the kernel has loaded a bunch of sound
> modules:

Most of those are alsa modules. Try installing the alsa-base and 
alsa-utils packages and reboot. After the reboot, you will probably have 
to adjust the volume level once (it's zero by default).

If that does get sound working, try running alsa-conf.

Please let us know if this solved your problem.

Cheers,
FJP



Bug#361010: RFP: tntnet -- modular, multithreaded web application server for C++

2006-04-05 Thread Kari Pahula
Package: wnpp
Severity: wishlist


* Package name: tntnet
  Version : 1.5.0
  Upstream Author : Tommi Mäkitalo <[EMAIL PROTECTED]>
* URL : http://www.tntnet.org/
* License : GPL
  Programming Lang: C++
  Description : modular, multithreaded web application server for C++

 Tntnet has a template-language called ecpp similar to php, jsp or
 mason, where you can embed c++-code inside a html-page to generate
 active content. The ecpp-files are precompiled to c++-classes called
 components and compiled and linked into a shared library. This process
 is done at compiletime. The webserver Tntnet needs only the compiled
 componentlibrary.
 .
 Because the webapplications are compiled into native code, they are
 very fast and compact.
 .
 Components can call other components. So you can create buildingblocks
 of html-parts and call them in other pages like subprocesses.
 .
 Requests are parsed by tntnet and the request-information is easily
 accessible to the components. It supports GET and POST-parameters and
 Mime-multipart-requests for file-upload.
 .
 The templatelanguage has also support for internationalized
 applications. You can easily create webapplications for different
 languages.
 .
 Other features are: cookies, HTTP-upload, automatic request-parameter
 parsing and conversion, automatic sessionmanagement, scoped variables
 (application, request and session), internationalisation, keep-alive.
 .
 Logging is done through cxxtools, which provides a unique API for
 log4cpp, log4cxx or simple logging to files or console.
 .
 Tntnet is fully multithreaded and much work has been gone into making
 it scalable. It uses a dynamic pool of workerthreads, which answers
 requests from http-clients.
 .
 Ssl is supported via the openssl-library.


Looks like there's no exception in tntnet's license to allow linking
to the GPL incompatible openssl library.  That'll still need to be
addressed.

Cxxtools will need to be packaged along with this one, too.

-- 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.15.6
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)




Bug#361008: RFP: factor -- compiler for the concatenative language Factor

2006-04-05 Thread Kari Pahula
Package: wnpp
Severity: wishlist


* Package name: factor
  Version : 0.81
  Upstream Author : Slava Pestov <[EMAIL PROTECTED]>
* URL : http://factorcode.org/
* License : BSD
  Programming Lang: C, Factor
  Description : compiler for the concatenative language Factor

 Factor is a dynamic programming language. The end goal is to have a high
 performance, robust language for general-purpose client-side and server-side
 application development.
 .
 Factor is a natural evolution of Forth, combining Forth's simplicity and
 minimalism with a dynamically typed runtime supporting a Lisp-style object
 model and meta-programming. Factor also builds upon ideas from Joy, K, and
 Slate.
 .
 Language features:
 - Highly minimalist, very consistent design. No layers upon layers of
 indirection, no confusing corner-cases, no poorly-thought-out features.
 - Postfix syntax with an extensible parser; values are passed on the stack.
 - Higher-order programming allows code blocks to be treated as data
 and used as parameters.
 - A powerful and very generic collections library allows many
 algorithms to be expressed in terms of bulk operations without
 micro-management of elements, recursion, or loops.
 - A very consistent object model based on generic predicate dispatch.
 - Arithmetic operations that closely model mathematical concepts,
 rather than just being a thin abstraction over underlying machine
 arithmetic. All integer operations are done in arbitrary precision,
 and exact fractions are supported. Complex numbers and
 complex-valued elementary functions are integrated.
 - Continuations, exception handling.
 - Powerful and logical meta-programming facilities. Introspection,
 code generation and extension of both syntax and semantics is very easy.
 .
 Implementation features:
 - Live development environment allows code to be written and tested
 without restarting your application. Any object in the system can
 be inspected and modified, and any piece of code can be reloaded
 and replaced on the fly.
 - Optimizing compiler (x86, PowerPC, AMD64 backends).
 - Generational garbage collection.
 - Graphical user interface framework.
 - Hypertext online help.
 - Straightforward C library interface supporting callbacks.
 - Bindings for OpenGL, FreeType, X11 and Cocoa.
 - Static stack effect inference.


-- 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.15.6
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#344487: ftp.debian.org: Please remove mips/mipsel PostgreSQL debs from sid/testing

2006-04-05 Thread Jeroen van Wolffelaar
tags 344487 moreinfo
thanks

On Fri, Dec 23, 2005 at 01:08:42AM +0100, Martin Pitt wrote:
> Hi ftp masters!

Hi Martin,

> As reported in #330296 and #329197 and reported upstream, all
> postgresql version die with a SIGBUS on mips and mipsel for a long
> time now. I failed to debug this; no combination of versions, compiler
> versions, compiler switches, or configure options makes it work, the
> bug is almost impossible to debug, and upstream does not know what to
> do about it ATM.
> 
> Therefore Steve Langasek and I agreed to remove the mips and mipsel
> binaries from testing and unstable until this is solved. Recent 7.4,
> 8.0, and 8.1 packages do not build mips packages any more (see below),
> so I closed above two RC bugs to allow testing migration for the other
> architectures again.
> 
> 7.4 and 8.0 succeed/FTBFS based on the test suite outcome, so mips and
> mipsel packages will be built again as soon as this is fixed. 8.1
> cannot FTBFS completely since client programs, and even more
> important, the client libraries are required on mips and mipsel, too.
> Therefore the postgresql-8.1 now lists all but mips[el] in the
> Architecture: field and a failed test suite does not cause an FTBFS.
> 
> In particular, please remove the following debs from sid and testing
> for mips and mipsel:
> 
>  * all debs generated by postgresql-7.4
>  * all debs generated by postgresql-8.0

This will break a number of further rdepends, like libpam-pqsl,
facturalux, libdbd-pqsl, and more. Should mipsen binaries there also be
removed, or...?

>  * postgresql-8.1
>  * postgresql-contrib-8.1
>  * postgresql-plperl-8.1
>  * postgresql-plpython-8.1
>  * postgresql-pltcl-8.1

Those don't seem to be failing to build, or lagging at all. Please make
sure that happens, otherwise a same version build might succeseed,
resulting in again the exact same version numbers to appear, but
actually being different builds. There are a few ways to achieve this.
One way that you should always use if it is possible, is to have a small
testsuite during build time, that will test the functionality, and fails
to build if it doesn't work. This is a good idea anyway, it can prevent
some broken uploads.

If you really opted for the solution you noted above, something is
failing here or you didn't upload yet? For example:

postgresql-8.1 |8.1.3-3 |  unstable | source, alpha, amd64, arm, hppa, 
hurd-i386, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED]
http://jeroen.A-Eskwadraat.nl


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



Bug#302276: update-grub does not use fallback

2006-04-05 Thread BUCHMULLER Norbert
Hello,

I'm also looking forward to see this functionality in grub-install. How
can I help?

Best regards,

norbi


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



Bug#361009: Version 0.7 of ufraw now available

2006-04-05 Thread Mark Broadbent
Package: ufraw
Version: 0.5+cvs20051021-1
Severity: normal

Please include a latest version of ufraw please (v0.7)

Thanks

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

Versions of packages ufraw depends on:
ii  libatk1.0-0   1.11.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6-4GNU C Library: Shared libraries an
ii  libexif12 0.6.13-4   library to parse EXIF files
ii  libgimp2.02.2.10-2   Libraries necessary to Run the GIM
ii  libglib2.0-0  2.10.1-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user interface 
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  liblcms1  1.13-1 Color management library
ii  libpango1.0-0 1.12.0-2   Layout and rendering of internatio
ii  libtiff4  3.8.2-1Tag Image File Format (TIFF) libra
ii  zlib1g1:1.2.3-11 compression library - runtime

ufraw recommends no packages.

-- no debconf information


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



Bug#361007: util-vserver: sparc clone return the parent pid to child

2006-04-05 Thread Daniel 'NebuchadnezzaR' Dehennin
Package: util-vserver
Version: 0.30.210-4
Severity: important

This patch fix the handling of sparc clone behaviour.

-- 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.15+thorr.2
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


12_sparc_sys_clone.dpatch
Description: application/shellscript


Bug#361004: Please upgrade to using python 2.4

2006-04-05 Thread Jeroen van Wolffelaar
Package: carpaltunnel
Severity: serious

Python 2.1 and 2.2 are on the nomination of being removed. This includes
by proxy python2.2-optik. 

Please use optparse which is in python itself as of 2.3.

--Jeroen

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages carpaltunnel depends on:
ii  iproute20041019-3Professional tools to control the 
ii  openvpn2.0-1sarge2   Virtual Private Network daemon
ii  python2.2  2.2.3dfsg-2sarge1 An interactive high-level object-o
pn  python2.2-optik  Not found.

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED]
http://jeroen.A-Eskwadraat.nl


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



Bug#256332: clarification of doc licensing for db3/db4.2

2006-04-05 Thread dann frazier
hey Mike,
  I'm seeking explicit clarification on the licensing of the
documentation in Debian's db3 and db4.2 packages.  Can you clarify
your comments in #256332[1] with respect to these older releases?
Specifically, I'm interested to know whether the referenced
documentation in these older releases is redistributable under the
terms of the included (DFSG-free) license.html file, or if it is
limited to the terms in the legal.html file (non-DFSG-free).

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

-- 
dann frazier



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



Bug#361006: util-vserver: Fix s390 patch

2006-04-05 Thread Daniel 'NebuchadnezzaR' Dehennin
Package: util-vserver
Version: 0.30.210-4
Severity: normal

I attache a corrected version of the 06_s390syscall patch.

-- 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.15+thorr.2
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


06_s390syscall.dpatch
Description: application/shellscript


Bug#361003: debian-installer: installer fails to configure sound in a way that works with KDE

2006-04-05 Thread Peder Chr . Nørgaard
Package: debian-installer
Severity: normal

This report is about etch installer beta 2.  I start by admitting that it may 
not be an installer
problem at all; it may be that sound/KDE does not work at all in current "sid". 
 In that case I hope
you installer guys can redirect me - it could be a kernel problem, a udev 
problem, or a KDE problem.

I have a PC - a few years old - with an ASRock K7S8X mother board with built-in 
Intel 810 sound. Sound
has worked fine with KDE in a sarge installation on this PC.  But not now, with
linux-image-2.6.16-1-686 version 2.6.16-5, udev version 0.088-2, and KDE at 
3.5.2.

The installer doesn't ask or otherwise do anything about sound. But when KDE is 
started, (with sound
"hardware" configured to "autodetect"), the message is that /dev/dsp does not 
exist.  And that is
correct - it doesn't.

The interesting thing is that the kernel has loaded a bunch of sound
modules:

% lsmod | grep snd
snd_intel8x0   29436  0
snd_ac97_codec 82784  1 snd_intel8x0
snd_ac97_bus2048  1 snd_ac97_codec
snd_pcm74408  2 snd_intel8x0,snd_ac97_codec
snd_timer  20292  1 snd_pcm
snd46080  4
snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore   8672  2 i810_audio,snd
snd_page_alloc  9800  2 snd_intel8x0,snd_pcm

So it is not that the kernel/udev hasn't recognized the sound hardware, or
has recognized it wrongly.  The problem is somewhere else, probably some missing
software or missing configuration.

Or perhaps just missing documentation.  I searched the installer FAQ,
the installer manual and the HOWTOs on sound.  No joy.


-- 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-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#360894: sudo: installs preformatted cat page rather than man page

2006-04-05 Thread Bdale Garbee
On Wed, 2006-04-05 at 11:21 +0100, Colin Watson wrote:
> Please install the source man pages instead.

You must be on a non-i386 machine.  The configure script determines
which of man or cat format to use based on whether an nroff-like program
is available, and since there's no related build dependency, there
likely won't be on at least some architectures.

Don't have time this morning, but will be easy to fix for the next
upload, hopefully tomorrow.

Bdale



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



Bug#360894: sudo: installs preformatted cat page rather than man page

2006-04-05 Thread Bdale Garbee
On Wed, 2006-04-05 at 11:21 +0100, Colin Watson wrote:

> This causes a variety of problems...

Yep, sorry about that.  This is a consequence of trying to use more of
the upstream Makefile instead of hand-crafting all of the install goo in
the rules file.  Should be easy to fix.

Bdale



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



Bug#357527: [stable] cyrus-sasl2 dfsg issue

2006-04-05 Thread dann frazier
On Wed, Apr 05, 2006 at 11:40:08AM -0700, Steve Langasek wrote:
> On Wed, Apr 05, 2006 at 11:10:26AM -0600, dann frazier wrote:
> 
> > It sounds like this needs to happen quickly, so I'll begin preparing a
> > new unstable upload w/ urgency=high.  If you believe it is warranted
> > (and its easier then hinting it in), give me the go-ahead & I'll
> > upload this version before the next dinstall run.
> 
> Please don't do this.  Hinting is always the easier choice.  I've added a
> hint now.

Great, thanks!

-- 
dann frazier



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



Bug#361002: O: njbtools -- Tools for interfacing with libnjb

2006-04-05 Thread Christoph Berg
Package: wnpp
Severity: normal

The current maintainer of njbtools, Lawrence Williams
<[EMAIL PROTECTED]>, is apparently not active
anymore.  Therefore, I orphan this package now.

If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: njbtools
Binary: njbtools
Version: 0.0.1-1.1
Priority: optional
Section: libs
Maintainer: Lawrence Williams <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 4.0.0), libnjb1-dev, libusb-dev
Architecture: any
Standards-Version: 3.6.1
Format: 1.0
Directory: pool/main/n/njbtools
Files:
 fe647dcce7fc9caf4995b9f691b0c8dd 614 njbtools_0.0.1-1.1.dsc
 dd5868e6c7ca786112ddda494b17b592 4418 njbtools_0.0.1.orig.tar.gz
 867564cd65fb8b7de792b665e63cf677 2715 njbtools_0.0.1-1.1.diff.gz

Package: njbtools
Priority: optional
Section: libs
Installed-Size: 116
Maintainer: Lawrence Williams <[EMAIL PROTECTED]>
Architecture: i386
Version: 0.0.1-1.1
Depends: libc6 (>= 2.3.5-1), libnjb1, libusb-0.1-4 (>= 2:0.1.11)
Filename: pool/main/n/njbtools/njbtools_0.0.1-1.1_i386.deb
Size: 14992
MD5sum: 7a63d2c79a517d740ca526acc470ec4e
Description: Tools for interfacing with libnjb
 Tools to interface with libnjb C library and API for communicating with the
 Creative Nomad JukeBox digital audio player under BSD and Linux. There are
 no kernel devices required for its operation, so it does depend on user-level
 USB.
Tag: role::sw:utility, works-with::audio


Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#335675: menu: [INTL:fr] Manpages translation to French

2006-04-05 Thread Nicolas François
Hello Bill,

On Wed, Apr 05, 2006 at 07:11:54PM +0200, [EMAIL PROTECTED] wrote:
> 
> Hello Nicolas, I have to make a lot of changes to the manpages but
> in order to not waste your time, I would like to move forward with this 
> issue before chnaging them.
> 
> Would it be possible to come with a patch that does not touch any files
> in menu but just add a directory in debian/ and some instructions
> how to deal with the system?

I will send a patch this WE.

Kind Regards,
-- 
Nekral


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



Bug#361001: ITP: EiffelStudio -- Eiffel Development Framework (IDE and Compiler)

2006-04-05 Thread Daniel Baumann
Package: wnpp
Severity: wishlist

* Package name: eiffelstudio
  Version : 5.6
  Upstream Author : Eiffel Software (ISE)
* URL : http://eiffelsoftware.origo.ethz.ch/
* License : GPL
  Description : Eiffel Development Framework (IDE and Compiler)

EiffelStudio is an Integrated Development Environment (IDE) for the
Eiffel object-oriented programming language.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#360999: xpdf improperly sizes at least some IRS forms while printing

2006-04-05 Thread Chris Chiappa
Package: xpdf-reader
Version: 3.01-7
Severity: normal

On two different Debian Unstable computers, printing to two different
printers, xpdf prints IRS form 1120h retrieved from

http://www.irs.gov/pub/irs-pdf/f1120h.pdf

reduced about 30% for me.  Acroread prints it on the same machines fine.
The printout looks fine except for the fact that it's too small.  Oddly, I
can't find any other mention of a problem with the IRS forms and xpdf which
makes me wonder if it's either something peculiar to this form or to my
environment.

-- 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-1-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xpdf depends on:
ii  xpdf-common   3.01-7 Portable Document Format (PDF) sui
ii  xpdf-reader   3.01-7 Portable Document Format (PDF) sui
ii  xpdf-utils3.01-7 Portable Document Format (PDF) sui

xpdf recommends no packages.

Versions of packages xpdf-reader depends on:
ii  gsfonts   8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpre
ii  lesstif2  1:0.94.4-1.1   OSF/Motif 2.1 implementation relea
ii  libc6 2.3.6-4GNU C Library: Shared libraries an
ii  libfreetype6  2.1.10-3   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libice6   6.9.0.dfsg.1-5 Inter-Client Exchange library
ii  libpaper1 1.1.14-6   Library for handling paper charact
ii  libsm66.9.0.dfsg.1-5 X Window System Session Management
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  libx11-6  6.9.0.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-5 X Window System miscellaneous exte
ii  libxp66.9.0.dfsg.1-5 X Window System printing extension
ii  libxpm4   6.9.0.dfsg.1-5 X pixmap library
ii  libxt66.9.0.dfsg.1-5 X Toolkit Intrinsics
ii  xpdf-common   3.01-7 Portable Document Format (PDF) sui
ii  zlib1g1:1.2.3-11 compression library - runtime

-- no debconf information


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



Bug#360881: avahi: C# bindings in a core library source package == RM hell

2006-04-05 Thread Sjoerd Simons
On Wed, Apr 05, 2006 at 01:45:20AM -0700, Steve Langasek wrote:
> Package: avahi
> particularly languages that are apparently in a state of flux, is not
> robust.  If the libavahi-cil bindings are needed in Debian (they don't have
> any reverse-dependencies), please consider moving them to their own source
> package.

banshee-daap uses libavahi1.0-cil. So yes it's actually used. 

I'll look into making avahi nicer for you guys.  With some luck i can persuade 
upstream to split up into different tarballs.

For the record, dbus upstream has planned to split the source into seperate 
tarballs. So that'll solve the issue for dbus. 

> Filed as severity: serious, because this currently blocks some 200 package
> updates in testing including mysql, KDE, and GNOME; and I'm planning to push
> avahi into testing in advance of mono, which will leave libavahi-cil
> uninstallable in testing anyway until the versions of mono and gtk-sharp
> currently in unstable are in a releasable state.

Nothing in testing is using it currently, so that shouldn't be an issue.  

Thanks!
  Sjoerd
-- 
Neil Armstrong tripped.


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



Bug#360554: hal: disk LED blinks constantly

2006-04-05 Thread Filipus Klutiero

Sjoerd Simons a écrit :



Hal does indeed pol cdrom drives for media every two seconds. It could be that
your hardware for some reason blinks it's led when that happens. I don't see
why this is a bug? Please enlighten me.
 


Hi Sjoerd,
Sorry for the delay, your reply went into my spambox.
I consider this a bug in the perspective that this LED is used to 
indicate system activity, and polling the CD is not [relevant] system 
activity. But of course detecting new CDs is useful and there has to be 
a way to do it. My perception was that polling was a hacky way to do it 
used by developers who don't have systems with LEDs responding to CD 
polling. I assumed that KDE developers had fixed #308603 by changing to 
the clean way. But, after investigation, I see that the KDED Media 
Manager uses hal to do CD polling when it is available. I'm not sure if 
it does CD polling using an alternative if hal is not enabled. I frankly 
don't know much about the role of the KDED Media Manager. I assumed it 
did CD insertion autodetection, but after disabling hal I can't see any 
sign of that. I have Googled "KDED Media Manager", and most results were 
about disabling it to avoid LED blinking. Perhaps the source code 
(http://websvn.kde.org/trunk/KDE/kdebase/kioslave/media/mediamanager/) 
could help figuring out if it can do CD polling without hal, and what 
kind of API it uses to do so, but trying to read the code only made me 
realize I would better learn C++ first.


So, I can't point you to a FLOSS feature which detects CD insertion 
without blinking my LED constantly for now. So I have turned to Redmond 
to see whether hal is doing the right thing or not. The activity on the 
IDE channel was much more than I expected, but I have seen, at the 
maximum, no activity of the LED for about 20 seconds. Meanwhile, the 
time for an OS reaction after a CD insertion was about 13 seconds on my 
laptop, which is similar to the time hal took (with 2 seconds polls). On 
another machine, Redmond's OS reacted to CD insertion in about 4 seconds.


I think you now have all the information that motivated me to open a 
bug, and should be able to decide how to handle this bug, forwarding 
upstream or not. Tagging wontfix could be an option, but I would 
recommend not to close.




Bug#360988: metacity: many icons disappeared after upgrading to 2.14.1-1

2006-04-05 Thread Guilherme de S. Pastore
package metacity
tag 360988 -experimental
kthxbye

Em Qua, 2006-04-05 às 15:33 -0500, Ron Johnson escreveu:
> Package: metacity
> Version: 1:2.14.1-1
> Severity: important
> Tags: experimental

metacity 2.14 has never been in experimental.

-- 
Guilherme de S. Pastore <[EMAIL PROTECTED]>




Bug#360948: RFA: tnef -- Tool to unpack MIME application/ms-tnef attachments

2006-04-05 Thread Kevin Coyner


On Wed, Apr 05, 2006 at 06:28:04PM +0200, Florian Ernst wrote..

> Package: wnpp
> Severity: normal
> 
> Package: tnef


Hi Florian

I'd be interested in adopting this if still available or helping you
with it if that's what you are looking for.  Just let me know.

Thanks,
Kevin



> Binary: tnef
> Version: 1.3.4-1
> Priority: optional
> Section: text
> Maintainer: Florian Ernst <[EMAIL PROTECTED]>
> Build-Depends: debhelper (>= 4.0.0), autotools-dev
> Architecture: any
> Standards-Version: 3.6.2
> Format: 1.0
> Directory: pool/main/t/tnef
> Files:
>  47ed205d4276b3ea5ac60f327c4f9857 566 tnef_1.3.4-1.dsc
>  ec7024dc757f332f5283762b1d42ac20 1641599 tnef_1.3.4.orig.tar.gz
>  5c2c9499771d3103b3a69d11a33e1230 2695 tnef_1.3.4-1.diff.gz
> 
> Package: tnef
> Priority: optional
> Section: text
> Installed-Size: 184
> Maintainer: Florian Ernst <[EMAIL PROTECTED]>
> Architecture: i386
> Version: 1.3.4-1
> Depends: libc6 (>= 2.3.5-1)
> Recommends: mime-support
> Filename: pool/main/t/tnef/tnef_1.3.4-1_i386.deb
> Size: 53522
> MD5sum: 47228e447a26fcb2a929d9603e962d4e
> Description: Tool to unpack MIME application/ms-tnef attachments
>  TNEF is a program for unpacking MIME attachments of type
>  "application/ms-tnef". This is a Microsoft only attachment.
>  .
>  Due to the proliferation of Microsoft Outlook and Exchange mail servers,
>  more and more mail is encapsulated into this format.
>  .
>  The TNEF program allows one to unpack the attachments which were
>  encapsulated into the TNEF attachment.  Thus alleviating the need to use
>  Microsoft Outlook to view the attachment.
>  .
>  Homepage: http://tnef.sourceforge.net/



-- 
Kevin Coyner  GnuPG key: 1024D/DAFDA879  http://coyner.net/pubkey.php


signature.asc
Description: Digital signature


Bug#361000: res_pub.pem not found error when creating group

2006-04-05 Thread Dennis K
Package: kolab-webadmin
Version: 0.4.0-4

When I try to create a group I get an error that res_pub.pem could not be found.

I copied the res_pub.pem from
/kolab/etc/kolab
to
/usr/etc/kolab   (Had to create this folder)

then it worked.

If you like to know more about my install you can take a look at the manual I
have created for my self at:
http://srv2.pzzazz.com/wiki/index.php/Kolab

--
Dennis T. Kaplan



Bug#351996: manpages-dev: toupper & such should reference towupper & such

2006-04-05 Thread Samuel Thibault
Michael Kerrisk, le Wed 05 Apr 2006 23:13:29 +0200, a écrit :
> From an upstream point of view, I don't want to make these
> changes at this time.  The reason is that the w* pages in
> question do not yet exist.  I have added text to the
> HOWTOHELP document noting that these pages are yet to
> be written and that when they are, SEE ALSO links can be
> created in the pages for their traditional equivalents.

Ok. But couldn't str version still point to the "undocumented" man page?
(for letting the programmer as soon as now that these functions exist).

Regards,
Samuel


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



Bug#327073: nfs-common: nfsstat man page is incorrect about default behavior

2006-04-05 Thread Steinar H. Gunderson
On Wed, Sep 07, 2005 at 08:38:38AM -0400, Eric Cooper wrote:
> The nfsstat man page says that both NFS and RPC statistics are printed
> by default, which does not match nfsstat's behavior.  By default, it
> only prints NFS stats; the "-r" option is required to see the RPC
> stats.

That doesn't sound right. Look at the default behaviour:

  senere:~# nfsstat
  Server rpc stats:
  (...)
  Server nfs v3:
  (...)
  Client rpc stats:
  (...)
  Client nfs v3:
  (...)

and with -n:

  senere:~# nfsstat -n
  Server nfs v2:
  (...)
  Server nfs v3:
  (...)
  Client nfs v2:
  (...)
  Client nfs v3:
  (...)

and finally, with -r:

  senere:~# nfsstat -r
  Server rpc stats:
  (...)
  Client rpc stats:
  (...)

Granted, -n also makes it show NFSv2 info, but that is hardly the man page
being "incorrect".

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#360994: spamassassin 3.1.1 is available upstream

2006-04-05 Thread Harry Edmon

Package: spamassassin
Version: 3.1.0a-2

A new version of spamassassin - 3.1.1 - is available from 
www.spamassassin.org.





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



Bug#360997: Succesfull installation reported!

2006-04-05 Thread Damien Courousse

Package: installation-reports

Boot method: cdrom + net install
Image version: debian-31r1a-i386-netinst.iso
Date: 05/04/2006

Machine: ordinateur de bureau (assembleur)
Processor: AMD Barton 2500+   
Memory:510Mo (Kingston)

Partitions: 
Sys. de fich. Type1K-blocs   Occupé Disponible Capacité Monté sur
/dev/hda7 ext3 9519176   2146576   6889048  24% /
tmpfstmpfs  258180 0258180   0% /dev/shm
/dev/hda5 ext330289184268380  28482184   1% /home



Résultat de lspci et lspci -n :
:00:00.0 0600: 1039:0746 (rev 10)
:00:01.0 0604: 1039:0002
:00:02.0 0601: 1039:0008 (rev 25)
:00:02.5 0101: 1039:5513
:00:02.7 0401: 1039:7012 (rev a0)
:00:03.0 0c03: 1039:7001 (rev 0f)
:00:03.1 0c03: 1039:7001 (rev 0f)
:00:03.2 0c03: 1039:7002
:00:04.0 0200: 1039:0900 (rev 90)
:00:0a.0 0780: 11c1:048c (rev 02)
:00:0b.0 0780: 127a:1025 (rev 01)
:00:0c.0 0c03: 1106:3038 (rev 61)
:00:0c.1 0c03: 1106:3038 (rev 61)
:00:0c.2 0c03: 1106:3104 (rev 63)
:01:00.0 0300: 1002:5964 (rev 01)
:01:00.1 0380: 1002:5d44 (rev 01)

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[ O]
Configure network HW:   [O ]
Config network: [O ]
Detect CD:  [O ]
Load installer modules: [ O]
Detect hard drives: [O ]
Partition hard drives:  [ O]
Create file systems:[ ]
Mount partitions:   [ O]
Install base system:[O ]
Install boot loader:[ O]
Reboot: [ O]

Comments/Problems:
propositions

que vous avez eus pendant cette installation.>
I had difficulties to get Xserver correctly running, e.g. with the 
driver for the graphics card (ATI Radeon 9200, actually, ATI drivers are 
not yet installed), and with mouse/keyboard configuration (mouse: basic 
ps/2 mouse).


Fine distribution, indeed!

One drawback: the size of the police can be very different depending on 
the application launched (VLC, XMMS or Totem fonts in the menus are 
almost unreadable -very small-, whereas emacs fonts are really big...).




Bug#360992: exmap: FTBFS (ppc64): syntax error before numeric constant

2006-04-05 Thread Andreas Jochens
Package: exmap
Version: 0.8-1
Severity: normal
Tags: patch

When building 'exmap' on ppc64/unstable, I get the following error:

g++ -o t_exmap t_exmap.o Exmap.o Range.o Elf.o `pkg-config --libs gtkmm-2.4` 
-lpcre -ljutil -L../jutil 
etags *.cpp *.hpp
/bin/sh: etags: command not found
make[2]: *** [TAGS] Error 127
make[2]: Leaving directory `/exmap-0.8/src'
make[2]: Entering directory `/exmap-0.8/tools'
cc -g -Wall -O2   -c -o mapper.o mapper.c
mapper.c: In function 'main':
mapper.c:163: error: syntax error before numeric constant
make[2]: *** [mapper.o] Error 1
make[2]: Leaving directory `/exmap-0.8/tools'

With the attached patch 'exmap' can be compiled on ppc64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/exmap-0.8/tools/mapper.c ./tools/mapper.c
--- ../tmp-orig/exmap-0.8/tools/mapper.c2006-01-13 11:01:28.0 
+
+++ ./tools/mapper.c2006-04-05 19:15:00.0 +
@@ -160,7 +160,7 @@
 int main(int argc, char **argv)
 {
  char *fname = NULL;
- const int PAGE_SIZE = 4096;
+ const int page_size = 4096;
  int num_pages = 100, num_children = 5, sleep_secs = 60;
  enum WorkType wt = READ;
  enum MapType mt = SHARED;
@@ -217,7 +217,7 @@
  }
  }
 
- map_size = PAGE_SIZE * num_pages;
+ map_size = page_size * num_pages;
 
  shared_anon_map = (fname == NULL && mt == SHARED);
  


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



Bug#360998: nagios2: broken symlink in documentation

2006-04-05 Thread Matt Zagrabelny
Package: nagios2
Version: 2.0-1
Severity: normal


$ ls -alho /usr/share/doc/nagios2
lrwxrwxrwx  1 root 14 2006-04-04 06:23 /usr/share/doc/nagios2 -> nagios2-common

$ ls -alho /usr/share/doc/nagios2/html
lrwxrwxrwx  1 root 32 2006-04-04 06:23 /usr/share/doc/nagios2/html ->
 ../../nagios2-common/htdocs/docs

$ ls -alho /usr/share/nagios2-common/htdocs
ls: /usr/share/doc/nagios2-common/htdocs: No such file or directory

however:

$ ls -alhdo /usr/share/nagios2/htdocs
drwxr-xr-x  8 root 336 2006-04-04 06:23 /usr/share/nagios2/htdocs


-- 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-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages nagios2 depends on:
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libgd2-noxpm  2.0.33-3   GD Graphics Library version 2 (wit
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libperl5.85.8.8-3Shared Perl library
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  nagios2-common2.0-1  support files for nagios2
ii  zlib1g1:1.2.3-11 compression library - runtime

nagios2 recommends no packages.

-- no debconf information


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



Bug#360995: devscripts: typo in uupdate (test ne instead of -ne in line 203)

2006-04-05 Thread Cyril Chaboisseau
Package: devscripts
Version: 2.9.16
Severity: minor
Tags: patch

when using both -p and -u switches with uupdate one should be warn with
the following message :

uupdate: additional archive name/version number is not allowed with --patch

but a typo (missing '-') in the script generate the following error :

$ uupdate -v 1.5-r1 -p ~/public_html/qgo_upload/qgo_1.0.4-r2-1.diff.gz -u 
../qgo-1.5-r1.tar.gz
/usr/bin/uupdate: line 203: [: ne: binary operator expected
dh_testdir
dh_testroot
[...]

and the script continues instead of exiting

please, correct the script accordingly to get back to the correct
behaviour and error reporting



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.1-grsec
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages devscripts depends on:
ii  debianutils   2.15.4 Miscellaneous utilities specific t
ii  dpkg-dev  1.13.17package building tools for Debian
ii  libc6 2.3.6-4GNU C Library: Shared libraries an
ii  perl  5.8.8-3Larry Wall's Practical Extraction 
ii  sed   4.1.4-5The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot  1.5.8  Gives a fake root environment

-- 
Cyril Chaboisseau
--- /usr/bin/uupdate.orig   2006-04-05 23:04:02.0 +0200
+++ /usr/bin/uupdate2006-04-05 23:04:07.0 +0200
@@ -200,7 +200,7 @@
 done
 
 if [ -n "$PATCH" ]; then
-if [ $# ne 0 ]; then
+if [ $# -ne 0 ]; then
 echo "$PROGNAME: additional archive name/version number is not allowed 
with --patch" >&2
echo "Run $PROGNAME --help for usage information" >&2
 exit 1


  1   2   3   4   >