Bug#928411: debian-installer: [armfh] Buster RC1: "hit any key" fails to stop autoboot sequence in SD card images

2019-05-03 Thread Frederic Daniel Luc Lehobey
Package: debian-installer
Version: Buster RC1
Severity: normal
Tags: d-i

Dear Maintainer,

I tried testing Buster RC1 SD card images on BananaPI M1+.

I took the firmware from
http://ftp.nl.debian.org/debian/dists/testing/main/installer-armhf/current/images/netboot/SD-card-images/firmware.BananaPro.img.gz
following 
http://ftp.nl.debian.org/debian/dists/testing/main/installer-armhf/current/images/netboot/SD-card-images/README.concatenateable_images.

When booting the SD card, the "Hit any key to stop autoboot:" does not
work. Key hits from the connected keyboard are ignored. The (auto)boot
sequence goes on when it should stop and give access to u-boot prompt.

This prevents using tty1 as a console as described here:
https://wiki.debian.org/InstallingDebianOn/Allwinner#Installing_from_an_SD_card_image
(no access to u-boot prompt).

This works with Stretch installer (same keyboard).

The USB keybord is detected though by Buster installer as later in the
boot sequence, it is possible to reboot the board with Ctrl-Alt-Del.

Best regards,
Frédéric Lehobey


Bug#919025: debian-installer: [armhf] Please add image for Sinovoip_Banana_Pi_M1+

2019-01-11 Thread Frederic Daniel Luc Lehobey
Package: debian-installer
Severity: wishlist
Tags: d-i

Dear Maintainer,

debian-installer already builds images for Banana Pro[1].

Could you please add images for Sinovoip Banana Pi M1+ ? It is a
variant of Banana Pro that differs in the sound connector[2].

Best regards,
Frédéric Lehobey

1. https://d-i.debian.org/daily-images/armhf/daily/u-boot/
2. http://linux-sunxi.org/Banana_Pro#Variants


Bug#619583: red5-server: server fails to start with warning "No bean named 'default.context' is defined"

2011-03-25 Thread Frederic Daniel Luc Lehobey
Package: red5-server
Version: 1.0~svn4198-1
Severity: grave
Justification: renders package unusable

Hi,

The server fails to start from initscripts. There is the following
warning in /var/log/red5/error.log:


2011-03-25 09:54:10,456 [main] WARN  org.red5.server.ContextLoader - Context 
destroy failed for: default.context
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 
'default.context' is defined
at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:527)
 ~[org.springframework.beans.jar:3.0.5.BUILD-2011021318]
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1083)
 ~[org.springframework.beans.jar:3.0.5.BUILD-2011021318]
at 
org.springframework.beans.factory.support.AbstractBeanFactory.destroyBean(AbstractBeanFactory.java:950)
 ~[org.springframework.beans.jar:3.0.5.BUILD-2011021318]
at org.red5.server.ContextLoader.unloadContext(ContextLoader.java:303) 
[red5.jar:na]
at org.red5.server.ContextLoader.uninit(ContextLoader.java:213) 
[red5.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[na:1.6.0_18]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
~[na:1.6.0_18]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[na:1.6.0_18]
at java.lang.reflect.Method.invoke(Method.java:616) ~[na:1.6.0_18]
at 
org.springframework.beans.factory.support.DisposableBeanAdapter.invokeCustomDestroyMethod(DisposableBeanAdapter.java:273)
 [org.springframework.beans.jar:3.0.5.BUILD-2011021318]
at 
org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:199)
 [org.springframework.beans.jar:3.0.5.BUILD-2011021318]
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:487)
 [org.springframework.beans.jar:3.0.5.BUILD-2011021318]
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:463)
 [org.springframework.beans.jar:3.0.5.BUILD-2011021318]
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:431)
 [org.springframework.beans.jar:3.0.5.BUILD-2011021318]
at 
org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1048)
 [org.springframework.context.jar:3.0.5.BUILD-2011021318]
at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:433)
 [org.springframework.context.jar:3.0.5.BUILD-2011021318]
