Bug#535581: bibtool: segmentation fault in case of error

2009-07-03 Thread Vincent Lefevre
Package: bibtool
Version: 2.48alpha.2-4
Severity: normal

I get a segmentation fault on the following example.

biblio.bib is:

@article{aglp:05,
 author = {}
}

$ bibtool -q -- 'select={aglp:05 aglp:05}' biblio.bib
zsh: segmentation fault (core dumped)  bibtool -q -- 'select={aglp:05 
aglp:05}' biblio.bib

In case of syntax error, bibtool should output an error message,
not segfault.

-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26.5-20080922 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages bibtool depends on:
ii  libc6  2.9-18GNU C Library: Shared libraries
ii  libkpathsea4   2007.dfsg.2-6 TeX Live: path search library for 

bibtool recommends no packages.

bibtool suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#503999: memory corruption due to use-after-free

2009-07-03 Thread ygrek
Looks like I've spotted this bug too. I am using libcurl version
7.18.2-8lenny2 rebuilt with --enable-ares (via debuild).
Application uses curl_multi_perfrom to grab many pages in a single thread.
100 easy handles are created and then repeatedly removed/readded to multi
handle when each download finishes.
It fails after several hours, here is a gdb session on coredump.
Note the bogus pipeline pointer (yes, all easy handles have
CURLOPT_USERAGENT set to curl)
Program terminated with signal 11, Segmentation fault.
[New process 29449]
#0 Curl_removeHandleFromPipeline (handle=0x1b2b8a50, pipeline=0x1bb35670) at
url.c:2304
(gdb) bt
#0 Curl_removeHandleFromPipeline (handle=0x1b2b8a50, pipeline=0x1bb35670) at
url.c:2304
#1 0x7f18475fecea in Curl_done (connp=0x1c0ebca8, status=CURLE_OK,
premature=false) at url.c:4461
#2 0x7f18476135ec in multi_runsingle (multi=0x1aee3d80, easy=0x1c0ebc90)
at multi.c:1347
#3 0x7f18476140bb in curl_multi_perform (multi_handle=0x1aee3d80,
running_handles=0x7fff4fa483bc) at multi.c:1460
#4 0x0040604d in curlm::get (this=0x7fff4fa48450,
a...@0x7fff4fa48b80, limit=value optimized out)
  at curlget.cpp:104
#5 0x004072de in main (argc=value optimized out,
argv=0x7fff4fa48dd8) at grabber.cpp:264
(gdb) bt full
#0 Curl_removeHandleFromPipeline (handle=0x1b2b8a50, pipeline=0x1bb35670) at
url.c:2304
  curr = (struct curl_llist_element *) 0x6567412d72657355
#1 0x7f18475fecea in Curl_done (connp=0x1c0ebca8, status=CURLE_OK,
premature=false) at url.c:4461
  result = value optimized out
  conn = (struct connectdata *) 0x1bf9bee0
  data = (struct SessionHandle *) 0x1b2b8a50
#2 0x7f18476135ec in multi_runsingle (multi=0x1aee3d80, easy=0x1c0ebc90)
at multi.c:1347
  disconnect_conn = value optimized out
  connected = value optimized out
  async = value optimized out
  protocol_connect = false
  dophase_done = value optimized out
  done = value optimized out
  result = CURLM_CALL_MULTI_PERFORM
#3 0x7f18476140bb in curl_multi_perform (multi_handle=0x1aee3d80,
running_handles=0x7fff4fa483bc) at multi.c:1460
  result = value optimized out
  easy = (struct Curl_one_easy *) 0x1c0ebc90
  returncode = CURLM_OK
  t = value optimized out
(gdb) print *curr
Cannot access memory at address 0x6567412d72657355
(gdb) print pipeline
$3 = (struct curl_llist *) 0x1bb35670
(gdb) print *pipeline
$4 = {head = 0x6567412d72657355, tail = 0x6c727563203a746e, dtor =
0x7f003a0d, size = 0}
(gdb) x/s pipeline
0x1bb35670: User-Agent: curl\r\n

-- System Information:
Debian Release: 5.0.2
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libcurl3 depends on:
ii ca-certificates 20080809 Common CA certificates
ii libc-ares2 1.5.2-4 library for asyncronous name resol
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libidn11 1.8+20080606-1 GNU libidn library, implementation
ii libkrb53 1.6.dfsg.4~beta1-5lenny1 MIT Kerberos runtime libraries
ii libldap-2.4-2 2.4.11-1 OpenLDAP libraries
ii libssh2-1 0.18-1 SSH2 client-side library
ii libssl0.9.8 0.9.8g-15+lenny1 SSL shared libraries
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libcurl3 recommends no packages.

libcurl3 suggests no packages.

-- debconf-show failed


Bug#535288: libaio: Please add support Renesas SuperH

2009-07-03 Thread Nobuhiro Iwamatsu
Hi!

On Fri, 3 Jul 2009 10:30:30 +0200
Guillem Jover guil...@debian.org wrote:

 Thanks for the patch. Could you also send the output for “make check”
 (which needs root to be run) on SH, so that I can provide it to
 upstream when submitting your patch?
 

Oh, sorry.
I attached build log of debian package and log for make check.

Could you please check these?

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
GPG ID: 3170EBE9


libaio_make_check.log
Description: Binary data


libaio_0.3.107-6.1_sh4.build
Description: Binary data


Bug#535583: libwsdl4j-java: homepage without URL

2009-07-03 Thread Gerfried Fuchs
Package: libwsdl4j-java
Version: 1.6.2-1
Severity: minor

Hello!

 Please be notified that your package does contain a broken Homepage
control field: It is missing the http:// part of the URL. A domain name
alone is not an URL.

 If you wonder, your package is the only one that doesn't have it - and
you can see its effect by e.g. following the homepage link on
http://packages.debian.org/sid/libwsdl4j-java ;)

 So long!
Rhonda



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535582: [lib/Spelling.pm] wrong word correction for endianness

2009-07-03 Thread Benjamin Drung
Package: lintian
Version: 2.2.12
Severity: minor

Hi,

Lintian says that endianness is a spelling mistake and should be written
as endianess. I think it is the other way around.

* On Wikipedia it is called endianness.

* You find twice as much search results for endianness.

* http://lkml.indiana.edu/hypermail/linux/kernel/0610.0/1524.html

Cheers,
Benjamin


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#534274: dmraid rm_partitions.patch (Was: [Bug 392510] Re: Dual-boot install using mdadm root fails to boot, Bug#534274: [mdadm] mdadm fails to assemble raid array on boot)

2009-07-03 Thread Giuseppe Iuculano
Hi,

Tormod Volden ha scritto:
 Luke and danwood76, it seems like you haven't read the original bug
 report correctly. He does not want to use dmraid in Linux, only his
 Windows partition uses dmraid. His problem is that dmraid is

The dmraid-activate script uses the newly introduced -Z flag to instruct the
kernel to remove partition device nodes from array member disk.
This was necessary to avoid race conditions with udev and creating UUID/label
symbolic links either for member disk nodes, or dmraid device-mapper nodes.

When you create a raidset in your bios, a metadata is written to the disk,
For example, if you create a dmraid raid1 array, you creat a raidset of 2
*disks*, not partitions but disks!

BIOS raid is something which works at the disk level, just like hardware raid
usually does.
Then if you create mdraid out of the 2 raw partitions, you create mdraid meta
data to the *partitions*. This is dead wrong, the raw disk partitions should
never be used when the disks are part of a raid set.
As with BIOS raid partitions are at the raidset level, not the partition level.


I'm aware that before the introduction of the -Z flag, this wrong setup worked
(some people are using dmraid only to handle the windows partition), so the
question is if we should support users who have the bad setup or not.

IMHO we have these options:

1) leaving things as they are, and doesn't support people using this setup
2) support this setup (create a conf file possibly handled by a debconf 
question?)


Luke, what do you think about it?


Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#535584: [linux-image-2.6.30-1-amd64] rt2870sta very unstable and system hangs

2009-07-03 Thread minaya
Package: linux-image-2.6.30-1-amd64
Version: 2.6.30-1
Severity: normal

Hi,

rt2870sta module has stopped working correctly after updating kernel from 
2.6.29 (version 2.6.29-5, which works without issues) to 2.6.30 
(version 2.6.30-1). 

Of course, it is not able to find networks with iwlist, nor connect with 
iwconfig and certain functions (like ifconfig ra0 down) freezes the system 
completely (although it accepts alt+sysrq+reisub). 

I found this post on ArchLinux forums describing the situation and a possible 
solution http://bbs.archlinux.org/viewtopic.php?id=73964 

In my case, the affected device is a SMCWUSBS-N2.

---
# lsusb -v

Bus 001 Device 003: ID 083a:b522 Accton Technology Corp. EZ Connect N Draft 
11n Wireless USB2.0 Adapter
Device Descriptor:  
   
  bLength18 
   
  bDescriptorType 1 
   
  bcdUSB   2.00 
   
  bDeviceClass0 (Defined at Interface level)
   
  bDeviceSubClass 0 
   
  bDeviceProtocol 0 
   
  bMaxPacketSize064 
   
  idVendor   0x083a Accton Technology Corp. 
   
  idProduct  0xb522 EZ Connect N Draft 11n Wireless USB2.0 Adapter  
   
  bcdDevice1.01 
   
  iManufacturer   1 
   
  iProduct2 
   
  iSerial 3 
   
  bNumConfigurations  1 
   
  Configuration Descriptor: 
   
bLength 9   
   
bDescriptorType 2   
   
wTotalLength   53   
   
bNumInterfaces  1   
   
bConfigurationValue 1   
   
iConfiguration  0   
   
bmAttributes 0x80   
   
  (Bus Powered) 
   
MaxPower  450mA 
   
Interface Descriptor:   
   
  bLength 9 
   
  bDescriptorType 4 
   
  bInterfaceNumber0 
   
  bAlternateSetting   0 
   
  bNumEndpoints   5 
   
  bInterfaceClass   255 Vendor Specific Class   
   
  bInterfaceSubClass255 Vendor Specific Subclass
   
  bInterfaceProtocol255 Vendor Specific Protocol
   
  iInterface  5 
   
  Endpoint Descriptor:  
   
bLength 7   
   
bDescriptorType 5   
   
bEndpointAddress 0x81  EP 1 IN  
   
bmAttributes2   
   
  Transfer Type

Bug#513285: YA new version released

2009-07-03 Thread jedd
 And now  0.8.6 - with a note on the denemo.org front
 page saying 'be sure you don't use anything below 0.8.x

 Pretty please - can some kind person who knows what
 they're doing (I only score 50% using these criteria) please
 update this package in unstable?




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#290578: I have been waiting for your replies on this matter.

2009-07-03 Thread DR PAUL Pitass
Kindly let me know if you have received my last mails so that I can advise you 
on what next to do. 
I have been waiting for your replies on this matter. 
Waiting 
Dr.Paul. 
Bassam Island 
RCI. 
Tel:00225 477 86 883 
Cel;:0022503 17 37 87 
Call me for  more details now 

paul.pitas...@yahoo.fr 



  

Bug#535585: ssh: only sees foo in 'Host foo bar baz' in .ssh/config

2009-07-03 Thread Trent W. Buck
Package: bash-completion
Version: 1:1.0-3
Severity: minor

It seems that ssh ba[TAB] will try to complete ba as a hostname,
using ~/.ssh/config as one source of names.  The file ~/.ssh/config is
described by the ssh_config(5) manpage, and in addition to the simple
Host pattern, e.g.

Host foo.example.net
  Port 443

you can have multiple patterns

Host foo.example.net bar.example.net
  Port 443

AFAICT bash-completion only sees the first one.  I'd like it to
complete all of them.  Bonus points will be awarded if you can work
out an intelligent way to handle globbing patterns, e.g.

Host *.example.net *.example.com
  Port 443

I had a look at /etc/bash_completion.d/ssh, but it was written in such
an abstract way that I think I'd have to understand large parts of the
main /etc/bash_completion script in order to solve this myself.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bash-completion depends on:
ii  bash  4.0-3  The GNU Bourne Again SHell

bash-completion recommends no packages.

bash-completion suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#501285: querybts: Cannot provide extra information -- command instead quits querybts

2009-07-03 Thread chaica
Thanks Sandro, I'll have a look asap.

Bye,
Carl Chenet

On Fri, 3 Jul 2009 12:24:30 +0200, Sandro Tosi mo...@debian.org wrote:
 Hi Carl,
 
 On Thu, Jun 11, 2009 at 00:03, chaicacha...@ohmytux.com wrote:
 tags 501285 patch
 thanks

 Hi,

 Thanks for the bugreport.

 There is no way in the current configuration querybts would provide new
 information. querybts only displays information and reportbug allows to
 provide new information.
 Reportbug and querybts share some libraries. That's why the message x -
 Provide extra information is displayed. Some cases were not managed in
 querybts and the use should be warned about it.
 Here is a patch to solve this issue with x option, solving also an
 issue with o option. The patch displays the last menu in querybts
 again if x or o option is chosen, also warning the user these
 options are not available using querybts directly.
 
 there something going wrong here :( this is the trascript of a session
 after applying your patch:
 
 ~/deb/reportbug$ git am

/home/morph/Desktop/0001-warn-the-user-this-option-is-not-available-with-quer.pat
 ~/deb/reportbug$ ./bin/querybts checkgmail
 Querying Debian BTS for reports on checkgmail...
 3 bug reports found:
 
 Outstanding bugs -- Normal bugs; Unclassified (3 bugs)
   1) #404496  Adding a label with a blank in it breaks checkgmail
   2) #42  checkgmail: Undefined value error
   3) #439862  checkgmail display erroneusly Latin characters
 (1-3/3) What would you like to do next [N|m|r|q|f|?]? ?
 N - (default) Problem not listed above; possibly check more.
 m - Get more information about a bug (you can also enter a number
 without selecting m first).
 r - Redisplay the last bugs shown.
 q - I'm bored; quit please.
 f - Filter bug list using a pattern.
 ? - Display this help.
 (1-3/3) What would you like to do next [N|m|r|q|f|?]? 1
 Retrieving report #404496 from Debian bug tracking system...
 What do you want to do now? [N|x|o|r|b|q|?]? ?
 N - (default) Show next message (followup).
 x - Provide extra information.
 o - Show other bug reports (return to bug listing).
 r - Redisplay this message.
 b - Launch web browser to read full log.
 q - I'm bored; quit please.
 ? - Display this help.
 What do you want to do now? [N|x|o|r|b|q|?]? x
 mo...@sandrotosi:~/deb/reportbug$ ./bin/querybts checkgmail
 Querying Debian BTS for reports on checkgmail...
 3 bug reports found:
 
 Outstanding bugs -- Normal bugs; Unclassified (3 bugs)
   1) #404496  Adding a label with a blank in it breaks checkgmail
   2) #42  checkgmail: Undefined value error
   3) #439862  checkgmail display erroneusly Latin characters
 (1-3/3) What would you like to do next [N|m|r|q|f|?]? 2
 Retrieving report #42 from Debian bug tracking system...
 What do you want to do now? [N|x|o|r|b|q|?]? o
 Outstanding bugs -- Normal bugs; Unclassified (3 bugs)
   1) #404496  Adding a label with a blank in it breaks checkgmail
   2) #42  checkgmail: Undefined value error
   3) #439862  checkgmail display erroneusly Latin characters
 (1-3/3) What would you like to do next [N|m|r|q|f|?]? 3
 Retrieving report #439862 from Debian bug tracking system...
 What do you want to do now? [N|x|o|r|b|q|?]? x
 ~/deb/reportbug$ echo $?
 0
 ~/deb/reportbug$
 
 it simply exit hitting 'x'. DOn't have time to debug it, but I think
 it worth letting you know :)
 
 CHeers.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535188: CVE-2008-6837 and CVE-2008-6838

2009-07-03 Thread Giuseppe Iuculano
Hi Jeroen,

 These issues have been fixed in Zoph 0.7.0.5 and 0.7.3 and are actually
 (contrary to what CVE-2008-6837 says) the issues from CVE-2008-3258.
 
 I would appreciate it if you could rectify this information.

Could you provide more details about these issues please?


Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#528709: Problem Solved

2009-07-03 Thread Bob Hauck
I finally figured out what the problem was.  If I completely remove any 
reference to synaptics from my xorg.conf then synclient and syndaemon 
work as documented.  Apparently it is not a good idea to have 
configuration done both by xorg.conf and by HAL.


I had the same setup in xorg.conf for several years, but apparently the 
latest version of the synaptics driver prefers to be configured via 
HAL.  This is not well-documented in the README or NEWS files.  There is 
a brief mention of auto-configuration and HAL in README.Debian but then 
it goes on to describe manual configuration using xorg.conf, which is 
seemingly not the proper method now.


