Bug#305146: firefox unable to print CJK characters

2005-04-30 Thread Tony Ma
Hi Eric,
* Tony Ma ([EMAIL PROTECTED]) wrote:
 Package: mozilla-firefox
 Version: 1.0.2-3
 Severity: important

 pref(font.FreeType2.enable, true);
pref(font.directory.truetype.1,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/);
Why did use those particular configuration lines? Where is the
documentation on them? There's also font.Freetype2.printing, set to
true. Shouldn't that help?
As in
http://moto.debian.org.tw/viewtopic.php?t=2751
http://www.mozilla.org/projects/fonts/unix/enabling_truetype.html
First, you REALLY need to enable freetype2 MANUALLY by typing
pref(font.FreeType2.enable, true);
in firefox.js, (note: just adding the line pref(font.FreeType2.printing, 
true); is NOT enough) and this line pref(font.FreeType2.enable, true); 
does NOT currently exist in the firefox.js in the current firefox package.

Then you need to specify the directories of your truetype fonts with one 
line per directory)

pref(font.directory.truetype.number,directory of font); where number can 
be 1,2,3

For a standard Debian sarge installation with CJK environment and desktop 
tasks selected (and the package ttfprint must also be selected),
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/
can be used by firefox for the purpose of CJK printing.  Therefore we can 
add this line:

pref(font.directory.truetype.1,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/);
in firefox.js to tell firefox to use this directory when looking up for 
fonts for printing.

The two lines I've mentioned in the previous mail comes from instructions 
for firefox CJK printing in the webpage

http://www.debian.org.hk/node/12495#comment-574
I hope the explanations above will clarify the functions of the two lines, 
but please feel free to ask me again if you have any problems.

Mark
_
Need more speed? Get Xtra Broadband @ 
http://jetstream.xtra.co.nz/chm/0,,202853-1000,00.html


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


Bug#300787: not a makedev bug

2005-04-30 Thread Bdale Garbee
I can't think of any way that you could have the makedev package installed and
not have the file /sbin/MAKEDEV.  So, there there must be something really 
strange about your system?

Bdale


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



Bug#307019: odd counters in log files after reboot

2005-04-30 Thread Trek
Package: mrtg
Version: 2.9.17-4
Tags: patch

Every time the box is rebooted all the traffic counters are set with the
values of the last run of mrtg. This is erraneous and, if the box was
switched off for some time, it produces really wrong graphs! (all flat).

The traffic counters are in the first line of the mrtg-2 logfile. After a
period of poweroff you can see in the logs:

951759461 158622809 184439887
951759461 1079 626 1079 626
951759204 1079 626 1079 626
951759000 1079 626 1079 626
951758700 1079 626 1079 626
951758400 1079 626 1079 626
951758100 1079 626 1079 626
951757800 1079 626 1079 626

this repeats all the way til..

951743400 1079 626 1079 626

The proposed patch is to add this /etc/init.d/mrtg boot script that resets
all the counters to 0 (the first line only). This problem affects Debian
3.0-i386 that i use, but i think it is a problem since the year 2000 at
least (search the numbers on google groups) and persist in the unstable
release.

c-ya!

3   http://www.trek.eu.org/
k   PGPKey: 7016731A57D4A69B 1A8EE5E90EF2608E (since 1995)
#!/bin/sh
#
# MRTG Debian boot file by Trek [EMAIL PROTECTED]
#

case $1 in
  start)
if [ -e /etc/mrtg.cfg ]
then
logdir=`grep -i ^LogDir: /etc/mrtg.cfg | (read a b; echo $b)`

if [ $logdir =  ]
then
logdir=`grep -i ^WorkDir: /etc/mrtg.cfg | (read a b; echo $b)`
fi