at org.red5.server.Launcher.launch(Launcher.java:64) [red5.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[na:1.6.0_18]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
~[na:1.6.0_18]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[na:1.6.0_18]
at java.lang.reflect.Method.invoke(Method.java:616) ~[na:1.6.0_18]
at org.red5.server.Bootstrap.bootStrap(Bootstrap.java:118) [boot.jar:na]
at org.red5.server.Bootstrap.main(Bootstrap.java:49) [boot.jar:na]



# sh -x /etc/init.d/red5-server start
+ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+ NAME=red5-server
+ DAEMON=/usr/share/red5/red5.sh
+ DAEMON_STOP=/usr/share/red5/red5-shutdown.sh
+ RED5_MAINCLASS=org.red5.server.Bootstrap
+ DESC=Flash streaming server
+ PIDFILE=/var/run/red5-server.pid
+ DEFAULT=/etc/default/red5-server
+ . /lib/lsb/init-functions
+ FANCYTTY=
+ [ -e /etc/lsb-base-logging.sh ]
+ true
+ NO_START=0
+ DIETIME=30
+ STARTTIME=5
+ DAEMONUSER=_red5
+ JAVA_HOME=/usr/lib/jvm/java-6-openjdk/
+ JAVA_OPTS=
+ RED5_HOME=/usr/share/red5/
+ RED5_OPTS=
+ [ -r /etc/default/red5-server ]
+ . /etc/default/red5-server
+ export JAVA_HOME JAVA_OPTS RED5_HOME RED5_OPTS
+ test -x /usr/share/red5/red5.sh
+ [ -n _red5 ]
+ + getent passwd
grep -q ^_red5:
+ getent passwd
+ awk -F : {print $3}
+ grep ^_red5:
+ DAEMONUID=102
+ getent passwd
+ grep ^_red5:
+ awk -F : {print $4}
+ DAEMONGID=65534
+ [ 0 != 0 -a start != stop ]
+ set -e
+ log_daemon_msg Starting Flash streaming server  red5-server
+ [ -z Starting Flash streaming server  ]
+ log_daemon_msg_pre Starting Flash streaming server  red5-server
+ :
+ [ -z red5-server ]
+ /bin/echo -n Starting Flash streaming server : red5-server
Starting Flash streaming server : red5-server+ log_daemon_msg_post Starting 
Flash streaming server  red5-server
+ :
+ running
+ [ ! -f /var/run/red5-server.pid ]
+ cat /var/run/red5-server.pid
+ pid=26554
+ running_pid 26554
+ pid=26554
+ [ -z 26554 ]
+ [ !

Bug#507845: libc6: I am experiencing it too

2009-03-04 Thread Frederic Daniel Luc Lehobey
Package: libc6
Followup-For: Bug #507845

Hi,

I am experiencing this bug on a Dedibox since its migration to Lenny
(on 2009-01-11). The server started to freeze randomly (2009-01-12,
2009-01-26, 2009-01-29) and is freezing once a day without anything in
the logs (at the time of the freeze that seems to be pure hardware
freeze) the last 4 days (2009-03-01, 2009-03-02, 2009-03-03 and
2009-03-04, the latter on new hardware).

I have asked for hardware replacement (yesterday, 2009-03-03), but it
still freezed today on the new hardware (same VIA C7 chips used by
Dedibox for its first generation Dedibox). Hence the problem shall be
triggered by the software...

# LANG=C dpkg -l libc6*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libc6  2.7-18 GNU C Library: Shared libraries
pn  libc6-i686  (no description available)
un  libc6.1 (no description availabl

I have removed libc6-i686 only today (after the last freeze) upon
Aurélien's suggestion in this bug report (I will see if it changes
anything).

# uname -vomsr
Linux 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 GNU/Linux

The only suspicious thing in the logs are such lines that happen
before the freeze (it might be unrelated):

In /var/log/messages:

Mar  3 23:24:12 metis kernel: [   70.272030] Clocksource tsc unstable (delta = 
-92054101 ns)
Mar  3 23:43:17 metis -- MARK --
Mar  4 00:03:17 metis -- MARK --
Mar  4 00:23:17 metis -- MARK --
Mar  4 00:43:17 metis -- MARK --
Mar  4 01:03:17 metis -- MARK --
Mar  4 01:23:17 metis -- MARK --
Mar  4 01:43:17 metis -- MARK --
Mar  4 02:03:17 metis -- MARK --
Mar  4 02:23:17 metis -- MARK --
Mar  4 08:57:12 metis syslogd 1.5.0#5: restart.

(the freeze happened before 02:43).

Then after hard reboot (manually triggered around 08:57):

Mar  4 09:17:12 metis -- MARK --
Mar  4 09:22:48 metis kernel: [ 1555.272022] Clocksource tsc unstable (delta = 
-85850896 ns)
Mar  4 09:37:12 metis -- MARK --
Mar  4 09:57:12 metis -- MARK --
Mar  4 10:17:12 metis -- MARK --

# cat /proc/cpuinfo 
processor   : 0
vendor_id   : CentaurHauls
cpu family  : 6
model   : 10
model name  : VIA Esther processor 2000MHz
stepping: 9
cpu MHz : 1995.130
cache size  : 128 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge cmov pat 
clflush acpi mmx fxsr sse sse2 tm nx up pni est tm2 rng rng_en ace ace_en ace2 
ace2_en phe phe_en pmm pmm_en
bogomips: 3995.18
clflush size: 64
power management:

Best regards,
Frédéric Lehobey



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



Bug#494149: ITP: papillon -- simple polling tool for scheduling and sharing availability online

2008-08-07 Thread Frederic Daniel Luc Lehobey
Package: wnpp
Severity: wishlist
Owner: Frederic Daniel Luc Lehobey <[EMAIL PROTECTED]>

* Package name: papillon
  Version : svn
  Upstream Author : Étienne Loks <[EMAIL PROTECTED]>
* URL : http://www.peacefrogs.net/svn/papillon/ (svn repository)
* License : GPL-3
  Programming Lang: Python (Django framework + postgresql)
  Description : simple polling tool for scheduling and sharing availability 
online
 papillon is a simple resource planning and reservation tool allowing anyone
 to create online polls, share availability and schedule meetings.

Online demonstration: http://www.peacefrogs.net/papillon/

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-6-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)



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



Bug#490247: cdd-dev: Data from official package should take precedence on manually filed data in task file

2008-07-10 Thread Frederic Daniel Luc Lehobey
Package: cdd-dev
Version: 0.5.4
Severity: normal

Hi,

I think the information displayed for an official package when this
package finally entered Debian should be the data of the package and
not the data from the task file.

See for example the data for the Paraview package on this page
http://cdd.alioth.debian.org/science/tasks/viewing.html that even
displays the WNPP and older data obsoleted by the new package.

Best regards,
Frédéric Lehobey

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

Kernel: Linux 2.6.18-6-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cdd-dev depends on:
ii  apt   0.7.14 Advanced front-end for dpkg
ii  build-essential   11.3   informational list of build-essent
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  debhelper 7.0.10 helper programs for debian/rules
ii  make  3.81-5 The GNU version of the "make" util

cdd-dev recommends no packages.

-- no debconf information



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



Bug#478578: lintian: Please recognise (and accept) menu-2 format

2008-04-29 Thread Frederic Daniel Luc Lehobey
Package: lintian
Version: 1.23.46
Severity: normal

Lintian does not recognise menu-2 format in debian/menu files. It
complains in the following way:

$ lintian -i qrfcview_0.62-5_i386.deb 
E: qrfcview: bad-test-in-menu-item /usr/share/menu/qrfcview:1
N:
N:   The menu file contains an item that does not start with the text
N:   "?package(somepackage):". All menu file lines must test for the
N:   existence of a package in this way.
N:
E: qrfcview: menu-item-missing-required-tag needs /usr/share/menu/qrfcview:2
N:
N:   The menu item has a line that is missing a required tag. It's likely
N:   that the line will have no effect without this tag. install-menu may
N:   report this as an error during package installation.
N:
E: qrfcview: bad-test-in-menu-item /usr/share/menu/qrfcview:3
E: qrfcview: bad-test-in-menu-item /usr/share/menu/qrfcview:4
E: qrfcview: bad-test-in-menu-item /usr/share/menu/qrfcview:5
E: qrfcview: bad-test-in-menu-item /usr/share/menu/qrfcview:6
E: qrfcview: bad-test-in-menu-item /usr/share/menu/qrfcview:7
E: qrfcview: bad-test-in-menu-item /usr/share/menu/qrfcview:8
E: qrfcview: bad-test-in-menu-item /usr/share/menu/qrfcview:9

though the menu file is in correct menu-2 format:

!C menu-2
?package(qrfcview):
  needs="X11"
  section="Applications/Text"
  title="qRFCView"
  description="RFC Viewer"
  command="/usr/bin/qRFCView"
  icon="/usr/share/pixmaps/qrfcview.xpm"
;

(see http://lists.debian.org/debian-devel-announce/2007/07/msg0.html)

All packages in those pages:
http://lintian.debian.org/reports/tags/bad-test-in-menu-item.html
and
http://lintian.debian.org/reports/tags/menu-item-missing-required-tag.html
are simply using menu-2 format.

Notice that this bug report is different from #447391: I do not ask
you to put menu-2 as standard, simply not to choke on it.

Thanks for your work on Lintian,
Frédéric Lehobey

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

Kernel: Linux 2.6.18-6-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-4 The GNU assembler, linker and bina
ii  diffstat1.45-2   produces graph of changes introduc
ii  dpkg-dev1.14.18  package building tools for Debian
ii  file4.23-2   Determines file type using "magic"
ii  gettext 0.17-2   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  liburi-perl 1.35.dfsg.1-1Manipulates and accesses URI strin
ii  man-db  2.5.1-3  on-line manual pager
ii  perl [libdigest-md5 5.8.8-12 Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information



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



Bug#474603: goplay: Please add a goscience browser

2008-04-06 Thread Frederic Daniel Luc Lehobey
Package: goplay
Version: 0.3-1
Severity: wishlist
Tags: patch

Hi,

Could you add a goscience browser that would be of interest to the
Debian Science CDD (http://wiki.debian.org/DebianScience).

Best regards,
Frédéric Lehobey
(Thanks to the Debian Edu worksession held in Extremadura, April 2008)

(Note to Jonas: patch sent again as it seems my previous attempt
yesterday has not reached the BTS.)

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

Kernel: Linux 2.6.18-6-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages goplay depends on:
ii  apt [libapt-pkg-libc6. 0.7.11Advanced front-end for dpkg
ii  debtags1.7.5 Enables support for package tags
ii  ept-cache  0.5.17Commandline tool to search the pac
ii  games-thumbnails   20080227  thumbnails of games in Debian
ii  libc6  2.7-8 GNU C Library: Shared libraries
ii  libept00.5.17High-level library for managing De
ii  libfltk1.1 1.1.7-7   Fast Light Toolkit - shared librar
ii  libgcc11:4.3-20080219-1  GCC support library
ii  libstdc++6 4.3-20080219-1The GNU Standard C++ Library v3
ii  libxapian151.0.5-1   Search engine library
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

goplay recommends no packages.

-- no debconf information
diff --unidirectional-new-file -ru goplay-0.3/debian/control 
goplay-0.3-fdl/debian/control
--- goplay-0.3/debian/control   2008-04-05 20:48:46.0 +
+++ goplay-0.3-fdl/debian/control   2008-04-05 21:04:20.0 +
@@ -22,7 +22,8 @@
  and libept as the backend for retrieving the data.
  .
  GoPlay! is also a generic yet simple to use DebTags-based package browser.
- Prepackaged browsers GoLearn!, GoAdmin!, GoNet!, GoOffice!, GoSafe!, and
- GoWeb! show applications (and for some of them also documentation) packages
- related to education, administration, network, office, safety and web.  You
- can also roll your own custom browsers using commandline options.
+ Prepackaged browsers GoLearn!, GoAdmin!, GoNet!, GoOffice!, GoSafe!, GoWeb!
+ and GoScience! show applications (and for some of them also documentation)
+ packages related to education, administration, network, office, safety, web
+ and science.  You can also roll your own custom browsers using commandline
+ options.
diff --unidirectional-new-file -ru goplay-0.3/debian/goplay.links 
goplay-0.3-fdl/debian/goplay.links
--- goplay-0.3/debian/goplay.links  2008-04-05 20:48:46.0 +
+++ goplay-0.3-fdl/debian/goplay.links  2008-04-05 20:25:05.0 +
@@ -4,15 +4,18 @@
 usr/bin/goplay usr/bin/gooffice
 usr/bin/goplay usr/bin/gosafe
 usr/bin/goplay usr/bin/goweb
+usr/bin/goplay usr/bin/goscience
 usr/share/pixmaps/goplay.xpm usr/share/pixmaps/golearn.xpm
 usr/share/pixmaps/goplay.xpm usr/share/pixmaps/goadmin.xpm
 usr/share/pixmaps/goplay.xpm usr/share/pixmaps/gonet.xpm
 usr/share/pixmaps/goplay.xpm usr/share/pixmaps/gooffice.xpm
 usr/share/pixmaps/goplay.xpm usr/share/pixmaps/gosafe.xpm
 usr/share/pixmaps/goplay.xpm usr/share/pixmaps/goweb.xpm
+usr/share/pixmaps/goplay.xpm usr/share/pixmaps/goscience.xpm
 usr/share/man/man1/goplay.1.gz usr/share/man/man1/golearn.1.gz
 usr/share/man/man1/goplay.1.gz usr/share/man/man1/goadmin.1.gz
 usr/share/man/man1/goplay.1.gz usr/share/man/man1/gonet.1.gz
 usr/share/man/man1/goplay.1.gz usr/share/man/man1/gooffice.1.gz
 usr/share/man/man1/goplay.1.gz usr/share/man/man1/gosafe.1.gz
 usr/share/man/man1/goplay.1.gz usr/share/man/man1/goweb.1.gz
+usr/share/man/man1/goplay.1.gz usr/share/man/man1/goscience.1.gz
diff --unidirectional-new-file -ru goplay-0.3/debian/goscience.desktop 
goplay-0.3-fdl/debian/goscience.desktop
--- goplay-0.3/debian/goscience.desktop 1970-01-01 00:00:00.0 +
+++ goplay-0.3-fdl/debian/goscience.desktop 2008-04-05 20:22:15.0 
+
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=GoScience!
+GenericName=goscience
+Comment=Science packages browser
+Icon=goscience
+Exec=goscience
+Terminal=false
+Categories=Utility;
+MimeType=
diff --unidirectional-new-file -ru goplay-0.3/goplay.1 goplay-0.3-fdl/goplay.1
--- goplay-0.3/goplay.1 2008-02-18 19:58:15.0 +
+++ goplay-0.3-fdl/goplay.1 2008-04-05 20:36:14.0 +
@@ -1,4 +1,4 @@
-.TH GOPLAY 1 "February 18, 2008" "0.3"
+.TH GOPLAY 1 "April 05, 2008" "0.3"
 .SH NAME
 goplay \- Debian game browser
 .SH SYNOPSIS
@@ -32,7 +32,7 @@
 enable debugging output (including verbose output).
 .TP
 .B \-\-go=\fIwhere\fP
-change the interface flavour. Available flavours are: play, learn, admin, net, 
office, safe, web.
+change the interface flavour. Available flavours are: play, learn, admin, ne

Bug#448532: ITP: phpmyvisites -- free web analytics

2007-10-29 Thread Frederic Daniel Luc Lehobey
Package: wnpp
Severity: wishlist
Owner: Frederic Daniel Luc Lehobey <[EMAIL PROTECTED]>

* Package name: phpmyvisites
  Version : 2.3~b4 (2.3 beta4)
  Upstream Author : phpMyVisites team
* URL : http://www.phpmyvisites.us/
* License : GPL-any
  Programming Lang: PHP
  Description : free web analytics

 phpMyVisites is a free and powerful open source (GNU/GPL) software for websites
 statistics and audience measurements. 
 phpMyVisites gives a lot of information on websites visitors, visited pages,
 software/hardware utilization, etc... The GUI Interface is fun and practical.
 The installation is entirely automated and very simple.
 Statistics are very complete and use many clear graphics to present data. The
 web analytics software is translated in more than 30 languages!

For the beta4 release (expected to be the 2.3 final release), I will
target only experimental and move to unstable once 2.3 is really out.

I put below a temptative copyright file following the new proposal
http://wiki.debian.org/Proposals/CopyrightFormat

Best regards,
Frédéric Lehobey

--
This package was downloaded from http://www.phpmyvisites.us/

Files: debian/*
Copyright: © 2007 Frederic Daniel Luc Lehobey <[EMAIL PROTECTED]>
License: GPL-3+
 The Debian packaging is under the GPL, version 3 or later

Files: *
Copyright: © 2002-2006 phpMyVisites team
License: GPL-any

Files: libs/artichow/*
Licence: PD

Files: libs/artichow/fonts/DejaVuSans.ttf
Copyright: © 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
  a trademark of Bitstream, Inc.
Licence: other
   Permission is hereby granted, free of charge, to any person obtaining a copy
   of the fonts accompanying this license ("Fonts") and associated
   documentation files (the "Font Software"), to reproduce and distribute the
   Font Software, including without limitation the rights to use, copy, merge,
   publish, distribute, and/or sell copies of the Font Software, and to permit
   persons to whom the Font Software is furnished to do so, subject to the
   following conditions:
 .
   The above copyright and trademark notices and this permission notice shall
   be included in all copies of one or more of the Font Software typefaces.
 .
   The Font Software may be modified, altered, or added to, and in particular
   the designs of glyphs or characters in the Fonts may be modified and
   additional glyphs or characters may be added to the Fonts, only if the fonts
   are renamed to names not containing either the words "Bitstream" or the word
   "Vera".
 .
   This License becomes null and void to the extent applicable to Fonts or Font
   Software that has been modified and is distributed under the "Bitstream
   Vera" names.
 .
   The Font Software may be sold as part of a larger software package but no
   copy of one or more of the Font Software typefaces may be sold by itself.
 .
   THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
   TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
   FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
   ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
   FONT SOFTWARE.
 .
   Except as contained in this notice, the names of Gnome, the Gnome
   Foundation, and Bitstream Inc., shall not be used in advertising or
   otherwise to promote the sale, use or other dealings in this Font Software
   without prior written authorization from the Gnome Foundation or Bitstream
   Inc., respectively. For further information, contact: fonts at gnome dot
   org. 

Files: libs/artichow/fonts/Tuffy.ttf
Copyright: © 2006 by Tavmjong Bah. All Rights Reserved.
Licence: other
   Permission is hereby granted, free of charge, to any person obtaining
   a copy of the fonts accompanying this license ("Fonts") and
   associated documentation files (the "Font Software"), to reproduce
   and distribute the modifications to the Bitstream Vera Font Software,
   including without limitation the rights to use, copy, merge, publish,
   distribute, and/or sell copies of the Font Software, and to permit
   persons to whom the Font Software is furnished to do so, subject to
   the following conditions:
 .
   The above copyright and trademark notices and this permission notice
   shall be included in all copies of one or more of the Font Software
   typefaces.
 .
   The Font Software may be modified, altered, or added to, and in
   particular the designs of glyphs or ch

Bug#432229: exim4-config: colon / semicolon confusion for one single IPv6 relay address

2007-07-08 Thread Frederic Daniel Luc LEHOBEY
Package: exim4-config
Version: 4.67-5
Severity: normal

Hi,

When dealing with the debconf template about 'Machines to relay mail
for', the wording says 'Please enter a semicolon-separated list of IP
address ranges for which this system will unconditionally relay mail,
functioning as a smarthost.'

But in the (rare) case a single IPv6 address (with no semicolon in the
input) is given (like, as an example,
2002:::::::0001/128), it seems to be
understood by the debconf machinery as an old-style colon separated
list. (I have not yet identified the responsible piece of code.)

The /var/lib/exim4/config.autogenerated has then:

.ifndef MAIN_RELAY_NETS
MAIN_RELAY_NETS=2002:::::::0001/128 : 127.0.0.1 : 1
.endif

(and the relay does not work -- with a real address, obviously --).

One workaround I have found is to add a semicolon in the template
field (like '2002:::::::0001/128;') and then
/var/lib/exim4/config.autogenerated has:

.ifndef MAIN_RELAY_NETS
MAIN_RELAY_NETS=<; 2002:::::::0001/128; ; 127.0.0.1 ; 
::1
.endif

(that works.)

I suppose doubling the colons might work too (I have not tried it).

As the setting of having one single IPv6 address to relay might be
quite uncommon, the main purpose of this bug report is to properly
report and document this weird behaviour. (Maybe add a sentence to the
debconf template?)

Thanks for your work on exim4.

Best regards,
Frédéric Lehobey

-- Package-specific info:
Exim version 4.67 #1 built 28-Jun-2007 13:09:54
Copyright (c) University of Cambridge 2006
Berkeley DB: Sleepycat Software: Berkeley DB 4.3.29: (September  6, 2005)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dsearch nis 
nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated

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

Kernel: Linux 2.6.21-1-k7 (SMP w/1 CPU core)
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 exim4-config depends on:
ii  adduser   3.103  Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy

exim4-config recommends no packages.

-- debconf information excluded



Bug#418346: upgrade-reports: undeclared conflict between pppconfig and manpages-fr breaks sarge to etch upgrade

2007-04-09 Thread Frederic Daniel Luc Lehobey
Package: upgrade-reports
Severity: serious
Justification: Policy 7.5.1

When performing an upgrade from sarge to etch, closely following the 
current release notes, the initial upgrade (from section 4.5.4 of the 
release notes) breaks in the following way:

# LANG=C aptitude upgrade
Reading Package Lists... Done
Building Dependency Tree   
Reading extended state information  
Initializing package states... Done
Reading task descriptions... Done  
The following packages have been kept back:
  acpid adduser alsa-base alsa-utils amarok amarok-xine apt apt-utils 
  aptitude arj ark artsbuilder aspell-en at aumix base-passwd bash bb bc 
  beep-media-player bin86 bind9-host binutils bison bsdmainutils bsdutils 
  bzip2 cdparanoia cdrdao cdrecord chkrootkit clamav clamav-base 
  clamav-freshclam console-common console-tools coreutils cpio cpp cpp-3.3 
  cron cupsys cupsys-bsd cupsys-client dash dc debianutils deborphan 
  desktop-file-utils dhcp-client dialog dillo discover1 dnsutils dpkg 
  dpkg-dev dselect dvd+rw-tools e2fslibs e2fsprogs eject esound-clients 
  exim4 exim4-base exim4-config exim4-daemon-light fam fdutils file 
  findutils finger flex fontconfig foomatic-db-engine foomatic-filters-ppds 
  fortune-mod ftp g++ g++-3.3 gcc gcc-3.3 gcc-3.3-base gcompris 
  gcompris-data gcompris-sound-fr gconf2 gdb gdm gettext-base gksu 
  gnome-keyring gnomemeeting gnupg grep groff-base grub gs-esp gs-gpl 
  gstreamer0.8-audiofile gstreamer0.8-flac gstreamer0.8-mad 
  gstreamer0.8-misc gstreamer0.8-oss gstreamer0.8-vorbis gtk2-engines-xfce 
  gzip hostname ifupdown imagemagick info initrd-tools initscripts iptables 
  iputils-ping ispell jackd k3b kcontrol kde-i18n-fr kdebase-bin 
  kdebase-data kdebase-kio-plugins kdelibs-data kdemultimedia-kio-plugins 
  kdesktop kfind klogd konq-plugins konqueror less lesstif2 liba52-0.7.4 
  libacl1 libao2 libapt-pkg-perl libartsc0 libasound2 libaspell15 
  libatk1.0-0 libatk1.0-data libattr1 libaudio2 libavc1394-0 libblkid1 
  libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common 
  libbz2-1.0 libc6 libc6-dev libcdparanoia0 libcomerr2 libcompfaceg1 
  libconsole libcroco3 libcupsimage2 libcupsys2-gnutls10 libcurl3 
  libdb1-compat libdb3 libdb4.2 libdb4.3 libdbh1.0-1 libdigest-sha1-perl 
  libdiscover1 libdv-bin libdv4 libdvdnav4 libdvdread3 libesd0 libexpat1 
  libfam0c102 libfontconfig1 libfreetype6 libfribidi0 libft-perl 
  libgail-common libgail17 libgcc1 libgcompris-1-0 libgconf2-4 libgcrypt11 
  libgdbm3 libgdk-pixbuf2 libgksu1.2-0 libglade2-0 libglib-perl libglib1.2 
  libglib2.0-0 libglib2.0-data libgnome-desktop-2 libgnome-keyring0 
  libgnome2-0 libgnome2-canvas-perl libgnome2-common libgnome2-perl 
  libgnome2-vfs-perl libgnomecanvas2-0 libgnomecanvas2-common 
  libgnomecups1.0-1 libgnomeprint2.2-0 libgnomeprint2.2-data 
  libgnomeprintui2.2-0 libgnomeui-0 libgnomeui-common libgnomevfs2-0 
  libgnomevfs2-common libgpg-error0 libgpmg1 libgstreamer-gconf0.8-0 
  libgstreamer-plugins0.8-0 libgstreamer0.8-0 libgtk1.2 libgtk2-perl 
  libgtk2.0-0 libgtk2.0-bin libgtkhtml2-0 libhtml-parser-perl libice6 
  libid3tag0 libidl0 libidn11 libjpeg-progs libjpeg62 libkcddb1 libkonq4 
  libkrb53 liblcms1 libldap2 liblircclient0 liblocale-gettext-perl 
  liblockfile1 liblzo1 libmagic1 libmng1 libmpeg2-4 libncurses5 
  libncursesw5 libnet-dns-perl libnetpbm10 libnss-db libogg0 libopencdk8 
  liborbit2 libpam-modules libpam0g libpanel-applet2-0 libpango1.0-0 
  libpaper-utils libpaper1 libpcre3 libperl5.8 libpng12-0 libpopt0 
  libpt-plugins-alsa libpt-plugins-avc libpt-plugins-dc libpt-plugins-oss 
  libpt-plugins-v4l libpt-plugins-v4l2 libreadline5 librecode0 librsvg2-2 
  librsvg2-bin librsvg2-common libsamplerate0 libsasl2 libscrollkeeper0 
  libsdl-mixer1.2 libsdl1.2debian libsdl1.2debian-oss libselinux1 
  libsensors3 libshout3 libslp1 libsm6 libsmbclient libsmpeg0 libsndfile1 
  libspeex1 libsqlite3-0 libssl0.9.7 libstartup-notification0 libstdc++5 
  libstdc++5-3.3-dev libsvga1 libtar libtext-charwidth-perl 
  libtext-iconv-perl libtextwrap1 libtheora0 libtiff4 libttf2 libusb-0.1-4 
  libuuid1 libvcdinfo0 libvorbis0a libvorbisenc2 libvorbisfile3 
  libvte-common libvte4 libwrap0 libx11-6 libxaw7 libxcursor1 libxext6 
  libxft2 libxi6 libxine1 libxml2 libxmu6 libxmuu1 libxosd2 libxp6 libxpm4 
  libxrandr2 libxrender1 libxslt1.1 libxt6 libxtrap6 libxtst6 libxv1 
  lm-sensors locales login logrotate lsof lynx m4 make man-db manpages-fr 
  mdetect menu metamail mkisofs module-init-tools modutils mount mozilla 
  mozilla-browser mozilla-firefox mozilla-firefox-locale-fr-fr 
  mozilla-mailnews mozilla-psm mozilla-thunderbird 
  mozilla-thunderbird-locale-fr mpack mtools mtr-tiny mutt nano ncompress 
  ncurses-base ncurses-bin netbase netcat netpbm nfs-common nmap ntpdate 
  nvi openoffice.org openoffice.org-l10n-fr passwd patch pciutils perl 
  perl-base perl-modules perl-suid pidentd portmap ppp pppoe pppoeconf 
  procmail procps psmisc python python-newt rcs re

Bug#416686: dokuwiki: weird removal in postrm

2007-03-29 Thread Frederic Daniel Luc Lehobey
Package: dokuwiki
Version: 0.0.20061106-4
Severity: minor
Tags: patch

Hi,

I wonder about these lines in postrm:


if [ -x /usr/bin/ucf ]; then
ucf --purge /etc/dokuwiki/index.php
fi


I have not found their counterpart (there is currently no such file in
/etc/dokuwiki) and I would suggest to remove them.

Sorry if this suggestion is a bad understanding on my side.

Best regards,
Frédéric Lehobey

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-sparc64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages dokuwiki depends on:
ii  apache2   2.2.3-3.2  Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd-cg 2.2.3-3.2  Traditional model for Apache HTTPD
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  php5  5.2.0-8server-side, HTML-embedded scripti
ii  ucf   2.0018.1   Update Configuration File: preserv

Versions of packages dokuwiki recommends:
pn  imagemagick | php4-gd | php5-  (no description available)
pn  php4-cli | php5-cli(no description available)

-- debconf information:
* dokuwiki/system/documentroot: /dokuwiki
* dokuwiki/system/accessible: global
  dokuwiki/system/localnet: 10.0.0.0/24
* dokuwiki/webservers: apache2
* dokuwiki/system/purgepages: true



Bug#416667: dokuwiki: Also mentioned in the postinst script

2007-03-29 Thread Frederic Daniel Luc Lehobey
Package: dokuwiki
Version: 0.0.20061106-4
Followup-For: Bug #416667

Hi,

Form the postinst script:


# Add a configuration file and restart the http server(s)
sub configure_webservers
{
# Should not be done in postinst
#foreach (@webserver) {
#   
#   if (-e "/etc/$_/conf.d/dokuwiki.conf") {
#   unlink "/etc/$_/conf.d/dokuwiki.conf"
#   or warn "Could not remove /etc/$_/conf.d/dokuwiki.conf";
#   }
#}


That code meant to deal with the same problem.

Thanks,
Frédéric

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-sparc64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages dokuwiki depends on:
ii  apache2   2.2.3-3.2  Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd-cg 2.2.3-3.2  Traditional model for Apache HTTPD
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  php5  5.2.0-8server-side, HTML-embedded scripti
ii  ucf   2.0018.1   Update Configuration File: preserv

Versions of packages dokuwiki recommends:
pn  imagemagick | php4-gd | php5-  (no description available)
pn  php4-cli | php5-cli(no description available)

-- debconf information excluded



Bug#416679: dokuwiki: creating changes.log is unnecessary

2007-03-29 Thread Frederic Daniel Luc Lehobey
Package: dokuwiki
Version: 0.0.20061106-4
Severity: normal
Tags: patch

Hi,

>From my understanding of the newer versions of dokuwiki, the creation
of the changes.log file is now unnecessary.

You just have to remove the following lines form the postinst:


# Create initial changelog if one does not exist
if (! -e "/var/lib/dokuwiki/data/changes.log") {
open(TMP, "> /var/lib/dokuwiki/data/changes.log")
or die("Could not create /var/lib/dokuwiki/data/changes.log");
close(TMP);
}

# Set appropriate ownership and mode for changelog
my $wwwuid = getpwnam("www-data");
my $rootuid = getpwnam("root");
chown $wwwuid, $rootuid, "/var/lib/dokuwiki/data/changes.log"
or die "Could not change ownership for 
/var/lib/dokuwiki/data/changes.log";
chmod 0664, "/var/lib/dokuwiki/data/changes.log"
or die "Could not change mode for /var/lib/dokuwiki/data/changes.log";


Thanks for your work on packaging dokuwiki,
Frédéric Lehobey

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-sparc64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages dokuwiki depends on:
ii  apache2   2.2.3-3.2  Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd-cg 2.2.3-3.2  Traditional model for Apache HTTPD
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  php5  5.2.0-8server-side, HTML-embedded scripti
ii  ucf   2.0018.1   Update Configuration File: preserv

Versions of packages dokuwiki recommends:
pn  imagemagick | php4-gd | php5-  (no description available)
pn  php4-cli | php5-cli(no description available)

-- debconf information:
* dokuwiki/system/documentroot: /dokuwiki
* dokuwiki/system/accessible: global
  dokuwiki/system/localnet: 10.0.0.0/24
* dokuwiki/webservers: apache2
* dokuwiki/system/purgepages: true



Bug#404353: dokuwiki: Why shipping install.php at all?

2007-03-29 Thread Frederic Daniel Luc Lehobey
Package: dokuwiki
Version: 0.0.20061106-4
Followup-For: Bug #404353

Hi,

This bug report deals with the output of install.php, but why shipping
this file at all? I know it is not the cause of any security problem
yet, but why keeping it? It is useless for the setup of the package
through Debian configuration and prone to trigger unnecessary
questions...

Best regards,
Frédéric Lehobey

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-sparc64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages dokuwiki depends on:
ii  apache2   2.2.3-3.2  Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd-cg 2.2.3-3.2  Traditional model for Apache HTTPD
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  php5  5.2.0-8server-side, HTML-embedded scripti
ii  ucf   2.0018.1   Update Configuration File: preserv

Versions of packages dokuwiki recommends:
pn  imagemagick | php4-gd | php5-  (no description available)
pn  php4-cli | php5-cli(no description available)

-- debconf information:
* dokuwiki/system/documentroot: /dokuwiki
* dokuwiki/system/accessible: global
  dokuwiki/system/localnet: 10.0.0.0/24
* dokuwiki/webservers: apache2
* dokuwiki/system/purgepages: true



Bug#416667: dokuwiki: breaks apache configuration upon purge and removal

2007-03-29 Thread Frederic Daniel Luc Lehobey
Package: dokuwiki
Version: 0.0.20061106-4
Severity: critical
Justification: breaks unrelated software

When purging or removing dokuwiki it breaks apache configuration in
the following way:

# invoke-rc.d apache2 reload
apache2: Syntax error on line 195 of /etc/apache2/apache2.conf: Could not open 
configuration file /etc/apache2/conf.d/dokuwiki.conf: No such file or directory
 failed!
invoke-rc.d: initscript apache2, action "reload" failed.

The reason is dokuwiki leaves a broken link in /etc/apache2/conf.d/

# ls -l /etc/apache2/conf.d/
total 4
-rw-r--r-- 1 root root 24 2007-03-26 18:39 charset
lrwxrwxrwx 1 root root 25 2007-03-26 18:54 dokuwiki.conf -> 
/etc/dokuwiki/apache.conf

(/etc/dokuwiki/apache.conf has been removed)

There are lines trying to deal with this in dokuwiki postrm but they
have been commented out:

# No need to handle the Web server in postrm
#if [ "$1" = "remove" ]; then
#for srv in apache apache2 apache-ssl apache-perl; do
#   if [ -e /etc/$srv/httpd.conf ]; then
#   
#   # Remove dokuwiki from the apache configuration
#   rm -f /etc/$srv/conf.d/dokuwiki.conf
#   
#   # Restart apache
#   if which invoke-rc.d >/dev/null 2>&1; then
#   invoke-rc.d $srv force-reload
#   else
#   /etc/init.d/$srv force-reload
#   fi
#   
#
#
#
#   
#   fi
#done
#fi

Actually, it seems there is need to handle Web server in postrm.

Thanks for your work on packaging dokuwiki,
Frédéric Lehobey

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-sparc64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages dokuwiki depends on:
ii  apache2   2.2.3-3.2  Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd-cg 2.2.3-3.2  Traditional model for Apache HTTPD
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  php5  5.2.0-8server-side, HTML-embedded scripti
ii  ucf   2.0018.1   Update Configuration File: preserv

Versions of packages dokuwiki recommends:
pn  imagemagick | php4-gd | php5-  (no description available)
pn  php4-cli | php5-cli(no description available)

-- debconf information:
* dokuwiki/system/documentroot: /dokuwiki
* dokuwiki/system/accessible: global
  dokuwiki/system/localnet: 10.0.0.0/24
* dokuwiki/webservers: apache2
* dokuwiki/system/purgepages: true



Bug#416509: dokuwiki: inconsistent translation in fr debconf template

2007-03-28 Thread Frederic Daniel Luc Lehobey
Package: dokuwiki
Version: 0.0.20061106-5
Severity: minor
Tags: patch l10n

In the french translation of the debconf templates of dokuwiki, the
word 'global' is translated in two different inconsistent ways that
make the french template hard to understand.

I have selected the 'Sans restriction' translation. Please find a
patch with this message.

Thanks for your work on dokuwiki,
Frédéric Lehobey

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-3-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages dokuwiki depends on:
ii  apache [httpd-cgi]1.3.34-4.1 versatile, high-performance HTTP s
ii  apache2-mpm-prefork [httpd-cg 2.2.3-4Traditional model for Apache HTTPD
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  php4  6:4.4.4-9  server-side, HTML-embedded scripti
ii  ucf   2.0018.1   Update Configuration File: preserv

Versions of packages dokuwiki recommends:
ii  imagemagick 7:6.2.4.5.dfsg1-0.14 Image manipulation programs
ii  php4-cli6:4.4.4-9command-line interpreter for the p

-- debconf information excluded
--- po/fr.po~	2007-03-28 15:03:37.0 +0200
+++ po/fr.po	2007-03-28 15:10:25.433688080 +0200
@@ -111,7 +111,7 @@
 #. Choices
 #: ../templates:2002
 msgid "global"
-msgstr "Global"
+msgstr "Sans restriction"
 
 #. Type: string
 #. Description


Bug#413428: ifupdown: fails to set static IPv6 addresses

2007-03-04 Thread Frederic Daniel Luc Lehobey
Package: ifupdown
Version: 0.6.8
Severity: important

Hi,

ifupdown fails to setup properly static IPv6 addresses when called
from /etc/network/interfaces stanzas like:

auto eth0
iface eth0 inet6 static
address 2002:some:addr::1
netmask 64

The reason for this is that interfaces are brought up _before_ the
ipv6 module has been automatically loaded in the (standard) kernel by
the regular Debian startup procedures.

The problem is not new as it already existed in sarge. The main
purpose of this bug report is to document the two possible (easy)
workarounds:

1/ put a

pre-up modprobe ipv6

in the first (IPv6) interface definition.

2/ or put ipv6 in /etc/modules (to force its loading into the kernel
as is it used before ifupdown setup).


See also the thread here:
http://lists.debian.org/debian-ipv6/2007/01/msg00017.html

As IPv6 is a release goal
(http://lists.debian.org/debian-devel-announce/2006/07/msg5.html)
it might worth documenting this problem in a better place than only in
this bug report.

Best regards,
Frédéric Lehobey

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages ifupdown depends on:
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  lsb-base3.1-23   Linux Standard Base 3.1 init scrip
ii  net-tools   1.60-17  The NET-3 networking toolkit

ifupdown recommends no packages.

-- debconf information:
  ifupdown/convert-interfaces: true



Bug#404828: clanbomber: unusable on sparc and powerpc (clanlib issue?)

2006-12-28 Thread Frederic Daniel Luc Lehobey
Package: clanbomber
Version: 1.05cdbs-5
Severity: grave
Justification: renders package unusable

Hi,

On powerpc and sparc architectures where I have tried it, clanbomber
takes 99% of CPU and does not display anything but a blackscreen (the
X window is frozen and not refreshed).

It is impossible to shutdown and needs to be killed.

It might be related to clanlib issues on big-endian architectures. See
also #241931.

With respect to the severity of the bug, I read (in reportbug) the
following description: 

1 renders package unusablerenders the package unusable, or mostly so, on
  all or nearly all possible systems on which it
  could be installed (i.e., not a hardware-specific
  bug); or renders package uninstallable or
  unremovable without special effort

and chose it as it is not specific to one single hardware but at least
two architectures. If I am wrong in understanding the severity
description, feel free to downgrade the severity (and fix the
reportbug English description... or maybe fix my English
understanding).   :)

An easy solution would be to disable building of clanbomber on powerpc
and sparc architectures (I wonder if it has ever worked).

Thanks,
Frédéric

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages clanbomber depends on:
ii  clanbomber-data  1.05cdbs-5  Bomberman like game
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libclan2c2a-mikmod   0.6.5-1-3.3 MikMod module for ClanLib game SDK
ii  libclan2c2a-sound0.6.5-1-3.3 Sound module for ClanLib game SDK
ii  libclanlib2c2a   0.6.5-1-3.3 ClanLib game SDK core runtime
ii  libgcc1  1:4.1.1-19  GCC support library
ii  libmikmod2   3.1.11-a-6  A portable sound library
ii  libstdc++6   4.1.1-19The GNU Standard C++ Library v3

clanbomber recommends no packages.

-- no debconf information



Bug#404757: xbase-clients: [xman] (powerpc/sparc) Fails to start

2006-12-27 Thread Frederic Daniel Luc Lehobey
Package: xbase-clients
Version: 1:7.1.ds-3
Severity: important

Hi,

xman fails to start on powerpc and sparc architectures while working
on i386. It seems clearly to be an endianness issue.

The error message is:

$ xman
Xman Error: No manual pages found.

I have attached a strace were it be useful.

Thanks,
Frédéric Lehobey

PS: probably unrelated but xmore segfaults everywhere (powerpc, i386
and sparc -- the latter saying bus error).

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages xbase-clients depends on:
ii  libc6 2.3.6.ds1-8GNU C Library: Shared libraries
ii  libfontconfig12.4.1-2generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libfs62:1.0.0-4  X11 Font Services library
ii  libgl1-mesa-glx [libgl1]  6.5.1-0.4  A free implementation of the OpenG
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libx11-6  2:1.0.3-4  X11 client-side library
ii  libxau6   1:1.0.1-2  X11 authorisation library
ii  libxaw7   1:1.0.2-4  X11 Athena Widget library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxkbfile1   1:1.0.3-2  X11 keyboard file manipulation lib
ii  libxmu6   1:1.0.2-2  X11 miscellaneous utility library
ii  libxmuu1  1:1.0.2-2  X11 miscellaneous micro-utility li
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxss1   1:1.1.0-1  X11 Screen Saver extension library
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  libxtrap6 1:1.0.0-4  X11 event trapping extension libra
ii  libxtst6  1:1.0.1-5  X11 Testing -- Resource extension 
ii  libxv11:1.0.2-1  X11 Video extension library
ii  libxxf86dga1  2:1.0.1-2  X11 Direct Graphics Access extensi
ii  libxxf86vm1   1:1.0.1-2  X11 XFree86 video mode extension l
ii  x11-common1:7.1.0-8  X Window System (X.Org) infrastruc
ii  zlib1g1:1.2.3-13 compression library - runtime

xbase-clients recommends no packages.

-- no debconf information
execve("/usr/bin/xman", ["xman"], [/* 23 vars */]) = 0
uname({sys="Linux", node="clochette", ...}) = 0
brk(0)  = 0x1001e000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x30019000
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=82675, ...}) = 0
mmap(NULL, 82675, PROT_READ, MAP_PRIVATE, 3, 0) = 0x3002a000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/usr/lib/libXaw.so.7", O_RDONLY)  = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\1\31"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=420272, ...}) = 0
mmap(0xff78000, 490412, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xff78000
mprotect(0xffd9000, 93100, PROT_NONE)   = 0
mmap(0xffe8000, 28672, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xffe8000
mmap(0xffef000, 2988, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xffef000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/usr/lib/libXmu.so.6", O_RDONLY)  = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0_\200"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=102256, ...}) = 0
mmap(0xff3e000, 169768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xff3e000
mprotect(0xff56000, 71464, PROT_NONE)   = 0
mmap(0xff66000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0xff66000
mmap(0xff67000, 1832, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xff67000
close(3)= 0
access("/

Bug#404752: ekiga: (powerpc arch) sound seems to be broken when using Logitech Quickcam pro 4000 / pwc module

2006-12-27 Thread Frederic Daniel Luc Lehobey
Package: ekiga
Version: 2.0.3-2
Severity: important

Hi,

Sound is transmitted but completely broken (like bursts or improper
harmonics) when calling from ekiga (etch, powerpc) to gnomemeeting
(sarge, i386) using h323 protocol. (Could it be related to
endianness?)

I am using the pwc module for a Quickcam Pro 4000 and its microphone.

Notice that gnomemeeting is working perfectly for the sound with
exactly the same hardware and settings (hence attributing the bug to
ekiga) on the host.

Thanks for your work on ekiga,
Frédéric Lehobey

PS : just for the fun, while gnomemeeting is working for the sound on
my powerpc machine, it is not the same for the images (see #404695)
hence neither gnomemeeting nor ekiga is fully usable on powerpc
etch...   :-)

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages ekiga depends on:
ii  evolution-data-server  1.6.1-3   evolution database backend server
ii  gconf2 2.16.0-3  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.15-2  Avahi client library
ii  libavahi-common3   0.6.15-2  Avahi common library
ii  libavahi-glib1 0.6.15-2  Avahi glib integration library
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libebook1.2-5  1.6.3-3   Client library for evolution addre
ii  libedataserver1.2-71.6.3-3   Utility library for evolution data
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libgcc11:4.1.1-19GCC support library
ii  libgconf2-42.16.0-3  GNOME configuration database syste
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-3   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-4  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libopal-2.2.0  2.2.3.dfsg-2  Open Phone Abstraction Library - s
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-3  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libpt-1.10.0   1.10.2-2  Portable Windows Library
ii  libpt-plugins-alsa 1.10.2-2  Portable Windows Library Audio Plu
ii  libpt-plugins-avc  1.10.2-2  PWLib Video Plugin for IEEE1394 (F
ii  libpt-plugins-dc   1.10.2-2  PWLib Video Plugin for IEEE1394 (F
ii  libpt-plugins-oss  1.10.2-2  Portable Windows Library Audio Plu
ii  libpt-plugins-v4l  1.10.2-2  Portable Windows Library Video Plu
ii  libpt-plugins-v4l2 1.10.2-2  Portable Windows Library Video Plu
ii  libsdl1.2debian1.2.11-7  Simple DirectMedia Layer
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  yelp   2.14.2-2  Help browser for GNOME 2

ekiga recommends no packages.

-- no debconf information



Bug#241931: remove powerpc and sparc from pingus build architectures

2006-12-27 Thread Frederic Daniel Luc Lehobey
Package: pingus
Version: 0.6.0-8.4
Followup-For: Bug #241931

severity 241931 grave
thanks

Justification: this bug makes pingus unusable for powerpc and sparc
architectures. Either fix it or disable the build on (at least) those
two architectures.

I wonder whether pingus is in any releasable state.

Thanks,
Frédéric Lehobey

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages pingus depends on:
ii  hermes11.3.3+really1.3.2-5.1 The Hermes pixel-format library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libclan2c2a-gui0.6.5-1-3.3   GUI module for ClanLib game SDK
ii  libclan2c2a-jpeg   0.6.5-1-3.3   JPEG module for ClanLib game SDK
ii  libclan2c2a-mikmod 0.6.5-1-3.3   MikMod module for ClanLib game SDK
ii  libclan2c2a-png0.6.5-1-3.3   PNG module for ClanLib game SDK
ii  libclan2c2a-sound  0.6.5-1-3.3   Sound module for ClanLib game SDK
ii  libclan2c2a-vorbis 0.6.5-1-3.3   Vorbis module for ClanLib game SDK
ii  libclanlib2c2a 0.6.5-1-3.3   ClanLib game SDK core runtime
ii  libgcc11:4.1.1-19GCC support library
ii  libmikmod2 3.1.11-a-6A portable sound library
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  pingus-data0.6.0-8.4 Data files for pingus, a free Lemm
ii  zlib1g 1:1.2.3-13compression library - runtime

pingus recommends no packages.

-- no debconf information



Bug#394301: live-package: Default make-live call is failing for this problem

2006-12-21 Thread Frederic Daniel Luc LEHOBEY
Package: live-package
Version: 0.99.14-1
Followup-For: Bug #394301

Hi,

Just for the record, I am experiencing this bug too with the version
currently in etch (and sid) with a simple default:

# make-live

I believe its severity should be raised at least to serious (if I
understand well the rules this decision is the original submitter and
the maintainer choice).

Thanks for your work on live-package,
Frédéric Lehobey

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-3-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages live-package depends on:
ii  cdebootstrap 0.3.15  Bootstrap a Debian system
ii  genext2fs1.4-rc1-2.1 ext2 filesystem generator for embe
ii  mkisofs  9:1.1.0-1   Dummy transition package for genis
ii  squashfs-tools   1:3.1r2-6   Tool to create and append to squas

live-package recommends no packages.

-- no debconf information



Bug#393094: qt4-x11: Clarification of copyright holders?

2006-10-14 Thread Frederic Daniel Luc LEHOBEY
Package: qt4-x11
Version: 4.2.0
Severity: minor

Hi,

The current debian/copyright file says:

This package was debianized by Brian Nelson <[EMAIL PROTECTED]> on Sun, 10
Apr 2005 21:23:49 -0700.

It was downloaded from ftp://ftp.trolltech.com/qt/source

Upstream Author: Trolltech AS

Copyright (C) 1994-2004 Trolltech AS.

This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

This package is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.

On Debian systems, the complete text of the GNU General Public License
can be found in `/usr/share/common-licenses/GPL'.

but in the source, Trolltech headers most often start with a statement like:

/
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** This file may be used under the terms of the GNU General Public
** License version 2.0 as published by the Free Software Foundation
** and appearing in the file LICENSE.GPL included in the packaging of
** this file.  Please review the following information to ensure GNU
** General Public Licensing requirements will be met:
** http://www.trolltech.com/products/qt/opensource.html
**
** If you are unsure which license is appropriate for your use, please
** review the following information:
** http://www.trolltech.com/products/qt/licensing.html or contact the
** sales department at [EMAIL PROTECTED]
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
/

so the copyright dates might be extended to:

Copyright (C) 1992-2006 Trolltech AS.

By the way the http://www.trolltech.com/products/qt/opensource.html
url does not work anymore (this is an upstream problem).

But I also noticed there are many more copyright holders in
contributed source files.

Here is an excerpt of such copyright holders.

./src/gui/painting/qgrayraster.c
/***/
/* */
/*  qgrayraster.c, derived from ftgrays.c  */
/* */
/*A new `perfect' anti-aliasing renderer (body).   */
/* */
/*  Copyright 2000-2001, 2002, 2003 by */
/*  David Turner, Robert Wilhelm, and Werner Lemberg.  */
/* */
/*  This file is part of the FreeType project, and may only be used,   */
/*  modified, and distributed under the terms of the FreeType project  */
/*  license, ../../3rdparty/freetype/docs/FTL.TXT.  By continuing to use,  */
/*  modify, or distribute this file you indicate that you have read*/
/*  the license and understand and accept it fully.*/
/* */
/***/

./src/corelib/arch/arm/malloc.c
/*
  This is a version (aka dlmalloc) of malloc/free/realloc written by
  Doug Lea and released to the public domain.  Use, modify, and
  redistribute this code without permission or acknowledgment in any
  way you wish.  Send questions, comments, complaints, performance
./src/3rdparty/md5/md5.c
/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
 */

/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.

License to copy and use this software is granted provided that it
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
Algorithm" in all material mentioning or referencing this software
or this function.

License is also granted to make and use derivative works provided
that such works are identified as "derived from the RSA Data
Security, Inc. MD5 Message-Digest Algorithm" in all material
mentioning or referencing the derived work.

RSA Data Security, Inc. makes no representations concerning either
the merchantability of this software or the suitability of this
software for any particular purpose. It is provided "as is"
without e

Bug#339059: mailman: Mailman/debconf forgets answer to language list question at install time

2006-09-13 Thread Frederic Daniel Luc LEHOBEY
Package: mailman
Version: 2.1.5-8sarge3
Followup-For: Bug #339059

Hi,

I am expriencing the very same bug with both the sarge and sid 
(1:2.1.8-2) versions of mailman.

I can reproduce it on sid with a purge / install cycle.

In the following, I have chosen only `fr' as language in the debconf 
question.

Paramétrage de mailman (2.1.5-8sarge3) ...
Looking for enabled languages (this may take some time) ... done.
Installing site language en  
done.
Configuring mailman for domain poussiere ...
Mise à jour de la version 0x0 vers 0x20105f0
suppression des anciens fichiers sources
Site list for mailman (usually named mailman) missing
Please create it; until then, mailman will refuse to start

(and not `fr' as site language.)

As already stated earlier in this bug report a dpkg-reconfigure mailman 
works around it.

Thanks for your work on mailman,
Frédéric Lehobey

-- System Information:
Debian Release: 3.1
Architecture: sparc (sparc64)
Kernel: Linux 2.6.8-3-sparc64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mailman depends on:
ii  apache [httpd]1.3.33-6sarge3 versatile, high-performance HTTP s
ii  cron  3.0pl1-86  management of regular background p
ii  debconf   1.4.30.13  Debian configuration management sy
ii  libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii  logrotate 3.7-5  Log rotation utility
ii  pwgen 2.03-1 Automatic Password generation
ii  python2.3.5-2An interactive high-level object-o
ii  sendmail-bin [mail-tr 8.13.4-3sarge3 powerful, efficient, and scalable 
ii  ucf   1.17   Update Configuration File: preserv

-- debconf information:
  mailman/queue_files_present:
  mailman/default_server_language: en
* mailman/gate_news: false
* mailman/site_languages: en
* mailman/used_languages:
* mailman/create_site_list:



Bug#379773: dh-make: use for README.Debian the same author line as in changelog

2006-07-25 Thread Frederic Daniel Luc Lehobey
Package: dh-make
Version: 0.41
Severity: wishlist
Tags: patch

Hi,

This is very cosmetic, but for the sake of consistency (and
regularity) could you adopt for the README.Debian file suggested
templates the same format as in the changelog template?

Thanks for your work on dh-make,
Frédéric Lehobey

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-3-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages dh-make depends on:
ii  debhelper 5.0.37.2   helper programs for debian/rules
ii  dpkg-dev  1.13.22package building tools for Debian
ii  make  3.81-2 The GNU version of the "make" util
ii  perl  5.8.8-6Larry Wall's Practical Extraction 

dh-make recommends no packages.

-- no debconf information
diff -Naur dh-make-0.41.orig/lib/debian/README.Debian 
dh-make-0.41/lib/debian/README.Debian
--- dh-make-0.41.orig/lib/debian/README.Debian  2006-06-02 13:02:45.0 
+0200
+++ dh-make-0.41/lib/debian/README.Debian   2006-07-25 15:58:15.144607784 
+0200
@@ -3,4 +3,4 @@
 
 
 
- -- #USERNAME# <#EMAIL#>, #DATE#
+ -- #USERNAME# <#EMAIL#>  #DATE#
diff -Naur dh-make-0.41.orig/lib/debiank/README.Debian 
dh-make-0.41/lib/debiank/README.Debian
--- dh-make-0.41.orig/lib/debiank/README.Debian 2006-06-02 13:02:45.0 
+0200
+++ dh-make-0.41/lib/debiank/README.Debian  2006-07-25 15:58:56.016394328 
+0200
@@ -20,4 +20,4 @@
and install a module specific to the system you are building on and is
not under control of the packaging system.
 
- -- #USERNAME# <#EMAIL#>, #DATE#
+ -- #USERNAME# <#EMAIL#>  #DATE#
diff -Naur dh-make-0.41.orig/lib/native/README dh-make-0.41/lib/native/README
--- dh-make-0.41.orig/lib/native/README 2006-06-02 13:02:45.0 +0200
+++ dh-make-0.41/lib/native/README  2006-07-25 16:01:22.607109152 +0200
@@ -3,4 +3,4 @@
 
 Comments regarding the Package
 
-#USERNAME# <#EMAIL#>, #DATE#
+ -- #USERNAME# <#EMAIL#>  #DATE#


Bug#378587: ITP: qrfcview -- viewer for IETF RFCs

2006-07-17 Thread Frederic Daniel Luc LEHOBEY
Package: wnpp
Severity: wishlist
Owner: Frederic Daniel Luc LEHOBEY <[EMAIL PROTECTED]>

* Package name: qrfcview
  Version : 0.62
  Upstream Author : Romain ROLLET <[EMAIL PROTECTED]>
* URL : http://qrfcview.berlios.de/
* License : GPL
  Programming Lang: C++
  Description : viewer for IETF RFCs

 qRFCView is a viewer for IETF RFC featuring:
 .
  - automatic table of content, with direct opening of section;
  - handling of RFC internal cross-references;
  - automatic downloading of a referenced RFC from the IETF web site
on a simple click;
  - caching of RFC in a local directory;
  - tab-browsing of RFC;
  - searching.
 .
  Homepage: http://qrfcview.berlios.de/


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-3-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


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



Bug#362169: [docbook mode] segmentation fault with po4a-gettextize

2006-04-12 Thread Frederic Daniel Luc LEHOBEY
Package: po4a
Version: 0.24-1
Severity: normal

Hi,

Issuing the following command:

$ LANG=C po4a-gettextize -f docbook -m debian-i18n-l10n.xml -p 
debian-i18n-l10n.pot

on the file at this location:
http://people.debian.org/~jfs/debconf6/debian-i18n-l10n.xml

yields:
Erreur de segmentation

(I wonder why the LANG=C is not honored but it is a different
issue...)

As the file is work in progress, I send the gzipped version of it for
which I had the problem (it does not seem to be corrupted at all).  It
is an up to date sid.

Thanks for your work on po4a,
Frédéric

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-3-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages po4a depends on:
ii  gettext   0.14.5-2   GNU Internationalization utilities
ii  libsgmls-perl 1.03ii-31  Perl modules for processing SGML p
ii  perl  5.8.8-3Larry Wall's Practical Extraction 
ii  perl-modules  5.8.8-3Core Perl modules
ii  sp1.3.4-1.2.1-47 James Clark's SGML parsing tools

Versions of packages po4a recommends:
ii  liblocale-gettext-perl1.05-1 Using libc functions for internati
ii  libterm-readkey-perl  2.30-3 A perl module for simple terminal 
ii  libtext-wrapi18n-perl 0.06-4 internationalized substitute of Te

-- no debconf information


debian-i18n-l10n.xml.gz
Description: Binary data


Bug#355862: debtags: uninstallable because of missing dependency to apt-index-watcher

2006-03-08 Thread Frederic Daniel Luc LEHOBEY
Package: debtags
Severity: important

Hi,

debtags is currently uninstallable in sid because of a dependency on
apt-index-watcher (I have not been able to figure what it should be).
It was added in the latest upload so I suppose you did it on purpose.
Sorry for the noise if it is a misunderstanding on my side.

It prevents installation of packagesearch and adept and maybe more:
# apt-cache rdepends debtags
debtags
Reverse Depends:
  packagesearch
  debtags-edit
  debram
  aptitude
  adept

Thanks for your work on debtags,
Frederic Lehobey

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


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



Bug#355769: po4a: Please consider support of noweb (literate programming)

2006-03-07 Thread Frederic Daniel Luc LEHOBEY
Package: po4a
Version: 0.23-1
Severity: wishlist

Hi,

I created this bug as a reminder of possible future support of noweb
(nowebm package in Debian) literate programming style in po4a,
possibly inherited from the LaTeX mode.  Nicolas François has ideas
about it (depending on future features of po4a).  If I can contribute
to it I will, but no estimate on the time line.  :)

I include a typical example file (with questions and examples).

Thanks for your much appreciated work on po4a,
Frédéric Lehobey

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages po4a depends on:
ii  gettext   0.14.5-2   GNU Internationalization utilities
ii  libsgmls-perl 1.03ii-31  Perl modules for processing SGML p
ii  perl  5.8.8-2Larry Wall's Practical Extraction 
ii  perl-modules  5.8.8-2Core Perl modules
ii  sp1.3.4-1.2.1-47 James Clark's SGML parsing tools

Versions of packages po4a recommends:
ii  liblocale-gettext-perl1.05-1 Using libc functions for internati
ii  libterm-readkey-perl  2.30-3 A perl module for simple terminal 
ii  libtext-wrapi18n-perl 0.06-4 internationalized substitute of Te

-- no debconf information
\documentclass{book}
\usepackage{noweb}
\begin{document}
\begin{titlepage}
\center{Consider compatibility of po4a with noweb}
\end{titlepage}

Noweb (Debian package nowebm that has to be installed for this demo to
work) is a literate programming tool used for Axiom documentation.  It
allows mixings commands like below

<<*>>=
PROJECT=noweb
WEAVE=`which noweave`
LATEX=`which latex`

all: 
	${WEAVE} -t8 -delay ${PROJECT}.pamphlet > ${PROJECT}.tex
	${LATEX} ${PROJECT}.tex --interaction batchmode
	${LATEX} ${PROJECT}.tex --interaction batchmode

@
and regular latex commands.

This file is an exemple to see whether it is possible to make po4a
compatible with the noweb chunks.

\par\noindent{\bf Create the Makefile}

\begin{verbatim}
$ notangle -t8 noweb.pamphlet > Makefile.noweb
\end{verbatim}


\par\noindent{\bf Create the LaTeX and dvi file}

\begin{verbatim}
$ make -f Makefile.noweb
\end{verbatim}

\par\noindent{\bf Problems}

Unfortunately calling \texttt{po4a-gettextize} like
\begin{verbatim}
$ po4a-gettextize -f latex -m noweb.pamphlet -p noweb.pamphlet.pot
\end{verbatim}
on \emph{noweb.pamphlet} breaks the noweb chunk formatting.

And calling on the pure \emph{.tex} version like
\begin{verbatim}
$ po4a-gettextize -f latex -m noweb.tex -p noweb.tex.pot
\end{verbatim}
breaks it too as the chunk is not a proper environment.  It uses
commands like
\begin{verbatim}
\\nwfilename{noweb.pamphlet}\\nwbegincode{1}
...
\\nwendcode{}\\nwbegindocs{2}\\nwdocspar
\end{verbatim}
that would have to be understood by po4a.

My idea would have be to have such a chunk to be handled as a verbatim
environment, but is it feasible?
\end{document}

Bug#354955: po4a: [latex mode] Some lists are incorrectly parsed

2006-03-02 Thread Frederic Daniel Luc LEHOBEY
Package: po4a
Version: 0.23-1
Severity: normal

Hi,

I am trying to use po4a on Axiom documentation.  My first attempts have 
shown a weird behavior on some latex list environments (but most do work
properly).  I have gathered all of them in the attached file.

I have not yet been able to understand the key problem (square 
brackets? newlines?) nor to find workarounds.

Here are the commands I have used:
$ po4a-gettextize -f latex -m weird.tex -p weird.fr.po
$ less weird.fr.po
(deliberately no change to the po file)
$ po4a-translate -k 0 -f latex -m weird.tex -p weird.fr.po -l weird.fr.tex
$ latex weird.fr.tex

Thanks for this great tool,
Frederic Lehobey

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages po4a depends on:
ii  gettext   0.14.5-2   GNU Internationalization utilities
ii  libsgmls-perl 1.03ii-31  Perl modules for processing SGML p
ii  perl  5.8.8-2Larry Wall's Practical Extraction 
ii  perl-modules  5.8.8-2Core Perl modules
ii  sp1.3.4-1.2.1-47 James Clark's SGML parsing tools

Versions of packages po4a recommends:
ii  liblocale-gettext-perl1.05-1 Using libc functions for internati
ii  libterm-readkey-perl  2.30-3 A perl module for simple terminal 
ii  libtext-wrapi18n-perl 0.06-4 internationalized substitute of Te

-- no debconf information
\documentclass{book}
\begin{document}
\begin{titlepage}
\center{Exhibit po4a weird behavior on some lists}
\end{titlepage}

\par\noindent{\bf All in one line}
\begin{list}{}
\item {\tt )abbreviation query  [{\it nameOrAbbrev}]}
\item {\tt )abbreviation category  {\it abbrev  fullname} [)quiet]}
\item {\tt )abbreviation domain  {\it abbrev  fullname}   [)quiet]}
\item {\tt )abbreviation package  {\it abbrev  fullname}  [)quiet]}
\item {\tt )abbreviation remove  {\it nameOrAbbrev}}
\end{list}