So the fix was as follows.  I removed all references to the synaptics 
driver from my xorg.conf, then restarted X.  At that point I could use 
synclient to configure the touchpad as documented in the man page.  To 
make my settings permanent, I copied the default fdi file from:


/usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi

to:

/etc/hal/fdi/11-x11-synaptics.fdi

Then I edited that file to set my configuration variables.  After 
restarting HAL and X everything worked as it is supposed to.


--
-| Bob Hauck (Brother Nail Gun of The Short Path)
-| http://www.haucks.org/




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535586: alien: Alien added permissions fixup code behaves badly with symlinks

2009-07-03 Thread Iva Cabric
Package: alien
Severity: normal


Hello,
when alien converts package to deb it takes permissions from symlinks
(rwxrwxrwx) and passes it to chmod which changes the permissions of the
pointed-to file. That can lead to very hazardous situation.
For example if /usr/bin/somebinary points to /opt/package/bin/somebinary,
alien will generate this code:

# alien added permissions fixup code
[...]
chmod '777' '/usr/bin/somebinary'

and since chmod changes permissions of pointed-to file, original file
(/opt/package/bin/somebinary) gets rwxrwxrwx.

-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-xen-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#252896: fam: Maybe here a solution

2009-07-03 Thread Chuan-kai Lin
On Fri, Jul 03, 2009 at 12:35:09PM +0200, Gerfried Fuchs wrote:
  That message is perfect and sounds extremely convincing that this would
 fix the bug - and it really makes me wonder if the maintainer of the
 package is still around. Chuan-kai Lin, if you are still around please
 give me a message. I will be doing an NMU to fix this long-standing
 issue which is becoming a real PITA at my current work place too and it
 will get linked against -lrt -lpthread.

Yeah, I have been really bad at getting on top of this issue.  Sorry
about that.  I promise I will look into it this weekend and make an
upload if it seems to work.

-- 
Chuan-kai Lin
http://web.cecs.pdx.edu/~cklin/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535587: librpcsecgss: FTBFS on GNU/kFreeBSD

2009-07-03 Thread Cyril Brulebois
Package: librpcsecgss
Version: 0.18-1
Severity: important
Tags: patch pending
User: glibc-bsd-de...@lists.alioth.debian.org
Usertags: kfreebsd

Hi,

please find attached a trivial patch to fix the FTBFS on GNU/kFreeBSD:
| /bin/sh ../libtool --tag=CC   --mode=link i486-kfreebsd-gnu-gcc  -g -O2 
-version-info 3:0:0 -Wl,-z,defs -o librpcsecgss.la -rpath /usr/lib 
librpcsecgss_la-auth_gss.lo librpcsecgss_la-authgss_prot.lo 
librpcsecgss_la-svc.lo librpcsecgss_la-svc_run.lo librpcsecgss_la-svc_auth.lo 
librpcsecgss_la-svc_auth_none.lo librpcsecgss_la-svc_auth_unix.lo 
librpcsecgss_la-svc_auth_gss.lo librpcsecgss_la-svc_raw.lo 
librpcsecgss_la-svc_simple.lo librpcsecgss_la-svc_tcp.lo 
librpcsecgss_la-svc_udp.lo librpcsecgss_la-rpc_commondata.lo 
librpcsecgss_la-clnt_generic.lo librpcsecgss_la-clnt_perror.lo 
librpcsecgss_la-clnt_raw.lo librpcsecgss_la-clnt_simple.lo 
librpcsecgss_la-clnt_tcp.lo librpcsecgss_la-clnt_udp.lo -lgssglue -ldl   
| i486-kfreebsd-gnu-gcc -shared  .libs/librpcsecgss_la-auth_gss.o 
.libs/librpcsecgss_la-authgss_prot.o .libs/librpcsecgss_la-svc.o 
.libs/librpcsecgss_la-svc_run.o .libs/librpcsecgss_la-svc_auth.o 
.libs/librpcsecgss_la-svc_auth_none.o .libs/librpcsecgss_la-svc_auth_unix.o 
.libs/librpcsecgss_la-svc_auth_gss.o .libs/librpcsecgss_la-svc_raw.o 
.libs/librpcsecgss_la-svc_simple.o .libs/librpcsecgss_la-svc_tcp.o 
.libs/librpcsecgss_la-svc_udp.o .libs/librpcsecgss_la-rpc_commondata.o 
.libs/librpcsecgss_la-clnt_generic.o .libs/librpcsecgss_la-clnt_perror.o 
.libs/librpcsecgss_la-clnt_raw.o .libs/librpcsecgss_la-clnt_simple.o 
.libs/librpcsecgss_la-clnt_tcp.o .libs/librpcsecgss_la-clnt_udp.o  -lgssglue 
-ldl  -Wl,-z -Wl,defs -Wl,-soname -Wl,librpcsecgss.so.3 -o 
.libs/librpcsecgss.so.3.0.0
| .libs/librpcsecgss_la-clnt_tcp.o: In function `rpcsecgss_clnttcp_create':
| 
/build/buildd-librpcsecgss_0.18-2-kfreebsd-i386-Una4UY/librpcsecgss-0.18/src/clnt_tcp.c:232:
 undefined reference to `arc4random'
| .libs/librpcsecgss_la-clnt_udp.o: In function `rpcsecgss_clntudp_bufcreate':
| 
/build/buildd-librpcsecgss_0.18-2-kfreebsd-i386-Una4UY/librpcsecgss-0.18/src/clnt_udp.c:160:
 undefined reference to `arc4random'
| collect2: ld returned 1 exit status


See e.g. 
https://buildd.debian.org/fetch.cgi?pkg=librpcsecgssarch=kfreebsd-i386ver=0.18-2stamp=1246620313file=logas=raw