echo Reset MRTG logs counters in $logdir
for log in $logdir/*.log
do
mv $log ${log/%\.log/.old}
sed '1,1s/^\([0-9]\+\) [0-9]\+ [0-9]\+$/\1 0 0/' \
 ${log/%\.log/.old}  $log
done
fi
  ;;
  stop|restart|reload|force-reload)
  ;;
  *)
  echo Usage: /etc/init.d/mrtg {start|stop|reload|force-reload|restart}
  ;;
esac

exit 0



Bug#307018: realpath: Implementing a -zero option for null termination

2005-04-30 Thread Tim Connors
Package: realpath
Version: 1.9.20
Severity: wishlist

A few utilities implement a --zero-termination option (sort, find,
xargs, etc).  Since realpath accepts multiple filename arguments, it
would be nice if it had a -zero option to terminate each resolved
filename with.

Thanks.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages realpath depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#307017: freeguide: combine both windows in Install Wizard timezone query

2005-04-30 Thread A Costa
Package: freeguide
Version: 0.8.5-1
Severity: wishlist


The First Time Install Wizard says that it needs a timezone:

  [Information  _[]X]
  
DD data is in UTC by default
Please specify the appropriate offset
(We're working on improving this)
  + UTC
  -0400 Eastern Daylight
  -0500 Eastern Standard ... etc.

[ OK ]

...none of that text can be selected, so the user must retype it from
memory.  OK to continue.  The Information window vanishes.

Now there's a new window that prompts for the timezone offset.

I entered -400, clicked OK, and got the same window with my -400
blanked out.  This Wizard destroys any user input that isn't perfect.

Then I tried -400 Eastern -- no good.  -400 Eastern Standard --
wrong.  And so on.  After some frustration I tried -0400 and that
worked.

The obvious improvement would be to have a list box, but if that's
difficult, or is expected to take a while, then in the meantime why not
combine the two windows by moving the text in the Information window
over to the same window as the text input box?  Please don't hide it
just when the user needs help.  A reminder to use a leading zero would
also be good.


Hope this helps...


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages freeguide depends on:
ii  j2re1.4 [java2-runtime]   1.4.2.01-1 Blackdown Java(TM) 2 Runtime Envir
pn  j2sdk1.5 | java-virtual-machiNot found.
ii  xmltv-gui 0.5.39-2   Graphical user interface related t

-- no debconf information


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



Bug#264879: [Pkg-shadow-devel] Bug#264879: two Debian patches for chkname.c

2005-04-30 Thread Christian Perrier
Quoting Alexander Gattin ([EMAIL PROTECTED]):

  The main feature of -32 will be the switch to dpatch.
 
 Very well then. I moved 2 small patches out of
 006_libmisc.dpatch into 4xx serie. I found changelog
 entries corresponding to them and bug numbers fixed by
 introducing these changes into Debian.
 
 I will commit the 006_libmisc.dpatch split later.
 
 Here's an excerpt from .dpatches desc:


All seems perfect to me. Great work, Sacha..:-)

my team rocks:-)





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



Bug#305635: fixed in CVS

2005-04-30 Thread Bdale Garbee
tag 305635 +pending
thanks

Patch applied to my CVS for next upload.

Bdale


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



Bug#307012: INTL:vi

2005-04-30 Thread Christian Perrier
severity 307012 wishlist
thanks

Quoting Clytie Siddall ([EMAIL PROTECTED]):
 Package: localization-config_debian
 Version:
 Severity: normal

Should usually be wishlist. Not really a big deal

 Tags: l10n, patch
 
 The Vietnamese translation for localization-config_debian

Anyway, that's really great, Clytie. Your first Debian bug report..:-)

Let's bet that my friend Konstantinos, who maintains
localization-config, will use this occasion to ask you about some bits
regarding the Vietnamese support, especially in X Window.

OK, Kostas, you can now paste your usual text..:-)




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



Bug#307015: INTL:vi

2005-04-30 Thread Christian Perrier
tags 307015 pending
thanks

Quoting Clytie Siddall ([EMAIL PROTECTED]):
 Package: popularity-contest_debian
 Version:
 Severity: normal
 Tags: l10n, patch
 
 The Vietnamese translation for popularity-contest_debian

Commited in the CVS



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



Bug#235653: Status of Bug 235653?

2005-04-30 Thread Mike McCallister
On Wed, Apr 20, 2005 at 05:04:28PM +1000, Adam Conrad wrote:
 Note that the page you pointed to states that SSL is supported via the
 Netscape SDK *OR* TLS is supported via OpenLDAP.  I would read that to
 mean that the LDAP: SSL support unavailable message would be expected
 when using OpenLDAP.

After more research, I have found differently.  After configuring the
directives you mentioned below, my Apache error log now shows the
following on startup:

[Sat Apr 30 01:05:15 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Sat Apr 30 01:05:15 2005] [notice] LDAP: SSL support available

So it seems that you can trust the messages in the log file to some
degree.

 Have you tried the LDAPTrustedCA and LDAPTrustedCAType directives
 which are pointed out at:
 http://httpd.apache.org/docs-2.0/mod/mod_auth_ldap.html#usingtls The
 way I read that would be that you shouldn't use ldaps:// with
 OpenLDAP, but rather just ldap://; with the two directives above.
 If you can try that out and let me know if it works out of the box,
 then perhaps I can close this bug. :)

When I use the ldap:// value in the AuthLDAPUrl against an OpenLDAP
server configured to require TLS, I get an error message that strongly
indicates Apache did not attempt to start a TLS handshake after
connecting to the LDAP server.  The error message is:

[Sat Apr 30 00:30:05 2005] [warn] [client 192.168.2.33] [542] auth_ldap 
authenticate: user USERNAME authentication failed; URI / [ldap_simple_bind_s() 
to check user credentials failed][Confidentiality required]

Confidentiality required means that the client (in this case Apache)
attempted to provide a user-id and password to bind to the LDAP server
over an unencrypted link.  It appears to me that this is an upstream
bug that is fixed with Apache 2.1, but not in Apache 2.0:

http://issues.apache.org/bugzilla/show_bug.cgi?id=18712

This Bugzilla report describes my experience exactly.

At this point I am giving up on trying to use TLS with mod_auth_ldap
until Apache 2.1 is released and packaged for Debian.  Thanks for your
help.




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



Bug#307021: 'man mkfatimage16' typo: socalled

2005-04-30 Thread A Costa
Package: dosemu
Version: 1.2.1-3
Severity: minor
Tags: patch


Found a typo in '/usr/share/man/man1/mkfatimage16.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages dosemu depends on:
ii  libc62.3.2.ds1-21GNU C Library: Shared libraries an
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  slang1   1.4.9dbs-8  The S-Lang programming library - r
ii  xbase-clients4.3.0.dfsg.1-12.0.1 miscellaneous X clients
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  xutils   4.3.0.dfsg.1-12.0.1 X Window System utility programs

-- debconf information excluded
--- -   2005-04-30 03:14:36.839412000 -0400
+++ /tmp/mkfatimage161.gz.15461 2005-04-30 03:14:36.834608747 -0400
@@ -37,7 +37,7 @@
 option. For the later you may also use option
 .B \-p
 in order to force padding up to the given size. This padding will result
-in socalled holes on an ext2-FS, hence the actual diskusage will not be
+in so called holes on an ext2-FS, hence the actual diskusage will not be
 greater.
 The file created by mkfatimage16 then can be used as a virtual drive, when 
defined in
 .I /etc/dosemu.conf.


Bug#11147: This is amazing Sat, 30 Apr 2005 03:18:51 -0600

2005-04-30 Thread Marquita Little

To: Travis
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial a


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



Bug#307022: 'man debfoster' typo: choises

2005-04-30 Thread A Costa
Package: debfoster
Version: 2.5-4
Severity: minor
Tags: patch


Found a typo in '/usr/share/man/man8/debfoster.8.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages debfoster depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an

-- no debconf information
--- -   2005-04-30 03:18:53.69501 -0400
+++ /tmp/debfoster8.gz.166852005-04-30 03:18:53.690035744 -0400
@@ -54,7 +54,7 @@
 removed as soon as
 .Nm
 is done asking questions.
-If your choises cause other packages to become orphaned more
+If your choices cause other packages to become orphaned more
 questions will ensue.
 .Pp
 Whenever


Bug#307024: 'man apt-rdepends' typo: dependecies

2005-04-30 Thread A Costa
Package: apt-rdepends
Version: 1.2.0-2
Severity: minor
Tags: patch


Found a typo in '/usr/share/man/man8/apt-rdepends.8.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages apt-rdepends depends on:
ii  libapt-pkg-perl   0.1.13 Perl interface to libapt-pkg
ii  perl  5.8.4-8Larry Wall's Practical Extraction 

-- no debconf information
--- -   2005-04-30 03:26:55.214072000 -0400
+++ /tmp/aptrdepends.8.gz.20033 2005-04-30 03:26:55.208612140 -0400
@@ -144,7 +144,7 @@
 .PP
 By default, \fBapt-rdepends\fR shows a listing of each dependency
 a package has.  It will also look at each of these fulfilling packages,
-and recursively lists their dependecies.
+and recursively lists their dependencies.
 .SH OPTIONS
 .IX Header OPTIONS
 .IP \fB\-b\fR, \fB\-\-build\-depends\fR 8


Bug#307023: 'man deborphan' typos: seperated and conjuction

2005-04-30 Thread A Costa
Package: deborphan
Version: 1.7.15
Severity: minor
Tags: patch


Found a few typos in '/usr/share/man/man1/deborphan.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages deborphan depends on:
ii  bash  3.0-14 The GNU Bourne Again SHell
ii  dialog1.0-20050306-1 Displays user-friendly dialog boxe
ii  gettext-base  0.14.4-1   GNU Internationalization utilities
ii  libc6 2.3.2.ds1-21   GNU C Library: Shared libraries an

-- no debconf information
--- -   2005-04-30 03:20:49.560565000 -0400
+++ /tmp/deborphan1.gz.170812005-04-30 03:20:49.556043008 -0400
@@ -206,7 +206,7 @@
 .TP
 \fBonly\fP
 Ignore the package's section completely, and just go for the name and/or
-description. This option must be used in conjuction with one or more of the 
+description. This option must be used in conjunction with one or more of the 
 \fB\-\-guess\fR options listed above, or deborphan will not display anything.
 
 .SH FILES
@@ -217,7 +217,7 @@
 in \fIdpkg\fR's man-page for more information
 .TP
 .I /var/lib/deborphan/keep
-A newline-seperated list of packages to keep. Package names are in no 
+A newline-separated list of packages to keep. Package names are in no 
 particular order.
 .SH SEE ALSO
 .BR dpkg (8),


Bug#307025: 'man auto-apt' typos: inferface and priviledge

2005-04-30 Thread A Costa
Package: auto-apt
Version: 0.3.20
Severity: minor
Tags: patch


Found a few typos in '/usr/share/man/man1/auto-apt.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages auto-apt depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an

-- no debconf information
--- -   2005-04-30 03:29:31.202297000 -0400
+++ /tmp/autopt.1.gz.20475  2005-04-30 03:29:31.197501877 -0400
@@ -48,7 +48,7 @@
 Don't install in background process.
 .TP
 .B -x
-Disable X inferface.
+Disable X interface.
 .TP
 .B -X
 Enable X interface. Run apt-get in another \fBx-terminal-emulator\fP 
@@ -119,7 +119,7 @@
 .TP
 .BI install   [-s] [-d] [-u] [-y] [-v]  file
 Try to install a package that provides \fIfile\fP by using apt-get.
-You need root priviledge to run apt-get install.
+You need root privilege to run apt-get install.
 .TP
 .B list [-v] [-f]
 List file information in \fIdbfile\fP database.


Bug#307026: INSTALL REPORT

2005-04-30 Thread VChriZZ
Package: installation-reports

INSTALL REPORT

Debian-installer-version: 27 April 2005
ftp://cdimage.debian.org/pub/weekly/i386/sarge-i386-1.iso
uname -a: Linux ghostbox 2.6.8-2-686 #1 Mon Jan 24 03:58:38 EST 2005 i686
GNU/Linux
Date: Fre Apr 29 17:06:03 CEST 2005
Method: booted from debian/testing-cd, startet expert26

Machine: Asus A7v600 - AMD Duron 1300A - 128mb noname ram - WD 8GB HD
(taken from xbox)
Processor: AMD Duron 1300A
Memory: 128mb noname
Root Device: IDE WD 8GB
Root Size/partition table:

ghostbox:~# fdisk /dev/hda

Command (m for help): p

Disk /dev/hda: 8004 MB, 8004132864 bytes
255 heads, 63 sectors/track, 973 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   *   1 729 5855661   83  Linux
/dev/hda2 730 973 19599305  Extended
/dev/hda5 730 973 1959898+  82  Linux swap

ghostbox:~# mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)

Output of lspci and lspci -n:
ghostbox:~# lspci
:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP]
Host Bridge (rev 80)
:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
:00:0c.0 VGA compatible unclassified device: S3 Inc. 86c864 [Vision
864 DRAM] vers 1
:00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
:00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA
RAID Controller (rev 80)
:00:0f.1 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
:00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 81)
:00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 81)
:00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 81)
:00:10.3 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 81)
:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
:00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [K8T800
South]
:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II]
(rev 78)
:00:13.0 IDE interface: Silicon Image, Inc. (formerly CMD Technology
Inc) PCI0680 Ultra ATA-133 Host Controller (rev 02)
ghostbox:~# lspci -n
:00:00.0 0600: 1106:3189 (rev 80)
:00:01.0 0604: 1106:b198
:00:0c.0 0001: 5333:88c1
:00:0d.0 0200: 10ec:8139 (rev 10)
:00:0f.0 0104: 1106:3149 (rev 80)
:00:0f.1 0101: 1106:0571 (rev 06)
:00:10.0 0c03: 1106:3038 (rev 81)
:00:10.1 0c03: 1106:3038 (rev 81)
:00:10.2 0c03: 1106:3038 (rev 81)
:00:10.3 0c03: 1106:3038 (rev 81)
:00:10.4 0c03: 1106:3104 (rev 86)
:00:11.0 0601: 1106:3227
:00:12.0 0200: 1106:3065 (rev 78)
:00:13.0 0101: 1095:0680 (rev 02)

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:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]

Comments/Problems:
n/a

-- 
best regards / mit freundlichen gruessen
VChriZZ

##
  ICQ: 63061209 Jabber: [EMAIL PROTECTED]
  IRC: irc.onetrix.net #onetrix
##




Bug#143952: Hey remember i told you about this Jeannette

2005-04-30 Thread Edwina Shea
To: Tammy
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial i


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



Bug#307017: freeguide: combine both windows in Install Wizard timezone query

2005-04-30 Thread Shaun Jackman
package freeguide
reassign 307017 xmltv-util
retitle 307017 xmltv-util: timezone dialog box is difficult
thanks

The timezone configuration dialog is in fact from xmltv-util. It does
show a wee disclaimer, We're working on improving this, in the first
dialog box. However, I agree with you and see the reason for the
disclaimer. If some user-interface inclined coder out there had the
time, a gtk or Qt front-end would be nice.

Cheers,
Shaun

On 4/29/05, A Costa [EMAIL PROTECTED] wrote:
 Package: freeguide
 Version: 0.8.5-1
 Severity: wishlist
 
 The First Time Install Wizard says that it needs a timezone:
 
   [Information  _[]X]
 
 DD data is in UTC by default
 Please specify the appropriate offset
 (We're working on improving this)
   + UTC
   -0400 Eastern Daylight
   -0500 Eastern Standard ... etc.
 
 [ OK ]
 
 ...none of that text can be selected, so the user must retype it from
 memory.  OK to continue.  The Information window vanishes.
 
 Now there's a new window that prompts for the timezone offset.
 
 I entered -400, clicked OK, and got the same window with my -400
 blanked out.  This Wizard destroys any user input that isn't perfect.
 
 Then I tried -400 Eastern -- no good.  -400 Eastern Standard --
 wrong.  And so on.  After some frustration I tried -0400 and that
 worked.
 
 The obvious improvement would be to have a list box, but if that's
 difficult, or is expected to take a while, then in the meantime why not
 combine the two windows by moving the text in the Information window
 over to the same window as the text input box?  Please don't hide it
 just when the user needs help.  A reminder to use a leading zero would
 also be good.
 
 Hope this helps...
 
 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.9-1-686
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
 
 Versions of packages freeguide depends on:
 ii  j2re1.4 [java2-runtime]   1.4.2.01-1 Blackdown Java(TM) 2 Runtime 
 Envir
 pn  j2sdk1.5 | java-virtual-machiNot found.
 ii  xmltv-gui 0.5.39-2   Graphical user interface related 
 t
 
 -- no debconf information



Bug#306530: powernowd: the same bug ...

2005-04-30 Thread B. Zhang
On Fri, 2005-04-29 at 18:00 -0600, Bdale Garbee wrote:
 Bin Zhang [EMAIL PROTECTED] writes:
 
  Restarting powernowd: Couldn't open file: No such file or directory 
 
 The complaint about not being able to open the file is normal on a system
 that doesn't have scaling_available_frequencies.  
The version 0.90 worked fine for me, why ?

 The program will then attempt
 to synthesize the table from the min, max, and step values.  In your initial
 bug report, this clearly was happening, since the program reported the min and
 max and the fact that there was only a single step to switch between the two.
 
 Please try running powernowd by hand:
 
sudo killall powernowd
sudo /usr/sbin/powernowd -d -v -v -v -v
 
The out put when I run glxgear

powernowd -d -v -v -v -v
PowerNow Daemon v0.95, (c) 2003-2005 John Clemens
Settings:
  verbosity:4
  mode: 1 (AGGRESSIVE)
  step:   100 MHz (10 kHz)
  lowwater:20 %
  highwater:   80 %
  poll interval: 1000 ms
Found 1 cpu:  -- 1 thread (or core) per physical cpu
Couldn't open file: No such file or directory
  cpu0: 599Mhz - 1199Mhz (1 steps)
 step1 : 599Mhz
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
PCT = 1.00
Setting speed to 59
mode=2, str=59
Statistics:
  1 speed changes in 21 seconds
PowerNow Daemon Exiting.


The speed doesn't jump to 1199Mhz. But with version 0.90, it did.

I have a apple iBook G4 1.2Ghz.

 This will allow you to watch the decisions the daemon is making as the load
 changes, and I suspect you'll be able to figure out what'

 s going on from there.

Sorry. I don't know what I should do. 
I'll downgrade to version 0.90.

Thanks.

Bin Zhang

 
 For what it's worth, powernowd works fine on all the machines I run it on, 
 which are based on the Intel Pentium M chips.
 
 Bdale
 


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



Bug#307029: APT

2005-04-30 Thread Clytie Siddall
Package: apt
Version:
Severity: wishlist
Tags: l10n, patch
While translating apt into Vietnamese, I encountered the following 
typos, which I thought you might like to eliminate.
__
apt bugs

1.
.po:77
reference:ftparchive/multicompress.cc:75
flag: c-format
Original:   0 Unknown Compresison Algorithm '%s'
(compression)
2.
.po:108
reference:cmdline/apt-get.cc:544
Original:   0 
WARNING: The following essential packages will be removed\n
This should NOT be done unless you know exactly what you are doing!
(missing full stop at end of first line)
3.
po:132
reference:		cmdline/apt-get.cc:821
flag:		c-format
Original:	0	
You are about to do something potentially harmful\n
To continue type in the phrase '%s'\n
 ?]
(missing full stop again, and question mark on next line: should it be 
there?)

4. Is there a reason why this para is separated into different, 
one-line strings? That makes it difficult to translate where the 
translated lines may be considerably shorter or longer than the 
original.

po:207
reference:		dselect/install:100
Original:	0	Some errors occurred while unpacking. I'm going to 
configure the

.po:208
reference:		dselect/install:101
Original:	0	packages that were installed. This may result in duplicate 
errors

.po:209
reference:		dselect/install:102
Original:	0	or errors caused by missing dependencies. This is OK, only 
the errors

.po:210
reference:		dselect/install:103
Original:	0	above this message are important. Please fix them and run 
[I]nstall again

5.
po:229
reference:		apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 
apt-inst/dirstream.cc:53
flag:		c-format
Original:	0	Failed write file %s
(Failed to write file? Write file failed?)

6.
po:258
reference:apt-inst/deb/dpkgdb.cc:383
Original:   0 The pkg cache must be initialize first
(initialized)
7.
po:336
reference:methods/http.cc:832
Original:   0 Error reading from server Remote end closed connection
(No punctuation between sentences)
8.
.po:437
reference:apt-pkg/pkgcachegen.cc:117
flag: c-format
Original:   0 Error occured while processing %s (NewPackage)
(There are several strings with occurred mis-spelt in this way.)
__
submitted by:
Clytie Siddall, Vietnamese localization team / nhm Vit ha
our mailing list / hp th chung ca nhm chng ti:
[EMAIL PROTECTED]



Bug#307027: 'man apt-show-versions' typos: wether and everytime

2005-04-30 Thread A Costa
Package: apt-show-versions
Version: 0.08
Severity: minor
Tags: patch


Found a few typos in '/usr/share/man/man1/apt-show-versions.1p.gz', see 
attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages apt-show-versions depends on:
ii  apt   0.5.28.6   Advanced front-end for dpkg
ii  libapt-pkg-perl   0.1.13 Perl interface to libapt-pkg
ii  perl [libstorable-perl]   5.8.4-8Larry Wall's Practical Extraction 
ii  perl-5.0046.3Transitional package.

-- no debconf information
--- -   2005-04-30 03:32:35.44904 -0400
+++ /tmp/aptshow-versions.1p.gz.20818   2005-04-30 03:32:35.443857567 -0400
@@ -177,7 +177,7 @@
 Prints out verbose messages.
 .IP \fB\-i\fR, \fB\-\-initialize\fR 4
 .IX Item -i, --initialize
-Initialize or update package cache only (as root). Do this everytime
+Initialize or update package cache only (as root). Do this every time
 when the status of the installed or available packages has changed.
 .IP \fB\-stf\fR \fIfile\fR, \fB\-\-status\-file\fR=\fIfile\fR 4
 .IX Item -stf file, --status-file=file
@@ -191,7 +191,7 @@
 Prints out command-line help.
 .SH EXAMPLES
 .IX Header EXAMPLES
-If you want to know for all your installed packages wether they are
+If you want to know for all your installed packages whether they are
 uptodate or upgradeable, use:
 .PP
 .Vb 1


Bug#307028: haskell-cabal: problem generating empty package.conf

2005-04-30 Thread Isaac Jones
Package: haskell-cabal
Severity: normal

From: Ashley Yakeley
Subject: Bug in Cabal creating user package.conf

I don't know if this has already been mentioned, but there's a bug in 
Cabal which I noticed when I tried to configure a package:

  $ runghc Setup.hs configure
  ...
  configure: Reading installed packages...
  cannot parse package list

It turns out Setup created a user package.conf consisting of the two 
characters [] without a newline, which it was then unable to parse. 
Adding a newline fixed the problem.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.21
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#307031: 'man bwbasic' typos: Implenentation, Mimimal, conclludes, defitions, determing, enviroment, folowing, oputput, etc.

2005-04-30 Thread A Costa
Package: bwbasic
Version: 2.20pl2-6
Severity: minor
Tags: patch


Found some typos in '/usr/share/man/man1/bwbasic.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages bwbasic depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an

-- no debconf information
--- -   2005-04-30 03:43:18.196454000 -0400
+++ /tmp/bwbasic1.gz.27273  2005-04-30 03:43:18.190741341 -0400
@@ -214,7 +214,7 @@
added to the program in memory.
 
Line numbers are not strictly required, but are useful if the
-   interactive enviroment is used for programming.  For longer
+   interactive environment is used for programming.  For longer
program entry one might prefer to use an ASCII text editor, and
in this case lines can be entered without numbers. One can use
DO NUM and DO UNNUM to number or unnumber lines. See also the
@@ -312,7 +312,7 @@
 
 5. EXPANDED REFERENCE FOR COMMANDS AND FUNCTIONS
 
-   The Dependencies listed in the folowing reference materials
+   The Dependencies listed in the following reference materials
refers to flags that must be set to TRUE in bwbasic.h for the
associated command or function to be implemented.  These flags
are as follows:
@@ -326,7 +326,7 @@
COMMON_CMDS  Commands beyond ANSI Minimal BASIC which are common
 to Full ANSI BASIC and Microsoft BASICs
 
-   COMMON_FUNCS Functions beyond the ANSI Mimimal BASIC core, but
+   COMMON_FUNCS Functions beyond the ANSI Minimal BASIC core, but
 common to both ANSI Full BASIC and Microsoft-style
 BASIC varieties
 
@@ -498,7 +498,7 @@
  number (precision is irrelevant in bwBASIC since
  bwBASIC numbers have only one precision).
 
-   Implenentation-Specific Notes:
+   Implementation-Specific Notes:
 
CVD(), CVI(), CVS(), MKI$(), MKD$(), MKS$(): These functions
are implemented, but are dependent on a) the sizes for integer,
@@ -672,7 +672,7 @@
Description:  EDIT is a pseudo-command which calls the text editor
  specified in the variable BWB.EDITOR$ to edit the
  program in memory.  After the call to the text editor,
- the (edited) prgram is reloaded into memory.  The user
+ the (edited) program is reloaded into memory.  The user
  normally must specific a valid path and filename in
  BWB.EDITOR$ before this command will be useful.
 
@@ -845,7 +845,7 @@
 
Description:  FUNCTION introduces a function definition, normally
  ending with END FUNCTION.  In bwBASIC, FUNCTION and
- DEF are qorking equivalents, so either can be used
+ DEF are working equivalents, so either can be used
  with single-line function definitions or with multi-
  line definitions terminated by END FUNCTION.
 
@@ -866,7 +866,7 @@
 
Command:  GET [#] device-number [, record-number]
 
-   Description:  GET reads the next reacord from a random-access file
+   Description:  GET reads the next record from a random-access file
  or device into the buffer associated with that file.
  If record-number is specified, the GET command reads the
  specified record.
@@ -1411,7 +1411,7 @@
Description:  SELECT CASE introduces a multi-line conditional selection
  statement.  The expression given as the argument to SELECT
  CASE will be evaluated by CASE statements following.  The
- SELECT CASE statement conclludes with an END SELECT
+ SELECT CASE statement concludes with an END SELECT
  statement.
 
  As currently implemented, CASE statements may be followed
@@ -1623,7 +1623,7 @@
 
Description:  WIDTH sets screen or device output to 'number'
  columns.  device-number specifies the device
- or file for oputput.
+ or file for output.
 
Dependencies: COMMON_CMDS
 
@@ -1659,7 +1659,7 @@
 
The preset variable BWB.PROMPT$ can be used to set the prompt
string for bwBASIC.  Again, it is suggested that a user-
-   selected promptcan be set up in a profile.bas to be
+   selected prompt can be set up in a profile.bas to be
initialized each time bwBASIC starts.  Note that special
characters can be added to the prompt string, e.g.,
 
@@ -1670,7 +1670,7 @@
The preset variable BWB.IMPLEMENTATION$ will return TTY for
the bwx_tty implementation and will return IQC for the
IBM PC or Compatibles with QuickC (bwx_iqc) implementation.
-   This may be 

Bug#307030: dictionaries-common

2005-04-30 Thread Clytie Siddall
Package: dictionaries-common
Version:
Severity: wishlist
Tags: l10n, patch
I encountered the following typo:
_
Type: note
auto:		Description
reference:		../dictionaries-common.templates:3
Original:	0	
To fix this error, reinstall (or install) the package that provides  the
missing value.  Then, if you don't want this package on  your system, 
remove
it, which will also remove its debconf entries. Menu to be shown after 
this
message will try to leave the system in a  working state until then.
(double space between on and your, and between a and working)
_
submitted by:

Clytie Siddall, Vietnamese localization team / nhm Vit ha
our mailing list / hp th chung ca nhm chng ti:
[EMAIL PROTECTED]



Bug#307032: dh-make: Version of watch.ex

2005-04-30 Thread Nelson A. de Oliveira
Package: dh-make
Version: 0.38
Severity: wishlist


Hi

dh-make should create watch.ex with version 3, and not version 2 as it
is actually generating.

Thanks

Nelson

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-mm1-biolinux1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to 
pt_BR)

Versions of packages dh-make depends on:
ii  debhelper 4.2.35 helper programs for debian/rules
ii  dpkg-dev  1.10.27Package building tools for Debian
ii  make  3.80-9 The GNU version of the make util
ii  perl  5.8.4-8Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#22506: Hey remember i told you about this Shaun

2005-04-30 Thread Angelita Quinn

To: Ulysses
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial 0


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



Bug#299840: dh-make: watch file for SourceForge

2005-04-30 Thread Nelson A. de Oliveira
Package: dh-make
Version: 0.38
Followup-For: Bug #299840


Hi

As Roland Mas said on his blog
(http://roland.entierement.nu/index.php/archives/2005/04/28/debianwatch-vs-sfnet/),
 he found a way to use a watch file on SourceForge.

Basically, the watch file would be this:

version=3
http://people.debian.org/~lolando/sfdlr.php?project=foobar 
foobar-([\d.]*).tar.gz

It's well explained on his site what he did.

Nelson

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-mm1-biolinux1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to 
pt_BR)

Versions of packages dh-make depends on:
ii  debhelper 4.2.35 helper programs for debian/rules
ii  dpkg-dev  1.10.27Package building tools for Debian
ii  make  3.80-9 The GNU version of the make util
ii  perl  5.8.4-8Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#99121: Here is that amazing information X3

2005-04-30 Thread Chauncey Moss

To: Irene
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial w


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



Bug#307005: mozilla-thunderbird: [INTL:ja] initial debconf Japanese translation

2005-04-30 Thread Alexander Sack
Kenshi Muto wrote:
 
 I translated debconf messages into Japanese (ja.po).
 Please apply this.

You want to provide a translation for the gnome desktop file too?

Thanks
-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#118122: Hey remember i told you about this Cara

2005-04-30 Thread Karin Abbott

To: Lavern
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial 9


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



Bug#107658: Hey remember i told you about this Johanna

2005-04-30 Thread Wilfred Ortega

To: Martha
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial Z


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



Bug#307034: catalan debconf translation

2005-04-30 Thread Miguel Gea Milvaques
Package: dbconfig-common
Version: 1.8
Severity: wishlist
Tags: patch l10n

dbconfig-common debconf templates have been translated and checked by
Debian L10n Catalan Team. Please include the attached .po file in
package

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)

Versions of packages dbconfig-common depends on:
ii  debconf [debconf-2.0] 1.4.48 Debian configuration management sy
ii  pwgen 2.03-1 Automatic Password generation
ii  ucf   1.17   Update Configuration File: preserv

-- debconf information excluded
# translation of ca.po to catalan
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
#Developers do not need to manually edit POT or PO files.
# Miguel Gea Milvaques [EMAIL PROTECTED], 2005.
#
msgid 
msgstr 
Project-Id-Version: ca\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-04-26 22:05-0400\n
PO-Revision-Date: 2005-04-30 09:19+0200\n
Last-Translator: Miguel Gea Milvaques [EMAIL PROTECTED]\n
Language-Team: catalan [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.9.1\n

#. Type: boolean
#. Description
#: ../dbconfig-common.templates:4
msgid Keep \administrative\ database passwords in debconf?
msgstr 
Voleu mantenir la base de dades de contrasenyes \administratives\ a 
debconf?

#. Type: boolean
#. Description
#: ../dbconfig-common.templates:4
msgid 
By default, you will be prompted for all administrator-level database 
passwords when you configure, upgrade, or remove applications with dbconfig-
common.  These passwords will not be stored in debconf for any longer than 
they are needed.
msgstr 
Per defecte, quan configureu, actualitzeu o esborreu aplicacions amb 
dbconfig-common, se us preguntar per les contrasenyes de la base de dades 
per tots els nivells d'administrador. Aquestes contrasenyes no 
s'emmagatzemaran a debconf ms de l'estrictament necessari.

#. Type: boolean
#. Description
#: ../dbconfig-common.templates:4
msgid 
This behavior can be disabled, in which case the passwords will remain in 
the debconf password database.  The debconf password database is protected 
by unix file permissions, though this is less secure and thus not the 
default setting.
msgstr 
Aquest comportament es deshabilitar, i en aquest cas les contrasenyes es 
quedaran a la base de dades de contrasenyes de debconf. La base de dades de 
contrasenyes de debconf est protegida pels permisos de fitxer de unix, que 
s menys segur i no s l'opci per defecte.

#. Type: boolean
#. Description
#: ../dbconfig-common.templates:4
msgid 
If you would rather not be bothered by for an administrative password every 
time you upgrade a database application with dbconfig-common, you should 
choose this option.  Otherwise, you should refuse this option.
msgstr 
Si no voleu que us moleste preguntant-vos per la contrasenya administrativa 
cada vegada que actualitzeu una aplicaci de base de dades amb dbconfig-
common, heu d'escollir aquesta opci. En altre cas, rebutjeu-la.

#. Type: boolean
#. Description
#: ../dbconfig-common.templates:22
msgid Configure database for ${pkg} with dbconfig-common?
msgstr Voleu configurar la base de dades de ${pkg} amb dbconfig-common?

#. Type: boolean
#. Description
#: ../dbconfig-common.templates:22
msgid 
${pkg} must have a database installed and configured before it can be used.  
If you like, this can be handled with dbconfig-common.
msgstr 
${pkg} ha de tenir una base de dades installada i configurada abans de 
utilitzar-se. Si voleu, ho podeu gestionar amb el dbconfig-common.

#. Type: boolean
#. Description
#: ../dbconfig-common.templates:22
msgid 
If you are an advanced database administrator and know that you want to 
perform this configuration manually, or if you database has already been 
installed and configured, you should refuse this option.  Details on what 
needs to be done should most likely be provided in /usr/share/doc/${pkg}.
msgstr 
Si sou un administrador de bas e dades avanat i sabeu que voleu configurar-
ho manualment, o si la base de dades ja ha estat instalada i configurada, 
heu de rebutjar aquesta opci. Podeu trobar detalls  del que necessiteu fer 
a /usr/share/doc/${pkg}.

#. Type: boolean
#. Description
#: ../dbconfig-common.templates:22
msgid Otherwise, you should probably choose this option.
msgstr En altre cas, probablement haureu d'escollir aquesta opci.

#. Type: 

Bug#307033: 'man bplay' typo: compatability

2005-04-30 Thread A Costa
Package: bplay
Version: 0.991-8
Severity: minor
Tags: patch


Found a typo in '/usr/share/man/man1/bplay.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages bplay depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an

-- no debconf information
--- -   2005-04-30 03:47:09.070703000 -0400
+++ /tmp/bplay1.gz.288432005-04-30 03:47:09.066014614 -0400
@@ -89,4 +89,4 @@
 The option parsing code was originally taken from
 .B vplay
 to maintain
-compatability.
+compatibility.


Bug#307035: 'man cpio' typos: compatability and inadvertantly

2005-04-30 Thread A Costa
Package: cpio
Version: 2.5-1.2
Severity: minor
Tags: patch


Found a few typos in '/usr/share/man/man1/cpio.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages cpio depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an

-- no debconf information
--- -   2005-04-30 03:53:25.362831000 -0400
+++ /tmp/cpio1.gz.31287 2005-04-30 03:53:25.357370722 -0400
@@ -94,7 +94,7 @@
 The HPUX formats are provided for compatibility with HPUX's cpio which
 stores device files differently.
 .PP
-The tar format is provided for compatability with
+The tar format is provided for compatibility with
 the
 .B tar
 program.  It can not be used to archive files with names
@@ -263,7 +263,7 @@
 In copy-in mode and copy-pass mode, do not change the ownership of the
 files; leave them owned by the user extracting them.  This is the
 default for non-root users, so that users on System V don't
-inadvertantly give away files.
+inadvertently give away files.
 .TP
 .I \-o, \-\-create
 Run in copy-out mode.


Bug#307036: 'man ccze' typos: facilty and paramater

2005-04-30 Thread A Costa
Package: ccze
Version: 0.2.1-1
Severity: minor
Tags: patch


Found a few typos in '/usr/share/man/man1/ccze.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages ccze depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libpcre35.0-1Perl 5 Compatible Regular Expressi

-- no debconf information
--- -   2005-04-30 03:58:09.945485000 -0400
+++ /tmp/ccze1.gz.1601  2005-04-30 03:58:09.940423688 -0400
@@ -94,7 +94,7 @@
 
 If \fIcssfile\fR is set, then CCZE will not inline the Cascading Style
 Sheet information into the outputted HTML, but include a link to the
-external stylesheet given in this paramater.
+external stylesheet given in this parameter.
 .TP
 .B \-p, \-\-plugin \fIPLUGIN\fR
 While the default action is to load all plugins (see the \fBPlugins\fR
@@ -102,7 +102,7 @@
 plugins will be loaded. If one knows what kind of log will be piped
 through \fBccze\fR, using this option may result in a slight speedup.
 .TP
-.B \-r, \-\-remove\-facilty
+.B \-r, \-\-remove\-facility
 Syslog\-ng puts the facility level before log messages. With this
 switch, these can be cut off.
 .TP


Bug#74865: Here is that amazing information Vi

2005-04-30 Thread Lakisha Ayers
To: Marie
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial T


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



Bug#306409: Debian needs your help :) (CAN-2005-0711 backport breaks isam/create.c)

2005-04-30 Thread Sergei Golubchik
Hi!

On Apr 29, sean finney wrote:
 hi guys,
 
 On Sat, Apr 30, 2005 at 12:26:42AM +0200, Christian Hammers wrote:
   +   O_RDWR | O_EXCL | O_NOFOLLOW,MYF(MY_WME)))  0) 
 ^^^ i think that's where the problem is.
 
 is there any real risk in taking out the O_EXCL?
 
 the O_NOFOLLOW should protect against any symlink attacks, so
 i'm not sure why O_EXCL was also introduced.

No convincing reason.
I felt like O_NOFOLLOW is not as universally portable as O_EXCL.
That's why we also have in my_global.h (?):

#ifndef O_NOFOLLOW
#define O_NOFOLLOW 0
#endif

But as it's your custom patch, and it's only for Debian - where you can
know for sure that O_NOFOLLOW exists - you can safely drop O_EXCL.
But then I'd suggest to remove this #ifdef above. To be on the safe
side :)

Regards,
Sergei

-- 
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, Senior Software Developer
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
   ___/  www.mysql.com


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



Bug#304261: mozilla-thunderbird: [INTL:pt_BR] Please consider adding the attached debconf template translation

2005-04-30 Thread Alexander Sack
Rodrigo Tadeu Claro wrote:
 
 Also, it's gziped for size optimization.
 

another thing ... what is wrong with #292072? Any errors in that translation?


-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#304261: mozilla-thunderbird: [INTL:pt_BR] Please consider adding the attached debconf template translation

2005-04-30 Thread Alexander Sack
Rodrigo Tadeu Claro wrote:
 
 Please consider using the attached mozilla-thunderbird Brazilian Portuguese 
 (pt_BR)
 debconf template translation. It was properly checked against errors using
 the msgfmt utility from gettext package as can be see bellow :
 

You want to provide a translation for the gnome desktop entries too? If so,
please attach it to this bug too!

Thanks

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#307037: python2.4: FTBFS on hurd-i386: Unsatisfiable Build-Depends

2005-04-30 Thread Michael Banck
Package: python2.4
Version: 2.4.1-0
Severity: important

python2.4 Build-Depends on libbluetooth1-dev, which is not available on
GNU/Hurd (as there is no hardware Bluetooth support, bluez-libs FTBFS as
well).  I guess conditionalizing this Build-Depend to not apply for
hurd-i386 would be in order, or is libbluetooth1-dev required for
building python2.4?


thanks,

Michael


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



Bug#297550: Bugfix

2005-04-30 Thread Henning Glawe
Moin,
sorry for the big diff, but the problem was sitting a lot deeper in the
recursion codel. The attached patch should both clean up the code to make it
actually understandable and fix the aforementioned bug.

-- 
c u
henning
Wed Apr 13 14:03:50 CEST 2005  [EMAIL PROTECTED]
  * BUGFIX:297550 clean up the fcopy recursion code
  the File::Find code used in recursive fcopy descended into the ignored 
  directories and their subdirectories. this failed when a revision control 
  system keeps subdirectories there (in this case: subversion).
  
  while fixing this bug, the whole File::Find code was brought to a more 
  readable/debuggable form.
  
  this version differs from the first version sent to [EMAIL PROTECTED] 
  because it moves the newly introduced %ingnoredirs out of global scope.
diff -rN -u old-pfai/scripts/fcopy new-pfai/scripts/fcopy
--- old-pfai/scripts/fcopy  2005-04-30 09:59:41.815144432 +0200
+++ new-pfai/scripts/fcopy  2005-04-30 09:59:43.104948352 +0200
@@ -342,20 +342,6 @@
   exit 0;
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-sub rfilter {
-
-  # Filter for recursive copying
-  
-  # are we in a directory ? should we ignore it ?
-  my $location=$_;
-  (-d and (! grep $location eq $_,@ignoredirs )) or return 0;
-  # a directory without subdirs has two hard links
-  # don't count @ignoredirs as subdirs
-  my $subdirs=(lstat($_))[3] - 2 - grep(-d,@ignoredirs);
-  # push leaf
-  push @rlist,$File::Find::name unless $subdirs;
-}
-# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 # main program
 
 $|=1;
@@ -396,8 +382,20 @@
 
 if ($opt_r) {
   foreach (@ARGV) { $_=$source/$_; } # add prefix to list of directories
-  File::Find::find(\rfilter,@ARGV);
-  foreach (@rlist) { $_=~ s#^$source/##; }   # remove prefix from all fines 
found
+  my %has_subdirs;
+  my %ignoredirs;
+  map $ignoredirs{$_}=1,@ignoredirs;
+  File::Find::find({
+wanted=sub{ $has_subdirs{$File::Find::dir} |= -d},
+preprocess=sub{grep ! (-d and exists($ignoredirs{$_})),@_}},
+@ARGV);
+  foreach (keys %has_subdirs) {
+unless ($has_subdirs{$_}) {
+  # remove prefix from all files found
+  s#^$source/##;
+  push @rlist,$_;
+}
+  }
   warn List of all files found by File::Find::find: @rlist if $debug;
   @ARGV = @rlist;
 }



Bug#303805: mozilla-thunderbird: [intl:fi] Finnish translation

2005-04-30 Thread Alexander Sack
Matti Pöllä wrote:
 
 Please find attached the Finnish translation of the debconf messages.
 

You want to provide a translation for the gnome desktop file too?


Thanks

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#307039: hfsutils: ftbfs [sparc] autoconf: command not found

2005-04-30 Thread Blars Blarson
Package: hfsutils
Version: 3.2.6-8
Severity: serious
Tags: sid
Justification: fails to build from source

hfsutils fails to build from source on sparc and other buildds, duplicated
on sparc pbuilder.  

creating Makefile
creating config.h
/usr/bin/make -o /tmp/buildd/hfsutils-3.2.6/configure.in
make[1]: Entering directory `/tmp/buildd/hfsutils-3.2.6'
autoconf  touch .stamp/configure
/bin/sh: autoconf: command not found
make[1]: *** [.stamp/configure] Error 127
make[1]: Leaving directory `/tmp/buildd/hfsutils-3.2.6'



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



Bug#307038: mozilla-firefox: History pane is useless. Needs to be window

2005-04-30 Thread Tim Connors
Package: mozilla-firefox
Version: 1.0.3-2
Severity: normal

Mozilla and old firefoxen used to have a separate history window for
ctrl-h.

New firefox disables this window, and puts the history in a stupid
little pane on the left hand side of the window, that can't be resized
beyond about half a screen width (similarly, ctrl-b now brings up a
bookmarks pane that is similarly too small and useless, but at least
there is an alternative available from the bookmarks-manage
bookmarks menu item).

The history manager is very hard to use on even normal length urls and
titles (and uesless on moderately long urls and titles), and if you
are quickly going through your history list, then you lose valuable
screen real-estate and flexibility because the pane has to be the full
height of the firefox window, and has to be to the left of the firefox
window.

Could these regressions (both bookmarks and history) please be looked
into?

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages mozilla-firefox depends on:
ii  debianutils  2.13.2  Miscellaneous utilities specific t
ii  fontconfig   2.3.1-2 generic font configuration library
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-21GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.1-2 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.4-1 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libkrb53 1.3.6-3 MIT Kerberos runtime libraries
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxp6   4.3.0.dfsg.1-12.0.1 X Window System printing extension
ii  libxt6   4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  psmisc   21.6-1  Utilities that use the proc filesy
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#306608: Never report bugs to this people

2005-04-30 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

if anybody has run in this bug too, do not ever report it to the
maintainer Ron Lee. He do not want to fix bugs he only want to instult
you as the bug reporter as he did with two persons bevore.

Best regards
   Klaus
- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen [EMAIL PROTECTED]
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iQEVAwUBQnM/Ep+OKpjRpO3lAQIUGQf/S2lTFmZEAtUwm/pr8HBR8YGpUBSntzy2
jsUAdzS+zYkASjomrL/d4X2hImuNKelL7NQ/zXKOWu4ohCcE0B3mKwfmnPhQz6SA
/b0Z03zPu2eBQJqUyh4WD5OHDH9n1cI1xUB7z2ZBoSdKNP+0XpVNJkKvZXGc4tjJ
aHtMLUGJeKhG4KVzdlvhWmU7pVO1s0AuC9FnCClHd+/2w67ZqkqBO900MCQHTnYI
Vndbawp6cGHR9RG17wg6HsaO97gxFmXoR/gw4ex5ry7/IPfQFyvPABeH2bLFNmL9
Lzji5IkgvytWzCmuj7+FHTzfPD7USR1TCJjQyX6SIUFlpmfkcO1UHw==
=1udM
-END PGP SIGNATURE-


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



Bug#218747: xt-strategoxt: FTBFS on arm (excluded from P-a-s)

2005-04-30 Thread Matej Vela
package xt-strategoxt
tag 218747 fixed-upstream
thanks

The current upstream version, 0.13, builds on both arm and powerpc.

Thanks,

Matej


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



Bug#307041: ITP: ftpcopy -- FTP clients collection

2005-04-30 Thread Gerrit Pape
Package: wnpp
Severity: wishlist

ftpcopy is a simple FTP client written to copy files or directories
(recursively) from an FTP server.  It was written to mirror FTP sites
which support the EPLF directory listing format, but it also supports
the traditional listing format (/bin/ls).

ftpls is an FTP client which generates directory listings, either in
plain text or HTML.

The tools only support passive mode FTP.  There is no plan to support
active mode.

http://www.ohse.de/uwe/ftpcopy.html

This package is licensed under the terms of the GNU General Public
License Version 2.


signature.asc
Description: Digital signature


Bug#307040: Dependencies not resolvable

2005-04-30 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: svn-workbench
Version: 1.1.5-1
Severity: normal

Hello,

this is a bugreport which should not be.

Please do not use wxpython as it conflicts with other versions of the
same library and is incompatible. Unfortunality, the maintainer of this
package, Ron Lee, only insult bug reporters and do not want to fix bugs
filled against the packages.

(See #306608, but most was insulting per private mail.)

- -- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.30
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)

Versions of packages svn-workbench depends on:
ii  python2.3.5-2An interactive high-level object-o
ii  python2.3-svn 1.1.2-1A(nother) Python interface to Subv
pi  wxpython2.5.3 2.5.3.2wxWidgets Cross-platform C++ GUI t

- -- no debconf information

- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen [EMAIL PROTECTED]
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iQEVAwUBQnNDZJ+OKpjRpO3lAQLzSwf6Ar9V5XHgZ8oZbu3y6RhRJapXVBZb5elI
BEnFBzV0qlddFpD98/cK2WsSGh2/1x0/zp5XWI+k60dEAVja35x1mBHt6E6t3hXz
zjIPj0X3ulJhMQmj07azsfEz0K1aD1E3hLW5Rg2EbnjrjplWASBXli/D+j00jQ89
1i/PW6bhDRQTheeioieO3St1AT73PG71qUWaQK3ZoQN+Ziu6Oenyz1abufZmzioO
EVYsIn5Z1FqJLZqOScvlrvRV2oJ7xQCA0JItsk1VuSEibc+yZSX0EeQZ9ZKWcJu/
0OJiXKAV/ZGzvQ5aKqm80Vo4/Mq1ZhzlRSEsUiHtgdK/+kBbMNDaXw==
=U7dP
-END PGP SIGNATURE-


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



Bug#307005: mozilla-thunderbird: [INTL:ja] initial debconf Japanese translation

2005-04-30 Thread Kenshi Muto
At Sat, 30 Apr 2005 09:57:14 +0200,
Alexander Sack wrote:
  I translated debconf messages into Japanese (ja.po).
  Please apply this.
 
 You want to provide a translation for the gnome desktop file too?

Sure, attached two strings for each desktop files, encoded in UTF-8.

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]


desktop_ja.tar.gz
Description: Binary data


Bug#81721: This is amazing Sat, 30 Apr 2005 04:58:04 -0600

2005-04-30 Thread Mike Gates

To: Lucille
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial j


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



Bug#307029: APT

2005-04-30 Thread Christian Perrier
Quoting Clytie Siddall ([EMAIL PROTECTED]):
 Package: apt
 Version:
 Severity: wishlist
 Tags: l10n, patch
 
 While translating apt into Vietnamese, I encountered the following 
 typos, which I thought you might like to eliminate.


Matt ant APT maitainers, I propose to handle these in 0.6 APT and
leave 0.5 unchanged (otherwise, we will fuzzy existing translations,
as we indeed really can't check one by one if translations are
affected by the needed changes in English).




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



Bug#307042: classworlds: FTBFS: Missing Build-Depends on 'junit'

2005-04-30 Thread Andreas Jochens
Package: classworlds
Version: 1.0.1-1
Severity: serious
Tags: patch

The package FTBFS in a clean chroot environment because a Build-Depends
on 'junit' is missing.

Please add the missing Build-Depends on 'junit' to debian/control.

Please also set JAVA_HOME in debian/rules to the directories used
by the {sun,ibm,blackdown}-j2sdk1.x packages which are created
by java-package.

Regards
Andreas Jochens

diff -urN ../tmp-orig/classworlds-1.0.1/debian/control ./debian/control
--- ../tmp-orig/classworlds-1.0.1/debian/control2005-04-30 
10:22:58.709141990 +0200
+++ ./debian/control2005-04-30 10:22:51.845185470 +0200
@@ -2,7 +2,7 @@
 Section: contrib/devel
 Priority: optional
 Maintainer: Marcus Crafter [EMAIL PROTECTED]
-Build-Depends-Indep: debhelper (= 4.0.0), libasm-java, libxerces2-java, ant, 
j2sdk1.4 | java2-compiler
+Build-Depends-Indep: debhelper, junit, libasm-java, libxerces2-java, ant, 
java2-compiler
 Standards-Version: 3.6.1.1
 
 Package: libclassworlds-java
diff -urN ../tmp-orig/classworlds-1.0.1/debian/rules ./debian/rules
--- ../tmp-orig/classworlds-1.0.1/debian/rules  2005-04-30 10:22:58.709141990 
+0200
+++ ./debian/rules  2005-04-30 10:13:27.195025342 +0200
@@ -6,6 +6,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+JAVA_HOME_DIRS=/usr/lib/j2sdk1.5-sun /usr/lib/j2sdk1.4-sun 
/usr/lib/j2sdk1.4-ibm /usr/lib/j2sdk1.4-blackdown
+export JAVA_HOME ?= $(shell for j in $(JAVA_HOME_DIRS); do [ -d $$j ]  
echo $$j  exit 0; done)
+
 configure: configure-stamp
 configure-stamp:
dh_testdir


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



Bug#307046: No manual page for /usr/sbin/binkdlogstat

2005-04-30 Thread Zhenja Kaluta
Package: binkd
Version: 0.9.8-1
Severity: wishlist

No manual page for binkdlogstat. It is required by policy 12.1.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-mppe-kdb-686-2
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages binkd depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  perl5.8.4-8  Larry Wall's Practical Extraction 

-- 
Zhenja KalutaICQ 74596027
GnuPG FingerPrint: B86C B548 7CC4 B58F 0CA3  856E 7EE8 52DE E6B7 8725


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



Bug#307045: cpu: [INTL:ja] initial debconf Japanese translation

2005-04-30 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: cpu
Severity: wishlist
Version: 1.4.3-5
Tags: l10n patch

Hi,

I translated debconf messages into Japanese (ja.po).
Please apply this.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkJzSy0ACgkQQKW+7XLQPLGE1gCfQX6mmJ0ee0AwvSXuYz74+UN7
JUgAn0HTKP8l2gepUpdBKHpCZFlVYQuu
=IfF9
-END PGP SIGNATURE-


cpu_1.4.3-5_ja.po.gz
Description: Binary data


Bug#307047: diablo: [INTL:ja] initial debconf Japanese translation

2005-04-30 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: diablo
Severity: wishlist
Version: 1:5.0-0.4
Tags: l10n patch

Hi,

I translated debconf messages into Japanese (ja.po).
Please apply this.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkJzTLkACgkQQKW+7XLQPLEOmACeJ7tM2SEL5al5CDPTpUSw1bR8
pGUAoJAF5PcTyJJVErjnXNG0i6tA8Q5V
=TajS
-END PGP SIGNATURE-


diablo_1%3a5.0-0.4_ja.po.gz
Description: Binary data


Bug#306841: inkscape: segfaults at startup when using Gnome smooth theme

2005-04-30 Thread Ming Hua
On Thu, Apr 28, 2005 at 03:19:45PM -0500, Ming Hua wrote:
 Since the gtk2-engines-smooth was upgraded a few days ago, it is very
 possible that the bug is in smooth theme (incompatible engine and
 theme?).

It turns out to be a bug in gtk2-engines-smooth indeed.  This should be
a duplicate of #304898 and #305167.

The new gtk2-engines-smooth package has a wrong dependency on libatk 1.9
so I can't test it yet.  I'll reassign and close this bug when I confirm
the new gtk2-engines-smooth fixes my problem.

Sorry for the noise.

Ming
2005.04.30


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



Bug#294614: libdl.so.2: failed to map segment from shared object: Invalid argument

2005-04-30 Thread Matej Vela
On Thu, Feb 10, 2005 at 01:15:41PM -0500, Brian Schack wrote:
 Package: openmcl
 Version: 0.14.2.p1
 Severity: important
 
 This is what happens when I try to install openmcl:
[...]
 /usr/lib/openmcl/ppccl: error while loading shared libraries: libdl.so.2: 
 failed to map segment from shared object: Invalid argument
[...]

Does this still happen with 0.14.2.p1.o?

Thanks,

Matej


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



Bug#307049: dnprogs: [INTL:ja] initial debconf Japanese translation

2005-04-30 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: dnprogs
Severity: wishlist
Version: 2.29
Tags: l10n patch

Hi,

I translated debconf messages into Japanese (ja.po).
Please apply this.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkJzT5kACgkQQKW+7XLQPLFFlwCfXq0r5aE2aHievmSLtORkirdZ
7rEAnjRJyNx+IPnhRzcyLTZcNWBq0wXL
=mX3l
-END PGP SIGNATURE-


dnprogs_2.29_ja.po.gz
Description: Binary data


Bug#307048: was XFLD added by mistake?

2005-04-30 Thread Robert Bihlmeyer
Package: vera
Version: 1.15-1
Severity: minor

Both XLFD and XFLD are defined as X Logical Font Description. Is the
latter a typo?

Googling only finds the XFCE Live Demo project as common usage.


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



Bug#307005: mozilla-thunderbird: [INTL:ja] initial debconf Japanese translation

2005-04-30 Thread Alexander Sack
tags 307005 + confirmed
thanks

will apply it ... next time.

Thanks

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#293872: Acknowledgement (/usr/lib/common-lisp/bin/openmcl.sh segfaults on installation)

2005-04-30 Thread Matej Vela
On Mon, Feb 07, 2005 at 09:06:21PM +0100, Fabian Linzberger wrote:
 On Mon, Feb 07, 2005 at 05:32:05PM +0100, [EMAIL PROTECTED] wrote:
[...]
  I wasn't talking about the segfault during initial installation, only
  about the reinstall from sources. It's likely that the reinstall actually
  picked up the clean core from the first install. 
  Hmm, thinking about it: i think i remember having similar problems after
  a purge/install ... recently.
 
 anyway, since i can install fine with dpkg -i and it actually works,
 there is no justification for severity of grave anymore. still keeping
 it open, since i can recreate it reliably over here.

Can you still recreate it with 0.14.2.p1.o?  Perhaps it just needed a
recompile...

Thanks,

Matej


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



Bug#117318: This is amazing Sat, 30 Apr 2005 05:35:07 -0600

2005-04-30 Thread Leann Moreno

To: Earnest
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial C


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



Bug#116410: This is amazing Sat, 30 Apr 2005 05:34:55 -0600

2005-04-30 Thread Barbra Porter

To: Marcel
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial U


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



Bug#110771: This is amazing Sat, 30 Apr 2005 05:35:03 -0600

2005-04-30 Thread Lora Sheffield
To: Michael
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial F


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



Bug#307050: lynx: Emacs keybinding C-x k = should be C-k

2005-04-30 Thread Jari Aalto
Package: lynx
Version: 2.8.5-2
Severity: minor

The keymap for Emacs/bash emulation contains an error:

   ...
   This is the Bash-like Binding keymap.
   Basic commands

 ENTER  Input complete-  Enter, RETURN
 TABCompletion [2]/ Next  -  TAB, Do  
 ABORT  Cancel / Undo Change  -  C-g, C-_
 ERASE  Erase the line-  M-k, C-x k

Please change incorrect C-x k to C-k as it appears in bash/Emacs
(C-x k is used for kill-buffer in Emacs)

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages lynx depends on:
ii  libbz2-1.0  1.0.2-5  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libgnutls11 1.0.16-13GNU TLS library - runtime library
ii  libncursesw55.4-4Shared libraries for terminal hand
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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



Bug#307051: Bash completion for rake

2005-04-30 Thread Michael Schuerig
Package: rake
Version: 0.5.3-1
Severity: wishlist
Tags: patch


Here's a bash completion function that adds command line completion 
for rake. It needs to be placed in /etc/bash_completion.d


_rake()
{
local cur prev rakef i

COMPREPLY=()
cur=${COMP_WORDS[COMP_CWORD]}
prev=${COMP_WORDS[COMP_CWORD-1]}
rakef=Rakefile

if [[ $prev == -f ]]; then
_filedir
return 0
fi

if [[ $cur == *=* ]]; then
prev=${cur/=*/}
cur=${cur/*=/}
if [[ $prev == --rakefile= ]]; then
_filedir -o nospace
return 0
fi
fi

if [[ $cur == -* ]]; then
COMPREPLY=( $( compgen -W '-n -H -I -N -P -q -f\
-r -s -T -t -h -v -V\
--dry-run --help '--libdir=' --nosearch --prereqs --quiet\
'--rakefile=' '--require=' --silent --tasks --trace --usage\
--verbose --version'\
-- $cur ))
else

for (( i=0; i  [EMAIL PROTECTED]; i++)); do
case ${COMP_WORDS[i]} in
-f)
eval rakef=${COMP_WORDS[i+1]}
break
;;
--rakefile=*|--rakefile\=*)
eval rakef=${COMP_WORDS[i]/*=/}
break
;;
esac
done

[ ! -f $rakef ]  return 0

COMPREPLY=( $( rake -s -f $rakef -T | \
awk -F ' ' '/^rake / { print $2 }' | \
command grep ^$cur ))

fi
}
[ -n ${have:-} ]  complete -F _rake $filenames rake


Cheers,
Michael

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11
Locale: LANG=POSIX, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages rake depends on:
ii  ruby  1.8.2-1An interpreter of object-oriented 

-- no debconf information


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



Bug#118337: This is amazing Sat, 30 Apr 2005 05:35:12 -0600

2005-04-30 Thread Luciano Sherwood

To: Devin
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial E


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



Bug#45291: This is amazing Sat, 30 Apr 2005 05:48:46 -0600

2005-04-30 Thread Donnell Villegas

To: Claude
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial N


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



Bug#24192: Hey remember i told you about this Valerie

2005-04-30 Thread Clarence London

To: Raquel
 
 
I was checking my email and saw this advertisement in it. just like you I =
was thinking this stuff will
not work its all a gimmic.. but even with my other half telling me im wast=
ing my money I went ahead
and purchased it. and I can tell you right now with a straight face im big=
ger than I have ever been in
my life in just 2 weeks my girth and length were outstanding I could easil=
y become a laddies man now!
 
In anycase I promised the company I would tell everyone I know about this =
amazing solution and I am
going to do just that. 
 
-- Forwarded message -- 
 
Take a look - www.bellybeggers.com

Real Customer Testimonial u


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



Bug#193170: coreutils: Remove -i and -p options from manual

2005-04-30 Thread Kalle Olavi Niemitalo
Damien Laniel [EMAIL PROTECTED] writes:

 As your decision has been to not support -i and -p flags, please remove them
 from the man/infos pages

In coreutils 5.2.1-2, the -i and -p flags are not listed in the
uname man page, which is mostly generated from the --help output.
Removing them from Info may be too much work, because of section
4 of the GFDL.  (/usr/share/doc/coreutils/copyright mentions
removal of the doc/ subdirectory; what's that?)

However, I think something should still be changed.  Currently,
uname -p or -i does not give the same error message as other
unsupported options:

[EMAIL PROTECTED]:~$ uname --processor
uname: unrecognized option `--processor'
Try `uname --help' for more information.
[EMAIL PROTECTED]:~$ uname -Z
uname: invalid option -- Z
Try `uname --help' for more information.
[EMAIL PROTECTED]:~$ uname -p
Try `uname --help' for more information.

This happens because p and i are still present in the string
of supported options that uname.c gives to getopt_long.  The
attached patch fixes that.

coreutils (5.2.1-2.kon.1) local; urgency=low

  * Local version!
  * src/uname.c (main): Don't recognize -i and -p at all.  (See: #193170)

 -- Kalle Olavi Niemitalo [EMAIL PROTECTED]  Sat, 30 Apr 2005 12:38:13 +0300

--- coreutils_5.2.1-2/debian/patches/21_uname-no-unknowns.diff	2005-04-30 12:21:04.0 +0300
+++ coreutils_5.2.1-2.kon.1/debian/patches/21_uname-no-unknowns.diff	2005-04-30 12:24:40.0 +0300
@@ -18,6 +19,15 @@
-o, --operating-system   print the operating system\n\
  ), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
+@@ -158,7 +154,7 @@
+ 
+   atexit (close_stdout);
+ 
+-  while ((c = getopt_long (argc, argv, asnrvmpio, long_options, NULL)) != -1)
++  while ((c = getopt_long (argc, argv, asnrvmo, long_options, NULL)) != -1)
+ {
+   switch (c)
+ 	{
 @@ -189,14 +185,6 @@
  	  toprint |= PRINT_MACHINE;
  	  break;


pgp5ctN49SUev.pgp
Description: PGP signature


Bug#307046: No manual page for /usr/sbin/binkdlogstat

2005-04-30 Thread Marco d'Itri
On Apr 30, Zhenja Kaluta [EMAIL PROTECTED] wrote:

 No manual page for binkdlogstat. It is required by policy 12.1.
Send one if you care.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#305231: Acknowledgement (gcompris rescales the whole desktop, relocating icons and windows)

2005-04-30 Thread Conrad Newton
From Debian Bug Tracking System on Monday, 2005-04-18 at 13:33:05 -0700:

Now I have upgraded to gcompris 6.5.3-1, but the problem persists.
I imagine that it is an ordering problem.  The program should start,
and _then_ the desktop should scale, not the other way round . . .

Conrad

ii  gcompris6.5.3-1   Educational games for small children
ii  gcompris-data   6.5.3-1   Data files for GCompris
ii  gcompris-sound-en   6.5.3-1   English sound files for GCompris



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



Bug#306954: backup-manager: [INTL:ja] initial debconf Japanese translation

2005-04-30 Thread Alexis Sukrieh
Kenshi Muto a écrit :
Eh, really?
I checked with backup-manager 0.5.7-1, but I couldn't find any error.
Could you send me pot file if you have newer one?
Indeed, I forgot to tell you that the .pot file changed a bit.
Find it attached :)
Thanks
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-04-10 12:43+0200\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../backup-manager.templates:4
msgid Archives location:
msgstr 

#. Type: string
#. Description
#: ../backup-manager.templates:4
msgid 
Please enter the name of the directory where backup-manager will store the 
generated archives.
msgstr 

#. Type: string
#. Description
#: ../backup-manager.templates:4
msgid 
The size of archives may be rather important so you should store them on a 
disk with enough available space.
msgstr 

#. Type: select
#. Description
#: ../backup-manager.templates:15
msgid Archives storage format:
msgstr 

#. Type: boolean
#. Description
#: ../backup-manager.templates:20
msgid Follow symlinks?
msgstr 

#. Type: boolean
#. Description
#: ../backup-manager.templates:20
msgid 
The tar, tar.gz and tar.bz2 filetypes may dereference the symlinks in 
generated archives.
msgstr 

#. Type: boolean
#. Description
#: ../backup-manager.templates:20
msgid 
Enabling this feature will dump the files pointed by symlinks and is likely 
to generate huge archives.
msgstr 

#. Type: string
#. Description
#: ../backup-manager.templates:30
msgid Directories to skip in archives:
msgstr 

#. Type: string
#. Description
#: ../backup-manager.templates:30
msgid 
Please enter a space-separated list of directories which should not be 
archived.
msgstr 

#. Type: select
#. Choices
#: ../backup-manager.templates:36
msgid long, short
msgstr 

#. Type: select
#. Description
#: ../backup-manager.templates:38
msgid Archives name format:
msgstr 

#. Type: select
#. Description
#: ../backup-manager.templates:38
msgid 
Files generated by backup-manager may use different file naming conventions.
msgstr 

#. Type: select
#. Description
#: ../backup-manager.templates:38
msgid 
The long format is \host-full-path-to-directory.tar.gz\ while the short 
format only uses the last directory name. For instance, /home/me would be 
named me.tar.gz.
msgstr 

#. Type: string
#. Description
#: ../backup-manager.templates:49
msgid Age of kept archives (days):
msgstr 

#. Type: string
#. Description
#: ../backup-manager.templates:49
msgid 
Please choose the number of days backup-manager will keep the files before 
purging them. Combining several directories and a large number of days for 
keeping them may lead to huge archives.
msgstr 

#. Type: string
#. Description
#: ../backup-manager.templates:57
msgid Directories to backup:
msgstr 

#. Type: string
#. Description
#: ../backup-manager.templates:57
msgid 
Please enter a space-separated list of all the directories you want to 
backup.
msgstr 

#. Type: string
#. Description
#: ../backup-manager.templates:57
msgid 
You should rather to enter several subdirectories instead of the parent in 
order to have more pertinent files in your backup repository.
msgstr 

#. Type: string
#. Description
#: ../backup-manager.templates:57
msgid 
For instance, \/home/user1 /home/user2 /home/user3\ is more appropriate 
than \/home\ alone.
msgstr 

#. Type: boolean
#. Description
#: ../backup-manager.templates:70
msgid Enable automatic burning?
msgstr 

#. Type: boolean
#. Description
#: ../backup-manager.templates:70
msgid Archives may be burnt on a CDR/CDRW media.
msgstr 

#. Type: boolean
#. Description
#: ../backup-manager.templates:70
msgid 
Using this feature requires a writable media to be present at the running 
time.
msgstr 

#. Type: string
#. Description
#: ../backup-manager.templates:79
msgid Device to use for burning data:;
msgstr 

#. Type: string
#. Description
#: ../backup-manager.templates:84
msgid Maximum size of your media (MB):
msgstr 

#. Type: select
#. Description
#: ../backup-manager.templates:90
msgid Burning method:
msgstr 

#. Type: select
#. Description
#: ../backup-manager.templates:90
msgid 
When burning data, backup-manager will try to burn the whole archives 
repository. If it does not fit in the media, it will try to burn only the 
daily generated 

Bug#307052: python2.4: FTBFS on hurd-i386: pthread/cthreads screwup due to dropped patch

2005-04-30 Thread Michael Banck
Package: python2.4
Version: 2.4.1-0
Severity: important

Hello,

your package failed to build automatically (even after working around
#307037):

Automatic build of python2.4_2.4.1-1+hurd.1 on beethoven by
sbuild/hurd-i386 1.170.5
Build started at 20050430-1301
**
python2.4_2.4.1-1+hurd.1.dsc exists in cwd
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.2), autoconf, libreadline4-dev,
libncurses5-dev (= 5.3), tk8.4-dev, libdb4.2-dev, zlib1g-dev,
libgmp3-dev, libgdbm-dev, blt-dev (= 2.4z), libssl-dev,
libbluetooth1-dev [ !hurd-i386], sharutils, libbz2-dev
Build-Depends-Indep: libhtml-tree-perl, tetex-bin, tetex-extra, texinfo,
emacs21, tar, gzip, bzip2, debiandoc-sgml, sharutilsBuild-Conflicts:
tcl8.0-dev, tk8.0-dev, tcl8.2-dev, tk8.2-dev, tcl8.3-dev, tk8.3-dev
[...]
Checking correctness of source dependencies...
Toolchain package versions: libc0.3-dev_2.3.2.ds1-20.0.1
gcc-3.3_1:3.3.5-12 g++-3.3_1:3.3.5-12 binutils_2.15-5
libstdc++5-3.3-dev_1:3.3.5-12 libstdc++5_1:3.3.5-12
--
dpkg-source: extracting python2.4 in python2.4-2.4.1
dpkg-buildpackage: source package is python2.4
dpkg-buildpackage: source version is 2.4.1-1+hurd.1
dpkg-buildpackage: host architecture is hurd-i386
[...]
checking cthreads.h usability... yes
checking cthreads.h presence... yes
checking for cthreads.h... yes
[...]
gcc -shared build/temp.gnu-0.3-i686-AT386-2.4/_tkinter.o
build/temp.gnu-0.3-i686-AT386-2.4/tkappinit.o -L/usr/X11R6/lib64
-L/usr/X11R6/lib -lBLT -ltk8.4 -ltcl8.4 -lX11 -o
build/lib.gnu-0.3-i686-AT386-2.4/_tkinter.so
python:
/build/mbanck/hurd-20050119/build-tree/hurd/libpthread/sysdeps/generic/pt-mutex-timedlock.c:55:
__pthread_mutex_timedlock_internal: Assertion `__pthread_threads'
failed.
/bin/sh: line 1:  9403 Aborted CC='gcc' LDSHARED='gcc
-shared' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E
../setup.py build
make[1]: *** [sharedmods] Error 134
make[1]: Leaving directory `/build/mbanck/python2.4-2.4.1/build-static'
make: *** [stamp-build-static] Error 2
**
Build finished at 20050430-1343
FAILED [dpkg-buildpackage died]


I believe this is due to cthreads.dpatch (which disables cthreads on
GNU/Hurd and leads to pthreads being used) having been dropped since
python2.3, what was the rationale for that (it appears to still apply
fine)?

The above error is typical for an application trying to call pthread
functions but not having been linked with -lpthread:

[EMAIL PROTECTED]:~/build/[...]/python2.4-2.4.1/build-static$ ldd python
libdl.so.2 = /lib/libdl.so.2 (0x01025000)
libthreads.so.0.3 = /lib/libthreads.so.0.3 (0x01028000)
libutil.so.1 = /lib/libutil.so.1 (0x0102e000)
libm.so.6 = /lib/libm.so.6 (0x01031000)
libc.so.0.3 = /lib/libc.so.0.3 (0x01053000)
/lib/ld.so = /lib/ld.so (0x1000)
libmachuser.so.1 = /lib/libmachuser.so.1 (0x011e)
libhurduser.so.0.3 = /lib/libhurduser.so.0.3 (0x011f3000)



cheers,

Michael


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



Bug#304129: gtk2-engines-gtk-qt: Evolution crashes when in Calendar view

2005-04-30 Thread arthur
Package: gtk2-engines-gtk-qt
Version: 0.60-1
Followup-For: Bug #304129


hi, I hope this continues the threat that is going on on the this bug. 

I believe the crash happens when you look at the calendar view, not just
when it starts (it uses the last-viewed view so that's why when it
starts crashing it does at startup). So to the person that isn't able to
reproduce the bug, try moving around the application once it's started.

For the record I'm using the plastik theme. 

additional info:
ii  evolution  2.0.4-1The groupware suite
ii  evolution-data 1.0.4-1evolution database backend server


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gtk2-engines-gtk-qt depends on:
ii  kdelibs4 4:3.3.2-4.0.2   KDE core libraries
ii  libc62.3.2.ds1-21GNU C Library: Shared libraries an
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.4-1 The GTK+ graphical user interface 
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#307053: /usr/bin/xscreensaver-text: xscreensaver-text does not handle rss feeds

2005-04-30 Thread Tobias Stefan Richter
Package: xscreensaver
Version: 4.21-3
Severity: normal
File: /usr/bin/xscreensaver-text


The xscreensaver-text advertizes the feature to extract text from RSS
feeds (as does the gnome-control-panel), but xscreensaver-text fails to
do so:

$ xscreensaver-text --url  http://www.heise.de/newsticker/heise.rdf
$

No text. HTML works, though.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages xscreensaver depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-21GNU C Library: Shared libraries an
ii  libglade2-0  1:2.4.2-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.4-1 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libpam0g 0.76-22 Pluggable Authentication Modules l
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxml2  2.6.16-7GNOME XML library
ii  libxmu6  4.3.0.dfsg.1-12.0.1 X Window System miscellaneous util
ii  libxpm4  4.3.0.dfsg.1-12.0.1 X pixmap library
ii  libxrandr2   4.3.0.dfsg.1-12.0.1 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#158332: Small update on dhcp-dns

2005-04-30 Thread Matej Vela
On Wed, Oct 06, 2004 at 08:32:43AM +0200, Jeroen van Wolffelaar wrote:
 On Mon, Nov 04, 2002 at 05:09:43PM +0100, Simon Richter wrote:
  Good news, everyone!
  
  Upstream seems to have disappeared, amd the current package is
  sufficiently broken. I'm going to give the entire thing a full rewrite
  in C++ and then make transition packages. I hope to get all of this done
  before sarge releases; if not, I'll rework the old scripts to be at
  least marginally useful.
 
 What is the status? The above message is nearly two years old :)

Jeroen, did you get any reply?

If not, I think we should remove dhcp-dns--it's been orphaned for more than
3 years, upstream abandoned it, and the equivalent functionality is provided
by dhcp3-server.

Thanks,

Matej


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



Bug#306990: lvm2: Strange error when attempting to install

2005-04-30 Thread Arthur Korn
John Goerzen schrieb:
 On Sat, Apr 30, 2005 at 12:19:46AM +0200, Bastian Blank wrote:

   find: /etc/devfs/symlinks.d: No such file or directory
   invoke-rc.d: unknown initscript, /etc/init.d/devfsd not found.
  
  The lvm-common postinstallation script does not contain this commands
  but calls /usr/sbin/update-devfsd. This script does call find and
  invoke-rc.d with devfsd which fails on your machine.
 
 Well, then you must depend on that.  In fact, devfsd was being
 installed in the same apt-get run, but hadn't yet been configured.  So
 it existed on the system but wasn't setup.
 
 You must either depend on it or not require it.

So then what am I supposed to do about this in devfsd when it's
a missing dependency in lvm-common?

ciao, 2ri
-- 
Secure email, spread GPG, clearsign all mail. http://www.gnupg.org
.
Q: How does a Unix guru have sex?
A: gunzip  strip  touch  finger  mount  fsck  \
   more  yes  fsck  fsck  fsck  umount  sleep


signature.asc
Description: Digital signature


Bug#158332: Small update on dhcp-dns

2005-04-30 Thread Jeroen van Wolffelaar
On Sat, Apr 30, 2005 at 12:39:42PM +0200, Matej Vela wrote:
 On Wed, Oct 06, 2004 at 08:32:43AM +0200, Jeroen van Wolffelaar wrote:
  What is the status? The above message is nearly two years old :)
 
 Jeroen, did you get any reply?

No
 
 If not, I think we should remove dhcp-dns--it's been orphaned for more than
 3 years, upstream abandoned it, and the equivalent functionality is provided
 by dhcp3-server.

I'll at least file an RC bug and get the package out of testing, there
are apparantly still people using it, who might want a chance adopting
it after the ITA expired into an O:.

Simon, please reply and act immediately if you want to save this package
for sarge.
 
--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#307055: samba: Samba as PDC, shares are inaccessible.

2005-04-30 Thread Grzegorz Kolorz
Package: samba
Version: 3.0.14a-1
Severity: important

When I upgrade from 3.0.11-1 to 3.0.14a-1, shares on my PDC
(with ldap authentication) are inaccessible for any users.
Samba authenticate them and allow for connections but directory
listing is empty, writing to shares doesn't allow to.
Downgrade to 3.0.11-1 fixes this problem.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.hal9001.ht
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages samba depends on:
ii  debconf [debconf-2.0]   1.4.30.13Debian configuration management sy
ii  libacl1 2.2.23-1 Access control list shared library
ii  libattr12.4.16-1 Extended attribute shared library
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libcomerr2  1.35-6   The Common Error Description libra
ii  libcupsys2-gnutls10 1.1.23-10Common UNIX Printing System(tm) - 
ii  libkrb531.3.6-2  MIT Kerberos runtime libraries
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libpam-modules  0.76-22  Pluggable Authentication Modules f
ii  libpam-runtime  0.76-22  Runtime support for the PAM librar
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libpopt01.7-5lib for parsing cmdline parameters
ii  logrotate   3.7-2Log rotation utility
ii  netbase 4.21 Basic TCP/IP networking system
ii  samba-common3.0.14a-1Samba common files used by both th

-- debconf information:
  samba/nmbd_from_inetd:
* samba/run_mode: daemons
  samba/log_files_moved:
  samba/tdbsam: false
* samba/generate_smbpasswd: true


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



Bug#307054: Package obsolete

2005-04-30 Thread Jeroen van Wolffelaar
Package: dhcp-dns
Severity: serious

(With my QA hat on) This package is obsolete, abandoned upstream, and
dhcp3-server provides the functionality this package provides. I think
sarge should not ship it, especially as it's orphaned for a long time
and the only interested developer didn't followup nor replied to my
ping.

--Jeroen

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)

Versions of packages dhcp-dns depends on:
ii  bind  1:8.4.6-1  Internet Domain Name Server
pn  dhcp Not found.
ii  perl [perl5]  5.8.4-8Larry Wall's Practical Extraction 

-- 
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#306838: jargon-text: FTBFS: ERROR at cmdline.c:96: Unknown option -no-references

2005-04-30 Thread Lars Wirzenius
I've verified the bug (fails to build in sarge), and have also verified
the fix (the package builds and the result looks good). I have attached
the entire patch for an NMU. 

The other way to fix this would be to build-depend on the version of
elinks currently in unstable (0.10.4). That version had a release
critical bug, but it is now fixed, and should hopefully get into sarge
in ten days (or faster if the release managers wish so). 

Since jargon-text is an Architecture: all package, uploading a new
version should not affect build daemons at all. Thus, I propose to
upload an NMU that removes -no-references and if the new elinks gets
into sarge before the freeze, I will upload a second NMU that re-adds
-no-references. Of course, I would be happy to see a maintainer upload
as well. We are, however, in a 0-day NMU period, so I'll do the first
NMU later today.

diff -ruN old/Makefile jargon-text-4.4.7/Makefile
--- old/Makefile	2005-03-31 05:21:51.0 +0300
+++ jargon-text-4.4.7/Makefile	2005-04-30 13:32:41.0 +0300
@@ -46,7 +46,10 @@
 
 jargon.txt: jargon-web.html
 	# Turn into plain text
-	elinks -dump -dump-width 79 -no-numbering 1 -no-references 1 \
+	# 2005-04-30: removed -no-references 1 from options to make it
+	# build on sarge, should be added back after sarge is released.
+	# -- Lars Wirzenius [EMAIL PROTECTED]
+	elinks -dump -dump-width 79 -no-numbering 1 \
 		jargon-web.html jargon.txt
 
 clean:
diff -ruN old/debian/changelog jargon-text-4.4.7/debian/changelog
--- old/debian/changelog	2005-04-30 13:36:28.0 +0300
+++ jargon-text-4.4.7/debian/changelog	2005-04-30 13:32:58.0 +0300
@@ -1,3 +1,13 @@
+jargon-text (4.4.7-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Makefile: don't use -no-references 1 for elinks, since that is not
+supported by the version in sarge. Patch by Andreas Jochens.
+Closes: #306838 (which is release critical, hence high urgency).
+This change should be reverted after sarge is released.
+
+ -- Lars Wirzenius [EMAIL PROTECTED]  Sat, 30 Apr 2005 13:30:00 +0300
+
 jargon-text (4.4.7-1) unstable; urgency=low
 
   * New upstream release.


Bug#281321: mysql-admin: Tried with mysql_fix_privilege_tables, and I still get this problem

2005-04-30 Thread Doug Winter
Package: mysql-admin
Version: 1.0.20-1
Followup-For: Bug #281321


Hi,

This is probably a 64-bit problem.  I've run mysql_fix_privilege_tables,
as you suggest, but when I run mysql-admin and select the User
Administration option, I get a segfault.

The relevant bit of the strace output looks like:

read(3, [EMAIL PROTECTED]..., 32) = 32
brk(0)  = 0xc3c000
brk(0)  = 0xc3c000
brk(0xc3b000)   = 0xc3b000
brk(0)  = 0xc3b000
clone(Process 9707 attached
child_stack=0x407ff8d0, 
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID|CLONE_DETACHED,
 parent_tidptr=0x407ffa00, tls=0x407ff970, child_tidptr=0x407ffa00) = 9707
[pid  9684] write(3, [EMAIL PROTECTED][EMAIL PROTECTED]..., 832) = 832
[pid  9684] ioctl(3, FIONREAD, [0]) = 0
[pid  9684] poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}], 2, 0) = 0
[pid  9684] write(3, [EMAIL PROTECTED]@\0035\30\4\0\263\5@..., 2040) = 2040
[pid  9684] write(3, [EMAIL PROTECTED]@[EMAIL PROTECTED]..., 2048) = 2048
[pid  9684] writev(3, [{[EMAIL PROTECTED]@\3\377\377\177\0008\5\5\0\336\5..., 
2048}, {\0\0\0\0\23\0\25\0, 8}], 2) = 2056
[pid  9684] write(3, [EMAIL PROTECTED]@[EMAIL PROTECTED]..., 2044
unfinished ...
[pid  9707] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
Process 9707 detached
... write resumed )   = 2044
write(3, [EMAIL PROTECTED]@\3\1\0\1\0\234\0\1\0\1\0\1\0\1\0\27..., 2044) = 
2044
write(3, [EMAIL PROTECTED]@\3\0\0\30\0/\1\30\0/\1\0\0/\1\30\0..., 2040) = 
2040
   
this continues for a bit till it's killed:

write(3, [EMAIL PROTECTED]@\3\244\3\1\2\244\3\36\2;\3\5\0\f..., 1896) = 1896
ioctl(3, FIONREAD, [256])   = 0
read(3, \22\3\216I/[EMAIL PROTECTED]/[EMAIL PROTECTED]..., 256) = 256
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}], 2, 0) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}], 2, 0) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}], 2, 0) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}], 2, 0) = 0
ioctl(3, FIONREAD, [0]) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}], 2, 1768) = -1 EINTR 
(Interrupted system call)
+++ killed by SIGSEGV +++

Let me know if there's anything I can try to help debug this.

Cheers,

Doug.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.11-9-amd64-k8
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages mysql-admin depends on:
ii  libatk1.0-0 1.8.0-4  The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-12   GCC support library
ii  libglade2-0 1:2.4.2-2library to load .glade files at ru
ii  libglib2.0-02.6.4-1  The GLib library of C routines
ii  libgtk2.0-0 2.6.4-1  The GTK+ graphical user interface 
ii  libgtkmm2.0-1c102   2.2.12-1.1   C++ wrappers for GTK+ 2.0 (shared 
ii  libmysqlclient144.1.11-2 mysql database client library
ii  libpango1.0-0   1.8.1-1  Layout and rendering of internatio
ii  libpcre35.0-1Perl 5 Compatible Regular Expressi
ii  libsigc++-1.2-5c102 1.2.5-4  type-safe Signal Framework for C++
ii  libstdc++5  1:3.3.5-12   The GNU Standard C++ Library v3
ii  libxml2 2.6.16-7 GNOME XML library
ii  mysql-admin-common  1.0.20-1 Architecture independent files for
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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



Bug#304129: evolution debugging info

2005-04-30 Thread arthur.lutz
debugging info from gnome reportbug

Backtrace was generated from '/usr/bin/evolution'

(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.
(no debugging symbols found)
`system-supplied DSO at 0xe000' has disappeared; keeping its symbols.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 1093348288 (LWP 29014)]
[New Thread 1119943600 (LWP 29021)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0x40e66561 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
#0  0x40e66561 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
#1  0x4047adae in libgnomeui_module_info_get () from
/usr/lib/libgnomeui-2.so.0
#2  0x080652b7 in e_sidebar_get_type ()
#3  signal handler called
#4  0x405d3c6e in XSetLineAttributes () from /usr/X11R6/lib/libX11.so.6
#5  0x416f8906 in QPainter::updateBrush () from /usr/lib/libqt-mt.so.3
#6  0x4179f697 in QPainter::setBrush () from /usr/lib/libqt-mt.so.3
#7  0x417a1dcb in QPainter::fillRect () from /usr/lib/libqt-mt.so.3
#8  0x414fcf97 in drawArrow () from
/usr/lib/gtk-2.0/2.4.0/engines/libqtengine.so
#9  0x414f1bcb in qtengine_rc_style_register_type () from
/usr/lib/gtk-2.0/2.4.0/engines/libqtengine.so
#10 0x40bf58f0 in gtk_paint_arrow () from /usr/lib/libgtk-x11-2.0.so.0
#11 0x40acb8ad in gtk_arrow_set () from /usr/lib/libgtk-x11-2.0.so.0
#12 0x40b989fe in _gtk_marshal_BOOLEAN__BOXED () from
/usr/lib/libgtk-x11-2.0.so.0
#13 0x40fa69c9 in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#14 0x40fa6736 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#15 0x40fb7855 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#16 0x40fb6c8c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#17 0x40fb7126 in g_signal_emit () from 

Bug#307041: ITP: ftpcopy -- FTP clients collection

2005-04-30 Thread Jeroen van Wolffelaar
On Sat, Apr 30, 2005 at 08:45:02AM +, Gerrit Pape wrote:
 Package: wnpp
 Severity: wishlist
 
 ftpcopy is a simple FTP client written to copy files or directories
 (recursively) from an FTP server.  It was written to mirror FTP sites
 which support the EPLF directory listing format, but it also supports
 the traditional listing format (/bin/ls).

Eh, can't like any decent ftp client do this already? What's the added
value of this program to existing, much more versatile, tools?

Please elaborate on the advantages of this program over other ftp
clients.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl



Bug#307055: samba: Samba as PDC, shares are inaccessible.

2005-04-30 Thread Steve Langasek
Hi Grzegorz,

On Sat, Apr 30, 2005 at 12:50:06PM +0200, Grzegorz Kolorz wrote:
 When I upgrade from 3.0.11-1 to 3.0.14a-1, shares on my PDC
 (with ldap authentication) are inaccessible for any users.
 Samba authenticate them and allow for connections but directory
 listing is empty, writing to shares doesn't allow to.
 Downgrade to 3.0.11-1 fixes this problem.

Do you have 'hide special files' set, like the submitter of #305747?

Thanks,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#306900: planner conflicts with mrproject, which depends on planner

2005-04-30 Thread Steve Langasek
On Sat, Apr 30, 2005 at 01:31:38PM +0300, Martin-Éric Racine wrote:
 On Fri, 29 Apr 2005, Martin-Éric Racine wrote:

  On Fri, 29 Apr 2005, Steve Langasek wrote:

   Package: planner
   Version: 0.13-0.3
   Severity: grave

   The current version of planner has a Conflicts: with mproject; and the
   mrproject package is a transition package that depends on planner.  Do not
   conflict with your own transition packages!  This renders the transition
   package (mrproject) completely useless, as it will never be installable
   (upgradable) with apt and therefore will never pull in planner.

   Cc:ed to the NMUer who appears to have introduced this breakage.

  Noted.  I'll upload a new transitional mrproject that fixes pending bugs
  AND a new planner that does not conflict with mrproject ASAP.

 I have made a new planner 0.13-0.4 package that takes care of generating a
 'mrproject' dummy transitional package (arch: all) AND whose 'planner'
 target does not conflict with it. I'll upload sometimes on Monday. This
 means that the 'mrproject' source package is no longer needed in Sarge.

Why are you making such extensive package changes in an NMU?  That seems to
be how we got this bug in the first place.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#307056: be keyboard layout

2005-04-30 Thread Tobias Verbeke
Package: installation-reports

Debian-installer-version: rc3
uname -a: $ uname -a
Linux telenetPC 2.6.8-2-386 #1 Mon Jan 24 03:01:58 EST 2005 i686 GNU/Linux
Date: 27 Apr
Method: netinst CD image
Machine: Compaq Presario 5000 Series
Processor: AMD Athlon XP 1800
Memory: 256 MB SyncDRAM
Root Device: 
Root Size/partition table: 
Output of lspci and lspci -n:

Base System Installation Checklist:

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:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]

Comments/Problems:

When selecting the Belgian keyboard
layout during installation,
I don't end up with the named layout,
but have to manually edit XF86Config-4
( Option XkbLayout be ).
The language chosen during installation
was English.




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



Bug#305411: cal3d: FTBFS: cp: cannot stat `debian/tmp//usr/share/doc/libcal3d-doc/html/functions_rela.html': No such file or directory

2005-04-30 Thread Lars Wirzenius
I've verified the build failure and tested the fix. Attached is a patch
for an NMU I intend to make later today (since we're in a 0-day NMU
period), unless there are objections.

Hopefully this is helpful. Happy hacking.

diff -u cal3d-0.9.1+cvs20041122/debian/changelog cal3d-0.9.1+cvs20041122/debian/changelog
--- cal3d-0.9.1+cvs20041122/debian/changelog
+++ cal3d-0.9.1+cvs20041122/debian/changelog
@@ -1,3 +1,12 @@
+cal3d (0.9.1+cvs20041122-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Make things less sensitive to what filenames doxygen generates.
+Patch by Stephen Gran. Closes: #305411 (which is release critical,
+hence the high urgency).
+
+ -- Lars Wirzenius [EMAIL PROTECTED]  Sat, 30 Apr 2005 14:15:00 +0300
+
 cal3d (0.9.1+cvs20041122-1) unstable; urgency=low
 
   * New CVS snapshot
diff -u cal3d-0.9.1+cvs20041122/debian/rules cal3d-0.9.1+cvs20041122/debian/rules
--- cal3d-0.9.1+cvs20041122/debian/rules
+++ cal3d-0.9.1+cvs20041122/debian/rules
@@ -60,8 +60,8 @@
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
-	mkdir -p $(CURDIR)/debian/tmp/usr/share/doc/libcal3d-doc/html
-	cp -r $(CURDIR)/docs/api/html/* $(CURDIR)/debian/tmp/usr/share/doc/libcal3d-doc//html
+	#mkdir -p $(CURDIR)/debian/tmp/usr/share/doc/libcal3d-doc/html
+	#cp -r $(CURDIR)/docs/api/html/* $(CURDIR)/debian/tmp/usr/share/doc/libcal3d-doc//html
 
 binary-indep: build install
 	dh_testdir
@@ -70,7 +70,7 @@
 	dh_installdocs -i
 	dh_installexamples -i
 	dh_installman -i
-	dh_install -i --sourcedir=debian/tmp
+	dh_install -i
 	dh_compress -i
 	dh_fixperms -i
 	dh_installdeb -i
diff -u cal3d-0.9.1+cvs20041122/debian/libcal3d-doc.install cal3d-0.9.1+cvs20041122/debian/libcal3d-doc.install
--- cal3d-0.9.1+cvs20041122/debian/libcal3d-doc.install
+++ cal3d-0.9.1+cvs20041122/debian/libcal3d-doc.install
@@ -1,189 +1 @@
-usr/share/doc/libcal3d-doc/html/doxygen.png
-usr/share/doc/libcal3d-doc/html/doxygen.css
-usr/share/doc/libcal3d-doc/html/index.html
-usr/share/doc/libcal3d-doc/html/files.html
-usr/share/doc/libcal3d-doc/html/animation_8h-source.html
-usr/share/doc/libcal3d-doc/html/animation__action_8h-source.html
-usr/share/doc/libcal3d-doc/html/animation__cycle_8h-source.html
-usr/share/doc/libcal3d-doc/html/bone_8h-source.html
-usr/share/doc/libcal3d-doc/html/buffersource_8h-source.html
-usr/share/doc/libcal3d-doc/html/cal3d_8h-source.html
-usr/share/doc/libcal3d-doc/html/cal3d__wrapper_8h-source.html
-usr/share/doc/libcal3d-doc/html/coreanimation_8h-source.html
-usr/share/doc/libcal3d-doc/html/corebone_8h-source.html
-usr/share/doc/libcal3d-doc/html/corekeyframe_8h-source.html
-usr/share/doc/libcal3d-doc/html/corematerial_8h-source.html
-usr/share/doc/libcal3d-doc/html/coremesh_8h-source.html
-usr/share/doc/libcal3d-doc/html/coremodel_8h-source.html
-usr/share/doc/libcal3d-doc/html/coremorphanimation_8h-source.html
-usr/share/doc/libcal3d-doc/html/coreskeleton_8h-source.html
-usr/share/doc/libcal3d-doc/html/coresubmesh_8h-source.html
-usr/share/doc/libcal3d-doc/html/coresubmorphtarget_8h-source.html
-usr/share/doc/libcal3d-doc/html/coretrack_8h-source.html
-usr/share/doc/libcal3d-doc/html/datasource_8h-source.html
-usr/share/doc/libcal3d-doc/html/error_8h-source.html
-usr/share/doc/libcal3d-doc/html/global_8h-source.html
-usr/share/doc/libcal3d-doc/html/hardwaremodel_8h-source.html
-usr/share/doc/libcal3d-doc/html/loader_8h-source.html
-usr/share/doc/libcal3d-doc/html/matrix_8h-source.html
-usr/share/doc/libcal3d-doc/html/mesh_8h-source.html
-usr/share/doc/libcal3d-doc/html/mixer_8h-source.html
-usr/share/doc/libcal3d-doc/html/model_8h-source.html
-usr/share/doc/libcal3d-doc/html/morphtargetmixer_8h-source.html
-usr/share/doc/libcal3d-doc/html/physique_8h-source.html
-usr/share/doc/libcal3d-doc/html/platform_8h-source.html
-usr/share/doc/libcal3d-doc/html/quaternion_8h-source.html
-usr/share/doc/libcal3d-doc/html/renderer_8h-source.html
-usr/share/doc/libcal3d-doc/html/resource_8h-source.html
-usr/share/doc/libcal3d-doc/html/saver_8h-source.html
-usr/share/doc/libcal3d-doc/html/skeleton_8h-source.html
-usr/share/doc/libcal3d-doc/html/springsystem_8h-source.html
-usr/share/doc/libcal3d-doc/html/streamsource_8h-source.html
-usr/share/doc/libcal3d-doc/html/submesh_8h-source.html
-usr/share/doc/libcal3d-doc/html/tinystr_8h-source.html
-usr/share/doc/libcal3d-doc/html/tinyxml_8h-source.html
-usr/share/doc/libcal3d-doc/html/vector_8h-source.html
-usr/share/doc/libcal3d-doc/html/annotated.html
-usr/share/doc/libcal3d-doc/html/classes.html
-usr/share/doc/libcal3d-doc/html/hierarchy.html
-usr/share/doc/libcal3d-doc/html/functions.html
-usr/share/doc/libcal3d-doc/html/functions_func.html
-usr/share/doc/libcal3d-doc/html/functions_enum.html
-usr/share/doc/libcal3d-doc/html/functions_rela.html
-usr/share/doc/libcal3d-doc/html/classCalAbstractMixer.html
-usr/share/doc/libcal3d-doc/html/classCalAbstractMixer.png
-usr/share/doc/libcal3d-doc/html/classCalAbstractMixer-members.html

Bug#307057: libpoe-component-irc-perl: FTBFS: Missing build dependency.

2005-04-30 Thread Kurt Roeckx
Package: libpoe-component-irc-perl
Version: 4.3-1
Severity: serious

Hi,

Your package is failing to build with the following error:
t/1_new...# Failed test (t/1_new.t at line 9)
# Tried to use 'POE::Component::IRC'.
# Error:  Can't locate POE.pm in @INC

This seems to be solved by adding a build depedency on
libpoe-perl.


Kurt



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



Bug#307058: tulip: FTBFS on amd64: libglide3.so.3: undefined reference to `_cpu_detect_asm'

2005-04-30 Thread Kurt Roeckx
Package: tulip
Version: 2.0.2-1
Severity: important

Hi,

When building your package on amd64, it fails with the following
error:
/bin/sh ../../../libtool --mode=link --tag=CXX g++  -DNDEBUG -O2 -pipe  
-mwindows -L/usr/X11R6/lib -lGLU -lGL -L/usr/X11R6/lib -lXi -lXmu 
-L../../../library/tulip/src -ltulip -L../../../library/tulip-ogl/src 
-ltulip-ogl -L../../../library/tulip-qt/src -ltulip-qt  -lpng -ljpeg  -o Tulip 
-L. Tulip-Overview.o Tulip-ElementInfoToolTip.o Tulip-viewGl.o 
Tulip-Application.o Tulip-geometrie2D.o Tulip-NavigateGlGraph.o 
Tulip-NavigateButton.o Tulip-InfoDialog.o Tulip-AppStartUp.o Tulip-ToolBar.o 
Tulip-PropertyDialog.o Tulip-MouseMoveSelection.o Tulip-MouseAddNode.o 
Tulip-MouseAddEdge.o Tulip-MouseSelection.o Tulip-MouseMagicSelection.o 
Tulip-QtProgress.o Tulip-main.o Tulip-QtProgressData.o 
Tulip-moc_QtProgressData.o Tulip-moc_Overview.o Tulip-TulipData.o 
Tulip-moc_TulipData.o Tulip-OverviewData.o Tulip-moc_OverviewData.o 
Tulip-TabWidgetData.o Tulip-moc_TabWidgetData.o Tulip-NavigateGlGraphData.o 
Tulip-moc_NavigateGlGraph.o Tulip-InfoDialogData.o Tulip-AppStartUpData.o 
Tulip-ToolBarData.o Tulip-PropertyDialogData.o Tulip-moc_AppStartUp.o 
Tulip-moc_AppStartUpData.o Tulip-moc_InfoDialogData.o Tulip-moc_InfoDialog.o 
Tulip-moc_viewGl.o Tulip-moc_ToolBar.o Tulip-moc_ToolBarData.o 
Tulip-moc_NavigateGlGraphData.o Tulip-moc_PropertyDialog.o 
Tulip-moc_PropertyDialogData.o Tulip-moc_NavigateButton.o 
Tulip-moc_QtProgress.o -lqui -L/usr/share/qt3/lib -lpthread -lxml2 -lqui -lXext 
-lXi 
mkdir .libs
g++ -DNDEBUG -O2 -pipe -mwindows -o .libs/Tulip Tulip-Overview.o 
Tulip-ElementInfoToolTip.o Tulip-viewGl.o Tulip-Application.o 
Tulip-geometrie2D.o Tulip-NavigateGlGraph.o Tulip-NavigateButton.o 
Tulip-InfoDialog.o Tulip-AppStartUp.o Tulip-ToolBar.o Tulip-PropertyDialog.o 
Tulip-MouseMoveSelection.o Tulip-MouseAddNode.o Tulip-MouseAddEdge.o 
Tulip-MouseSelection.o Tulip-MouseMagicSelection.o Tulip-QtProgress.o 
Tulip-main.o Tulip-QtProgressData.o Tulip-moc_QtProgressData.o 
Tulip-moc_Overview.o Tulip-TulipData.o Tulip-moc_TulipData.o 
Tulip-OverviewData.o Tulip-moc_OverviewData.o Tulip-TabWidgetData.o 
Tulip-moc_TabWidgetData.o Tulip-NavigateGlGraphData.o 
Tulip-moc_NavigateGlGraph.o Tulip-InfoDialogData.o Tulip-AppStartUpData.o 
Tulip-ToolBarData.o Tulip-PropertyDialogData.o Tulip-moc_AppStartUp.o 
Tulip-moc_AppStartUpData.o Tulip-moc_InfoDialogData.o Tulip-moc_InfoDialog.o 
Tulip-moc_viewGl.o Tulip-moc_ToolBar.o Tulip-moc_ToolBarData.o 
Tulip-moc_NavigateGlGraphData.o Tulip-moc_PropertyDialog.o 
Tulip-moc_PropertyDialogData.o Tulip-moc_NavigateButton.o 
Tulip-moc_QtProgress.o  -L/usr/X11R6/lib 
-L/home/freddy/build/tulip/tulip-2.0.2/build-tree/tulip-2.0.2/library/tulip/src 
/home/freddy/build/tulip/tulip-2.0.2/build-tree/tulip-2.0.2/library/tulip/src/.libs/libtulip.so
 
-L/home/freddy/build/tulip/tulip-2.0.2/build-tree/tulip-2.0.2/library/tulip-ogl/src
 
/home/freddy/build/tulip/tulip-2.0.2/build-tree/tulip-2.0.2/library/tulip-ogl/src/.libs/libtulip-ogl.so
 
-L/home/freddy/build/tulip/tulip-2.0.2/build-tree/tulip-2.0.2/library/tulip-qt/src
 
/home/freddy/build/tulip/tulip-2.0.2/build-tree/tulip-2.0.2/library/tulip-qt/src/.libs/libtulip-qt.so
 /usr/lib/libjpeg.so 
-L/home/freddy/build/tulip/tulip-2.0.2/build-tree/tulip-2.0.2/software/Tulip/src
 -L/usr/share/qt3/lib /usr/lib/libxml2.so -lXext -L/usr/lib -lqui -lpng -lGLU 
-lGL -lXi -lXmu -lpthread -lz
/usr/bin/../lib/libglide3.so.3: undefined reference to `_cpu_detect_asm'
collect2: ld returned 1 exit status
make[6]: *** [Tulip] Error 1



Kurt




Bug#305411: cal3d: FTBFS: cp: cannot stat `debian/tmp//usr/share/doc/libcal3d-doc/html/functions_rela.html': No such file or directory

2005-04-30 Thread Michael Koch
On Sat, Apr 30, 2005 at 02:32:07PM +0300, Lars Wirzenius wrote:
 I've verified the build failure and tested the fix. Attached is a patch
 for an NMU I intend to make later today (since we're in a 0-day NMU
 period), unless there are objections.
 
 Hopefully this is helpful. Happy hacking.

I'm happy with this patch. Are you okay when I prepare a -2 and you sponsor it 
for me?


Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


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



Bug#306562: gs-esp exits abnormally on startup

2005-04-30 Thread Lars Wirzenius
 When i try to start gs-esp or gs (which is a link to gs-esp), it exits
 abnormally saying: GNU Ghostscript 7.07: Can't find initialization
 file gs_init.ps.

I can't reproduce this. I have the same version:

(sid) gytha$ dpkg --status gs-esp | grep Version:
Version: 7.07.1-9

The program starts up properly:

(sid) gytha$ gs-esp
ESP Ghostscript 7.07 (2003-07-12)
Copyright 2003 artofcode LLC and Easy Software Products, all rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
ESP Ghostscript 7.07.1: Cannot open X display `(null)'.
 Unable to open the initial device, quitting.

If I try to actually render a file, it also works (using files from 
/usr/share/doc/gs-esp/examples, for instance). I do, of course, have the 
gs_init.ps file:

(sid) gytha$ dpkg --search gs_init.ps
gs-esp: /usr/share/gs-esp/7.07/lib/gs_init.ps
(sid) gytha$

Since the file is part of the gs-esp package, I suspect that something weird 
has happened to make it go away on your system. Do you have the file in 
question? If you do, then something else is wrong.



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



Bug#307060: shared-mime-info: misidentifies OOo Writer document as OOo Calc spreadsheet

2005-04-30 Thread Julien Langer
Package: shared-mime-info
Version: 0.16-1debian1 
Severity: normal

Since the upgrade from 0.15 to 0.16 all my OOo Writer Documents are 
misidentified as OOo Calc Spreadsheets.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11
Locale: LANG=en_GB.ISO-8859-15, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages shared-mime-info depends on:
ii  libc62.3.4-3 GNU C Library: Shared libraries an
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libxml2  2.6.17-0ubuntu1 GNOME XML library
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#304041: nautilus crashs after browsing some .swf. recipe.

2005-04-30 Thread franck
Below a way that should crash nautilus. The required file can be downloaded.

mkdir -p a/b
cd a/b
wget http://stream.shockwave.com/afassets/ninjai2/nj_chapterninjai01_bb.swf

{for info:
   bird:~/a/b$ ls -l
  total 5124
  -rw-r--r--  1 f f 5234412 2003-09-25 18:38 nj_chapterninjai01_bb.swf

   bird:~/a/b$ file nj_chapterninjai01_bb.swf
  nj_chapterninjai01_bb.swf: Macromedia Flash data, version 5
}

bird:~/a/b$ nautilus --no-desktop --browser .
   A Nautilus window fires up showing an icon for nj_chapterninjai01_bb.swf.
   One can notice that nautilus keeps the icon 'trying to identify' but do
   not switch to the icon '.swf recognized'.
Then clicking on the up arrow of nautilus should lead to the crash very
rapidly (either immediatetly or by reentering in folder b).

Can somebody reproduce the crash ?
I do not know if this swf is corrupted or not. Different and smaller swf files
didn't lead to crash. Other ninjai files also lead to crash. The swf can
be normally viewed (=seems functionnal).
Anyway it should not (tm) lead to nautilus crash.

I hope above may help a bit.
Nice day,
Franck


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



Bug#307061: chrony: Install failure: Cannot configure on system without mailx

2005-04-30 Thread Jakob Bohm
Package: chrony
Version: 1.20-7
Severity: important


The latest release of the chrony .deb files try to send a mail to root
during configure to inform about the configuration of the package.  This
causes a number of problems:

   1. It fails if mailx is not installed (this happens in my case).

   2. It fails if there is (deliberately) no local MTA on the system
 (happened too in my case).

   3. It would misbehave if the MTA was not completely configured at the
 time, because both are being installed in a single run of dpkg or apt
 (this has happened to me for other packages in the past).

   4. It will misbehave if the MTA was not yet in an operational state even
 though the MTA package was technically configured (newly installed MTAs
 often need manual tuning of things like delivery of mail to root,
 relaying policies etc.)

I respectfully suggest that failure to send the mail message becomes
non-fatal, and that a debconf question (containing the same info as the mail
message) be asked first (to avoid the mail going somewhere inappropriate).

Something like:

   Chrony has disabled updating the RTC clock because ...
   
   And ...
   
   Should a copy of this message by mailed to root now?
  Yes No

Only if Yes is answered should chrony even try to look for or depend on
mailx (and maybe also delay sending until postinst).


Friendly

Jakob

  

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10jbj3.2.8
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)

Versions of packages chrony depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libreadline44.3-15   GNU readline and history libraries

-- no debconf information


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



Bug#307062: clamav-freshclam: Logcheck change: signal number no longer reported

2005-04-30 Thread Marc Sherman
Package: clamav-freshclam
Version: 0.84-1
Severity: normal
Tags: patch

Freshclam changed the way it logs the wakeup signal:


--- clamav-freshclam2005-04-30 08:17:39.901241971 -0400
+++ clamav-freshclam.bak2005-04-30 08:17:21.341194368 -0400
@@ -1,5 +1,5 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ freshclam\[[0-9]+\]: ClamAV update process 
started at .*$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ freshclam\[[0-9]+\]: Received signal: wake 
up$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ freshclam\[[0-9]+\]: Received signal 14, 
wake up$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ freshclam\[[0-9]+\]: (daily|main)\.cvd (is 
up to date|updated) \(version: [0-9]+, sigs: [0-9]+, f-level: 4, builder: \w+\)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ freshclam\[[0-9]+\]: Clamd successfully 
notified about the update\.$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ freshclam\[[0-9]+\]: 
--$


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)

Versions of packages clamav-freshclam depends on:
ii  clamav-base 0.84-1   base package for clamav, an anti-v
ii  debconf [debconf-2.0]   1.4.30.13Debian configuration management sy
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  libbz2-1.0  1.0.2-5  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libclamav1  0.84-1   virus scanner library
ii  libcurl37.13.2-2 Multi-protocol file transfer libra
ii  libgmp3 4.1.4-6  Multiprecision arithmetic library
ii  libidn110.5.13-1.0   GNU libidn library, implementation
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  logrotate   3.7-2Log rotation utility
ii  ucf 1.17 Update Configuration File: preserv
ii  zlib1g  1:1.2.2-3compression library - runtime

-- debconf information:
* clamav-freshclam/autoupdate_freshclam: daemon
  clamav-freshclam/proxy_user:
* clamav-freshclam/NotifyClamd: true
* clamav-freshclam/local_mirror: db.local.clamav.net
* clamav-freshclam/http_proxy:
  clamav-freshclam/mirrors.txt-note:
  clamav-freshclam/update_interval: 24
  clamav-freshclam/internet_interface:


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



Bug#158332: Small update on dhcp-dns

2005-04-30 Thread Simon Richter
Hi,

If not, I think we should remove dhcp-dns--it's been orphaned for more than
3 years, upstream abandoned it, and the equivalent functionality is provided
by dhcp3-server.

 Simon, please reply and act immediately if you want to save this package
 for sarge.

I don't think it's worth the effort to save that package, as it needs to
be rewritten in large parts. Okay to remove from my side, with a remark
in the release notes.

   Simon


signature.asc
Description: OpenPGP digital signature


Bug#305411: cal3d: FTBFS: cp: cannot stat `debian/tmp//usr/share/doc/libcal3d-doc/html/functions_rela.html': No such file or directory

2005-04-30 Thread Lars Wirzenius
la, 2005-04-30 kello 13:03 +0200, Michael Koch kirjoitti:
 On Sat, Apr 30, 2005 at 02:32:07PM +0300, Lars Wirzenius wrote:
  I've verified the build failure and tested the fix. Attached is a patch
  for an NMU I intend to make later today (since we're in a 0-day NMU
  period), unless there are objections.
  
  Hopefully this is helpful. Happy hacking.
 
 I'm happy with this patch. Are you okay when I prepare a -2 and you 
 sponsor it for me?

I'm okay with that. Thanks for the quick response.




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



  1   2   3   >