\par\noindent{\bf Lost spaces}
\begin{list}{}
\item {\tt )boot} {\it bootExpression}
\end{list}

\begin{list}{}
\item {\tt )cd} {\it directory}
\end{list}

\begin{list}{}
\item{\tt )edit} [{\it filename}]
\end{list}

\par\noindent{\bf All in one line}
\begin{list}{}
\item{\tt )frame  new  {\it frameName}}
\item{\tt )frame  drop  [{\it frameName}]}
\item{\tt )frame  next}
\item{\tt )frame  last}
\item{\tt )frame  names}
\item{\tt )frame  import {\it frameName} 
  {\it {\tt [}objectName1 {\tt [}objectName2 ...{\tt]]}}}
\item{\tt )set message frame on | off}
\item{\tt )set message prompt frame}
\end{list}

\par\noindent{\bf All in one line from )change line???}
\begin{list}{}
\item{\tt )history )on}
\item{\tt )history )off}
\item{\tt )history )write} {\it historyInputFileName}
\item{\tt )history )show [{\it n}] [both]}
\item{\tt )history )save} {\it savedHistoryName}
\item{\tt )history )restore} [{\it savedHistoryName}]
\item{\tt )history )reset}
\item{\tt )history )change} {\it n}
\item{\tt )history )memory}
\item{\tt )history )file}
\item{\tt \%}
\item{\tt \%\%({\it n})}
\item{\tt )set history on | off}
\end{list}