I'm going to upload to DELAYED/15 (so that the patch doesn't stay in the
BTS forever) once I've received the bug number, but feel free to do
another MU in the meanwhile (at least nfs-utils has a dep-wait on it,
although I'd bet it also needs some Linux-specific stuff). :)

I've noticed -2 FTBFS'd, but that also applies for -1.

Mraw,
KiBi.
diff -u librpcsecgss-0.18/debian/changelog librpcsecgss-0.18/debian/changelog
--- librpcsecgss-0.18/debian/changelog
+++ librpcsecgss-0.18/debian/changelog
@@ -1,3 +1,11 @@
+librpcsecgss (0.18-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS on GNU/kFreeBSD by using getpid() (rather than arc4random())
+not only if __linux__ is defined, but also if __GLIBC__ is defined.
+
+ -- Cyril Brulebois k...@debian.org  Fri, 03 Jul 2009 15:21:03 +0200
+
 librpcsecgss (0.18-2) unstable; urgency=low
 
* DH compatibility level is 7
only in patch2:
unchanged:
--- librpcsecgss-0.18.orig/src/clnt_udp.c
+++ librpcsecgss-0.18/src/clnt_udp.c
@@ -154,7 +154,7 @@
 	cu-cu_total.tv_usec = -1;
 	cu-cu_sendsz = sendsz;
 	cu-cu_recvsz = recvsz;
-#ifdef __linux__
+#if defined (__linux__) || defined(__GLIBC__)
 	call_msg.rm_xid = getpid() ^ now.tv_sec ^ now.tv_usec;
 #else
 	call_msg.rm_xid = arc4random();
only in patch2:
unchanged:
--- librpcsecgss-0.18.orig/src/clnt_tcp.c
+++ librpcsecgss-0.18/src/clnt_tcp.c
@@ -226,7 +226,7 @@
 	 * Initialize call message
 	 */
 	(void)gettimeofday(now, (struct timezone *)0);
-#ifdef __linux__
+#if defined (__linux__) || defined(__GLIBC__)
 	call_msg.rm_xid = getpid() ^ now.tv_sec ^ now.tv_usec;
 #else
 	call_msg.rm_xid = arc4random();


Bug#535589: midori: sorting bookmarks alphabetically

2009-07-03 Thread vitaminx
Package: midori
Version: 0.1.7-1
Severity: wishlist


Hello,

I like the feature of e.g. epiphany very much that added bookmarks are
automatically sorted by alphabet. That makes it lots easier to manage
bookmarks.

Could this please be implemented in Midori?


Greetings,
vitaminx


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages midori depends on:
ii  dbus-x111.2.12-1 simple interprocess messaging syst
ii  libatk1.0-0 1.26.0-1 The ATK accessibility toolkit
ii  libc6   2.9-12   GNU C Library: Shared libraries
ii  libcairo2   1.8.6-2+b1   The Cairo 2D vector graphics libra
ii  libfontconfig1  2.6.0-3  generic font configuration library
ii  libfreetype62.3.9-4.1FreeType 2 font engine, shared lib
ii  libglib2.0-02.20.1-2 The GLib library of C routines
ii  libgtk2.0-0 2.16.1-2 The GTK+ graphical user interface 
ii  libidn111.14-3   GNU Libidn library, implementation
ii  libpango1.0-0   1.24.0-3+b1  Layout and rendering of internatio
ii  libsoup2.4-12.26.2-1 an HTTP library implementation in 
ii  libsqlite3-03.6.14.2-1   SQLite 3 shared library
ii  libunique-1.0-0 1.0.8-1  Library for writing single instanc
ii  libwebkit-1.0-2 1.1.10-2 Web content engine library for Gtk
ii  libxml2 2.7.3.dfsg-1 GNOME XML library

Versions of packages midori recommends:
ii  gnome-icon-theme  2.26.0-1   GNOME Desktop icon theme
ii  libnotify10.4.5-1sends desktop notifications to a n

midori suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535588: jpilot: repeatable segfault when switching from contacts to calendar

2009-07-03 Thread Eric Cooper
Package: jpilot
Version: 1.6.2.4-1
Severity: important

Whenever I switch from my contacts list to the calendar view, jpilot
exits (it prints removing stale pidfile and exits with code 1).
I did an strace and found that it was segfaulting.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (400, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jpilot depends on:
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libcairo21.8.6-2+b1  The Cairo 2D vector graphics libra
ii  libfontconfig1   2.6.0-3 generic font configuration library
ii  libfreetype6 2.3.9-4.1   FreeType 2 font engine, shared lib
ii  libglib2.0-0 2.20.1-2The GLib library of C routines
ii  libgtk2.0-0  2.16.1-2The GTK+ graphical user interface 
ii  libpango1.0-01.24.0-3+b1 Layout and rendering of internatio
ii  libpisock9   0.12.3-11   library for communicating with a P

Versions of packages jpilot recommends:
pn  jpilot-pluginsnone (no description available)

Versions of packages jpilot suggests:
pn  jpilot-backup none (no description available)

-- debconf information:
* shared/pilot/port: None



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535590: vcheck: __VER__ does not handle correctly with rc

2009-07-03 Thread Daniel Dehennin
Package: vcheck
Severity: normal
Version: 1.2.1-6

Hello,

I start the following configuration for firefox download:
--8---cut here---start-8---
prog Firefox = {
  dl = yes
  dldir = mozilla/firefox/__NEWVER__/
  url = http://mirror.switch.ch/ftp/mirror/mozilla/firefox/releases/
  regex = (__VER__)/
}
--8---cut here---end---8---

Runing vcheck gives 3.5rc3 instead of 3.5:
--8---cut here---start-8---
- ./vcheck -nv -m Firefox
Checking for Firefox... new version: 3.5rc3.
--8---cut here---end---8---

Regards.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (90, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30+hati.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1


pgpeuG0tvI1rD.pgp
Description: PGP signature


Bug#535591: vcheck: Please support comments

2009-07-03 Thread Daniel Dehennin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: vcheck
Version: 1.2.1-6
Severity: wishlist

It's not possible to use comments in the configuration file.

Please support # or something else.

Regards.p

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (90, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30+hati.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vcheck depends on:
ii  libwww-perl   5.826-1WWW client/server library for Perl
ii  perl  5.10.0-23  Larry Wall's Practical Extraction 

vcheck recommends no packages.

vcheck suggests no packages.

- -- no debconf information

- -- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (GNU/Linux)

iEYEAREKAAYFAkpOCeQACgkQb97L6l6P4FsMvACdHjrgfEkpo4H3vIlNCU+tnW/T
xQ8AnA32wr8SUbkepsmiu1w2ViFD6zqZ
=bit2
-END PGP SIGNATURE-



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535504: libc6: resolving: does not try different nameserver anymore

2009-07-03 Thread Kurt Roeckx
On Fri, Jul 03, 2009 at 02:50:54AM +0200, Aurelien Jarno wrote:
 On Thu, Jul 02, 2009 at 08:15:29PM +0200, Kurt Roeckx wrote:
  Package: libc6
  Version: 2.9-12
  
  Hi,
  
  It seems that libc6 doesn't try the other nameserver anymore when
  the first returns 5(REFUSED).  If a nameserver returns REFUSED,
  it's not the same as a permanent error.
  
  Atleast apt-get in stable and testing/unstable react different
  to this.
  
 
 Did you tried version 2.9-18 ? A big part of the resolving code has been
 changed between 2.9-12 and 2.9-18.

2.9-18 behaves the same.


Kurt




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#527759: tex-guy: FTBFS: libtool errors

2009-07-03 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (03/07/2009):
 I'm going to file another bug for an FTBFS that only happens on
 kfreebsd-* and then prepare an upload with both fixes for DELAYED/7 or
 something like that.

That's #535579, and there's the whole source debdiff attached now,
fixed package uploaded to DELAYED/7.

Mraw,
KiBi.
diff -u tex-guy-1.3.2/debian/rules tex-guy-1.3.2/debian/rules
--- tex-guy-1.3.2/debian/rules
+++ tex-guy-1.3.2/debian/rules
@@ -36,6 +36,7 @@
 	ln -sf /usr/share/misc/config.sub /usr/share/misc/config.guess .
 	aclocal
 	autoconf
+	libtoolize
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
 	--enable-static --with-gettext
 
diff -u tex-guy-1.3.2/debian/changelog tex-guy-1.3.2/debian/changelog
--- tex-guy-1.3.2/debian/changelog
+++ tex-guy-1.3.2/debian/changelog
@@ -1,3 +1,15 @@
+tex-guy (1.3.2-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to libtool errors by calling “libtoolize” right after
+“autoconf” in debian/rules in order to update libtool-related files
+(Closes: #527759).
+  * Fix FTBFS on GNU/kFreeBSD, where setpgrp() takes no parameter, using
+the following patch (Closes: #535579):
+ - debian/patches/01_fix_ftbfs_on_kfreebsd.dpatch
+
+ -- Cyril Brulebois k...@debian.org  Fri, 03 Jul 2009 14:08:31 +0200
+
 tex-guy (1.3.2-6) unstable; urgency=low
 
   * debian/patches/01_display_eps.dpatch: New patch.  Fixed the problem of
diff -u tex-guy-1.3.2/debian/patches/00list tex-guy-1.3.2/debian/patches/00list
--- tex-guy-1.3.2/debian/patches/00list
+++ tex-guy-1.3.2/debian/patches/00list
@@ -4,0 +5 @@
+01_fix_ftbfs_on_kfreebsd.dpatch
only in patch2:
unchanged:
--- tex-guy-1.3.2.orig/debian/patches/01_fix_ftbfs_on_kfreebsd.dpatch
+++ tex-guy-1.3.2/debian/patches/01_fix_ftbfs_on_kfreebsd.dpatch
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_display_eps.dpatch by Cyril Brulebois k...@debian.org
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix FTBFS on GNU/kFreeBSD, where setpgrp() takes no argument.
+
+...@dpatch@
+--- tex-guy-1.3.2/DVIlib2-2.9.1/spc_ps.c~
 tex-guy-1.3.2/DVIlib2-2.9.1/spc_ps.c
+@@ -1905,7 +1905,7 @@
+ /*** GS ***/
+ #if defined(__linux__)
+ (void) setpgid(0,0);
+-#elif defined(__svr4__)||defined(__SVR4__)
++#elif defined(__svr4__)||defined(__SVR4__)||defined(__FreeBSD_kernel__)
+ (void) setpgrp();
+ #else
+ (void) setpgrp(0, getpid());


Bug#535587: librpcsecgss: FTBFS on GNU/kFreeBSD

2009-07-03 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (03/07/2009):
 I'm going to upload to DELAYED/15 (so that the patch doesn't stay in
 the BTS forever) once I've received the bug number, but feel free to
 do another MU in the meanwhile (at least nfs-utils has a dep-wait on
 it, although I'd bet it also needs some Linux-specific stuff). :)

I just did so. Maybe the build log would be nicer if there wasn't
DH_VERBOSE=1 in debian/rules, too? :)

Mraw,
KiBi.
diff -u librpcsecgss-0.18/debian/changelog librpcsecgss-0.18/debian/changelog
--- librpcsecgss-0.18/debian/changelog
+++ librpcsecgss-0.18/debian/changelog
@@ -1,3 +1,12 @@
+librpcsecgss (0.18-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS on GNU/kFreeBSD by using getpid() (rather than arc4random())
+not only if __linux__ is defined, but also if __GLIBC__ is defined, in
+both src/clnt_{tcp,udp}.c (Closes: #535587).
+
+ -- Cyril Brulebois k...@debian.org  Fri, 03 Jul 2009 15:21:03 +0200
+
 librpcsecgss (0.18-2) unstable; urgency=low
 
* DH compatibility level is 7
only in patch2:
unchanged:
--- librpcsecgss-0.18.orig/src/clnt_udp.c
+++ librpcsecgss-0.18/src/clnt_udp.c
@@ -154,7 +154,7 @@
 	cu-cu_total.tv_usec = -1;
 	cu-cu_sendsz = sendsz;
 	cu-cu_recvsz = recvsz;
-#ifdef __linux__
+#if defined (__linux__) || defined(__GLIBC__)
 	call_msg.rm_xid = getpid() ^ now.tv_sec ^ now.tv_usec;
 #else
 	call_msg.rm_xid = arc4random();
only in patch2:
unchanged:
--- librpcsecgss-0.18.orig/src/clnt_tcp.c
+++ librpcsecgss-0.18/src/clnt_tcp.c
@@ -226,7 +226,7 @@
 	 * Initialize call message
 	 */
 	(void)gettimeofday(now, (struct timezone *)0);
-#ifdef __linux__
+#if defined (__linux__) || defined(__GLIBC__)
 	call_msg.rm_xid = getpid() ^ now.tv_sec ^ now.tv_usec;
 #else
 	call_msg.rm_xid = arc4random();


Bug#535592: rt3.8-clients: rt(1) ignores server in /etc/request-tracker3.8/rt.conf

2009-07-03 Thread Jon Dowland
Package: rt3.8-clients
Version: 3.8.4-1
Severity: normal

Hello,

I configured /etc/request-tracker3.8/rt.conf with a server
line as follows

server http://ra.ncl.ac.uk/rt

and having set RTDEBUG=3, RTUSER and RTPASS environment
variables, I get the following:

# rt comment -m zomglol 1
POST /REST/1.0/ticket/1/comment
(snip)
400 URL must be absolute
rt: Server error: URL must be absolute (400)

If I also set RTSERVER=http://ra.ncl.ac.uk/rt then all is
well. So it would appear this server line in
/etc/request-tracker3.8/rt.conf is being ignored.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rt3.8-clients depends on:
ii  exim4-daemon-light [mail-tran 4.69-11lightweight Exim MTA (v4) daemon
ii  libhtml-format-perl   2.04-2 format HTML syntax trees into text
ii  libhtml-tree-perl 3.23-1 represent and create HTML syntax t
ii  libterm-readkey-perl  2.30-4 A perl module for simple terminal 
ii  libterm-readline-gnu-perl 1.19-1 Perl extension for the GNU Readlin
ii  libwww-perl   5.826-1WWW client/server library for Perl
ii  perl  5.10.0-22  Larry Wall's Practical Extraction 

Versions of packages rt3.8-clients recommends:
ii  libio-socket-ssl-perl 1.24-1 Perl module implementing object or

rt3.8-clients suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535593: Extensions: error when trying to find an update

2009-07-03 Thread Vincent Lefevre
Package: iceweasel
Version: 3.0.11-1
Severity: normal

I have the Web Developer 1.1.6 extension installed. When I ask
Find Update, I get the following error:

  An error occurred while trying to find updates for Web Developer.

Unfortunately the error message doesn't say more about the problem.
I just know that I had no problems with upstream's Firefox under
Mac OS X.

FYI, in extensions.rdf:

  RDF:Description 
RDF:about=urn:mozilla:item:{c45c406e-ab73-11d8-be73-000a95be3b12}
   NS1:installLocation=app-profile
   NS1:version=1.1.6
   NS1:name=Web Developer
   NS1:description=Adds a menu and a toolbar with various web 
developer tools.
   NS1:creator=Chris Pederick
   
NS1:homepageURL=http://chrispederick.com/work/web-developer/;
   
NS1:updateURL=http://downloads.mozdev.org/webdeveloper/update.rdf;
   
NS1:optionsURL=chrome://webdeveloper/content/options/options.xul
   NS1:aboutURL=chrome://webdeveloper/content/about/about.xul
   
NS1:iconURL=chrome://webdeveloper/content/images/logo/large.png
   
NS1:updateKey=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxpRVkW7GmTo1KcF1Zt8K8MdVt4mCS7KlKlWPL3exWpS2+uxe1F2+p+oxu2Tf4T6pmlxs4/MXV2Tov+EiluCA3C0p/3gWB6q9kgU1EXbbv5unV+rkb/0/liVA2vPjpGpnjHeSltk7kZ1jVbjnZn/JCR8RGV8D3bVTCJrV5lIPjQQIDAQAB

Here's what Live HTTP headers outputs when I try to find an update:

http://downloads.mozdev.org/webdeveloper/update.rdf

GET /webdeveloper/update.rdf HTTP/1.1
Host: downloads.mozdev.org
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) 
Gecko/2009061317 Iceweasel/3.0.11 (Debian-3.0.11-1)
Accept: 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,application/pdf;q=0.9,application/postscript;q=0.8,*/*;q=0.5
Accept-Language: fr,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache

HTTP/1.x 302 Found
Server: nginx/0.6.32
Date: Fri, 03 Jul 2009 13:52:17 GMT
Content-Type: text/html
Connection: keep-alive
X-Powered-By: PHP/5.2.9
Location: http://ftp.rz.tu-bs.de/pub/mirror/mozdev.org/webdeveloper/update.rdf
Content-Length: 0
--
http://ftp.rz.tu-bs.de/pub/mirror/mozdev.org/webdeveloper/update.rdf

GET /pub/mirror/mozdev.org/webdeveloper/update.rdf HTTP/1.1
Host: ftp.rz.tu-bs.de
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) 
Gecko/2009061317 Iceweasel/3.0.11 (Debian-3.0.11-1)
Accept: 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,application/pdf;q=0.9,application/postscript;q=0.8,*/*;q=0.5
Accept-Language: fr,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache

HTTP/1.x 200 OK
Date: Fri, 03 Jul 2009 13:14:04 GMT
Server: Apache/2.2.3 (Debian) PHP/5.2.0-8+etch15 mod_perl/2.0.2 Perl/v5.8.8
Last-Modified: Wed, 01 Jul 2009 03:00:58 GMT
Etag: e34021-479e-21e7ae80
Accept-Ranges: bytes
Content-Length: 18334
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/plain; charset=UTF-8
--

So, everything seems to be OK (and I can open the URL in an Iceweasel
window).

-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26.5-20080922 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages iceweasel depends on:
ii  debianutils   3.1.3  Miscellaneous utilities specific t
ii  fontconfig2.6.0-4generic font configuration library
ii  libc6 2.9-18 GNU C Library: Shared libraries
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.16.4-1   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8-1  NetScape Portable Runtime Library
ii  libstdc++64.4.0-10   The GNU Standard C++ Library v3
ii  procps1:3.2.8-1  /proc file system utilities
ii  psmisc22.7-1 utilities that use the proc file s
ii  xulrunner-1.9 1.9.0.11-1 XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts  0.1-8   Xft-compatible versions of some La
ii  libkrb53 1.6.dfsg.4~beta1-13 Transitional library package/krb4 
pn  mozplugger   none  (no description available)
ii  ttf-mathematica4.1   8  

Bug#522041: initramfs-tools: conf/conf.d/cryptroot missing from initrd.img when using file system label

2009-07-03 Thread Ross Burton
This is breaking new installing using the testing d-i image with
cryptroot because the default fstab contains UUID mounts.  Can you
review this patch?

Ross
-- 
Ross Burton mail: r...@burtonini.com
  jabber: r...@burtonini.com
   www: http://burtonini.com




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535594: rt3.8-clients: rt-mailgate manpage says 'See man rt-mailgate for more.'

2009-07-03 Thread Jon Dowland
Package: rt3.8-clients
Version: 3.8.4-1
Severity: minor

rt-mailgate(1):
   rt-mailgate - Mail gateway for Request Tracker

SYNOPSIS
   snip
   See man rt-mailgate for more.

But this is man rt-mailgate!


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rt3.8-clients depends on:
ii  exim4-daemon-light [mail-tran 4.69-11lightweight Exim MTA (v4) daemon
ii  libhtml-format-perl   2.04-2 format HTML syntax trees into text
ii  libhtml-tree-perl 3.23-1 represent and create HTML syntax t
ii  libterm-readkey-perl  2.30-4 A perl module for simple terminal 
ii  libterm-readline-gnu-perl 1.19-1 Perl extension for the GNU Readlin
ii  libwww-perl   5.826-1WWW client/server library for Perl
ii  perl  5.10.0-22  Larry Wall's Practical Extraction 

Versions of packages rt3.8-clients recommends:
ii  libio-socket-ssl-perl 1.24-1 Perl module implementing object or

rt3.8-clients suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#442350: ITP: php-validate -- provides methods to validate various data, types

2009-07-03 Thread Daniel Holbach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

just wanted to let you know that the Ubuntu NGO team started working on
packaging CiviCRM and completed the packaging of php-validate (other
modules like php-validate-finance, etc. are in the works).
https://wiki.ubuntu.com/NGO/ApplicationPackaging has more information
about the effort.

Source package available at https://launchpad.net/~ubuntu-ngo/+archive/ppa

https://launchpad.net/~ubuntu-ngo/+archive/ppa/+files/php-validate_0.8.2-0ubuntu1~ppa1.dsc

I'm CCing the Debian PHP Maintainers and hope they are interested in the
package too.

Have a great day - I hope it is useful to you and can be included in
Debian as well.
 Daniel
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpOEE8ACgkQRjrlnQWd1euL3QCeKiK7Og2SKKfm9Dqe3ebilBDG
TI0AnidAL6RIzd6ym+CDAQQppN2Xa/na
=H6EO
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#516812: amavisd-new: Does not recognise viruses from ClamAV

2009-07-03 Thread Alexander Wirt
Hi, 

sorry for my late reply. I have good reasons to think that your bug is fixed
in the latest version of the amavis package (Your bugs seems related to
#518524). Would you please try if the problem is still existing? 

Thanks for your help 
Alex



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535596: scid: title should be capitalized

2009-07-03 Thread Bill Allombert
Package: scid
Version: 1:3.7.3.cvs20090702-1
Severity: normal

Hello Oliver,

The file /usr/share/menu/scid reads

?package(scid): needs=X11 section=Games/Board hints=Chess title=scid 
command=/usr/games/scid icon=/usr/share/pixmaps/scid.xpm

Please capitalize the title (title=Scid), as is requested by the menu manual.
(It was capitalized in older packages).

Cheers,
-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#470612: (no subject)

2009-07-03 Thread Sandro Tosi
On Fri, Jul 3, 2009 at 13:32, Marc Mutzm...@kdab.net wrote:
 I gave you detailed information on how to reproduce the problem. Please at
 least _try to pretend_ you have tried to reproduce the problem yourself,
 instead of blindly closing.

Congrats for your politeness... I will now pretend you're a normal
user, and reply calmly.

reportbug works perfectly with tls GMail configuration, as described on [1]

[1] /usr/share/doc/reportbug/README.Users

does a similar config works for you? Else, point to documentation that
explain what we are doing wrong and why possible what your MTA is
expecting.

 http://www.chiark.greenend.org.uk/ucgi/~cjwatson/blosxom/2009/03/02

yeah, great, keep on this way.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535595: apt-config: Can't return array values in shell mode

2009-07-03 Thread Goswin Brederlow
Package: apt
Version: 0.7.21
Severity: normal
File: /usr/bin/apt-config

Hi,

I'm trying to use the apt-conf format to store some settings for
ia32-apt-get. For example the architecture ia32-apt-get should fetch
packages from. Currently the file only contains
IA32::Architectures {amd64; i386;};

% apt-config -c ia32-libs-tools/00ia32-libs-tools dump | grep IA32
IA32 ;
IA32::Architectures ;
IA32::Architectures:: amd64;
IA32::Architectures:: i386;

% apt-config -c ia32-libs-tools/00ia32-libs-tools  shell FOO 
IA32::Architectures 
FOO=''

% apt-config -c ia32-libs-tools/00ia32-libs-tools  shell FOO 
IA32::Architectures::

There seems to be no option in shell mode to extract the Architectures
values. I can't think of a way how to do it without involving bashism
for arrays or get problems with whitespaces so this might not actually
be fixable. But then it should be documented in the manpage on how to
extract the values via dump, e.g:

for i in $(apt-config -c ia32-libs-tools/00ia32-libs-tools dump \
| grep ^IA32::Architectures::  \
| sed 's/^[^ ]* \(.*\);$/\1/'); do
  echo Got arch '$(eval echo $i)'
done

MfG
Goswin



-- Package-specific info:

-- (/etc/apt/preferences present, but not submitted) --


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: squeeze/sid
  APT prefers transitional-i386
  APT policy: (500, 'transitional-i386'), (500, 'unstable'), (400, 
'unstable-i386'), (1, 'experimental-i386'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29.4-frosties-1
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring2009.01.31 GnuPG archive keys of the Debian a
ii  libc6 2.9-18 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.0-10 GCC support library
ii  libstdc++64.4.0-10   The GNU Standard C++ Library v3

apt recommends no packages.

Versions of packages apt suggests:
ii  apt-doc   0.7.21 Documentation for APT
ii  aptitude  0.4.11.11-1+b1 terminal-based package manager
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  dpkg-dev  1.15.3 Debian package development tools
ii  lzma  4.43-14Compression method of 7z format in
ii  python-apt0.7.10.4   Python interface to libapt-pkg
ii  synaptic  0.62.7 Graphical package manager

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#494835: [Pkg-nagios-devel] Bug#494835: nagios-plugins: check_http add , default http port to URL

2009-07-03 Thread Brian Stolz
Hi Jan,

On Wed, Jun 17, 2009 at 4:11 PM, Jan Wagnerw...@cyconet.org wrote:
 Hi there,

 On Tuesday 02 June 2009, Bigot Adrien wrote:
 I have the same issue and it's a very big problem for us.
 You can se that :

 http://www.feedingthesapecosystem.com return a  200 OK
 and
 http://www.feedingthesapecosystem.com:80 return a 404 Not Found !

 Could you add a flag to not include the port number in the host ?

 if I understand you correctly, the problem should be fixed with the latest
 git version of nagios-plugins.

 unstable:

 w...@schuhkarton:~$ dpkg -l | grep nagios-plugins
 ii  nagios-plugins-basic 1.4.12-5 Plugins for the nagios network monitoring an
 w...@schuhkarton:~$ /usr/lib/nagios/plugins/check_http -H www1.wowhead.com:80 
 -I www1.wowhead.com
 HTTP OK - HTTP/1.1 301 Moved Permanently - 0,566 second response time 
 |time=0,565672s;;;0,00 size=539B;;;0
 w...@schuhkarton:~$ /usr/lib/nagios/plugins/check_http -H www1.wowhead.com -I 
 www1.wowhead.com
 HTTP OK - HTTP/1.1 301 Moved Permanently - 0,443 second response time 
 |time=0,442510s;;;0,00 size=539B;;;0

 a version compiles against latest git:

 w...@schuhkarton:~$ dpkg -l | grep nagios-plugins
 ii  nagios-plugins-basic 1.4.13+git200906171200-1 Plugins for the nagios 
 network monitoring an
 w...@schuhkarton:~$ /usr/lib/nagios/plugins/check_http -H www1.wowhead.com:80 
 -I www1.wowhead.com
 HTTP OK: HTTP/1.1 301 Moved Permanently - 539 bytes in 0.338 second response 
 time |time=0.337850s;;;0.00 size=539B;;;0
 w...@schuhkarton:~$ /usr/lib/nagios/plugins/check_http -H www1.wowhead.com -I 
 www1.wowhead.com
 HTTP OK: HTTP/1.1 200 OK - 6537 bytes in 0.524 second response time 
 |time=0.524306s;;;0.00 size=6537B;;;0

 Can you confirm that this behavior fixes the problem your had?

 Thanks and with kind regards, Jan.
 --
 Never write mail to w...@spamfalle.info, you have been warned!
 -BEGIN GEEK CODE BLOCK-
 Version: 3.1
 GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE
 Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++
 --END GEEK CODE BLOCK--


Yes, this resolves the bug I was experiencing perfectly.

-- 
- Brian



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535597: fglrx-source: module compile fails on amd64 with kernel 2.6.30

2009-07-03 Thread Matthew Smith
Package: fglrx-source
Version: 1:9-5-1
Severity: important
Justification: fails to build from source

Using module-aaistant to build:

/usr/bin/make  -f debian/rules clean
make[1]: Entering directory `/usr/src/modules/fglrx'
dh_testroot
rm -f configure-stamp
rm -f fglrx.ko fglrx.mod.c *.o libfglrx_ip.a
rm -f .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
rm -rf patch
dh_clean
rm -f /usr/src/modules/fglrx/debian/control
rm -f /usr/src/modules/fglrx/debian/dirs
make[1]: Leaving directory `/usr/src/modules/fglrx'
/usr/bin/make  -f debian/rules binary_modules
make[1]: Entering directory `/usr/src/modules/fglrx'
if [ -f /usr/src/modules/fglrx/debian/control.template ]; then \
cat /usr/src/modules/fglrx/debian/control.template  
/usr/src/modules/fglrx/debian/control; \
fi
dh_testdir
touch configure-stamp
dh_testdir
/usr/bin/make -C /lib/modules/2.6.30-1-amd64/build 
SUBDIRS=/usr/src/modules/fglrx modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.30-1-amd64'
  CC [M]  /usr/src/modules/fglrx/firegl_public.o
In file included from /usr/src/modules/fglrx/firegl_public.c:171:
/usr/src/modules/fglrx/firegl_public.h:164:1: warning: PM_EVENT_SUSPEND 
redefined
In file included from 
/usr/src/linux-headers-2.6.30-1-common/arch/x86/include/asm/apic.h:6,
 from 
/usr/src/linux-headers-2.6.30-1-common/arch/x86/include/asm/smp.h:13,
 from 
/usr/src/linux-headers-2.6.30-1-common/arch/x86/include/asm/mmzone_64.h:12,
 from 
/usr/src/linux-headers-2.6.30-1-common/arch/x86/include/asm/mmzone.h:4,
 from 
/usr/src/linux-headers-2.6.30-1-common/include/linux/mmzone.h:775,
 from 
/usr/src/linux-headers-2.6.30-1-common/include/linux/gfp.h:4,
 from 
/usr/src/linux-headers-2.6.30-1-common/include/linux/kmod.h:22,
 from 
/usr/src/linux-headers-2.6.30-1-common/include/linux/module.h:13,
 from /usr/src/modules/fglrx/firegl_public.c:93:
/usr/src/linux-headers-2.6.30-1-common/include/linux/pm.h:241:1: warning: this 
is the location of the previous definition
In file included from /usr/src/modules/fglrx/firegl_public.c:171:
/usr/src/modules/fglrx/firegl_public.h:598:1: warning: pgprot_writecombine 
redefined
In file included from 
/usr/src/linux-headers-2.6.30-1-common/arch/x86/include/asm/paravirt.h:7,
 from 
/usr/src/linux-headers-2.6.30-1-common/arch/x86/include/asm/irqflags.h:55,
 from 
/usr/src/linux-headers-2.6.30-1-common/include/linux/irqflags.h:57,
 from 
/usr/src/linux-headers-2.6.30-1-common/arch/x86/include/asm/system.h:11,
 from 
/usr/src/linux-headers-2.6.30-1-common/arch/x86/include/asm/processor.h:17,
 from 
/usr/src/linux-headers-2.6.30-1-common/include/linux/prefetch.h:14,
 from 
/usr/src/linux-headers-2.6.30-1-common/include/linux/list.h:6,
 from 
/usr/src/linux-headers-2.6.30-1-common/include/linux/module.h:9,
 from /usr/src/modules/fglrx/firegl_public.c:93:
/usr/src/linux-headers-2.6.30-1-common/arch/x86/include/asm/pgtable_types.h:278:1:
 warning: this is the location of the previous definition
In file included from /usr/src/modules/fglrx/firegl_public.c:171:
/usr/src/modules/fglrx/firegl_public.h:602:1: warning: pgprot_noncached 
redefined
In file included from 
/usr/src/linux-headers-2.6.30-1-common/include/linux/mm.h:40,
 from 
/usr/src/linux-headers-2.6.30-1-common/arch/x86/include/asm/pci.h:4,
 from 
/usr/src/linux-headers-2.6.30-1-common/include/linux/pci.h:1098,
 from /usr/src/modules/fglrx/firegl_public.c:100:
/usr/src/linux-headers-2.6.30-1-common/arch/x86/include/asm/pgtable.h:11:1: 
warning: this is the location of the previous definition
In file included from /usr/src/modules/fglrx/drmP.h:86,
 from /usr/src/modules/fglrx/drm_proc.h:41,
 from /usr/src/modules/fglrx/firegl_public.c:433:
/usr/src/modules/fglrx/drm_os_linux.h:45: error: conflicting types for 
‘irqreturn_t’
/usr/src/linux-headers-2.6.30-1-common/include/linux/irqreturn.h:16: error: 
previous declaration of ‘irqreturn_t’ was here
In file included from /usr/src/modules/fglrx/firegl_public.c:433:
/usr/src/modules/fglrx/drm_proc.h: In function ‘FGLDRM__vma_info’:
/usr/src/modules/fglrx/drm_proc.h:497: warning: format ‘%08lx’ expects type 
‘long unsigned int’, but argument 5 has type ‘phys_addr_t’
/usr/src/modules/fglrx/firegl_public.c: In function ‘KCL_SetPageCache’:
/usr/src/modules/fglrx/firegl_public.c:1207: warning: passing argument 1 of 
‘set_memory_wb’ makes integer from pointer without a cast
/usr/src/modules/fglrx/firegl_public.c:1211: warning: passing argument 1 of 
‘set_memory_uc’ makes integer from pointer without a cast
/usr/src/modules/fglrx/firegl_public.c: In function ‘KCL_SetPageCache_Array’:
/usr/src/modules/fglrx/firegl_public.c:1225: warning: 

Bug#535188: CVE-2008-6837 and CVE-2008-6838

2009-07-03 Thread Jeroen Roos
Giuseppe Iuculano wrote:
 Hi Jeroen,
 
 These issues have been fixed in Zoph 0.7.0.5 and 0.7.3 and are actually
 (contrary to what CVE-2008-6837 says) the issues from CVE-2008-3258.

 I would appreciate it if you could rectify this information.
 
 Could you provide more details about these issues please?

What kind of information would you like? The issues mentionned in
CVE-2008-6837 are not known to me and because of the limited information
in the report there is no way to determine whether such an issue exists,
the issue in CVE-2008-6838 is the same issue as the one reported in
CVE-2008-3258, which is solved in 0.7.0.5 and 0.7.3.

I very much suspect that these issues have been copied from
http://www.securityfocus.com/bid/30116/info, which describes two issues,
one of which is the same as the one reported in CVE-2008-3258 and the
other is an issue I have not been able to reproduce in any version. This
person has never contacted me about this problem. (I have sent him an
e-mail yesterday, requesting him to rectify this information and contact
me instead of securityfocus next time).

By the way, I did release an update for another security issue yesterday
(that is how I came accross these issues).

Thank you,
Jeroen




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535570: [Fwd: Bug#535570: 2001:4d88::/32 is missing (german netblock)]

2009-07-03 Thread Patrick Matthäi
Hi Boris,

thanks for quick answering.
I am currently unable to test because of VAC.

I will close the report with the next geoip release which should (as
stated) also include the geoipv6 database.

Cheers and thanks.


 Hi Patrick  Michael,

 the netblock is at least in the last two GeoIPv6 releases.

 please update to a newer database and close the request.

 Here are my results:

 paula:MM-Geo borisz$ geoiplookup6 2001:4d88::
 GeoIP Country V6 Edition: DE, Germany

 I have tested

 http://geolite.maxmind.com/download/geoip/database/GeoIPv6-20090530.dat.gz

 and

 http://geolite.maxmind.com/download/geoip/database/GeoIPv6-20090630.dat.gz

 so I guess the user use just the old 2008 database file.

 The latest file is always usually:

 http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz

 Have a nice day!

 Am 03.07.2009 um 16:07 schrieb Thomas J Mather:




 - Original message -
 From: Patrick Matthäi pmatth...@debian.org
 To: supp...@maxmind.com
 Date: Fri, 3 Jul 2009 12:57:38 +0200 (CEST)
 Subject: [Fwd: Bug#535570: 2001:4d88::/32 is missing (german
 netblock)]

  Original Message
 
 Subject: Bug#535570: 2001:4d88::/32 is missing (german netblock)
 From:Michael Stapelberg michael+db20090...@stapelberg.de
 Date:Fri, July 3, 2009 12:43 pm
 To:  Debian Bug Tracking System sub...@bugs.debian.org
 --

 Package: libgeoip1
 Version: 1.4.6.dfsg-5
 Severity: wishlist

 I noticed libgeoip does not contain an entry for 2001:4d88::/32
 which is
 a german netblock, see:

 inet6num:   2001:4d88::/32
 netname:DE-VOLLMARNET-20051019
 descr:  vollmar.net
 country:DE

 -- System Information:
 Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
 Architecture: amd64 (x86_64)

 Kernel: Linux 2.6.30-midna (SMP w/2 CPU cores)
 Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash

 Versions of packages libgeoip1 depends on:
 ii  libc6  2.9-12GNU C Library: Shared
 libraries
 ii  zlib1g 1:1.2.3.3.dfsg-13 compression library -
 runtime

 Versions of packages libgeoip1 recommends:
 pn  geoip-databasenone (no description
 available)

 Versions of packages libgeoip1 suggests:
 pn  geoip-bin none (no description
 available)

 -- no debconf information





 --
 Boris










--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535598: aborts on startup

2009-07-03 Thread martin f krafft
Package: jabref
Version: 2.3.1-6
Severity: important

Jabref no longer runs on my amd64 machine. Error report is attached:

piper:~|master|% AWT_TOOLKIT=MToolkit /usr/bin/jabref biblio.bib
  #10003
[warning] /usr/bin/jabref: No java runtime was found
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7f357071236f, pid=629, tid=139867483060560
#
# JRE version: 6.0_14-b08
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 )
# Problematic frame:
# C  [libc.so.6+0x3036f]  catgets+0x1f
#
# An error report file with more information is saved as:
# /home/madduck/hs_err_pid629.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
zsh: abort  AWT_TOOLKIT=MToolkit /usr/bin/jabref biblio.bib

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-rc5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jabref depends on:
ii  antlr   2.7.7-11 language tool for constructing rec
ii  antlr3  3.0.1+dfsg-4 language tool for constructing rec
ii  java-wrappers   0.1.15   wrappers for java executables
ii  libglazedlists-java 1.8.0.dfsg-1 java list transformation library
ii  libjempbox-java 0.2.0.dfsg-1 XMP Compatible Java Library
ii  libjgoodies-forms-java  1.2.0-1  Framework to lay out and implement
ii  libjgoodies-looks-java  2.2.2-1  library with Swing lookfeel imple
ii  libmicroba-java 1:0.4.4.3-2  set of JFC (Swing) components
ii  libpdfbox-java  0.7.3.dfsg-2 PDF library for Java
ii  libspin-java1.5-1transparent threading solution for
ii  sun-java6-jre   6-14-1   Sun Java(TM) Runtime Environment (

jabref recommends no packages.

Versions of packages jabref suggests:
ii  evince [postscript-viewer]  2.26.2-1 Document (postscript, pdf) viewer
ii  ghostscript [postscript-vie 8.64~dfsg-12 The GPL Ghostscript PostScript/PDF
ii  gv [postscript-viewer]  1:3.6.7-1PostScript and PDF viewer for X
pn  xpdf | pdf-viewer   none   (no description available)

-- no debconf information


-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#535599: Rename source package sip4-qt3 to sip4

2009-07-03 Thread Shriramana Sharma

Package: sip4-qt3
Version: 4.8.1-1

Hello. I do not know for what reason originally the sip4-qt3 package was 
tagged with the word qt3 but currently there is no connection between Qt 
3 and SIP specifically, and in fact PythonQt which is the software that 
mainly uses SIP is now for Qt 4. So I suggest that this source package 
be renamed.


Shriramana Sharma.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535444: rootcause found

2009-07-03 Thread patrick_
Hello,

I just investigated some time on this issue and found out (by calling 
find-partitions manually) that its linked against /lib/libparted-1.8.so.10, 
although (by accident?) that build of squeeze in question contains 
libparted-1.8-12 from sid.

After temp-fixing/hacking the issue with a simple symlink the configuration of 
the software raid went fine.


regards,
Patrick




#adBox3 {display:none;}



Bug#535600: libcupt-perl: Assumes the existence of /etc/apt/sources.list

2009-07-03 Thread Didier Raboud
Package: libcupt-perl
Version: 0.2.3
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Eugene,

I only have package sources listed in /etc/apt/sources.list.d and no 
/etc/apt/sources.list file. Cupt breaks with unable to open file. This time, 
I don't have a patch to attach, sorry.

Best regards,

OdyX

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (750, 'unstable'), (700, 'testing-proposed-updates'), (700, 
'testing'), (90, 'experimental'), (50, 'testing-proposed-updates'), (50, 
'experimental'), (50, 'unstable'), (50, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libcupt-perl depends on:
ii  libgraph-perl  1:0.81-1  Perl module for graph data structu
ii  libparse-recdescent-perl   1.96.0+dfsg-3 generates recursive-descent parser
ii  libterm-size-perl  0.2-4+b1  Perl extension for retrieving term
ii  liburi-perl1.37+dfsg-1   Manipulates and accesses URI strin
ii  libwww-curl-perl   4.07-1Perl bindings to libcurl
ii  perl [libdigest-sha-perl]  5.10.0-23 Larry Wall's Practical Extraction 

Versions of packages libcupt-perl recommends:
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  liblocale-gettext-perl1.05-4 Using libc functions for internati

Versions of packages libcupt-perl suggests:
ii  cupt  0.2.3  alternative front-end for dpkg -- 
ii  lzma  4.43-14Compression method of 7z format in

- -- no debconf information

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

iEYEARECAAYFAkpOHTAACgkQteh/gHO8gEzwZgCghT4PWU0cQefZt8mZG8c1b5QR
DuAAnAtcGacMCx/eIQFw26TVD8AhER1o
=aHMK
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535464: Hyperref and titletoc problem

2009-07-03 Thread Javier Bezos



Hyperref and titletoc problem.

Full description and patch under debian bug 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535464


Thank you very much for your report. I'll try to fix it.

Javier



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#489597: [fslint] fslint: patch for bashism issue

2009-07-03 Thread Raphael Geissert
On Friday 03 July 2009 04:05:16 Pádraig Brady wrote:
 Raphael Geissert wrote:
  Sure, but not prodding and not requesting its sponsorship in the -mentors
  mailing list doesn't help either.

 I do prod the list occasionally.

Correct me if I'm wrong, but I didn't see any RFS for fslint in -mentors since 
version .26.


  Will upload it in a moment.

 thanks!
 BTW I've joined the python apps packaging team
 with a view to getting this in more quickly myself in future
 https://alioth.debian.org/projects/python-apps/


Great. You can now make your package lintian clean (try other options such 
as -I, -E, and even --pedantic) and look for a sponsor there.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535253: [php-maint] Bug#535253: Bug#535253: Bug#535253: php5-ldap: ldap module not loading using fcgi (at least with lighttpd)

2009-07-03 Thread Raphael Geissert
On Friday 03 July 2009 02:13:57 Deny Dias wrote:
 Raphael,

 Yeap, ldap is the only extension missing. Nope, lighttpd is not
 chrooted. I don't know what you mean by ld() the extension. Please
 point me how to do that.

I meant dl()[1], sorry.

[1]http://www.php.net/dl

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Bug#535603: dbconfig-common: Install runs UCF Apparently it Shouldn't

2009-07-03 Thread S.D.A
Package: dbconfig-common
Version: 1.8.39
Severity: normal


Verbose output from the installation;


dbconfig-common: writing config to /etc/dbconfig-common/webissues-server.conf
*** WARNING: ucf was run from a maintainer script that uses debconf, but
 the script did not pass --debconf-ok to ucf. The maintainer
  script should be fixed to not stop debconf before
calling ucf,
 and pass it this parameter. For now, ucf will revert to using
  old-style, non-debconf prompting. Ugh!
  
   Please inform the package maintainer
about this problem.

So, now you've been informed. ;-)


-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-1-powerpc
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages dbconfig-common depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  ucf   3.0016 Update Configuration File: preserv

dbconfig-common recommends no packages.

Versions of packages dbconfig-common suggests:
ii  postgresql-client  8.3.7-0lenny1 front-end programs for PostgreSQL 
ii  postgresql-client-8.3 [pos 8.3.7-0lenny1 front-end programs for PostgreSQL 

-- debconf information:
  dbconfig-common/mysql/app-pass: (password omitted)
  dbconfig-common/pgsql/app-pass: (password omitted)
  dbconfig-common/mysql/admin-pass: (password omitted)
  dbconfig-common/password-confirm: (password omitted)
  dbconfig-common/pgsql/admin-pass: (password omitted)
  dbconfig-common/app-password-confirm: (password omitted)
  dbconfig-common/remote-questions-default: false
  dbconfig-common/db/basepath:
  dbconfig-common/pgsql/revertconf: false
  dbconfig-common/install-error: abort
  dbconfig-common/pgsql/no-empty-passwords:
  dbconfig-common/pgsql/admin-user: postgres
  dbconfig-common/dbconfig-install: true
  dbconfig-common/internal/skip-preseed: false
  dbconfig-common/db/dbname:
  dbconfig-common/dbconfig-reinstall: false
  dbconfig-common/remote/host:
  dbconfig-common/pgsql/manualconf:
  dbconfig-common/pgsql/changeconf: false
  dbconfig-common/remote/newhost:
  dbconfig-common/dbconfig-remove: true
  dbconfig-common/missing-db-package-error: abort
  dbconfig-common/dbconfig-upgrade: true
  dbconfig-common/mysql/method: unix socket
  dbconfig-common/pgsql/no-user-choose-other-method:
  dbconfig-common/upgrade-backup: true
  dbconfig-common/internal/reconfiguring: false
  dbconfig-common/passwords-do-not-match:
  dbconfig-common/pgsql/authmethod-admin: ident
  dbconfig-common/remove-error: abort
  dbconfig-common/remember-admin-pass: false
  dbconfig-common/mysql/admin-user: root
  dbconfig-common/pgsql/method: unix socket
  dbconfig-common/pgsql/authmethod-user:
  dbconfig-common/upgrade-error: abort
  dbconfig-common/database-type:
  dbconfig-common/db/app-user:
  dbconfig-common/remote/port:
  dbconfig-common/purge: false



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535602: /usr/bin/rox: gdk_x11_atom_to_xatom_for_display assertion

2009-07-03 Thread Matthieu CASTET
Package: rox-filer
Version: 2.8-1
Severity: important
File: /usr/bin/rox

Hi,

running rox --pinboard=MonPunaiseur produce :

(rox:7247): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom 
!= GDK_NONE' failed
The program 'rox' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAtom (invalid Atom parameter)'.
  (Details: serial 286 error_code 5 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages rox-filer depends on:
ii  libatk1.0-0 1.26.0-1 The ATK accessibility toolkit
ii  libc6   2.9-18   GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.20.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.16.4-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.24.3-1 Layout and rendering of internatio
ii  libsm6  2:1.1.0-2X11 Session Management library
ii  libx11-62:1.2.1-1X11 client-side library
ii  libxml2 2.7.3.dfsg-1 GNOME XML library
ii  shared-mime-info0.60-2   FreeDesktop.org shared MIME databa

Versions of packages rox-filer recommends:
pn  zeroinstall-injector  none (no description available)

Versions of packages rox-filer suggests:
ii  file  5.03-1 Determines file type using magic
ii  menu  2.1.41 generates programs menu for all me

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535604: atftpd: Default config does not work without inetd and fails confusingly

2009-07-03 Thread Tony Hoyle
Package: atftpd
Version: 0.7.dfsg-7
Severity: normal

If you set USE_INETD to no then atftpd refuses to start with no error message 
other than usage(), which appears correct.
I had to dig into the source code to find out that you have to add --daemon 
onto the command line.

Two things wrong here:
1. The app just doesn't tell you what's wrong.. a generic usage() is useless in 
this case.  The man page is no help either.
2. The /etc/init.d/atftpd should be adding --daemon automatically if USE_INETD 
is false.

Tony

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages atftpd depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libpcre3  7.8-2  Perl 5 Compatible Regular Expressi
ii  libwrap0  7.6.q-16   Wietse Venema's TCP wrappers libra
ii  update-inetd  4.31   inetd configuration file updater

Versions of packages atftpd recommends:
ii  openbsd-inetd [inet-superse 0.20080125-2 The OpenBSD Internet Superserver

Versions of packages atftpd suggests:
ii  logrotate 3.7.7-3Log rotation utility

-- debconf information:
  atftpd/port: 69
  atftpd/tftpd-timeout: 300
  atftpd/mcast_port: 1758
  atftpd/verbosity: 5 (LOG_NOTICE)
  atftpd/timeout: true
  atftpd/tsize: true
  atftpd/retry-timeout: 5
  atftpd/multicast: true
  atftpd/ttl: 1
  atftpd/use_inetd: true
  atftpd/basedir: /var/lib/tftpboot
  atftpd/mcast_addr: 239.239.239.0-255
  atftpd/logfile: /var/log/atftpd.log
  atftpd/blksize: true
  atftpd/logtofile: false
  atftpd/maxthread: 100



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535582: [lib/Spelling.pm] wrong word correction for endianness

2009-07-03 Thread Raphael Geissert
tag 535582 pending
thanks

Hi,

Benjamin Drung wrote:
 
 Lintian says that endianness is a spelling mistake and should be written
 as endianess. I think it is the other way around.

Indeed, I wrote the words in the wrong order. Although I spotted it soon
after .12 was released and was fixed in the vcs, it has to wait until the
next release.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#526695: linux-image-2.6.26-2-xen-amd64: 64-Bit dom0 can't save/migrate 32-Bit domU

2009-07-03 Thread Jesús M. Navarro
I can confirm this behaviour if domU is a paravirtualized etch x686 too; I 
think the severity of this bug should be raised to important.

Dom0: debian lenny amd64 (2.6.26-2-xen-amd64)
DomU: debian etch i686 (2.6.18-6-xen-686)

From the xen logs:
[2009-07-03 17:12:34 4686] INFO (XendCheckpoint:373) All memory is saved
[2009-07-03 17:12:34 4686] INFO (XendDomainInfo:1283) Domain has shutdown: 
name=migrating-sg id=27 reason=suspend.
[2009-07-03 17:12:34 4686] ERROR (XendCheckpoint:144) Save failed on domain sg 
(27).
Traceback (most recent call last):
  File /usr/lib/xen-3.2-1/lib/python/xen/xend/XendCheckpoint.py, line 112, 
in save
forkHelper(cmd, fd, saveInputHandler, False)
  File /usr/lib/xen-3.2-1/lib/python/xen/xend/XendCheckpoint.py, line 361, 
in forkHelper
raise XendError(%s failed % string.join(cmd))
XendError: /usr/lib/xen-3.2-1/bin/xc_save 22 27 0 0 1 failed
[2009-07-03 17:12:59 4686] DEBUG (XendDomainInfo:1897) XendDomainInfo.destroy: 
domid=27
[2009-07-03 17:12:59 4686] DEBUG (XendDomainInfo:1914) 
XendDomainInfo.destroyDomain(27)



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#468325: ITP - Urban Terror -- Quake 3 based first person shooter

2009-07-03 Thread helix84
Hello,
I see there has been no progress on the legal front. How about
bringing up this issue with SFLC?

http://www.softwarefreedom.org/about/contact/

Regards
~~helix84



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535600: libcupt-perl: Assumes the existence of /etc/apt/sources.list

2009-07-03 Thread Eugene V. Lyubimkin
package libcupt-perl
tags 535600 fixed-upstream
thanks

Didier Raboud wrote:
 Package: libcupt-perl
 Version: 0.2.3
 Severity: normal
 
 Hi Eugene,
Hi Didier,
 
 I only have package sources listed in /etc/apt/sources.list.d and no 
 /etc/apt/sources.list file. Cupt breaks with unable to open file.This time, 
 I don't have a patch to attach, sorry.

No problem, the fix is trivial. I've just committed it. Thanks!

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Maintainer



signature.asc
Description: OpenPGP digital signature


Bug#242530: please retry with current version

2009-07-03 Thread Filippo Giunchedi
On Fri, May 26, 2006 at 09:29:29PM +0200, Filippo Giunchedi wrote:
 Hi Guido,
 do you mind retrying this bug (bluez-pan: exits with 0 although an error
 occurred) with the new bluez version? Or point me to a recipe how to generate
 the error you got :)
 An upstream release is imminent and I would like to have this annoying bug 
 solved.

long time has passed, in the meantime bluez reached 4 and bluez-pan is largely
deprecated so I think this bug doesn't apply anymore thus can be closed, what do
you think?

filippo
-- 
Filippo Giunchedi - http://esaurito.net - 0x6B79D401

If there is any better use for being famous and respected than using
that status to question orthodoxy, I haven't found it yet.
-- Eric S. Raymond



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535601: Indent changes file twice when called twice

2009-07-03 Thread Joachim Zobel
Package: indent
Version: 2.2.10-1
Severity: normal

We have found that indent changes some files back and forth. Here is an
example that reproduces the problem:

jzo...@test$ cp test_indent.c test_indent.c.org
jzo...@test$ indent -kr --no-tabs test_indent.c
jzo...@test$ diff test_indent.c test_indent.c.org 
18,19c18,19
 return
bar-bar-bar-bar-bar-bar-bar-bar-bar-bar-bar-bar-
 bar-bar-bar-bar-bar;
---
 return bar-bar-bar-bar-bar-bar-bar-bar-bar-bar-bar-
 bar-bar-bar-bar-bar-bar;
jzo...@test$ indent -kr --no-tabs test_indent.c
jzo...@test$ diff test_indent.c test_indent.c.org 
jzo...@test$ 

Sincerely,
Joachim

/*
***
* *
* Test for an indent bug. *
* *
***
*/


/*
  Test for an indent bug
*/

void foo()
{
return bar-bar-bar-bar-bar-bar-bar-bar-bar-bar-bar-
bar-bar-bar-bar-bar-bar;

}


Bug#385019: I also need bdaddr

2009-07-03 Thread Filippo Giunchedi
On Fri, May 22, 2009 at 07:32:39AM +0200, Ralph Aichinger wrote:
 I want to chime in as another user who needed bdaddr and had to download
 and compile it manually. There is a completely trivial application of
 bdaddr being needed by end users: In order to pair a Wii game console
 remote to the computer, the adapter's MAC has to be changed. bdaddr is
 the only program in Linux to do this. There are countless tutorials 
 to be googled that advise to downloadcompile bdaddr.

I can't find any at least with wiimote bdaddr, though a few guides mention
cwiid, does that work for you?

filippo
-- 
Filippo Giunchedi - http://esaurito.net - 0x6B79D401

If you could say it in words there would be no reason to paint.
-- Edward Hopper



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#325495: bluez-utils: Re-pairing bluetooth hid devices without help from other input devices

2009-07-03 Thread Filippo Giunchedi
Hi Mourad,

On Mon, Aug 29, 2005 at 04:13:36AM +0200, Mourad De Clerck wrote:
 Now, it seems this should be possible in a more user-friendly manner.
 - On boot it should try to connect hidd with previously paired devices. 
 - If permission is denied, we know the link keys have changed, and it should
 initiate a pairing with the keyboard. Then it either:
 - displays a randomly generated pin key,
 or 
 - uses a sysadmin set preset key a la bug #239820 and bluez-pin-preset.

do you see this bug with bluez 4 as well? AFAIK hid connections should be
restored plus the device if the device is in hid mode then there should be
no problem

 Other issues to consider:
 - is this only for HID devices, or would it be benificial for other types too?
 - what about HID devices without numeric input (like mice), should the pin key
  be given immediately in that case?
 - maybe it's possible to show the pregen pin key screen whenever a connect
 button on a device is pressed. In this case, would it be only for previously 
 paired devices, or for all devices? (at the risk of showing a pin screen on 
 all bluez-equipped pc's in range).

if the problem still persist I think this logic can be implemented in an agent
or such

filippo
-- 
Filippo Giunchedi - http://esaurito.net - 0x6B79D401

Odium turbae sanabit solitudo, taedium solitudinis turba.
Solitude will cure our hatred of the crowd,
the crowd will cure our disgust with solitude.
-- Seneca, De Tranquillitate Animi



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535511: [aqualung] Previous patch will requiere libsndfile = 1.0.18

2009-07-03 Thread gregory hainaut
Package: aqualung
Version: 0.9~beta10-1

Hi

Just to inform you that the provided patch will only compile on
libsndfile = 1.0.18
It is the first version that support ogg vorbis file.

Cheers,
Gregory





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535605: xorg -- general: X fonts severely broken.

2009-07-03 Thread Dean Menezes
Package: xorg
Severity: critical
Justification: breaks unrelated software



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-rc7 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

X fonts in input boxes (?) are broken -- all that displays is garbage when 
opening up 
an rxvt, xterm, etc.Conkeror displays fonts in webpage, but crashes when I type 
g 
to go to a new URL.  Dialog boxes in stumpwm that ask for input also display 
garbage.

Most of stumpwm's internal dialog boxes display fine, however the text in the 
Current frame
popup does not display -- only the empty box and garbage otherwise.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#521525: python-numpy: FTBFS: Fails to install f2py wrapper

2009-07-03 Thread Ondrej Certik
On Fri, Jul 3, 2009 at 3:27 AM, Cyril Bruleboisk...@debian.org wrote:
 tag 521525 patch pending
 thanks

 Daniel Schepler schep...@math.berkeley.edu (27/03/2009):
 ...
 : # Adding links to manpages
 mkdir -p debian/python-numpy/usr/share/man/man1
 for v in 2.5 2.4; do \
           ln -sf f2py.1 debian/python-numpy/usr/share/man/man1/f2py$v.1; \
           ln -sf f2py.1 debian/python-numpy/usr/share/man/man1/f2py$v-dbg.1; 
 \
         done
 : # Add unversioned numpy script
 mv /tmp/buildd/python-numpy-1.2.1/debian/tmp//usr/bin/f2py 
 /tmp/buildd/python-
 numpy-1.2.1/debian/tmp//usr/bin/f2py2.5
 mv: cannot stat `/tmp/buildd/python-numpy-1.2.1/debian/tmp//usr/bin/f2py': 
 No such file or directory
 make: *** [install/python-numpy] Error 1
 dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit 
 status 2

 I'm not quite sure why it was previously building fine, but since I can
 reproduce it on the kfreebsd-* buildds as well as on amd64 sid chroots.
 So instead of using a conditional mv (based on whether the file exists
 or not), I'm deleting that line entirely. If the old behaviour shows up
 again, I guess it'll be time to investigate. I'd bet for some possible
 python-central change or whatever, and I'm not keen on spending time on
 that instead of the maintainer(s?) who didn't reply in 3 months to an RC
 bug. Also, debdiffing the old binaries and the rebuilt ones show no
 changes at all, so I'm quite confident I'm not obviously breaking
 something here.

Many thanks for fixing it!

I apologize for not having time for this.

Ondrej



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535316: problem has not occured in 1.96+20090702-1

2009-07-03 Thread Toyohiko Nagai
  Upgrading latest version 1.96+20090702-1, this problrem has not
occured. Problem has fixed ?


Toyohiko Nagai.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535606: Package less-434 beta

2009-07-03 Thread Matt Kraai
Package: less
Version: 429-2
Severity: wishlist

A new beta release of less, less-434, was released on June 30, 2009.
Would you please package it for experimental?

-- 
Matt Kraai   http://ftbfs.org/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535026: patch, please test

2009-07-03 Thread Luca Tettamanti
The last update to grub didn't fix the bug for me, I still have a blank FB.
vesafb still reports bogus information:

vesafb: framebuffer at 0xe000, mapped to 0xc9001010, using
768k, total 768k
vesafb: mode is 1024x768x8, linelength=1024, pages=0
vesafb: scrolling: redraw
vesafb: Pseudocolor: size=0:0:0:0, shift=0:0:0:0

Luca



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535598: aborts on startup

2009-07-03 Thread tony mancill
jabref is running fine on my amd64 box, which is configured for
openjdk-6-jre 6b16-4.

Trying to reproduce this bug, I loaded sun-java6-jre and set
JAVA_HOME=/usr/lib/jvm/java-6-sun, but jabref still starts and runs fine.

This little bit in the error report leads me to believe that the issue is
outside of jabref:

# JRE version: 6.0_14-b08
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 )
# Problematic frame:
# C  [libc.so.6+0x3036f]  catgets+0x1f
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

martin f krafft wrote:
 Package: jabref
 Version: 2.3.1-6
 Severity: important
 
 Jabref no longer runs on my amd64 machine. Error report is attached:
 
 piper:~|master|% AWT_TOOLKIT=MToolkit /usr/bin/jabref biblio.bib  
 #10003
 [warning] /usr/bin/jabref: No java runtime was found
 #
 # A fatal error has been detected by the Java Runtime Environment:
 #
 #  SIGSEGV (0xb) at pc=0x7f357071236f, pid=629, tid=139867483060560
 #
 # JRE version: 6.0_14-b08
 # Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 
 )
 # Problematic frame:
 # C  [libc.so.6+0x3036f]  catgets+0x1f
 #
 # An error report file with more information is saved as:
 # /home/madduck/hs_err_pid629.log
 #
 # If you would like to submit a bug report, please visit:
 #   http://java.sun.com/webapps/bugreport/crash.jsp
 # The crash happened outside the Java Virtual Machine in native code.
 # See problematic frame for where to report the bug.
 #
 zsh: abort  AWT_TOOLKIT=MToolkit /usr/bin/jabref biblio.bib
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.30-rc5-amd64 (SMP w/1 CPU core)
 Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages jabref depends on:
 ii  antlr   2.7.7-11 language tool for constructing 
 rec
 ii  antlr3  3.0.1+dfsg-4 language tool for constructing 
 rec
 ii  java-wrappers   0.1.15   wrappers for java executables
 ii  libglazedlists-java 1.8.0.dfsg-1 java list transformation library
 ii  libjempbox-java 0.2.0.dfsg-1 XMP Compatible Java Library
 ii  libjgoodies-forms-java  1.2.0-1  Framework to lay out and 
 implement
 ii  libjgoodies-looks-java  2.2.2-1  library with Swing lookfeel 
 imple
 ii  libmicroba-java 1:0.4.4.3-2  set of JFC (Swing) components
 ii  libpdfbox-java  0.7.3.dfsg-2 PDF library for Java
 ii  libspin-java1.5-1transparent threading solution 
 for
 ii  sun-java6-jre   6-14-1   Sun Java(TM) Runtime Environment 
 (
 
 jabref recommends no packages.
 
 Versions of packages jabref suggests:
 ii  evince [postscript-viewer]  2.26.2-1 Document (postscript, pdf) viewer
 ii  ghostscript [postscript-vie 8.64~dfsg-12 The GPL Ghostscript 
 PostScript/PDF
 ii  gv [postscript-viewer]  1:3.6.7-1PostScript and PDF viewer for X
 pn  xpdf | pdf-viewer   none   (no description available)
 
 -- no debconf information
 
 




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535608: Replace git-daemon-run with standard LSB init.d script

2009-07-03 Thread Antonio Ospite
Package: git-daemon-run
Severity: wishlist
Tags: patch


Hi,

what do you think about changing the git-daemon-run package to use a standard
init.d script? Many of us don't like to depend on runit only for one package.

Maybe this package can be kept and renamed in git-daemon-runit and the default
init.d script could even be provided by git-core itself.

I am attaching the script I am using on my machine, it is based on
/etc/init.d/skeleton and use a /etc/default/git-daemon file for user
customizations.

Feel free to take it and do whatever you want with it.

Regards,
   Antonio

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages git-daemon-run depends on:
ii  adduser  3.110   add and remove users and groups
ii  git-core 1:1.6.3.3-2 fast, scalable, distributed revisi
pn  runitnone  (no description available)

git-daemon-run recommends no packages.

git-daemon-run suggests no packages.
#! /bin/sh
### BEGIN INIT INFO
# Provides:  git-daemon
# Required-Start:$network $remote_fs $syslog
# Required-Stop: $network $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop:  0 1 6
# Short-Description: git-daemon service
# Description:   git-daemon makes git repositories available via the git
#protocol.
### END INIT INFO

# Author: Antonio Ospite osp...@studenti.unina.it
#
# Please remove the Author lines above and replace them
# with your own name if you copy and modify this script.

# Do NOT set -e

# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/lib/git-core
DESC=git-daemon service
NAME=git-daemon
DAEMON=/usr/lib/git-core/$NAME
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME

# Exit if the package is not installed
[ -x $DAEMON ] || exit 0

# Fallback options values, we use these when
# the /etc/default/git-daemon file does not exist
RUN=no
USER=gitosis
GROUP=gitosis
REPOSITORIES=/srv/gitosis/repositories/

# Read configuration variable file if it is present
[ -r /etc/default/$NAME ]  . /etc/default/$NAME

# If ADVANCED_OPTS is empty, use a default setting
if [ x$ADVANCED_OPTS == x ];
then
  ADVANCED_OPTS=--base-path=$REPOSITORIES $REPOSITORIES
fi

DAEMON_ARGS=--syslog --reuseaddr \
 --user=$USER --group=$GROUP \
 $ADVANCED_OPTS


# Load the VERBOSE setting and other rcS variables
.. /lib/init/vars.sh

# Define LSB log_* functions.
# Depend on lsb-base (= 3.0-6) to ensure that this file is present.
.. /lib/lsb/init-functions

#
# Function that starts the daemon/service
#
do_start()
{
	# Return
	#   0 if daemon has been started
	#   1 if daemon was already running
	#   2 if daemon could not be started
	start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test  /dev/null \
		|| return 1
	start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --background --make-pidfile -- \
		$DAEMON_ARGS \
		|| return 2

  return 0
}

#
# Function that stops the daemon/service
#
do_stop()
{
	# Return
	#   0 if daemon has been stopped
	#   1 if daemon was already stopped
	#   2 if daemon could not be stopped
	#   other if a failure occurred
	start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME
	RETVAL=$?
	[ $RETVAL = 2 ]  return 2
	# Wait for children to finish too if this is a daemon that forks
	# and if the daemon is only ever run from this initscript.
	# If the above conditions are not satisfied then add some other code
	# that waits for the process to drop all resources that could be
	# needed by services started subsequently.  A last resort is to
	# sleep for some time.
	start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON
	[ $? = 2 ]  return 2
	# Many daemons don't delete their pidfiles when they exit.
	rm -f $PIDFILE
	return $RETVAL
}

case $1 in
  start)
	[ $VERBOSE != no ]  log_daemon_msg Starting $DESC $NAME
	do_start
	case $? in
		0|1) [ $VERBOSE != no ]  log_end_msg 0 ;;
		2) [ $VERBOSE != no ]  log_end_msg 1 ;;
	esac
	;;
  stop)
	[ $VERBOSE != no ]  log_daemon_msg Stopping $DESC $NAME
	do_stop
	case $? in
		0|1) [ $VERBOSE != no ]  log_end_msg 0 ;;
		2) [ $VERBOSE != no ]  log_end_msg 1 ;;
	esac
	;;
  status)
   status_of_proc $DAEMON $NAME  exit 0 || exit $?
   ;;
  restart|force-reload)
	#
	# If the reload option is implemented then remove the
	# 'force-reload' alias
	#
	log_daemon_msg Restarting $DESC $NAME
	do_stop
	case $? in
	  0|1)
		do_start
		case $? in
			0) log_end_msg 0 ;;
			1) log_end_msg 1 ;; # Old process is still running
			*) log_end_msg 1 ;; # Failed to start
		esac
		;;
	  *)
	  	# Failed to stop
		log_end_msg 1
		;;
	esac
	;;
  *)
	echo Usage: 

