Package: xfce4-notifyd
Version: 0.2.2-2
Severity: minor
In the package description:
> Homepage: http://spuriousinterrupt.org/projects/xfce4-notifyd
This link is out of date and broken now.
I think it should point to:
http://git.xfce.org/apps/xfce4-notifyd/
-- System Information:
Debian Releas
Package: obnam
Version: 1.0-1
Severity: minor
Tags: upstream
In manpage of obnam, section 'Configuration files', an example is given
as:
exclude = foo, bar, .mp3$
With this explanation:
... or files with names ending with a period and
mp3 (because the exclusions are regular expr
Package: psi
Version: 0.14-3
Severity: important
When enabling encryption (Account settings -> Connection -> Encrypt
connection), Psi complains that:
"Cannot enable SSL/TLS. Plugin not found."
I do have libqca2-plugin-ossl installed though.
-- System Information:
Debian Release: wheezy/sid
Package: bitcoind
Version: 0.3.21~dfsg-1
Severity: normal
Fails to run with this error message:
bitcoind: main.cpp:1984: bool LoadBlockIndex(bool): Assertion
`block.hashMerkleRoot ==
uint256("0x4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b")'
failed.'`
-- System Information:
Package: qemu
Version: 0.14.0+dfsg-5.1
Severity: important
When using qemu to test a Debian live image, (-hda *.img and -cdrom
*.iso), qemu cannot boot the image with this error message:
qemu: pci_add_option_rom: failed to find romfile "pxe-e1000.bin"
-- System Information:
Debian Release: 6.0
Package: mplayer
Severity: normal
After uninstall mplayer then reinstall it again, the bug disappears.
I noticed that during this process, some dependencies get upgraded.
So maybe this bug only appers when using mplayer with some
old/obsolete libraies.
-- System Information:
Debian Release: 6.0
Package: mplayer
Version: 2:1.0~rc4.dfsg1-1
Severity: important
When playing ogm and webm files, mplayer crashed,
saying it was interrupted by signal 11 in module: init_audio_codec.
Details:
% mplayer 50349.ogm
mplayer: Symbol `ff_codec_wav_tags' has different size in shared object,
consider r
Package: fish
Version: 1.23.1-2
Severity: minor
/usr/share/doc/fish/index.html (line 94):
'\', escapes the percent character
The percent character is missing, should be '\%'.
-- System Information:
Debian Release: 6.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Package: dash
Version: 0.5.5.1-7.4
Severity: normal
Given the following script:
f() {
local x
x='f'
g() {
local x
echo $x
}
g
}
f
pdksh, mksh and bash give the expected output, since x is not set in
g().
dash gives this 'f'
According to man dash:
When a variab
Package: lisaac
Version: 1:0.13.1-3
Severity: minor
The deb package description points lisaac's homepage to
isaacproject.u-strasbg.fr, which is out of date. It
should be changed to lisaac.org
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe"
Package: etckeeper
Version: 0.51
Severity: minor
I have both git and hg installed. When installing etckeeper,
etckeeper will automatically init a git repo in /etc.
I think it would be better that etckeeper pops up a dialog to
ask users to select their preferred vcs during the post-installation
p
Package: idle-python3.2
Version: 3.2~rc1-2
Severity: normal
Tags: l10n
Though copy & paste works.
Besides, idle-python3.1 has the same bug.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture
Package: katoob
Version: 0.5.9.1-1.2
Severity: important
Error message:
$ katoob
Name "org.foolab.katoob" does not exist
We received a signal (11): Segmentation fault
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (600, 'unstable'
Package: gnupg
Version: 1.4.10-4
Severity: minor
File: /usr/bin/gpg-zip
In the 'Example' section of manual page for gpg-zip:
Encrypt the contents of directory mydocs for user Bob to file test1:
gpg-zip --encrypt --output test1 --gpg-args -r Bob"" mydocs
There should be no quotation
Package: debian-reference-en
Severity: wishlist
The debian reference documented differences between apt-get and aptitude
in detail.[1] I would suggest one more difference: Comparing to
aptitude, apt-get consumes less memory and usually runs operations
faster.
[1]
http://www.debian.org/doc/manua
Package: googlecl
Version: 0.9.8-1
Severity: minor
In the EXAMPLES section of the man page:
google.py picasa create --title 'Cat Photos' ~/photos/cats/*.jpg
'google.py' should be 'google'.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'
Package: opencc
Severity: normal
Sorry, I made a mistake in the previous message. This bug has nothing
to do with 0.0.3-1. Just because I have 0.0.3-1 installed in /usr/bin
and when reportbug asks me is this bug exist in 0.0.3-1, I pressed y
mistakenly.
-- System Information:
Debian Release: sq
Package: opencc
Version: 0.0.3-1
Severity: normal
This bug hai been fixed in upstream release Ver 0.1.1.
Quoted from Changelog [1]
修正big endian平臺上的兼容性問題。
[1]: http://code.google.com/p/open-chinese-convert/wiki/Changelog
I compiled Ver 0.1.1 on powerpc and it did compile.
-- System Inform
Package: ikiwiki
Version: 3.20100610
Severity: minor
When checking against http://validator.w3.org/, I got this error:
Line 7, Column 61: Bad value Cache-Control for attribute http-equiv on
element meta.
-- System Information:
Debian Release: 5.0.5
APT prefers testing
APT policy: (500, 'te
Package: smartmontools
Version: 5.38-2+lenny1
Severity: minor
``man smartd.conf`` tells me: (in the section EXAMPLES OF SHELL
SCRIPTS FOR ´-M exec´)
Some example scripts are distributed with the smartmontools
package, in /usr/share/doc/smart‐
montools/examplescripts/.
But in fact these
Package: dash
Followup-For: Bug #558989
> Just want to point out: though dash's builtin test differs from bash's, dash
doesn't invent entirely new behaviour. Dash does the same as the BSD test
program.
> $ /bin/test "/bin/ls" -nt "no-such-file" || echo "oh ffs :("
> oh ffs :(
> (The above comm
Package: dash
Version: 0.5.4-12
Severity: normal
In Changelog.Debian.gz, it says '--with-libedit added', and the manual page
mentions
about invoking with -E (emacs-style line editing) or -V (vi-style line editing)
will
provide line editing function. But in fact neither dash -E nor dash -V
sup
Package: scim
Version: 1.4.7-3
Severity: minor
In /usr/share/doc/scim/README.Debian.gz
line 183
im-swich -l
Note: 'im-swich' should be 'im-switch'
-- System Information:
Debian Release: 5.0.1
APT prefers stable
APT policy: (500, 'stable')
--
To UNSUBSCRIBE, email to debian-bugs-d
Package: mol
Version: 0.9.72.1~dfsg-2
Severity: normal
When running startmol --osx, mol reports this:
FATAL: Module mol not found.
Failed to load the Mac-on-Linux kernel module -- please install
mol-modules-source and build your own, or find a binary package
providing mol-modu
h
How can I record the crash? I've checked /var/log/Xorg.0.log and it
seems that the crash was not recorded at all.
Regards,
Weakish
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: knotes
Version: 4:3.5.9-5
Severity: serious
--- Please enter the report below this line. ---
double right-click on the heading area of the sticky notes cause X to crash
--- System information. ---
Architecture: powerpc
Kernel: Linux 2.6.24-1-powerpc
Debian Release: lenny/sid
5
Package: fbiterm
Version: 0.5-5.5
--- Please enter the report below this line. ---
By default, fbiterm will use /usr/lib/X11/fonts/misc/8x16.pcf.gz and
/usr/lib/X11/fonts/uni/unifont.pcf.gz as the font locations. But as Robert de
Bath pointed out, Debian etch+ uses /usr/share/fonts/X11/misc/8x16.
Package: helium
Version: 1.6-4
Severity: minor
--- Please enter the report below this line. ---
In the man page of lvmrun, section DESCRIPTION, 2nd paragraph:
*On* of the programs generating instruction files is the helium
compiler
I guess 'on' is a typo, the original word should be
Package: vifm
Version: 0.3a-3
Severity: wishlist
--- Please enter the report below this line. ---
vifm 0.3a-3 handles UTF-8 file names poorly. The upstream version 0.4 at
http://vifm.sourceforge.net has nice UTf-8 support.
--- System information. ---
Architecture: powerpc
Kernel: Linux 2.
Package: git-core
Version: 1:1.5.5.1-1~bpo40+1
Severity: normal
--- Please enter the report below this line. ---
git-core requires package curl.
When run git-clone to clone via http, the error message appears:
/usr/bin/git-clone: line 59: curl: command not found
Version: 1:1.5.6-1 (in sid) doe
Package: iceweasel
Version: 3.0~rc1-1
--- Please enter the report below this line. ---
Still uses the command:
/usr/lib/iceweasel/firefox "%s"
--- System information. ---
Architecture: powerpc
Kernel: Linux 2.6.24-1-powerpc
Debian Release: lenny/sid
500 unstableftp.us.
Package: iceweasel
Version: 3.0~rc1-1
--- Please enter the report below this line. ---
After I installed iceweasel-gnome-support the dialog box pops up. And the same
problem on Iceweasel 2.0 appears. Changing Iceweasel to default doesn't work,
and if I select "check if Iceweasel is the default br
Mike Hommey wrote:
> On Sun, 01 Jun 2008 22:36:32 +0800
>
> Actually, provided xulrunner 1.9rc1 is built on powerpc, building
> iceweasel is now *very* fast.
>
> Mike
Thanks for pointing out this. Yes, it's very fast! About 10 minutes on my old
laptop.
But the problem still exists. When I clic
Package: amule
Version: 2.1.3-6
--- Please enter the report below this line. ---
Exactly the same problem. Close a search tab and aMule crashes.
Error:
=| BACKTRACE FOLLOWS: |=
Current version is: aMule 2.1.3 using wxGTK2 v2.6.3 (Unicoded)
Eric Dorland wrote:
>
> Willing to try 3.0rc1 from experimental and see if it's still present?
>
Yes. But currently no binary package of 3.0rc1 available for powerpc and
compling from source requires a lot of time on my old laptop. I will try 3.0rc1
later.
signature.asc
Description: OpenPGP
Package: iceweasel
Version: 2.0.0.14-2
--- Please enter the report below this line. ---
I have the same problem.
--- System information. ---
Architecture: powerpc
Kernel: Linux 2.6.24-1-powerpc
Debian Release: lenny/sid
500 unstableftp.us.debian.org
--- Package information. ---
Package: imgseek
Version: 0.8.6-1+b1
--- Please enter the report below this line. ---
I have the same problem.
The error message is
- Traceback --
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/imgSeekLib/ImageDB.py", line 53, in
import
Package: libppi-html-perl
Severity: minor
--- Please enter the report below this line. ---
> libppi-html-perl - Generate syntax-hightlighted HTML for Perl using PPI
hightlighted should be highlighted
--- System information. ---
Architecture: powerpc
Kernel: Linux 2.6.24-1-powerpc
Debian
Package: hyperestraier
Version: 1.4.9-1.1+b1
Severity: minor
--- Please enter the report below this line. ---
In the document /usr/share/doc/hyperestraier/README.Debian
paragrah 2 "To run estmaster(1) at boot time, change NO_START in
/etc/default/hyperestaier"
Note: hyperestaier is misspelled,
data type and sample rates.
Notes: then should be than.
Regards,
Weakish Jiang
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: vimacs
Version: 0.95-1.3
This package (in etch) depends on vim. It should depend on vim | gvim. I
have installed gvim, but when I aptitude install vimacs, vim get
installed automatically.
Regards,
Weakish Jiang
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of
Bas Wijnen wrote:
I thought we didn't care
> about them except if they were actively enforced, because it's completely
> impossible to avoid all patented software, considering the junk that gets
> patented.
>
Unless the patent is licensed for everyone's free use or not licensed at
all, it won
42 matches
Mail list logo