\par\noindent{\bf All in one line}
\begin{list}{}
\item{\tt )library {\it libName1  {\tt [}libName2 ...{\tt ]}}}
\item{\tt )library )dir {\it dirName}}
\item{\tt )library )only {\it objName1  {\tt [}objlib2 ...{\tt ]}}}
\item{\tt )library )noexpose}
\end{list}

\par\noindent{\bf Lost spaces}
\begin{list}{}
\item {\tt )lisp} [{\it lispExpression}]
\end{list}

\begin{list}{}
\item {\tt )read}  [{\it fileName}]
\item {\tt )read}  [{\it fileName}] [{\tt )quiet}] [{\tt )ifthere}]
\end{list}

\par\noindent{\bf All in one line}
\begin{list}{}
\item {\tt )show {\it nameOrAbbrev}}
\item {\tt )show {\it nameOrAbbrev} )operations}
\item {\tt )show {\it nameOrAbbrev} )attributes}
\end{list}

\begin{list}{}
\item{\tt )spool} [{\it fileName}]
\item{\tt )spool}
\end{list}

\par\noindent{\bf All in one line from second line???}
\begin{list}{}
\item{\tt )synonym}
\item{\tt )synonym} {\it synonym fullCommand}
\item{\tt )what synonyms}
\end{list}