Bug#535609: aumix-{gtk,common}: file conflict

2009-07-03 Thread Stephen Gran
Package: aumix-common
Version: 2.8-24
Severity: serious

Unpacking aumix-common (from .../aumix-common_2.8-24_all.deb) ...
dpkg: error processing
/var/cache/apt/archives/aumix-common_2.8-24_all.deb (--unpack):
 trying to overwrite `/etc/init.d/aumix', which is also in package aumix-gtk

It looks like it needs a replaces.

Versions are slightly screwy as I'm repairing the upgrade now.

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages aumix-gtk depends on:
pn  aumix-common  none (no description available)
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libc6 2.9-18 GNU C Library: Shared libraries
pn  libcairo2 none (no description available)
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.9-5FreeType 2 font engine, shared lib
pn  libglib2.0-0  none (no description available)
ii  libgpm2   1.20.4-3.2 General Purpose Mouse - shared lib
pn  libgtk2.0-0   none (no description available)
ii  libncurses5   5.7+20090530-1 shared libraries for terminal hand
pn  libpango1.0-0 none (no description available)

aumix-gtk recommends no packages.

aumix-gtk suggests no packages.

-- no debconf information

-- 
 -
|   ,''`.Stephen Gran |
|  : :' :sg...@debian.org |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#535607: ITP: libmoosex-has-sugar-perl -- Sugar Syntax for moose 'has' fields

