| View previous topic :: View next topic |
| Author |
Message |
Michal Čihař Guest
|
Posted: Fri Aug 29, 2008 7:07 am Post subject: Bug#440775: Crash when changing gettext (*.mo) file |
|
|
Dne Thu, 28 Aug 2008 19:46:16 -0500
"Raphael Geissert" <atomo64@gmail.com> napsal(a):
| Quote: | By the way, are you using php5-cgi with fastcgi/fcgid?
|
Yes, fastcgi (+lighttpd).
--
Michal Čihař | http://cihar.com | http://blog.cihar.com |
|
| |
|
Back to top |
Josselin Mouette Guest
|
Posted: Fri Aug 29, 2008 1:20 pm Post subject: Bug#493104: Less complete patch |
|
|
Le mercredi 27 août 2008 à 17:25 -0500, Chris Lawrence a écrit :
| Quote: | On Wed, Aug 27, 2008 at 4:27 PM, Josselin Mouette <joss@debian.org> wrote:
Please get a fixed version in unstable ASAP so that we can have it for
lenny; I can do a NMU if you want.
If you have one prepared already, that would be great, as otherwise I
won't be able to get to it for a day or two.
|
I’ve just sent it to unstable.
Cheers,
--
.''`.
: :' : We are debian.org. Lower your prices, surrender your code.
`. `' We will add your hardware and software distinctiveness to
`- our own. Resistance is futile. |
|
| |
|
Back to top |
Riku Voipio Guest
|
Posted: Fri Aug 29, 2008 1:30 pm Post subject: Bug#497017: Missing archs: armeb, armel |
|
|
Package: yaird
Version: 0.0.13-4
Severity: important
armel (and possible future debian arch armeb) are functionally
identical to "arm", atleast for boot/initramfs related setup.
On Fri, Aug 29, 2008 at 03:02:52AM +0000, Debian/armel Build Daemon wrote:
| Quote: | Automatic build of yaird_0.0.13-4 on argento by sbuild/armel 98
Build started at 20080829-0302
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 286kB of source archives.
Get:1 http://incoming.debian.org sid/main yaird 0.0.13-4 (dsc) [1292B]
Get:2 http://incoming.debian.org sid/main yaird 0.0.13-4 (tar) [256kB]
Get:3 http://incoming.debian.org sid/main yaird 0.0.13-4 (diff) [28.3kB]
Fetched 286kB in 1s (264kB/s)
Download complete and in download only mode
: armel not in arch list: i386 powerpc amd64 arm alpha sparc -- skipping
******************************************************************************
Finished at 20080829-0302
Build needed 00:00:00, 0k disk space
|
--
"rm -rf" only sounds scary if you don't have backups
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| |
|
Back to top |
Santiago Vila Guest
|
Posted: Fri Aug 29, 2008 2:00 pm Post subject: Bug#488376: base-files: silently enforces login book-keeping |
|
|
On Thu, 28 Aug 2008, intrigeri wrote:
| Quote: | I have login 1:4.1.1-3 and libpam-modules 1.0.1-3.
This obviously does not happen when logging via ssh/gdm/..., since
these do not use /etc/pam.d/login at all.
|
Then, strictly speaking, the file lastlog is not always created when needed,
as there are systems to which you only access using ssh.
I think the sensible thing to do here is to treat lastlog the same way
as utmp.
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| |
|
Back to top |
Santiago Vila Guest
|
Posted: Fri Aug 29, 2008 2:00 pm Post subject: Bug#496915: [base-files] Modifications related to GSoC proje |
|
|
reassign 496915 libc6
thanks
The submitter suggests adding a perl script called update-nsswitch to
base-files, but I consider that to be a bad idea, as base-files is not
supposed to contain any binaries. The file nsswitch.conf is really a
configuration file for libc6, so I reassign this bug to libc6.
Maybe nsswitch.conf should be in libc6 as well, but for now I don't mind
if it's still part of base-files.
Thanks.
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| |
|
Back to top |
Thomas Weber Guest
|
Posted: Fri Aug 29, 2008 2:40 pm Post subject: Bug#496964: [Pkg-octave-devel] Bug#496964: octave-audio: sou |
|
|
package: octave-audio
tag 496964 confirmed
thanks
Am Donnerstag, den 28.08.2008, 22:21 +0200 schrieb Miroslaw Kwasniak:
| Quote: | Package: octave-audio
Version: 1.1.1-1
Severity: normal
Hi, sound_play_utility should be have anoter value then ofsndplay.
|
Yupp, confirmed. I've sent a patch upstream and are waiting for comments
on it.
Thomas
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| |
|
Back to top |
Anon Sricharoenchai Guest
|
Posted: Fri Aug 29, 2008 3:20 pm Post subject: Bug#302578: dict-jargon: FTBFS: Error on w3m and lynx calls |
|
|
Hi,
| Quote: | * Apparently xmlto calls w3m or lynx to convert html to text, but I can't
find the call. (I don't know why neither one is a Build-Depend.) If w3m
is installed, it is called, but creates an error. Since I can't locate
the error, I have listed w3m as Build-Conflicts-Indep.
|
The cause of the problem is described below.
1. According to jargsrc-4.4.4/Makefile,
jargon.txt: jargon-web.xml $(XSLFILES)
xmlto -p "-width=79" -m jargon-text.xsl txt jargon-web.xml
xmlto is called with "-p width=79".
2. xmlto then pass option "-width=79" to /usr/share/xmlto/format/docbook/txt
3. /usr/share/xmlto/format/docbook/txt, then pass the option
"-width=79" to w3m like this,
/usr/bin/w3m -T text/html -dump -width=79
/tmp/xmlto.NGhmUC/jargon-web.proc
4. Since "w3m" not recognize the option "-width=nn", then it return error.
== More ==
According to /usr/share/xmlto/format/docbook/txt, it contains the
following code,
if [ -x /usr/bin/w3m ]
then
CONVERT=/usr/bin/w3m
ARGS="-T text/html -dump"
elif [ -x /usr/bin/lynx ]
then
CONVERT=/usr/bin/lynx
ARGS="-force_html -dump -nolist -width=72"
elif [ -x /usr/bin/links ]
then
CONVERT=/usr/bin/links
ARGS="-dump"
else
echo >&2 "No way to convert HTML to text found."
exit 1
fi
1. I have just tried to resolve this problem by editing
jargsrc-4.4.4/Makefile like this,
WIDTH_ARGS=$(shell \
if [ -x /usr/bin/w3m ]; \
then \
echo '"-cols 79"'; \
elif [ -x /usr/bin/lynx ]; \
then \
echo '"-width=79"'; \
elif [ -x /usr/bin/links ]; \
then \
echo '"-width 79"'; \
fi \
)
jargon.txt: jargon-web.xml $(XSLFILES)
xmlto -p $(WIDTH_ARGS) -m jargon-text.xsl txt jargon-web.xml
2. After apply this solution, the w3m error is resolved.
3. However, it create another error when applying the patch, "patch <
debian/jargon-patch", since the patch is used to apply to the output
generated by lynx only, not w3m.
4. I'll try to resolved this new issue.
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| |
|
Back to top |
Holger Levsen Guest
|
Posted: Fri Aug 29, 2008 4:40 pm Post subject: Bug#497034: new to the list and fai |
|
|
package: fai-doc
version: 3.2.9
x-debbugs-cc: linux-fai@uni-koeln.de
On Friday 29 August 2008 10:39, Thomas Lange wrote:
| Quote: | fai-chboot -v '2.6.22.19-vs2.2.0.7' '/dev/etherd/e10.1' demohost1
but then i got this error: fai-chboot: unknown host:
/dev/etherd/e10.1
Oh, this is a fault in the documentation. Never versions of fai-chboot
do not need to specify the roofs any more.
|
regards,
Holger |
|
| |
|
Back to top |
Martin Michlmayr Guest
|
Posted: Fri Aug 29, 2008 5:20 pm Post subject: Bug#493957: Bug#491737: installation-reports: Succesful inst |
|
|
Timo, can you try to mount the filesystem as ext2 (rather than ext3)
and tell me whether you still see this problem.
There have been some reports on the debian-arm list about problems
that sound similar:
http://lists.debian.org/debian-arm/2008/08/msg00099.html
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| |
|
Back to top |
Josselin Mouette Guest
|
Posted: Fri Aug 29, 2008 6:40 pm Post subject: Bug#496844: gdmflexiserver: new gdm screen with unreadable f |
|
|
Le jeudi 28 août 2008 à 01:14 +0300, Eddy Petrișor a écrit :
| Quote: | Subject: gdmflexiserver: new gdm screen with unreadable font
Package: gdm
Version: 2.20.7-1
Severity: serious
Justification: unusable gdm session; breaks existing one
Hello,
I tried today to log again on another console and I used the
gdmflexiserver menu entry to get to a new gdm screen, but I wasn't able
to use it since the fonts were garbled and I couldn't read anything on
he screen.
What's more weird is that, later, when swicthing to the VT that
contained at some point the broken gdm screen, then back, it happens
that the fonts in the original VT (vt7) get garbled, but they can be
restored if I switch to any getty console then back. I.e. ctrl+alt+F8,
ctrl+al+F7 breaks fonts, while ctrl+alt+F1, ctrl+alt+F7 will fix the
issue.
See attached images to see how the image/fonts are broken.
I am not sure if this is related, but when such a vt change occurs,
the layout information is reset to CAPS set and ctrl and caps are
switched (I use caps as ctrl, and the other way around). I will
submit a new bug about this, but I am not sure which is the proper
package.
|
This is certainly caused by a bug in the X driver, presumably with the
RENDER extension.
What is your graphics driver and which driver you are using?
Cheers,
--
.''`.
: :' : We are debian.org. Lower your prices, surrender your code.
`. `' We will add your hardware and software distinctiveness to
`- our own. Resistance is futile. |
|
| |
|
Back to top |
Micha Lenk Guest
|
Posted: Fri Aug 29, 2008 6:50 pm Post subject: Bug#497043: libchipcard_4.2.0-1(hppa/experimental): FTBFS: z |
|
|
Hi Frank,
thank you for your feedback.
Frank Lichtenheld wrote:
| Quote: | Package: libchipcard
Version: 4.2.0-1
Severity: serious
your package failed to build from source.
|
I wonder how I managed to build the package from source in my own
pbuilder. Why on earth did my pbuilder environment have such a zlib.h?
Regards
Micha *investigating.his.build.environment...*
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| |
|
Back to top |
Jonathan H N Chin Guest
|
Posted: Fri Aug 29, 2008 7:00 pm Post subject: Bug#497047: sqlite3: floating point behaviour has changed |
|
|
Package: sqlite3
Version: 3.5.9-3
Severity: normal
Sending to Debian Bug Tracking System and the sqlite-users list.
On the sqlite-users mailing list, bakers wrote:
| Quote: | Igor Tandetnik wrote:
Scott Baker <bakers@web-ster.com> wrote:
Did I do something wrong?
SQLite version 3.5.9
Enter ".help" for instructions
sqlite> select 1219441430151/1000, 1219441430151/1000.0;
1219441430|
Works for me. Did you perhaps compile without floating point support, or
something like that? I'm running Windows pre-built binaries.
I'm using the fedora packages:
sqlite-3.5.9-1.fc9.i386
It works for small numbers:
sqlite> select 1.0 / 2.0;
0.5
|
Debian's 3.5.9 shows similar behaviour, although older versions work.
Is this something inate to the sqlite code or a problem with the build?
$ cat /etc/debian_version
3.1
$ uname -m
i686
$ dpkg -l sqlite3 | awk '/^.i/{print $3}'
3.2.8-1+zeno
: no code changes from debian package, just rebuilt under sarge
$ echo 'select 1219441430151/2.0, 1219441430151/20.0;' | sqlite3
609720715075.5|60972071507.55
$ cat /etc/debian_version
4.0
$ uname -m
x86_64
$ dpkg -l sqlite3 | awk '/^.i/{print $3}'
3.3.8-1.1
$ echo 'select 1219441430151/2.0, 1219441430151/20.0;' | sqlite3
609720715075.5|60972071507.55
$ cat /etc/debian_version
lenny/sid
$ uname -m
i686
$ dpkg -l sqlite3 | awk '/^.i/{print $3}'
3.5.9-3
$ echo 'select 1219441430151/2.0, 1219441430151/20.0;' | sqlite3
609720715075.5|
-jonathan
--
Jonathan H N Chin, 2 dan | deputy computer | Newton Institute, Cambridge, UK
<jc254@newton.cam.ac.uk> | systems mangler | tel/fax: +44 1223 767091/330508
"respondeo etsi mutabor" --Rosenstock-Huessy
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| |
|
Back to top |
Maykel Moya Guest
|
Posted: Fri Aug 29, 2008 8:00 pm Post subject: Bug#496954: bind9: Fails to start due to SIGSEGV - Another l |
|
|
On vie, 2008-08-29 at 03:51 +0100, Steve Cotton wrote:
| Quote: | ii libxml2 2.6.32.dfsg-2+lenny1 GNOME XML library
That's been causing segfaults all over the place. Please would
you upgrade to 2.6.32.dfsg-3 and retest?
Cheers,
Steve
|
I tried with libxml2 2.6.32.dfsg-3 and still crash, with same backtrace.
Cheers,
maykel
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| |
|
Back to top |
Olivier Berger Guest
|
Posted: Fri Aug 29, 2008 8:10 pm Post subject: Bug#497029: retitle 497029 to ITP: librdfapi-php -- RAP : RD |
|
|
On Fri, Aug 29, 2008 at 04:32:54PM +0200, Olivier Berger wrote:
| Quote: | # Automatically generated email from bts, devscripts version 2.10.35
retitle 497029 ITP: librdfapi-php -- RAP : RDF API for PHP
|
The package sources I'm working on are in SVN there : http://picoforge.int-evry.fr/websvn/listing.php?repname=picoforge&path=%2Ftrunk%2Flibphp-rap%2Fsvn-buildpackage%2F to be rebuilt with svn-buildpackage.
Hope this helps.
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| |
|
Back to top |
Petr Salinger Guest
|
Posted: Fri Aug 29, 2008 8:20 pm Post subject: Bug#494312: not fixed in epiphany-browser 2.22.3-2 |
|
|
found 494312 2.22.3-2
thanks
Hello,
the exclusion of network-manager-dev does not work for 2 reasons.
1) there is no Build-depends on type-handling, therefore not+linux is not
provided
2) current type-handling does not provide not+linux
Please, could you use explicit list, either by
[alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel
powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc]
or [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
Thanks
Petr
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
| |
|
Back to top |
|