\par\noindent{\bf Lost spaces}
\begin{list}{}
\item{\tt )system} {\it cmdExpression}
\end{list}

\par\noindent{\bf First two on same line and then lost space}
\begin{list}{}
\item{\tt )trace}
\item{\tt )trace )off}

\item{\tt )trace} {\it function {\tt [}options{\tt ]}}
\item{\tt )trace} {\it constructor {\tt [}options {\tt ]}}
\item{\tt )trace} {\it domainOrPackage {\tt [}options {\tt ]}}
\end{list}

\par\noindent{\bf Both in one line}
\begin{list}{}
\item{\tt )after}
\item{\tt )before}
\end{list}
\end{document}


Bug#349919: dak: jennifer as patched in this package (not upstream) dies on maintainer names with a ', '

2006-01-25 Thread Frederic Daniel Luc LEHOBEY
Package: dak
Version: 1.0-8
Severity: normal

Hi,

jennifer dies in the following way for a maintainer name with a ',':

Traceback (most recent call last):
  File "/usr/bin/jennifer", line 1160, in process_it
action();
  File "/usr/bin/jennifer", line 1029, in action
Katie.do_reject(0, reject_message);
  File "/usr/lib/python2.3/site-packages/katie.py", line 652, in do_reject
utils.send_mail(reject_mail_message);
  File "/usr/lib/python2.3/site-packages/utils.py", line 398, in send_mail