2009-07-03 Thread Jonathan Yu
Package: wnpp
Severity: wishlist
Owner: Jonathan Yu jonathan.i...@gmail.com


* Package name: libmoosex-has-sugar-perl
  Version : 0.0403
  Upstream Author : Kent Fredric ken...@cpan.org
* URL : CPAN
* License : Perl (Artistic + GPL)
  Programming Lang: Perl
  Description : Sugar Syntax for moose 'has' fields

Reduced Typing in has declarations.
The constant need to type = and '' is fine for one-off cases, but the
instant you have more than about 4 attributes it starts to get annoying.

More compact declarations.
Reduces much of the redundant typing in most cases, which makes your life
easier, and makes it take up less visual space, which makes it faster to
read.

No String Worries
Strings are often problematic, due to whitespace etc. Noted that if you do
happen to mess them up, Moose should at least warn you that you've done
something daft. Using this alleviates that worry.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535561: Same problem without ia32-apt-get

2009-07-03 Thread Markus Wagner
Hi all,
I have the same problem, but had no ia32-libs installed as the same problem 
arises:
The following packages have unmet dependencies:
  lib32nss-mdns: Depends: libc6-i386 (= 2.6-1) but it is not going to be
installed
E: Broken packages




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#521525: python-numpy: FTBFS: Fails to install f2py wrapper

2009-07-03 Thread Cyril Brulebois
Ondrej Certik ond...@certik.cz (03/07/2009):
 Many thanks for fixing it!
 
 I apologize for not having time for this.

No problem, that only triggered my 0-day NMU mood. :D

You could also get rid of the “:” in your “: # comment” in debian/rules.
What is the purpose of that “:”? :)

Mraw,
KiBi.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Bug#241027: Please support reporting bugs to alioth.debian.org

2009-07-03 Thread Helge Kreutzmann
Hello Sandro,
On Fri, Jul 03, 2009 at 08:41:32AM +0200, Sandro Tosi wrote:
 On Fri, Jun 26, 2009 at 13:20, Helge Kreutzmanndeb...@helgefjell.de wrote:
  On Fri, Jun 26, 2009 at 12:59:13PM +0200, Sandro Tosi wrote:
  On Fri, Jun 26, 2009 at 12:49, Helge Kreutzmanndeb...@helgefjell.de 
  wrote:
   On Fri, Jun 26, 2009 at 12:02:52PM +0200, Sandro Tosi wrote:
   On Wed, Jun 24, 2009 at 15:46, Helge Kreutzmanndeb...@helgefjell.de 
   wrote:
On Tue, Mar 30, 2004 at 02:13:06PM +0200, Helge Kreutzmann wrote:
  what's there taht stops you from contacting Alioth team and ask them
  what you can do to help achieve your goal?
 
  Well, if that helps you I can sure search for an e-mail adress on
  alioth and request them to contact you/this bug.
 
   I'm sorry, but we cannot be the facilitators for this, if Alioth team
   doesn't support, so you should be the gateway if you're still
   interested in this feature.
  
   I'm still interested though possible not the right contact person. So
 
  could you please explain why? there's no need to be a tech guy to ask
  if some sort of coordination/development can be done on alioth side.
 
  I can for sure send an e-mail as stated above.
 
 We are running low on maintainer resources, so we cannot follow up
 this request with alioth team.

Ok.

 My request is to contact alioth admin, explain what you need, try to
 convince them it's an interesting feature and only in case of
 clarification/synchronization let them contact us.
 
 You should lead this request with alioth team, with us only as
 fallback for specific integration technical stuff.

Well, when I filed this bug this probably would have been possible for
me. But frankly speaking I'm currently reducing my Debian time for
various reasons (and I'm just going through my bugs to see if
anything can be finished). So I'm probably unable to provide much more
than stipulate the first contact.

   I guess the bug has to stay at the current state for the moment. Maybe
   someone with contact to the Alioth team will see it and can provide
   the necessary contact to couple alioth to reportbug.
 
  I don't like to keep bugs opened because maybe someone will come up
  and solve it, in particular for bugs we can't do anything to solve
  only by ourselves and when the submitter seems not willing to push
  further on alioth. (the reason the bug was not already closed or bein
  pinged is that it didn't fell under my radar).
 
  Well, this bug is a wishlist, a feature request. There is nothing
  broken. So while I understand your sentiment, I don't agree with
  closing it. Debian is not hiding things. Unfortunately there is no tag
  in the BTS for cantfix. As stated initially, this bug is probably
  long term.
 
 tagged wontfix, the tag that better fit what's the status of this bug.

Yes, I agree, given the current circumstances.

 Let us know of any important advance on this request.

Which probably won't happen for quit some time, but if they do, I'll
definitly inform you.

Thanks anyhow,

  Greetings

   Helge

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#535610: ITP: libelf-extract-sections-perl -- Extract Raw Chunks of data from identifiable ELF Sections

2009-07-03 Thread Jonathan Yu
Package: wnpp
Severity: wishlist
Owner: Jonathan Yu jonathan.i...@gmail.com


* Package name: libelf-extract-sections-perl
  Version : 0.0102
  Upstream Author : Kent Fredric ken...@cpan.org
* URL : CPAN
* License : Perl (Artistic + GPL)
  Programming Lang: Perl
  Description : Extract Raw Chunks of data from identifiable ELF Sections



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534910: RFA: ejabberd

2009-07-03 Thread Miguel Landaeta
I use this on a test server, so I'm interested. I'll try to take a look
at this package.

If no one beat me to this, I'll adopt it.

Regards,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535453: Acknowledgement ([rinse] unable create chroot for centos-5 (misses nss,nspr,python-iniparse))

2009-07-03 Thread Eddy Petrișor
forcemerge 524486 535453
thanks

Oops, since I was using lenny, I didn't saw that the bug was fixed in
unstable. Could the fix be backported to lenny (via stable updates or
backports.org)?

2009/7/2 Eddy Petrișor eddy.petri...@gmail.com:
 Please note that having the rpm packages in the rinse cache
 (/var/cache/rinse/centos-5.i386) makes the bug invisible, so in order to
 reproduce you might want to clean up the cache.

 --
 Regards,
 EddyP
 =
 Imagination is more important than knowledge A.Einstein





-- 
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534587: debian-installer: Please set /etc/inittab to gracefully handle 8bit (UTF-8) environments

2009-07-03 Thread Helge Kreutzmann
Hello Christian,
On Fri, Jul 03, 2009 at 06:01:46AM +0200, Christian Perrier wrote:
 reassign 534587 sysvinit
 tags 534587 patch
 thank

thanks from my side as well.

 What I don't understand is that #221290 is closed and was closed by an
 upload of util-linux (which provides getty).

Probably because before it was impossible to fix the issue, given the
new getty it is now possible. But I just recently realised that it
also need to be applied to new systems, which (as your patch states)
should be done.

Greetings

   Helge

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#535611: please add a way to force the creation of __init__.py

2009-07-03 Thread Stefano Zacchiroli
Package: python-support
Version: 1.0.3
Severity: wishlist

Stuff like the genshi templating system, uses .html (or other) files
mapped into the Python module namespace; in particular, a dir foo
containing only .html files can be referred to from the module
namespace as foo.something when something.html exists under foo/.

Usually this happens in user code (e.g. the templates/ dir in several
MVC frameworks). I've just stumbled upon a case where a python library
does that and gets side stepped by python-support. In the
python-toscawidgets package (currently in experimental), there is a
module path tw.forms.templates corresponding to a dir that just
contains *.html and *.mak files [1].

To ensure tw.forms.templates is a valid module, upstream ships a
__init__.py file in that dir. But when that dir gets handled by
update-python-modules, the __init__.py file is removed, on the
assumption that not containing any *.py (or *.so) files, that dir
should not be a module.

While that is probably a sane default behaviour (to work around many
dump upstreams which put __init__.py everywhere), in this particular
case I need a way to tell update-python-modules that that dir should
really be mapped to the module namespace. With the current
implementation, I did not find the way to do that, hence I'm filing a
wishlist request about it

My current (horrible) work around is to touch a dummy and empty .py
file in the appropriate dir before the build start. Please get me away
from such hack :)

Keep up the good work.
Cheers.

[1] z...@usha:~$ ls /usr/share/pyshared/tw/forms/templates/
calendar.html fieldset.html label_hidden.html   list_form.mak   
 table_fieldset.html