(rfc822_maint, rfc2047_maint, name, email) = fix_maintainer(item.strip())
  File "/usr/lib/python2.3/site-packages/utils.py", line 361, in fix_maintainer
raise ParseMaintError, "No @ found in email address part."
ParseMaintError: No @ found in email address part.

It occured to me with a backport of mpich_1.2.7 where the maintainer
name is 'Adam C. Powell, IV <[EMAIL PROTECTED]>' (with a ',').

If I do not mistake, the problem comes from the following lines in
utils.py

+# Fields to check. Here the order is important because Bcc
+# will be the last changed field
+fields = ["To", "Bcc", "Cc"]
+for field in fields:
+# Check each field
+value = message_raw.get(field, None)
+if value != None:
+match = [];
+for item in value.split(","):
+(rfc822_maint, rfc2047_maint, name, email) = 
fix_maintainer(item.strip())
+if email not in whitelist:
+print "Skipping %s since it's not in %s" % (item, 
Cnf["Dinstall::MailWhiteList"])
+continue
+match.append(item)
+# Doesn't have any mail in whitelist so remove the header
+if len(match) == 0:
+del message_raw[field]
+else:
+message_raw.replace_header(field, string.join(match, 
", "))
+

that have been added specifically to the packaging of dak and do not
exist upstream.

I do not know yet how to fix this excepted with the obvious workaround
that is to remove any ',' in maintainer's names.

Thanks,
Frederic Lehobey

-- System Information:
Debian Release: 3.1
Architecture: sparc (sparc64)
Kernel: Linux 2.6.8-2-sparc64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dak depends on:
ii  apt [libapt-pkg-libc6.3-5-3 0.5.28.6 Advanced front-end for dpkg
ii  apt-utils   0.5.28.6 APT utility programs
ii  bzip2   1.0.2-7  high-quality block-sorting file co
ii  debconf 1.4.30.13Debian configuration management sy
ii  dpkg-dev1.10.28  Package building tools for Debian
ii  exim4-daemon-light [mail-tr 4.50-8   lightweight exim MTA (v4) daemon
ii  gnupg   1.4.1-1  GNU privacy guard - a free PGP rep
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3
ii  python  2.3.5-2  An interactive high-level object-o
ii  python-apt  0.5.10   Python interface to libapt-pkg
ii  python-ldap 2.0.4-1  A LDAP interface module for Python
ii  python-pygresql 1:3.6.1-1PostgreSQL module for Python
ii  ucf 1.17 Update Configuration File: preserv

-- debconf information:
* dak/username: deb-dak
* dak/groupname: debadmin
* dak/hostname: localhost.localdomain
* dak/path: /var/lib/dak
* dak/setup:
* dak/archivename: archive FDL (abonde)


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



Bug#349901: axiom: some variable substitution failed in the man page

2006-01-25 Thread Frederic Daniel Luc LEHOBEY
Package: axiom
Version: 20050201-1
Severity: minor

Hi,

axiom man page reads like this:

...

   By default, the command axiom would start the process

   sman -ws /usr/lib/axiom/[EMAIL PROTECTED]@/mnt/linux/bin/AXIOMsys

...

AUTHOR
   This  manual  page was written by Camm Maguire <[EMAIL PROTECTED]>, for
   the Debian project (but may be used by others).

@VER@  February 5, 2005   AXIOM(1)

so some variable substitution seems to fail at build time.

I believe it comes from the extraneous ^ in the debian/rules in:

debian/axiom.1: debian/axiom.1.in
mkdir -p $(@D)
cat $< | sed "s,[EMAIL PROTECTED]@,$(VER),g"  >$@
chmod +x $@

Thanks for you work on axiom packaging,
Frederic Lehobey

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

Versions of packages axiom depends on:
ii  axiom-databases 20050201-1   A general purpose computer algebra
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgmp3 4.1.4-6  Multiprecision arithmetic library
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libreadline44.3-11   GNU readline and history libraries

-- no debconf information


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



Bug#349637: r-base-core: /usr/lib to /usr/share move breaks R modules installation and removal

2006-01-24 Thread Frederic Daniel Luc LEHOBEY
Package: r-base-core
Version: 2.2.1-3
Severity: important

Hi,

Maybe the severity should be raised to RC.  I let you decide.

The latest version of r-base-core breaks removal and installation of
R modules.  I have used r-cran-matrix as an example:

# dpkg -s r-base-core
Package: r-base-core
Status: install ok installed
Priority: optional
Section: math
Installed-Size: 28200
Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Architecture: i386
Source: r-base
Version: 2.2.1-1

# aptitude install r-cran-matrix

Selecting previously deselected package r-cran-matrix.
(Reading database ... 128500 files and directories currently installed.)
Unpacking r-cran-matrix (from .../r-cran-matrix_0.95.10-1_i386.deb) ...
Setting up r-cran-matrix (0.95.10-1) ...
Ignoring deprecated option --htmllists called from postinst or postrm script.

# aptitude purge r-cran-matrix

Removing r-cran-matrix ...
Ignoring deprecated option --htmllists called from postinst or postrm script.
Purging configuration files for r-cran-matrix ...
Ignoring deprecated option --htmllists called from postinst or postrm script.

# aptitude install r-base-core r-recommended r-base-dev

Unpacking libpaper-utils (from .../libpaper-utils_1.1.14-5_i386.deb) ...
Preparing to replace r-recommended 2.2.1-1 (using 
.../r-recommended_2.2.1-3_i386.deb) ...
Unpacking replacement r-recommended ...
Preparing to replace r-base-dev 2.2.1-1 (using .../r-base-dev_2.2.1-3_all.deb) 
...
Unpacking replacement r-base-dev ...
Preparing to replace r-base-core 2.2.1-1 (using 
.../r-base-core_2.2.1-3_i386.deb) ...
Unpacking replacement r-base-core ...
Setting up libpaper-utils (1.1.14-5) ...
Setting up r-base-core (2.2.1-3) ...

# aptitude install r-cran-matrix

Selecting previously deselected package r-cran-matrix.
(Reading database ... 128512 files and directories currently installed.)
Unpacking r-cran-matrix (from .../r-cran-matrix_0.95.10-1_i386.deb) ...
Setting up r-cran-matrix (0.95.10-1) ...
Can't open perl script "/usr/lib/R/share/perl/build-help.pl": No such file or 
directory
dpkg: error processing r-cran-matrix (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 r-cran-matrix
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up r-cran-matrix (0.95.10-1) ...
Can't open perl script "/usr/lib/R/share/perl/build-help.pl": No such file or 
directory
dpkg: error processing r-cran-matrix (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 r-cran-matrix

It also breaks if the r-cran-matrix package had been installed
previously to the r-base-core upgrade and asked for removal.

dpkg: error processing r-cran-matrix (--remove):
 subprocess post-removal script returned error exit status 2

So both post-installation and post-removal scripts are broken.

The workaround is

# ln -s /usr/share/R/share /usr/lib/R/share

So I believe (from the change log) this bug is a consequence of the
solution to #300765.  By the way, thanks for your efforts to make R
FHS compliant.

Maybe all R modules have to be rebuilt to solve this problem, but
there is still the need for a clean upgrade path.

Best regards,
Frederic Lehobey

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8-2-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages r-base-core depends on:
ii  atlas3-base [libblas.so.3 3.6.0-20   Automatically Tuned Linear Algebra
ii  libbz2-1.01.0.2-11   high-quality block-sorting file co
ii  libc6 2.3.5-9GNU C Library: Shared libraries an
ii  libg2c0   1:3.4.5-1  Runtime library for GNU Fortran 77
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libice6   6.9.0.dfsg.1-1 Inter-Client Exchange library
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libpaper-utils1.1.14-5   Library for handling paper charact
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libreadline5  5.1-5  GNU readline and history libraries
ii  libsm66.9.0.dfsg.1-1 X Window System Session Management
ii  libx11-6  6.9.0.dfsg.1-1 X Window System protocol client li
ii  perl  5.8.7-10   Larry Wall's Practical Extraction 
ii  refblas3 [libblas.so.3]   1.2-8  Basic Linear Algebra Subroutines 3
ii  tcl8.48.4.11-1   Tcl (the Tool Command Language) v8
ii  tk8.4 8.4.11-1   Tk toolkit for Tcl and X11, v8.4 -
ii  zlib-bin  1:1.2.3-9  compression library 

Bug#348065: cernlib: fails to build on Debian GNU/kFreeBSD

2006-01-14 Thread Frederic Daniel Luc LEHOBEY
Package: cernlib
Severity: important
Justification: fails to build from source

Hi,

cernlib fails to build on kfreebsd-i386 in the following way:

$ dpkg-buildpackage -rfakeroot -uc -us
dpkg-buildpackage: source package is cernlib
dpkg-buildpackage: source version is 2005.05.09.dfsg-3
dpkg-buildpackage: source changed by Kevin B. McCarty <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture kfreebsd-i386
dpkg-checkbuilddeps: Unmet build dependencies: dpatch (>= 2.0.9) cfortran (>= 
4.4-8) lesstif2-dev lapack3-dev | liblapack-3.so
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: (Use -d flag to override.)
[EMAIL PROTECTED]:~/ROOT/cernlib-2005.05.09.dfsg$ dpkg-buildpackage -rfakeroot 
-uc -us
dpkg-buildpackage: source package is cernlib
dpkg-buildpackage: source version is 2005.05.09.dfsg-3
dpkg-buildpackage: source changed by Kevin B. McCarty <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture kfreebsd-i386
 fakeroot debian/rules clean
cp -f debian/add-ons/Makefile .
dh_testdir
dh_testroot
make[1]: Entering directory `/home/fdl/ROOT/cernlib-2005.05.09.dfsg'
# Move this back so reverse patch doesn't fail
mv -f src/include/cfortran/cfortran.h.disabled \
  src/include/cfortran/cfortran.h
mv: cannot stat `src/include/cfortran/cfortran.h.disabled': No such file or 
directory
make[1]: [unpatch-clean] Error 1 (ignored)
dpatch  deapply-all  
806-bump-mathlib-and-dependents-sonames not applied to ./ .
805-expunge-missing-mathlib-kernlib-symbols not applied to ./ .
804-workaround-for-comis-mdpool-struct-location not applied to ./ .
804-link-to-comis-includes.sh not applied to ./ .
803-link-binaries-dynamically not applied to ./ .
802-create-shared-libraries not applied to ./ .
801-non-optimized-rule-uses-fPIC-g not applied to ./ .
800-implement-shared-library-rules-in-Imake not applied to ./ .
705-patch-paw_motif-paw-Imakefiles not applied to ./ .
705-move-paw++-code-to-top-level.sh not applied to ./ .
704-patch-code_kuip-higzcc-Imakefiles not applied to ./ .
704-move-kuwhag.c-to-grafX11.sh not applied to ./ .
703-patch-code_motif-packlib-Imakefiles not applied to ./ .
703-move-code_motif-to-top-level.sh not applied to ./ .
702-patch-Imakefiles-for-packlib-mathlib not applied to ./ .
702-fix-packlib-mathlib-circular-mess.sh not applied to ./ .
701-patch-hbook-comis-Imakefiles not applied to ./ .
701-move-packlib-hkfill-to-comis.sh not applied to ./ .
700-remove-kernlib-from-packlib-Imakefile not applied to ./ .
700-move-kernlib-to-top-level.sh not applied to ./ .
605-move-kuesvr-to-usrlib not applied to ./ .
604-put-pawserv-logs-in-own-directory not applied to ./ .
603-trim-build-output not applied to ./ .
602-debianize-kuip-helper-apps not applied to ./ .
601-paw-bugreport-goes-to-BTS not applied to ./ .
600-support-deb-build-options not applied to ./ .
318-additional-gcc-3.4-fixes not applied to ./ .
317-copy-converter.h-to-installed-headers-dir.sh not applied to ./ .
315-fixes-for-MacOSX not applied to ./ .
314-permit-using-regcomp-for-re_comp not applied to ./ .
313-comis-preserves-filename-case not applied to ./ .
312-skip-duplicate-gamma not applied to ./ .
311-skip-duplicate-qnext not applied to ./ .
310-define-dummy-fowl-routines not applied to ./ .
309-define-dummy-herwig-routines not applied to ./ .
308-use-canonical-cfortran-location not applied to ./ .
307-use-canonical-cfortran not applied to ./ .
306-patch-assert.h-for-makedepend not applied to ./ .
305-use-POWERPC-not-PPC-as-test not applied to ./ .
304-update-Imake-config-files not applied to ./ .
303-shadow-passwords-supported not applied to ./ .
302-scripts-comply-with-FHS not applied to ./ .
301-datafiles-comply-with-FHS not applied to ./ .
300-skip-duplicate-lenocc not applied to ./ .
211-fix-comis-on-ia64 not applied to ./ .
211-fix-comis-on-amd64 not applied to ./ .
210-improve-cfortran-header-files not applied to ./ .
209-ignore-unneeded-headers-in-kmutil.c not applied to ./ .
208-fix-redundant-packlib-dependencies not applied to ./ .
207-compile-temp-libs-with-fPIC not applied to ./ .
206-herwig-uses-DBLE-not-REAL not applied to ./ .
205-max-path-length-to-256 not applied to ./ .
204-compile-isajet-with-isasrt not applied to ./ .
203-compile-geant-with-ertrak not applied to ./ .
202-fix-includes-in-minuit-example not applied to ./ .
201-update-kuip-helper-apps not applied to ./ .
200-comis-allow-special-chars-in-path not applied to ./ .
117-fix-optimizer-bug-in-gphot not applied to ./ .
116-fix-fconc64-spaghetti-code not applied to ./ .
115-rsrtnt64-goto-outer-block not applied to ./ .
114-install-scripts-properly not applied to ./ .
113-cups-postscript-fix not applied to ./ .
112-remove-nonexistent-prototypes-from-gen.h not applied to ./ .
111-fix-kuesvr-install-location not applied to ./ .
110-ignore-included-lapack-rule not applied to ./ .
109-fix-broken-xsneut95.dat-link not applied to ./ .
108-quote-protect-comis-script not applied to ./ .
107-define-strdup-macro-safely not applied to 

Bug#345811: emacs21: segfaults on kfreebsd-i386

2006-01-03 Thread Frederic Daniel Luc LEHOBEY
Package: emacs21
Version: 21.4a-3
Severity: important

Hi,

emacs21 segfaults on kfreebsd-i386 arch:

# emacs21
Fatal error (11).Segmentation fault

This leads to the failure of the postinst script:

Setting up emacs21 (21.4a-3) ...
emacs-install emacs21
install/dictionaries-common: Byte-compiling for emacsen flavour emacs21
Fatal error 
(11)./usr/lib/emacsen-common/packages/install/dictionaries-common: line 
69: 26751 Segmentation fault  ${flavour} ${flags} ${files}
emacsen-common: Handling install of emacsen flavor emacs21
emacsen-common: byte-compiling for emacs21
Fatal error 
(11)./usr/lib/emacsen-common/packages/install/emacsen-common: line 44: 
26756 Segmentation fault  ${FLAVOR} ${byte_compile_options}
/etc/${FLAVOR}/site-start.d/00debian-vars.el 
/usr/share/${FLAVOR}/site-lisp/debian-startup.el
emacs-install: /usr/lib/emacsen-common/packages/install/emacsen-common 
emacs21 emacs-snapshot failed at /usr/lib/emacsen-common/emacs-install 
line 28,  line 2.
dpkg: error processing emacs21 (--configure):
 subprocess post-installation script returned error exit status 139
Errors were encountered while processing:
 emacs21
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up emacs21 (21.4a-3) ...
emacs-install emacs21
install/dictionaries-common: Byte-compiling for emacsen flavour emacs21
Fatal error 
(11)./usr/lib/emacsen-common/packages/install/dictionaries-common: line 
69: 26778 Segmentation fault  ${flavour} ${flags} ${files}
emacsen-common: Handling install of emacsen flavor emacs21
emacsen-common: byte-compiling for emacs21
Fatal error 
(11)./usr/lib/emacsen-common/packages/install/emacsen-common: line 44: 
26783 Segmentation fault  ${FLAVOR} ${byte_compile_options} 
/etc/${FLAVOR}/site-start.d/00debian-vars.el 
/usr/share/${FLAVOR}/site-lisp/debian-startup.el
emacs-install: /usr/lib/emacsen-common/packages/install/emacsen-common 
emacs21 emacs-snapshot failed at /usr/lib/emacsen-common/emacs-install 
line 28,  line 2.
dpkg: error processing emacs21 (--configure):
 subprocess post-installation script returned error exit status 139
Errors were encountered while processing:
 emacs21


emacs-snapshot does not experience such a failure so a workaround is to 
install it instead.

Thanks and best regards,
Frederic Lehobey

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages emacs21 depends on:
ii  emacs21-bin-common   21.4a-3 The GNU Emacs editor's shared, arc
ii  libc0.1  2.3-1+kbsd.15   GNU C Library: Shared libraries an
ii  libice6  6.8.2.dfsg.1-11 Inter-Client Exchange library
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libncurses5  5.5-1+kbsd  Shared libraries for terminal hand
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libsm6   6.8.2.dfsg.1-11 X Window System Session Management
ii  libtiff4 3.7.4-1 Tag Image File Format (TIFF) libra
ii  libungif4g   4.1.4-1 shared library for GIF images (run
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxmu6  6.8.2.dfsg.1-11 X Window System miscellaneous util
ii  libxpm4  6.8.2.dfsg.1-11 X pixmap library
ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  xaw3dg   1.5+E-9 Xaw3d widget set
ii  xlibs6.9.0.dfsg.1-1  X Window System client libraries m
ii  zlib1g   1:1.2.3-9   compression library - runtime

emacs21 recommends no packages.

-- no debconf information


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



Bug#345807: r-cran-gtools: Is r-cran-gtools really an arch `all' package?

2006-01-03 Thread Frederic Daniel Luc LEHOBEY
Package: r-cran-gtools
Version: 2.2.3-1
Severity: important

Hi,

When using r-cran-gtools on non Linux-i386 architectures a library 
loading failure is experienced, like:

** R
** preparing package for lazy loading
Error in dyn.load(x, as.logical(local), as.logical(now)) : 
unable to load shared library 
'/usr/lib/R/site-library/gtools/libs/gtools.so':
  libc.so.6: cannot open shared object file: No such file or directory
Execution halted

on kfreebsd-i386 architecture and:

** R
** preparing package for lazy loading
Error in dyn.load(x, as.logical(local), as.logical(now)) : 
unable to load shared library 
'/usr/lib/R/site-library/gtools/libs/gtools.so':
  /usr/lib/R/site-library/gtools/libs/gtools.so: ELF file data encoding 
not big-endian
Execution halted

on sparc and powerpc architectures.

It seems related to the following lintian error:
http://lintian.debian.org/reports/mDirk_Eddelbuettel.html#gtools

Thanks,
Frederic

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages r-cran-gtools depends on:
ii  r-base-core   2.2.1-1GNU R core of statistical computin

r-cran-gtools recommends no packages.

-- no debconf information


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



Bug#338546: dillo: displays many characters in Japanese (or Chinese maybe) with fr_FR.UTF-8 locale

2005-11-10 Thread Frederic Daniel Luc LEHOBEY
Package: dillo
Version: 0.8.5-2
Severity: normal
Tags: l10n

Hi,

Since the latest upload, dillo displays many characters of the 
web pages (almost all) in Japanese when using the fr_FR.UTF-8 locale.  
Some titles are correctly displayed though, therefore I suspect 
something in the font selection.

Calling dillo with
  LANG=C dillo
or
  [EMAIL PROTECTED] dillo
works around the problem.

This bug is reported under GNU/kFreeBSD but I experienced it also on an 
up-to-date sid sparc64 GNU/Linux.

Thanks for your work on dillo,
Frederic LEHOBEY

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages dillo depends on:
ii  libc0.1  2.3-1+kbsd.11   GNU C Library: Shared libraries an
ii  libglib1.2   1.2.10-9+kbsd.1 The GLib library of C routines
ii  libgtk1.21.2.10-18   The GIMP Toolkit set of widgets fo
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libx11-6 6.8.2.dfsg.1-10 X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-10 X Window System miscellaneous exte
ii  libxi6   6.8.2.dfsg.1-10 X Window System Input extension li
ii  wget 1.10.2-1retrieves files from the web
ii  xlibs6.8.2.dfsg.1-10 X Window System client libraries m
ii  zlib1g   1:1.2.3-6   compression library - runtime

dillo recommends no packages.

-- no debconf information


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



Bug#330136: tailor: experiencing failure with cvs

2005-09-26 Thread Frederic Daniel Luc LEHOBEY
Package: tailor
Version: 0.9.15-1
Severity: normal

Hi,

I am trying to use tailor.  I have used (among others) the following
lines:

$ tailor -D -v --source-kind cvs --target-kind hg --repository :pserver:[EMAIL 
PROTECTED]:/cvs/dak --module dak -r INITIAL --subdir /tmp/dak

and 

$ tailor -D -v --source-kind cvs --target-kind hg --repository :ext:[EMAIL 
PROTECTED]:/cvsroot/gnobog --module gnobog-test -r INITIAL --subdir /tmp/gnobog

Both fail with the same error:

=
Error: Checkout of 'project' failed!  -- Exception exceptions.ValueError: Empty 
module name
Traceback (most recent call last):
  File "/usr/bin/tailor", line 32, in ?
main()
  File "/usr/lib/python2.3/site-packages/vcpx/tailor.py", line 376, in main
tailorizer()
  File "/usr/lib/python2.3/site-packages/vcpx/tailor.py", line 153, in __call__
self.bootstrap()
  File "/usr/lib/python2.3/site-packages/vcpx/tailor.py", line 73, in bootstrap
actual = dwd.checkoutUpstreamRevision(revision)
  File "/usr/lib/python2.3/site-packages/vcpx/source.py", line 220, in 
checkoutUpstreamRevision
last = self._checkoutUpstreamRevision(revision)
  File "/usr/lib/python2.3/site-packages/vcpx/cvs.py", line 366, in 
_checkoutUpstreamRevision
last = CvspsWorkingDir._checkoutUpstreamRevision(self, revision)
  File "/usr/lib/python2.3/site-packages/vcpx/cvsps.py", line 285, in 
_checkoutUpstreamRevision
csets = list(self.getPendingChangesets(revision))
  File "/usr/lib/python2.3/site-packages/vcpx/source.py", line 187, in 
getPendingChangesets
changesets = self._getUpstreamChangesets(revision)
  File "/usr/lib/python2.3/site-packages/vcpx/cvs.py", line 356, in 
_getUpstreamChangesets
reader = getreader(self.repository.encoding)
  File "/usr/lib/python2.3/codecs.py", line 642, in getreader
return lookup(encoding)[2]
  File "/usr/lib/python2.3/encodings/__init__.py", line 84, in search_function
globals(), locals(), _import_tail)
ValueError: Empty module name

I am new to tailor so there may be a misunderstanding on my side.  I
have tried with upstream version that fails in the same way.  I have
not yet been able to download anything successfully (with different
combinations, like -r HEAD or -r 1.1) from any of the above
repositories.

(From /usr/share/doc/trailor/README.gz) Am I hit by this? 
---
Shortcomings


Tailor currently suffers of the following reported problems:

a) It does not handle "empty" CVS checkouts, in other words you cannot
   bootstrap a project that has nothing in its CVS upstream
   repository, or from a point in time where this condition was true.
---

Do you have examples where similar commands work?  (Is it a bug in
upstream or does it come from the above repositories unsuited to
tailor?).

Thanks and best regards,
Frederic Lehobey

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8-2-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages tailor depends on:
ii  python2.3.5-3An interactive high-level object-o

tailor recommends no packages.

-- no debconf information


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



Bug#330133: tailor test -v does not work with Debian package

2005-09-26 Thread Frederic Daniel Luc LEHOBEY
Package: tailor
Version: 0.9.15-1
Severity: minor

Hi,

According to /usr/share/doc/tailor/README.gz:

--
Testing
===

You can run the test suite with the following command line::

 $ tailor test -v

that runs all the tests in sequence, or::

 $ tailor test -v TailorTest

to trigger just a subset of them.
--

but fails with:

--
$ tailor -v test
Traceback (most recent call last):
  File "/usr/bin/tailor", line 24, in ?
main(module='vcpx.tests', argv=sys.argv)
  File "/usr/lib/python2.3/unittest.py", line 708, in __init__
self.module = __import__(module)
ImportError: No module named tests
--

whereas this command succeeds with the same tailor version from
upstream.

You may have decided to disable the tests in the Debian package, but
if so, please say it in a README.Debian.

Thanks for your work on packaging tailor.

Best regerds,
Frederic Lehobey

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8-2-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages tailor depends on:
ii  python2.3.5-3An interactive high-level object-o

tailor recommends no packages.

-- no debconf information


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



Bug#326496: fop: Uninstallable

2005-09-03 Thread Frederic Daniel Luc LEHOBEY
Package: fop
Severity: serious
Justification: Policy 3.5

Hi,

# LANG=C aptitude install fop
Reading package lists... Done
Building dependency tree... Done
Reading extended state information   
Initializing package states... Done
E: Unable to correct problems, you have held broken packages.
E: Unable to correct dependencies, some packages cannot be installed
E: Unable to resolve some dependencies!
Some packages had unmet dependencies.  This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

The following packages have unmet dependencies:
  fop: Depends: j2re1.3 which is a virtual package. or
j2re1.4 which is a virtual package. or
java2-runtime which is a virtual package.
   Depends: libbatik-java (>= 1.5.1-1) but it is not installable

I hope I am not wrong with the severity of the bug.

Best regards,
Frederic Lehobey

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8-2-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


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



Bug#322827: gnuplot: Clarification about licensing issues (README.Debian)

2005-08-12 Thread Frederic Daniel Luc LEHOBEY
Package: gnuplot
Version: 4.0.0-2
Severity: minor
Tags: patch

Hi,

The following message

  http://lists.debian.org/debian-science/2005/08/msg00081.html

pointed me to the explanation about readline and gnuplot incompatible
licenses (that you also addressed in bug #75403).

Actually, the GPL does not forbid the linking (it can be done by the
user of the software himself, see, for example,
http://lists.debian.org/debian-science/2005/08/msg00080.html) but the
legal problem is that such linked binaries cannot be legally
*distributed* in conformance with both the (incompatible) licenses.

Please find a patch that tries to clarify the issue.

Thanks for your work on gnuplot and best regards,
Frederic Lehobey

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

Versions of packages gnuplot depends on:
ii  gnuplot-nox   4.0.0-2A command-line driven interactive 
ii  gnuplot-x11   4.0.0-2X11-terminal driver for gnuplot

-- no debconf information
--- README.Debian   2004-05-30 22:29:43.0 +0200
+++ /tmp/README.Debian  2005-08-12 23:38:43.572926576 +0200
@@ -44,9 +44,10 @@
 
 Yes, the built in readline of gnuplot is bad. However, libreadline
 cannot be used instead because it is licensed under the GPL, whereas
-gnuplot has special licenses (patches only). Linking those programs
-together is forbidden by the GPL. Please don't file bugs telling me to
-use libreadline in gnuplot...
+gnuplot has special licenses (patches only). Distribution of those
+programs linked together is legally impossible but you may rebuild
+your own custom package with readline. Please don't file bugs telling
+me to use libreadline in gnuplot...
 
 
 Interfaces to other languages


Bug#321990: pump fails on sparc64 arch

2005-08-08 Thread Frederic Daniel Luc LEHOBEY
Package: pump
Version: 0.8.21-2
Severity: important

Hi,

I have noticed pump -i eth0 to fail on sparc64 architecture (checked on 
several hosts):

# pump -i eth0
Operation failed.

If of any help please find a strace of the command.

Thanks for your work on packaging pump and best regards,
Frederic Lehobey

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.26-sparc64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages pump depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libpopt0  1.7-5  lib for parsing cmdline parameters

pump recommends no packages.

-- no debconf information
execve("/sbin/pump", ["pump", "-i", "eth0"], [/* 15 vars */]) = 0
uname({sys="Linux", node="poussiere", ...}) = 0
brk(0)  = 0x291d0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=28951, ...}) = 0
mmap(NULL, 28951, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7001c000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libpopt.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\0\26"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=28828, ...}) = 0
mmap(NULL, 93352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7002c000
mprotect(0x70034000, 60584, PROT_NONE)  = 0
mmap(0x70042000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x70042000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libresolv.so.2", O_RDONLY)   = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\0+\254"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=68444, ...}) = 0
mmap(NULL, 142464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x70044000
mprotect(0x70052000, 85120, PROT_NONE)  = 0
mmap(0x70062000, 16384, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x70062000
mmap(0x70066000, 3200, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x70066000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY)= 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\1\312"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1201740, ...}) = 0
mmap(NULL, 1271416, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x70068000
mprotect(0x70186000, 99960, PROT_NONE)  = 0
mmap(0x70196000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11e000) = 0x70196000
mmap(0x7019c000, 9848, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7019c000
close(3)= 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7001a000
munmap(0x7001c000, 28951)   = 0
brk(0)  = 0x291d0
brk(0x4b1d0)= 0x4b1d0
brk(0x4c000)= 0x4c000
open("/etc/nsswitch.conf", O_RDONLY)= 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7001c000
read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 8192) = 465
read(3, "", 8192)   = 0
close(3)= 0
munmap(0x7001c000, 8192)= 0
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=28951, ...}) = 0
mmap(NULL, 28951, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7001c000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/tls/v9/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/lib/tls/v9", 0xefffb618)   = -1 ENOENT (No such file or directory)
open("/lib/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/lib/tls", 0xefffb618)  = -1 ENOENT (No such file or directory)
open("/lib/v9/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/v9", 0xefffb618)   = -1 ENOENT (No such file or directory)
open("/lib/libnss_db.so.2", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/tls/v9/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/tls/v9", 0xefffb618)   = -1 ENOENT (No such file or d

Bug#321987: dhcp3-client: dhclient3 fails on sparc64

2005-08-08 Thread Frederic Daniel Luc LEHOBEY
Package: dhcp3-client
Version: 3.0.2-3
Severity: important

Hi,

I found dhclient3 to fail on sparc64 architecture with the following 
error since my latest sid update:
# dhclient3 eth0
Internet Systems Consortium DHCP Client V3.0.2
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/eth0/08:00:20:89:57:1a
Sending on   LPF/eth0/08:00:20:89:57:1a
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
Erreur du bus

(I do not understand why the error message is in French as I have put my 
locale to be C, its meaning is `bus error').

I confirm the bug on two different sid machines (kernels 2.4.26-sparc64 
and 2.4.27-2-sparc64) that both used to work flawlessly with the 
dhcp3-client_3.0.2-1_sparc.deb version of your package).

If of any help I have also included the strace of the command. 

Fortunately dhcp-client is still working (as pump seems to be broken 
too).

Thanks for you work on dhcp3 and best regards,
Frederic Lehobey

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.26-sparc64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dhcp3-client depends on:
ii  debconf   1.4.56 Debian configuration management sy
ii  debianutils   2.14.1 Miscellaneous utilities specific t
ii  dhcp3-common  3.0.2-3Common files used by all the dhcp3
ii  libc6 2.3.5-3GNU C Library: Shared libraries an

dhcp3-client recommends no packages.
execve("/sbin/dhclient3", ["dhclient3", "eth0"], [/* 15 vars */]) = 0
uname({sys="Linux", node="poussiere", ...}) = 0
brk(0)  = 0xb6f70
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=28951, ...}) = 0
mmap(NULL, 28951, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7001c000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY)= 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\1\312"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1201740, ...}) = 0
mmap(NULL, 1271416, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7002c000
mprotect(0x7014a000, 99960, PROT_NONE)  = 0
mmap(0x7015a000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11e000) = 0x7015a000
mmap(0x7016, 9848, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7016
close(3)= 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7001a000
munmap(0x7001c000, 28951)   = 0
open("/dev/null", O_RDWR)   = 3
close(3)= 0
socket(PF_FILE, SOCK_DGRAM, 0)  = 3
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
connect(3, {sa_family=AF_FILE, path="/dev/log"}, 16) = 0
brk(0)  = 0xb6f70
brk(0xd8f70)= 0xd8f70
brk(0xda000)= 0xda000
time([1123512089])  = 1123512089
open("/etc/localtime", O_RDONLY)= 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7001c000
read(4, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0\f\0"..., 8192) = 
1082
close(4)= 0
munmap(0x7001c000, 8192)= 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
rt_sigreturn(0x3)   = 76
write(2, "Internet Systems Consortium DHCP"..., 46) = 46
write(2, "\n", 1)   = 1
time([1123512089])  = 1123512089
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
rt_sigreturn(0x3)   = 73
write(2, "Copyright 2004 Internet Systems "..., 43) = 43
write(2, "\n", 1)   = 1
time([1123512089])  = 1123512089
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
stat64("/etc/localtime",

Bug#318511: kaffe-jthreads and kaffe-phtreads depend on a non-existing package (C++ ABI change)

2005-07-15 Thread Frederic Daniel Luc LEHOBEY
Package: kaffe
Version: 2:1.1.5-3
Severity: important

Hi,

kaffe is currently not installable because kaffe-jthreads and 
kaffe-pthreads fail a dependency on libgmp3c2 instead of libgmp3.
It is a consequence of GCC 4.0 transition. See #311610 and
http://lists.debian.org/debian-devel-announce/2005/07/msg1.html

Thanks for your work on kaffe.

Best regards,
Frederic Lehobey 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.26-sparc64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kaffe depends on:
ii  kaffe-pthreads2:1.1.5-3  A POSIX threads enabled version of

kaffe recommends no packages.

-- no debconf information


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