calendar.mak  fieldset.mak  label_hidden.mak
select_field.htmltable_fieldset.mak
check_box_table.html  form.html label.html  
select_field.mak table_form.html
check_box_table.mak   form.mak  label.mak   
selection_list.html  table_form.mak
datagrid.html i_dont_exist.py   list_fieldset.html  
selection_list.mak   textarea.html
datagrid.mak  input_field.html  list_fieldset.mak   spacer.html 
 textarea.mak
  input_field.mak   list_form.html  spacer.mak

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable-i386
  APT policy: (500, 'unstable-i386'), (500, 'transitional-i386'), (500, 
'transitional'), (500, 'testing-i386'), (500, 'stable-i386'), (500, 
'unstable'), (500, 'testing'), (1, 'experimental-i386')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-support depends on:
ii  dpkg  1.15.3 Debian package management system
ii  python2.5.4-2An interactive high-level object-o

python-support recommends no packages.

python-support suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535612: mathematica-fonts: [INTL:ru] Russian debconf templates translation update

2009-07-03 Thread Yuri Kozlov
Package: mathematica-fonts
Version: 0.1
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation update is attached.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Yuri Kozlov kozlo...@gmail.com, 2008.
# Yuri Kozlov yu...@komyakino.ru, 2009.
msgid 
msgstr 
Project-Id-Version: mathematica-fonts 0.1\n
Report-Msgid-Bugs-To: mathematica-fo...@packages.debian.org\n
POT-Creation-Date: 2009-06-24 07:45+0900\n
PO-Revision-Date: 2009-07-03 20:51+0400\n
Last-Translator: Yuri Kozlov yu...@komyakino.ru\n
Language-Team: Russian debian-l10n-russ...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: string
#. Description
#: ../templates:1001
msgid HTTP proxy to use:
msgstr HTTP прокси:

#. Type: string
#. Description
#: ../templates:1001
msgid 
If you need to use a proxy server, please enter it here (example: 
http://192.168.0.1:8080). This will cause the font file to be downloaded 
using your proxy.
msgstr 
Если нужно использовать прокси-сервер, укажите его здесь (пример: 
http://192.168.0.1:8080). С его помощью будет скачан файл шрифта.

#. Type: string
#. Description
#: ../templates:1001
msgid Leave this option blank if you don't use a proxy server.
msgstr Оставьте поле пустым, если не используете прокси-сервер.

#. Type: boolean
#. Description
#: ../templates:3001
#| msgid Do you agree with the License of Mathematica Fonts?
msgid Do you accept the license of Mathematica fonts?
msgstr Вы принимаете условия лицензии на шрифты Mathematica?

#. Type: boolean
#. Description
#: ../templates:3001
#| msgid 
#| In order to install this package, you must agree to its license terms, 
#| \the License of Mathematica Fonts\. Not accepting will cancel the 
#| installation.
msgid 
In order to install this package, you must accept its license terms. Not 
accepting will cancel the installation.
msgstr 
Чтобы установить этот пакет, вы должны быть согласны 
с условиями лицензии. Отказ от принятия отменит установку.



Bug#534662: [34e006a] Fix for Bug#534662 committed to git

2009-07-03 Thread Giuseppe Iuculano

tags 534662 +pending
thanks

Hello,

 The following change has been committed for this bug by
 Giuseppe Iuculano giuse...@iuculano.it on Fri, 3 Jul 2009 19:04:56 +0200.
 The fix will be in the next upload. 
=
debian/patches/02_dkms.8.patch: Fix typos in the man page, thanks A. Costa 
(Closes: #534662)


=

You can check the diff of the fix at:

http://git.debian.org/?p=users/hanska-guest/dkms.git;a=commitdiff;h=34e006a





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535609: aumix-{gtk,common}: file conflict

2009-07-03 Thread Stefan Ott
On Fri, Jul 3, 2009 at 18:27, Stephen Gransg...@debian.org wrote:
 Package: aumix-common
 Version: 2.8-24
 Severity: serious

 Unpacking aumix-common (from .../aumix-common_2.8-24_all.deb) ...
 dpkg: error processing
 /var/cache/apt/archives/aumix-common_2.8-24_all.deb (--unpack):
  trying to overwrite `/etc/init.d/aumix', which is also in package aumix-gtk

 It looks like it needs a replaces.

It does. It has the entry for aumix but the one for aumix-gtk got lost
in the vast nothingness of my brain. Thanks for reporting.

cheers
-- 
Stefan Ott
http://www.ott.net/

Tobacco is my favorite vegetable.  -- Frank Zappa



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535613: Patches against pan v0.133

2009-07-03 Thread Ron Johnson
Package: pan
Version: 0.133-1
Severity: normal

http://github.com/lostcoder/pan2.git/
git://github.com/lostcoder/pan2.git

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.28smp64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pan depends on:
ii  aspell 0.60.6-1  GNU Aspell spell-checker
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libc6  2.9-16GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libgcc11:4.4.0-7 GCC support library
ii  libglib2.0-0   2.20.3-1  The GLib library of C routines
ii  libgmime-2.0-2a2.2.22-4  MIME library
ii  libgtk2.0-02.16.2-1  The GTK+ graphical user interface 
ii  libgtkspell0   2.0.13-2  a spell-checking addon for GTK's T
ii  libpango1.0-0  1.24.2-1  Layout and rendering of internatio
ii  libpcre3   7.8-2+b1  Perl 5 Compatible Regular Expressi
ii  libstdc++6 4.4.0-7   The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

pan recommends no packages.

pan suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535614: svn-buildpackage: lintian error when building only a source package

2009-07-03 Thread Sandro Tosi
Package: svn-buildpackage
Version: 0.6.25
Severity: normal

Hello,
running

$ svn-buildpackage -us -uc  -S

at the end of build, at lintian execution time, I got:


Now running lintian...
Finished running lintian.
mv /home/morph/deb/build-area
mv: missing destination file operand after `/home/morph/deb/build-area'
Try `mv --help' for more information.
mv /home/morph/deb/build-area/python-psutil_0.1.2.orig.tar.gz 
/home/morph/deb/build-area
mv: `/home/morph/deb/build-area/python-psutil_0.1.2.orig.tar.gz' and 
`/home/morph/deb/build-area/python-psutil_0.1.2.orig.tar.gz' are the same file
build command was successful; binaries are in /home/morph/deb/build-area/. The 
changes file is:
 /home/morph/deb/build-area/
Binary package:

lintian /home/morph/deb/build-area/
warning: cannot find binary, udeb or source package /home/morph/deb/build-area/ 
in dist or lab (skipping)
Command lintian /home/morph/deb/build-area/ failed in 
/home/morph/deb/build-area, how to continue now? [Qri?]:


of course, it's a source only build :)

Cheers,
Sandro

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages svn-buildpackage depends on:
ii  devscripts   2.10.52 scripts to make the life of a Debi
ii  file 5.03-1  Determines file type using magic
ii  libcapture-tiny-perl 0.06-1  Perl module to capture STDOUT and 
ii  libfile-libmagic-perl0.91-2  Perl interface to libmagic for det
ii  libsvn-perl  1.5.6dfsg-1 Perl bindings for Subversion
ii  liburi-perl  1.37+dfsg-1 Manipulates and accesses URI strin
ii  perl 5.10.0-22   Larry Wall's Practical Extraction 
ii  subversion   1.5.6dfsg-1 Advanced version control system
ii  unp  1.0.15  unpack (almost) everything with on
ii  wget 1.11.4-2retrieves files from the web

svn-buildpackage recommends no packages.

svn-buildpackage suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535616: distcc: [INTL:ru] Russian debconf templates translation update

2009-07-03 Thread Yuri Kozlov
Package: distcc
Version: 3.1-1
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation update is attached.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Yuri Kozlov kozlo...@gmail.com, 2008.
# Yuri Kozlov yu...@komyakino.ru, 2009.
msgid 
msgstr 
Project-Id-Version: distcc 3.1-1\n
Report-Msgid-Bugs-To: dis...@packages.debian.org\n
POT-Creation-Date: 2009-06-19 20:26+0200\n
PO-Revision-Date: 2009-07-03 21:33+0400\n
Last-Translator: Yuri Kozlov yu...@komyakino.ru\n
Language-Team: Russian debian-l10n-russ...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: boolean
#. Description
#: ../distcc.templates:1001
msgid Start the distcc daemon on startup?
msgstr Запускать службу distcc при включении компьютера?

#. Type: boolean
#. Description
#: ../distcc.templates:1001
msgid 
distcc can be run as a daemon, listening on port 3632 for incoming 
connections.
msgstr 
distcc может запускаться в виде службы, ожидающей входящих соединений на 
порту 3632.

#. Type: boolean
#. Description
#: ../distcc.templates:1001
msgid 
You have the option of starting the distcc daemon automatically on the 
computer startup. If in doubt, it's advised not to start it automatically on 
startup. If you later change your mind, you can run: 'dpkg-reconfigure 
distcc'.
msgstr 
Вы можете настроить службу distcc на автоматический запуск при включении 
компьютера. Если не уверены, не запускайте службу автоматически. Позже можно 
изменить настройку запустив: 'dpkg-reconfigure distcc'.

#. Type: string
#. Description
#: ../distcc.templates:2001
msgid Allowed client networks:
msgstr Разрешённые клиентские адреса сетей:

#. Type: string
#. Description
#: ../distcc.templates:2001
msgid 
The distcc daemon implements access control based on the IP address of the 
client, that is trying to connect. Only the hosts or networks listed here 
are allowed to connect.
msgstr 
В службе distcc реализован контроль доступа по IP-адресу клиента, который 
пытается подключиться. Разрешено подключаться только машинам и сетям, 
указанным здесь.

#. Type: string
#. Description
#: ../distcc.templates:2001
msgid 
You can list multiple hosts and/or networks, separated by spaces. Hosts are 
represented by their IP address, networks have to be in CIDR notation, f.e. 
\192.168.1.0/24\.
msgstr 
Можно указать несколько машин и/или сетей через пробелы. Машины описываются 
своими IP-адресами, а сети указываются в формате CIDR, например, 
\192.168.1.0/24\.

#. Type: string
#. Description
#: ../distcc.templates:2001
msgid To change the list at a later point, you can run: 'dpkg-reconfigure 
distcc'.
msgstr Позже можно изменить настройку, запустив: 'dpkg-reconfigure distcc'.

#. Type: string
#. Description
#: ../distcc.templates:3001
msgid Listen interfaces:
msgstr Прослушиваемые интерфейсы:

#. Type: string
#. Description
#: ../distcc.templates:3001
msgid The distcc daemon can be bound to a specific network interface.
msgstr Служба distcc может быть привязана к определённому сетевому интерфейсу.

#. Type: string
#. Description
#: ../distcc.templates:3001
msgid 
You probably want to choose the interface of your local network by entering 
it's IP address. If distccd should listen on all interfaces, just enter 
nothing.
msgstr 
Обычно, здесь вводят IP-адрес интерфейса, через который осуществляется 
подключение к локальной сети. Если distccd должен ожидать запросы на всех 
интерфейсах, то ничего не вводите.

#. Type: string
#. Description
#: ../distcc.templates:3001
msgid 
Be sure to protect distccd from unauthorized access, by being careful in 
your choice of the listen interface and allowed networks. distccd should  
never be accessible from untrusted networks. If that is needed, secureshell 
should be used instead of the daemon.
msgstr 
Внимательней выбирайте прослушиваемый интерфейс и разрешённые сети, чтобы 
защитить distccd от несанкционированного доступа. distccd никогда не должен 
быть доступен из ненадёжных сетей. Если это всё же требуется, то вместо 
службы нужно использовать secureshell.

#. Type: string
#. Description
#: ../distcc.templates:3001
msgid 
To change the address at a later point, you can run: 'dpkg-reconfigure 
distcc'.
msgstr Позже можно изменить адрес, запустив: 'dpkg-reconfigure distcc'.

#. Type: string
#. Description
#: ../distcc.templates:4001
msgid Nice level:
msgstr Уровень nice:

#. Type: string
#. Description
#: 

Bug#535615: ITP: libtopology -- Hierarchical view of the machine

2009-07-03 Thread Samuel Thibault
Package: wnpp
Severity: wishlist
Owner: Samuel Thibault sthiba...@debian.org


* Package name: libtopology
  Version : 0.9
  Upstream Author : libtopology team libtopology-de...@lists.gforge.inria.fr
* URL : http://libtopology.gforge.inria.fr/
* License : CeCILL-B
  Programming Lang: C
  Description : Hierarchical view of the machine

libtopology provides a portable abstraction (across OS, versions,
architectures, ...) of the hierarchical topology of modern architectures. It
primarily aims at helping high-performance computing applications with
gathering information about the hardware so as to exploit it accordingly and
efficiently.

libtopology provides a hierarchical view of the machine, NUMA memory nodes,
sockets, shared caches, cores and simultaneous multithreading. It also gathers
various attributes such as cache and memory information.

libtopology supports old kernels not having sysfs topology information,
with knowledge of cpusets, offline cpus, and Kerrighed support



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535618: mol: [INTL:ru] Russian debconf templates translation update

2009-07-03 Thread Yuri Kozlov
Package: mol
Version: 0.9.72.1~dfsg-2
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation update is attached.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of ru.po to Russian
#
#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.
#
#
# Pavel Fedin sonic_am...@rambler.ru, 2004.
# Yuri Kozlov yu...@komyakino.ru, 2009.
msgid 
msgstr 
Project-Id-Version: mol 0.9.72.1~dfsg-2\n
Report-Msgid-Bugs-To: pkg-mol-de...@lists.alioth.debian.org\n
POT-Creation-Date: 2006-10-06 19:30+0200\n
PO-Revision-Date: 2009-07-03 21:42+0400\n
Last-Translator: Yuri Kozlov yu...@komyakino.ru\n
Language-Team: Russian debian-l10n-russ...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: boolean
#. Description
#: ../mol.templates:1001
msgid Make Mac-on-Linux setuid root?
msgstr Установить бит setuid на Mac-on-Linux?

#. Type: boolean
#. Description
#: ../mol.templates:1001
msgid 
If you make Mac-on-Linux setuid root, non-root users will be able to run the 
Mac-on-Linux emulator through the startmol script or the Debian menu 
entries.  Since every setuid root binary is a potential security risk and 
could be used for compromising your system, this option is disabled by 
default.
msgstr 
Если вы установите на исполняемые файлы Mac-on-Linux (принадлежащие root) 
бит setuid, то обычные пользователи этой системы смогут запускать 
эмулятор Mac-on-Linux с помощью сценария startmol или через меню 
Debian. Поскольку все программы с битом suid потенциально опасны и могут 
быть использованы для взлома вашей системы, по умолчанию бит 
не устанавливается.

#. Type: string
#. Description
#: ../mol.templates:2001
msgid Group for Mac-on-Linux users:
msgstr Группа для пользователей Mac-On-Linux:

#. Type: string
#. Description
#: ../mol.templates:2001
msgid 
You have chosen to make Mac-on-Linux setuid root so non-root users can run 
the emulator without additional privileges.  In order to reduce the security 
risk involved, it is recommended that you only allow this for the members of 
a certain group.  If this group does not yet exist, it will be created and 
you will have to add users manually with the adduser(8) command.
msgstr 
Вы решили установить бит setuid для Mac-on-Linux, поэтому обычные 
пользователи могут запускать эмулятор не имея дополнительных привилегий. 
В целях уменьшения риска взлома системы рекомендуется разрешить 
запуск Mac-on-Linux только пользователям определённой группы. Если эта 
группа ещё не существует, она будет создана, и вам надо будет 
вручную добавить в неё пользователей с помощью команды adduser(8).

#. Type: string
#. Description
#: ../mol.templates:2001
msgid 
If you want to allow access to everybody, enter EVERYBODY (in capital 
letters) as the name of the group.  Note that this is strongly discouraged.
msgstr 
Если вы хотите разрешить доступ для всех, введите EVERYBODY (заглавными 
буквами) в качестве имени группы. Учтите, что этого делать не рекомендуется.



Bug#535617: ITP: kupfer -- fast and lightweigh desktop summoner/launcher

2009-07-03 Thread Luca Falavigna
Package: wnpp
Owner: Luca Falavigna dktrkr...@ubuntu.com
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: kupfer
  Version : c1
  Upstream Author : Ulrik Sverdrup ulrik.sverd...@gmail.com
* URL : http://kaizer.se/wiki/kupfer/
* License : GPLv3
  Programming Lang: Python
  Description : fast and lightweigh desktop summoner/launcher
  Kupfer is a summoner/launcher in the style of Quıcĸsılvεʀ or Gnome
  Do. It can search and browse your files, launch desired applications
  and objects you need.
  Kupfer is written in Python and has a flexible architecture based on
  plugins to extend its features.


signature.asc
Description: PGP signature


Bug#519165: [Fwd: Bug#519165: bash 4 regression]

2009-07-03 Thread Chet Ramey
Matthias Klose wrote:
 wouldn't this changed behaviour warrent a compatibility switch?

I'm going to do what the Posix group decides.  Read

http://lists.gnu.org/archive/html/bug-bash/2009-06/msg00107.html

for a summary; portions of which I will reproduce below.  (And the
line that got munged in the bug-bash archives noted the inconsistency
of bash-3.2 not exiting on $@ but exiting on the variant with braces.)


 Subject: Bug#519165: bash 4 regression
 From: martin f krafft madd...@debian.org
 Date: Wed, 29 Apr 2009 12:19:08 +0200

 $@ and $* are special, and not really variables. In any context
 where there are positional parameters, they are set.

This is true.  They're not variables; they are positional parameters.

 Maybe the standard is not clear, but all other shells do it the way
 bash has always done it, so I don't see a need to deviate from that
 path. There are de-facto standard, after all.

There is, in fact a de facto standard, but the bash4 behavior is
what the Bourne and Korn shells have always done.  In fact, the only
way Martin's statement is true is if all other shells means dash,
since that's the only other shell I found that doesn't apply set -u to
$@ and $*.

A partial list of shells that honor set -u when expanding $@ and $*:

bash4
all versions of the bourne shell from v7 to svr4.2
all versions of the korn shell
pdksh and variants like mksh and posh
ash and its descendents except dash

 On the other hand, Goswin von Brederlow points out that the standard
 is perfectly clear: '@' shall generate zero fields does not
 suggest shall fail to expand. Some might say it pretty clearly
 says that it must not fail to expand, ever. Put differently, this
 means that those two variables can never be undefined in the sense
 of set -u.

Creative, but irrelevant.  The key was the variables language in the
Posix description of `set -u', which invalidates historical behavior.
$@ and $* are not variables.

 We can debate this issue ad mortem infinitumque (but let's not).
 Fact is that this is a regression, which upstream camouflaged as
 a bug fix, when instead there should have been a deprecation period.
 Expecting everyone to change their scripts to work around bash's
 eclectic interpretation of $@/$* is not the way forward.

Beautiful language, but incorrect.  The current bash4 behavior is
not an eclectic interpretation, but consistent with how shells
have historically behaved.

 I am thus marking this bug grave as it breaks a lot of existing
 scripts.

Can't win, can you? :-)

When bash does something different from historical shell behavior, it
either gets slammed because the difference exists or because people
write scripts that depend on the difference. :-)

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer

Chet Ramey, ITS, CWRUc...@case.eduhttp://cnswww.cns.cwru.edu/~chet/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535473: #535473 ia32-apt-get seems to ignore directory settings in apt.conf

2009-07-03 Thread Goswin von Brederlow
Hi,

I've added support to ia32-apt-get to honor the apt.conf settings.

You can find the latest source on http://svn.debian.org in project
pkg-ia32-libs in trunk/ia32-libs-tools.

svn://svn.debian.org/pkg-ia32-libs/trunk/ia32-libs-tools

I would welcome it if you could test this with your config and let me
know if it works.

MfG
Goswin



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535619: ITP: python-keybinder -- register global key bindings for gtk-based apps

2009-07-03 Thread Luca Falavigna
Package: wnpp
Owner: Luca Falavigna dktrkr...@ubuntu.com
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: python-keybinder
  Version : 0.0.2
  Upstream Authors: Ulrik Sverdrup ulrik.sverd...@gmail.com
Nigel Tao nigel@myrealbox.com
Raphaël Slinckx raph...@slinckx.net
Sebastian Pölsterl s...@k-d-w.org
Alex Graveley
* URL : http://kaizer.se/wiki/python-keybinder/
* License : GPLv2
  Programming Lang: C
  Description : register global key bindings for gtk-based apps
  Python extension to allow applications to register a key binding to be
  later executed when a combination of keys is pressed.


signature.asc
Description: PGP signature


Bug#535620: ITP: libfind-lib-perl -- Helper to smartly find libs to use in the filesystem tree

2009-07-03 Thread Jonathan Yu
Package: wnpp
Severity: wishlist
Owner: Jonathan Yu jonathan.i...@gmail.com


* Package name: libfind-lib-perl
  Version : 0.06
  Upstream Author : Yann Kerhervé ya...@cpan.org
* URL : CPAN
* License : Perl (GPL + Artistic)
  Programming Lang: Perl
  Description : Helper to smartly find libs to use in the filesystem tree



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535621: /bin/run-parts: please have --verbose print the entire command line

2009-07-03 Thread Marc Haber
Package: debianutils
Version: 3.1.3
Severity: wishlist
File: /bin/run-parts

Hi,

run-parts --verbose --args=foo --args=bar should show the foo and bar
in the output as well so that it is easier to find out what is
actually invoked.

Greetings
Marc



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#182605: Ref Number: UK/9420X2/68

2009-07-03 Thread ©Louis Penca
1,350,000.00 pounds has been award to you in the PROMOTION,file 
yourNames/Tel/Address/Country:pwills...@hotmail.com




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#470144: Ref Number: UK/9420X2/68

2009-07-03 Thread ©Louis Penca
1,350,000.00 pounds has been award to you in the PROMOTION,file 
yourNames/Tel/Address/Country:pwills...@hotmail.com




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535617: ITP: kupfer -- fast and lightweigh desktop summoner/launcher

2009-07-03 Thread Cyril Brulebois
Luca Falavigna dktrkr...@ubuntu.com (03/07/2009):
 Package: wnpp
 Owner: Luca Falavigna dktrkr...@ubuntu.com
 Severity: wishlist
 X-Debbugs-CC: debian-de...@lists.debian.org
 
 * Package name: kupfer
   Version : c1
   Upstream Author : Ulrik Sverdrup ulrik.sverd...@gmail.com
 * URL : http://kaizer.se/wiki/kupfer/
 * License : GPLv3
   Programming Lang: Python
   Description : fast and lightweigh_t_ desktop summoner/launcher
 ^^^
   Kupfer is a summoner/launcher in the style of Quıcĸsılvεʀ or Gnome
   Do. It can search and browse your files, launch desired applications
   and objects you need.
   Kupfer is written in Python and has a flexible architecture based on
   plugins to extend its features.

Mraw,
KiBi.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535622: equivs: please allow specification of owner/mode of an inline file

2009-07-03 Thread Marc Haber
Package: equivs
Version: 2.0.7-0.1
Severity: wishlist

Hi,

I'd like to use the File: feature to inline drop a script into
/etc/kernel/postinst.d. This directory is processed by run-parts, thus
the file dropped there needs to be executeable. Please consider adding
the possibility to specify a file owner/mode on the File: line like

File: /etc/kernel/postinst.d root:root 755
 #!/bin/bash
 
 foo
 bar

Greetings
Marc



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535188: CVE-2008-6837 and CVE-2008-6838

2009-07-03 Thread Giuseppe Iuculano
Jeroen Roos ha scritto:
 What kind of information would you like? The issues mentionned in
 CVE-2008-6837 are not known to me and because of the limited information
 in the report there is no way to determine whether such an issue exists,
 the issue in CVE-2008-6838 is the same issue as the one reported in
 CVE-2008-3258, which is solved in 0.7.0.5 and 0.7.3.
 
 I very much suspect that these issues have been copied from
 http://www.securityfocus.com/bid/30116/info, which describes two issues,
 one of which is the same as the one reported in CVE-2008-3258 and the
 other is an issue I have not been able to reproduce in any version. This
 person has never contacted me about this problem. (I have sent him an
 e-mail yesterday, requesting him to rectify this information and contact
 me instead of securityfocus next time).

Ok, Thanks for clarifying that. Please update this bug if you will get further
details.


 By the way, I did release an update for another security issue yesterday
 (that is how I came accross these issues).

Thanks, I added a new entry in our security tracker.


Zoph Cross-Site Scripting Vulnerability:

http://sourceforge.net/tracker/?func=detailaid=2815898group_id=69353atid=524249
http://sourceforge.net/project/shownotes.php?group_id=69353release_id=694128


Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#535624: Command dpkg-reconfigure -phigh xserver-xorg doesn't create /etc/X11/xorg.conf

2009-07-03 Thread Bernhard
Package: xserver-xorg
Version: 1:7.3+19
Severity: important

Hello,

after new installation of Lenny (Version 5.0.2), the configuration file
/etc/X11/xorg was not created.
I try to create the file with dpkg-reconfigure -phigh xserver-xorg,
but xorg.conf was not created.

With Lenny 5.0.1 (xserver-xorg Version 7.3+18) works fine.

If you need additional informations, please let me know.

Regards
Bernhard



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535623: equivs: please honor source file owner/mode with the Files: option

2009-07-03 Thread Marc Haber
Package: equivs
Version: 2.0.7-0.1
Severity: normal

Hi,

please honor the files owner/mode when a file is copied using the
Files: directive. When copying a script, it would be handy if the
destination file has its X bits preserved.

Greetings
Marc

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-nc8000 (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages equivs depends on:
ii  debhelper 7.2.16 helper programs for debian/rules
ii  devscripts2.10.52scripts to make the life of a Debi
ii  dpkg-dev  1.15.2 Debian package development tools
ii  fakeroot  1.12.4 Gives a fake root environment
ii  make  3.81-6 An utility for Directing compilati
ii  perl  5.10.0-23  Larry Wall's Practical Extraction 

equivs recommends no packages.

equivs suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535625: conspy: refuses to start (kernel 2.6.30-1-686)

2009-07-03 Thread Cristian Ionescu-Idbohrn
Package: conspy
Version: 1.6-1
Severity: important

# conspy 1
/dev/vcc/a1: No such file or directory

# ls -al /dev/vc*
crw-rw 1 root root 7,   0 Jul  3 17:44 /dev/vcs
crw-rw 1 root root 7,   2 Jul  3 17:45 /dev/vcs2
crw-rw 1 root root 7,   3 Jul  3 17:45 /dev/vcs3
crw-rw 1 root root 7,   4 Jul  3 17:45 /dev/vcs4
crw-rw 1 root root 7,   5 Jul  3 17:45 /dev/vcs5
crw-rw 1 root root 7,   6 Jul  3 17:45 /dev/vcs6
crw-rw 1 root root 7,   7 Jul  3 17:59 /dev/vcs7
crw-rw 1 root root 7, 128 Jul  3 17:44 /dev/vcsa
crw-rw 1 root root 7, 130 Jul  3 17:45 /dev/vcsa2
crw-rw 1 root root 7, 131 Jul  3 17:45 /dev/vcsa3
crw-rw 1 root root 7, 132 Jul  3 17:45 /dev/vcsa4
crw-rw 1 root root 7, 133 Jul  3 17:45 /dev/vcsa5
crw-rw 1 root root 7, 134 Jul  3 17:45 /dev/vcsa6
crw-rw 1 root root 7, 135 Jul  3 17:59 /dev/vcsa7

Never the less, conspy works fine with 2.6.26-2-686, although:

# ls -al /dev/vcc/a1
ls: cannot access /dev/vcc/a1: No such file or directory

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages conspy depends on:
ii  libc6 2.9-18 GNU C Library: Shared libraries
ii  libncurses5   5.7+20090530-1 shared libraries for terminal hand

conspy recommends no packages.

conspy suggests no packages.

-- no debconf information


Cheers,

-- 
Cristian



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535218: apt-get / aptitude segfault when Cache-Limit is too small

2009-07-03 Thread Gustaw Smolarczyk
Same problem here. I've just increased APT::Cache-Limit and the 
problem's gone, but I think too that the problem must be fixed in repo 
(just changing the default) or provide users better messages in case of 
too small amount of cache (not just SEGV).

This problem is caused in amd64 by i386 repository. It doubles required 
cache, so I think we should also double default cache limit.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535626: Crash with BadImplementation (server does not implement operation)

2009-07-03 Thread Ulrich Eckhardt
Package: libwebkit-1.0-2
Version: 1.1.10-2

I initially observed this bug in midori but was suggested to test webkit 
directly, which promptly showed the same error. What I do is this:

$ /usr/lib/webkit-1.0-2/libexec/GtkLauncher http://space-invasion.de
open dsp: Device or resource busy
The program 'GtkLauncher' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadImplementation (server does not implement operation)'.
  (Details: serial 33 error_code 17 request_code 146 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

When I do this (start it in gdb and use the --sync commandline option) it 
doesn't change anything, the error stays the same and the breakpoint is never 
reached (like in [1]).


Okay, what else
- The page initially loaded a bit, enough to reset the window title and 
display some graphics.
- I actually downloaded and installed the debug webkit library, but I couldn't 
figure out how to use this. No readme. No documentation. The included 
GtkLauncher is not executable. Bummer.
- I actually tried to run midori through xtrace[2] but all I got was a messed-
up X session which I could only recover from through a remote connection from 
a different machine. Heaven knows what xtrace does with things it doesn't 
understand itself...
- Looking at /usr/include/xcb/glx.h, 146 is defined as XCB_GLX_IS_TEXTURE, 
maybe the toolkit in question tries to use GLX (which I otherwise have 
activated, as glxinfo tells me) without querying its availability first?
- I'm running on a PowerPC machine, which is big-endian as opposed to the more 
common x86 machines, so you might not be able to see the effect.


Good luck and drop me a note if I can help test further things!

Uli

[1] http://bugs.debian.org:80/cgi-bin/bugreport.cgi?bug=510697, same useless 
hint how to debug this.
[2] Run xtrace in one terminal, it will tell you where it starts an X server, 
e.g. :9. You then invoke midori with DISPLAY=:9 midori.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#495560: Acknowledgement (sbuild: Please detect that personality=… is needed.)

2009-07-03 Thread Cyril Brulebois
Hello.

Any news on this? Having to manually add that setting is a bit of a PITA
when creating/destroying chroots on a daily basis.

Also, I think I mentioned this on IRC and was asked to prod, so here it
is. ;)

Cheers,
-- 
Cyril Brulebois


signature.asc
Description: Digital signature


Bug#535627: RFP: python-audiolab -- A python module to make noise from numpy arrays

2009-07-03 Thread nbytes
Package: wnpp
Severity: wishlist


* Package name: python-audiolab
  Version : 0.10.2
  Upstream Author : David Cournapeau da...@ar.media.kyoto-u.ac.jp
* URL : 
http://www.ar.media.kyoto-u.ac.jp/members/david/softwares/audiolab/
* License : LGPL
  Programming Lang: C, Python
  Description : A python module to make noise from numpy arrays

Audiolab is a python package for audio file IO using numpy arrays. It 
supports many different audio formats, including wav, aiff, au, flac, 
ogg, htk. It also supports output to audio device (Mac OS X and Linux 
only).

For simplicity, a matlab-like API is provided for simple import/export; 
a more complete API is also available.

Audiolab is essentially a wrapper around Erik Castro de Lopo's excellent 
libsndfile.

-- System Information:
Debian Release: 5.0.1
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535628: init.d commands restart, force-reload, reload inconsistently implemented

2009-07-03 Thread Peter Eisentraut
Package: ulogd
Version: 1.24-2.1
Severity: normal

As the comment in the init.d script says,

#
#   If the reload option is implemented, move the force-reload
#   option to the reload entry above. If not, force-reload is
#   just the same as restart.
#

So do that. :-)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2009-07-03 Thread Vagrant Cascadian
updated patch that only using only shell parameter expansion and cat:

diff --git a/scripts/functions b/scripts/functions
index 77de8f3..e9e94b3 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -258,6 +258,42 @@ parse_numeric() {
 
 configure_networking()
 {
+
+   # pxelinux sets BOOTIF to a value based on the mac address of the
+   # network card used to PXE boot, so use this value for DEVICE rather
+   # than a hard-coded device name from initramfs.conf. this facilitates
+   # network booting when machines may have multiple network cards.
+   # pxelinux sets BOOTIF to 01-$mac_address
+   if [ -n ${BOOTIF} ]; then
+   # strip off the leading 01-, which isn't part of the mac
+   # address
+   temp_mac=${BOOTIF#*-}
+   bootif_mac=
+   # given value is the right number of characters, so
+   # loop through replacing - with : 6 times...
+   for x in 1 2 3 4 5 6 ; do
+   # strip off everything before and including the last -
+   x=${temp_mac##*-}
+   # strip off everything before and including the
+   # first occurrance of $x
+   temp_mac=${temp_mac%%-$x}
+   if [ -z $bootif_mac ]; then
+   bootif_mac=$x
+   else
+   bootif_mac=$x:$bootif_mac
+   fi
+   done
+   for device in /sys/class/net/* ; do
+   if [ -f $device/address ]; then
+   current_mac=$(cat $device/address)
+   if [ $bootif_mac = $current_mac ]; then
+   DEVICE=${device##*/}
+   break
+   fi
+   fi
+   done
+   fi
+
# networking already configured thus bail out
[ -n ${DEVICE} ]  [ -e /tmp/net-${DEVICE}.conf ]  return 0
 

sure is starting to look ugly.

tested that it basically works, though it may have lingering bugs if unexpected
values end up in $BOOTIF.

live well,
  vagrant



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



<    1   2   3   >