Bug#291857: gnunet: bad dependencies

2005-01-23 Thread Clint Adams
Package: gnunet Version: 0.6.5-2 gnunet appears to build a module linked against libdb4.3, a module linked against libgdbm3, and a module linked against libtdb1. However, the package depends upon ( libdb4.3 | libtdb | libgdbm ), when no package provides either "libtdb" or "libgdbm". -- To UNSU

Bug#291683: zsh completion for svn fails with german locale

2005-01-23 Thread Clint Adams
> > > The completion functions for svn build the command list based on the > > Does this patch fix your problem? > works fine. Thanks. Okay, I'll apply the fix. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#291683: zsh completion for svn fails with german locale

2005-01-23 Thread Clint Adams
> Okay, I'll apply the fix. Changing LANG to LC_MESSAGES.. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#292056: libtunepimp-bin: trm hardcodes mozilla when BROWSER is unset

2005-01-24 Thread Clint Adams
Package: libtunepimp-bin Version: 0.3.0-2.1 If BROWSER is unset, trm attempts to run mozilla; it could use sensible-browser instead. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#292057: libtunepimp-bin: tp_tagger a command chokes on trailing whitespace

2005-01-24 Thread Clint Adams
Package: libtunepimp-bin Version: 0.3.0-2.1 If I attempt to add an ogg file in tp_tagger by typing a (start of filename), it says Error: .ogg is not a supported filetype This is because the TAB-completion leaves a trailing space at the end of the line. -- To UNSUBSCRIBE, email to [EMAIL PRO

Bug#292082: tla should respect $TMPDIR

2005-01-24 Thread Clint Adams
Package: tla Version: 1.3-1 Severity: wishlist Since arch.debian.org:/tmp is full most of the time, it would be nice if I could do a commit without tla screaming Error in `printfmt' (No space left on device) PANIC: I/O error and creating a broken lock situation. -- To UNSUBSCRIBE, email to

Bug#292087: FTBFS: test tries to use 'time' but there is no build-dep on time

2005-01-24 Thread Clint Adams
Package: tla Version: 1.3-1 Severity: normal /tmp/tla-1.3/src/hackerlab/tests/rx-posix-tests/test-rx.sh: 16: time: not found /bin/sh has no 'time' builtin. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#292082: fix?

2005-01-24 Thread Clint Adams
This appears to avoid the problem.. not sure what side effects it has. * looking for [EMAIL PROTECTED]/tla--devo--1.3--patch-16 to compare with * comparing to [EMAIL PROTECTED]/tla--devo--1.3--patch-16 M libarch/archive-mirror.c M libarch/pfs.c M libarch/pfs-dav.c M libarch/pfs-sftp.c M libar

Bug#292141: archmag doesn't save branch metadata between invocations

2005-01-25 Thread Clint Adams
> If the debian package does not install README, TODO and other doc files, For the record, it does. > or the debian package page does not link to the project pages then this I think this is beyond my control. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troub

Bug#292139: Partner versions window in archmag should have scrollbar

2005-01-25 Thread Clint Adams
> This is fixed now in the developement merge-gui branch. Should I apply changeset archway--merge-gui--0--patch-33 or wait? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#292253: debianutils: 'which' does not find files in hidden directories (.bin)

2005-01-26 Thread Clint Adams
> $ echo $PATH > ~/.bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games Looks like you're using bash. If so, this is a bash bug. You can work around it by using $HOME/.bin instead of ~/.bin . -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Bug#292538: libnss-ldap: new upstream version (232)

2005-01-27 Thread Clint Adams
Package: libnss-ldap Version: 220-1 PADL NSS LDAP is up to 232 as of Jan 24. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#292505: fakeroot: fails executing 32bit binaries

2005-01-27 Thread Clint Adams
> One solution I see is for fakeroot to build both 32bit and 64bit > flavours of libfakeroot, include them both in the i386 and amd64 debs > and have both in the LD_LIBRARY_PATH. I suggest using > /usr/lib/i386-linux/libfakeroot and /usr/lib/x86_64-linux/libfakeroot > as paths to match the comming

Bug#281017: Me too

2005-01-27 Thread Clint Adams
> I get a crash there too, and sorry to repeat Clint but could you mention > the console output associated with the crash? I can't reproduce on that site, but at www.12zodiac.com, I get something like New open dsp: No such device SetWindow SetWindow NewStream WriteReady Write WriteReady Write Wr

Bug#337081: multipath-tools: bashism in /etc/udev/scripts/multipath.sh - errors in patch

2005-11-27 Thread Clint Adams
> there're some ;; missing in the patch, also the opening ( are not sh > compatible. Yes, I definitely missed the ";;"'s, but the opening parens should be supported by any POSIX sh. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED

Bug#340251: tp_tagger

2005-11-27 Thread Clint Adams
> Rad - thanks for your response! I'll wait till 0.4.0 is available... > > tunepimp is totally handy - many thanks for maintaining it! Oh, I don't maintain it. I'm just a frustrated user. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR

Bug#340920: zsh: FTBFS on hurd-i386: errno.h format not recognized

2005-11-27 Thread Clint Adams
> ENOENT = _HURD_ERRNO (2), > #define ENOENT _HURD_ERRNO (2) /* No such file or directory */ > ESRCH = _HURD_ERRNO (3), > #define ESRCH _HURD_ERRNO (3) /* No such process */ See if this helps. Index: configure.ac ==

Bug#337081: multipath-tools: bashism in /etc/udev/scripts/multipath.sh - errors in patch

2005-11-27 Thread Clint Adams
> hmm, > then the Solaris 10 sh is not a posix sh ;) Solaris /bin/sh has never been posix-conformant. That's why they have /usr/xpg4/bin/sh . -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#340920: zsh: FTBFS on hurd-i386: errno.h format not recognized

2005-11-27 Thread Clint Adams
> It does, the zsh package got built fine and it is currently building > zsh-static. > > Shall I file a similar bug against zsh-beta? No need; I'll either get it fixed in both places or drop the ball completely. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

Bug#340047: [Pkg-db-devel] Re: Bug#340047: perl should depend on libdb4.3 >=4.3.29 not 4.3.28

2005-11-29 Thread Clint Adams
> Two questions for the libdb4.3 maintainers: > > * Is the ABI stable b/w patch revisions? > * Why does libdb4.3 4.2.29-1 have 4.2.28-1 in the shlibs file? My memory's a bit cloudy, but I believe that the only API-related changes were for Java. The ABI should be identical, and that's why the

Bug#341973: bogofilter-common requires pax

2005-12-04 Thread Clint Adams
> bogofilter requires a POSIX system, which implies it requires pax for > some of the scripts, it is therefore, IMHO, not adequate to list pax as > "suggests", but it should instead use "depends". If that is too strong > for some reason I do not currently see, it should at least be > "recommends".

Bug#342125: bazaar: botched invariant with baz merge

2005-12-05 Thread Clint Adams
Package: bazaar Version: 1.4.2-1 % baz merge [EMAIL PROTECTED]/zsh--upstream--4.2 * Searching for best merge point: ./build/clint/bazaar-1.4.2/src/baz/libarch/archive.c:2266:botched invariant !arch || !str_cmp (name, arch->official_name) baz: uncaught exception: -1:(exiting on botched invaria

Bug#323496: manpage typo

2005-12-07 Thread Clint Adams
retitle 323496 manpage description typo quit The package description typo was fixed, but the same error occurs in the sshfs manpage. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#291991: audioscrobbler stuff

2005-12-07 Thread Clint Adams
Better audioscrobbler code can be found at http://zomg.alioth.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#342591: tex-common: dh_installtexfonts -v gives incomplete information

2005-12-08 Thread Clint Adams
Package: tex-common Severity: normal Version: 0.11 dh_installtexfonts -v does not indicate that it is putting a file in /etc/texmf/updmap.d/ and a file in /var/lib/tex-common/fontmap-cfg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Bug#340659: sed bug #340659; segmentation fault

2005-12-10 Thread Clint Adams
This may have been closed incorrectly. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#340659: sed bug #340659; segmentation fault

2005-12-10 Thread Clint Adams
reopen 340659 reassign 340659 libc6 retitle 340659 segfault when re_compiling "(.{3})" thanks > The new version is still crashing. > But now I can see this is not a sed's bug. > The following program segfaults, too: > > #include > > int main(void) > { > static struct re_pattern_buffer b; >

Bug#342755: glibc: ftbfs [sparc] Error: symbol `__bind' is already defined

2005-12-10 Thread Clint Adams
tion: Fix __bind redefinition problem # DP: Related bugs: # DP: Dpatch author: Clint Adams # DP: Patch author: Clint Adams # DP: Upstream status: Not Submitted # DP: Status Details: # DP: Date: 2005-12-10 PATCHLEVEL=0 if [ $# -ne 2 ]; then echo >&2 "`basename $0`: script expects -patch|-unp

Bug#341514: libc6-sparc64: All 64-bit binaries fail to execute.

2005-12-11 Thread Clint Adams
> There are some critical things missing in the sparc64 TLS support code > in the current debian glibc tree, for example none of the TLS > relcation support is in sysdeps/sparc/sparc64/dl-machine.h, and > therefore so no binary linked against 64-bit libc can execute. > > Not even "/lib64/libc.so.6

Bug#341514: libc6-sparc64: All 64-bit binaries fail to execute.

2005-12-12 Thread Clint Adams
> Unless someone is going to make a concerted and dedicated development > effort to do the necessary full analysis and backport all of the > necessary changes, I would suggest to simply not enable TLS for the > sparc64 glibc build at this time so at least we have something which > works. That work

Bug#343080: sed: -e expression #1, char 20: unterminated `s' command when trying autocompetition with scp

2005-12-12 Thread Clint Adams
> and while typing the file's name press tab to use autocompetition i get the > error > sed: -e expression #1, char 20: unterminated `s' command. > The same issue occurs when attempting hostname completion with the SSH > command: "ssh startofhostname[tab]" gives the error > > sed: -e expression

Bug#343156: fails to build, missing packages which libbric-perl depends on

2005-12-13 Thread Clint Adams
> libbric-perl: >Depends: libcache-mmap-perl but it is not installable >Depends: libparams-callbackrequest-perl (>= 1.10) but it is not installable >Depends: libmasonx-interp-withcallbacks-perl (>= 1.10) but it is not > installable > > All these are missing from the repository (even

Bug#343175: fakeroot: Please switch to po4a to handle manpages translations

2005-12-13 Thread Clint Adams
> I am not sure that the new Makefile.am are perfect. If it is not > convenient enough, feel free to give me some hints and I will work on a > better way to handle po4a. > > Do not hesitate to ask me any questions if you need help to integrate > this patch. I'm applying your fix, but it would be

Bug#341786: fakeroot: includes 32-bit compatibility libraries in pure 64-bit amd64 installation

2005-12-19 Thread Clint Adams
> Out of the 905 packages on my pure 64-bit amd64 debian sid machine, > only this one and the recent libg2c0-dev put any files in > /emul/ia32-linux/ . For general cleanliness and possible improved > security, I don't want any 32-bit compatibility libraries on this > machine. Hence the "pure" in

Bug#343568: fakeroot: Fakeroot doesn't work at all on Linux 2.6.12

2005-12-19 Thread Clint Adams
> $ fakeroot > $ whoami > webb > > I verified that SysV IPC is on in my kernel options. > > On a 2.4.22 system I have also running Debian stable, I get the expected > "root". Does fakeroot-tcp exhibit the same behavior? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr

Bug#344104: fakeroot: includes 64bit libraries on 32bit only x86 installation

2005-12-19 Thread Clint Adams
> fakeroot has no reason to include the contents of /usr/lib64/ on > a 32 bit only machine. The 64bit portions should be installed > separately in a lib64fakeroot package or something with appropriate > dependencies in the fakeroot package on amd64 The amd64 package already contains 32-bit compa

Bug#344176: html2ps: new upstream version available

2005-12-20 Thread Clint Adams
Package: html2ps Version: 1.0b4-4 1.0b5 is out, with "bug fixes" and "-M option". -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#317524: infinite loop when using charset_default=iso-8859-1

2005-11-04 Thread Clint Adams
> I can reproduce the problem. bogofilter 0.94.13-1 did not have this > bug. > > Like for the original submitter, it does not seem to depend on the db > - fails with both existing, and newly created one (removed > ~/.bogofilter) - and it also does not seem to depend on the message > either: > > -

Bug#317524: infinite loop when using charset_default=iso-8859-1

2005-11-04 Thread Clint Adams
> Ah, yes it does. I somehow didn't look properly at the output I > pasted. ;-X Obviously we have a config-parsing problem. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#337575: initramfs-tools: bad wording in initramfs.conf

2005-11-04 Thread Clint Adams
Package: initramfs-tools Severity: minor This is suboptimal word choice: # Above are only possible example please costumize. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#268755: ktrack sparc failure

2005-11-04 Thread Clint Adams
configure is looking for KDE in lib64 directories, presumably because /lib64 exists. This is incorrect behavior. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#291991: scrobble fun

2005-11-06 Thread Clint Adams
This should address the url escaping problem. #!/bin/zsh zmodload -i zsh/net/tcp || exit 245 zmodload -i zsh/zselect || exit 246 zmodload -i zsh/datetime || exit 247 setopt extendedglob autoload -U tcp_open TCP_SILENT=yes TCP_PROMPT= audioscrobbler_handshake() { local username="$1"

Bug#291991: with a better url encoding function

2005-11-06 Thread Clint Adams
by Bart Schaefer #!/bin/zsh zmodload -i zsh/net/tcp || exit 245 zmodload -i zsh/zselect || exit 246 zmodload -i zsh/datetime || exit 247 setopt extendedglob autoload -U tcp_open TCP_SILENT=yes TCP_PROMPT= audioscrobbler_handshake() { local username="$1" tcp_open post.audioscrob

Bug#337861: fakeroot: [m68k] FTBFS with 1 of 7 tests failed

2005-11-06 Thread Clint Adams
> PASS: t.mknod > tartest: > chmod: changing permissions of `hello/1': Permission denied > chmod: changing permissions of `hello/1289': Permission denied > chmod: changing permissions of `hello/2': Permission denied > chmod: changing permissions of `hello/3': Permission denied > chmod: changing per

Bug#338208: Cannot initialize universe

2005-11-08 Thread Clint Adams
> ~$ apt-cache policy conquest-gl > conquest-gl: > Installed: 8.1.1-5 > Candidate: 8.1.1-5 Is the conquest-server postinst initialization not working, or are you doing it for another reason? Does sg conquest -c 'conqoper...' work? Does setting the conqoper ownership to root:conquest and mode

Bug#338208: Cannot initialize universe

2005-11-08 Thread Clint Adams
> Package: conquest > Severity: normal Version? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#337311: bsdmainutils: [calendar] Earl of Sandwich's bday

2005-11-09 Thread Clint Adams
> The Internet tells me that there are eleven Earls of Sandwich. What's > the reason to include this one's birthday? It is often alleged that he invented the sandwich. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#338208: Cannot initialize universe

2005-11-09 Thread Clint Adams
> Well, nothing was running if that is what you are asking. Was it suppose > to start the server? No, but it's supposed to run conqoper -Ie (as root). > >Does setting the conqoper ownership to root:conquest and mode 2750 work? > > Yes. Okay. This is how I'll probably fix it in the package. -

Bug#338623: gnutls-bin: typo in certtool --help output

2005-11-11 Thread Clint Adams
Package: gnutls-bin Severity: minor Version: 1.2.8-1 The second line should not say "Output file" --outfile FILE Output file. --infile FILEOutput file. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Bug#346119: zsh: Non-ASCII letters are not accepted in variable names

2006-01-07 Thread Clint Adams
> It seems that Zsh has stopped accepting non-ASCII letters in variable > names: > > % nedre=-10 > % øvre=+10 > zsh: command not found: øvre=+10 > % > > Locale: LANG=fo_FO.ISO8859-1, LC_CTYPE=fo_FO.ISO8859-1 (charmap=ISO-8859-1) Yes. Do you really need to do this?

Bug#346289: After upgrade to v1.0 bogofilter and all utilities hang upon running wordlist.db

2006-01-07 Thread Clint Adams
> I upgraded to the new v1.0 of bogofilter (which is more than one > package, as I have found out) from bogofilter_0.94.4-1_i386. I noticed > that I wasn't getting my mail (I do not know when the problems began), > and saw that 3 or 4 bogofilters were in memory. When I killed them, > others kept sp

Bug#346209: [Pkg-db-devel] Bug#346209: Time to remove db2 entirely?

2006-01-07 Thread Clint Adams
> Can sarge users upgrade to etch without using libdb2-util? It seems > so, because Berkeley DB 2 does not support logging (so there's no need > to run db2_recover prior to upgrading), and you can convert the > database files using db4.x_upgrade. It should be possible by either db4.x_upgrade dire

Bug#292260: mpg123 still not in main

2006-01-07 Thread Clint Adams
Is http://voxel.dl.sourceforge.net/sourceforge/mpg123/mpg123-0.59r-gpl.tar.gz free of license and security problems? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#347444: .zshhistory is chowned on sudo su -p ...

2006-01-10 Thread Clint Adams
> > since last release, when I become root using sudo su -p (meaning > keeping my env intact, especially $HOME) I see .zshhistory beeing > chowned by root : Have you considered using a different history file for root? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Bug#347489: zsh: Mysterious, spurious reverse-video "%" appears after typeahead & before prompt

2006-01-10 Thread Clint Adams
> When zsh hasn't yet printed its prompt and I typeahead part of a > command, when zsh finally prints its prompt it first prints a > reverse-video "%" and moves to the next line, leaving the ugly > typeahead and uglier "%" visible. Thus, for example, if I start an > xterm and typeahead the charact

Bug#347495: tpconfig: manpage says -d DEVICE, --debug=DEVICE

2006-01-10 Thread Clint Adams
Package: tpconfig Version: 3.1.3-7 The long form of -d is --device. The man page gets this incorrect. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#347673: zsh-beta: Non-ascii characters are not displayed after prompt expansion if (R)PS1 var contains %D{%a} and locale is non-english.

2006-01-11 Thread Clint Adams
> Locale is set to hr_HR.UTF-8. RPS1 variable contains %D{%a} or abbreviated > weekday. For thursday (in croatian: četvrtak) I should get "Čet", but I > don't. Here is a screenshot: http://www.inet.hr/~vfurac/zsh_utf8.png. Do any of the following do the right thing? print -P "%D{%a}" zmodload zs

Bug#281639: Good news on the sed docs

2006-01-12 Thread Clint Adams
> So, one RC bug nearly done. Excellent. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#344725: libdb2-ruby: Please consider dropping this package

2005-12-24 Thread Clint Adams
> libdb2 is incredibly obsolete, and this is one of only three packages > left in Debian which depend on it. Please consider dropping this package; > any sane person will want to use libdb3 or libdb4.2 or libdb4.3 instead. Please don't recommend db3. We'd like it to die as well. -- To UNSUBSC

Bug#344726: [Pkg-db-devel] Bug#344726: libdb4.4-java: Crash in Java_com_sleepycat_db_internal_db_1javaJNI_initDbEnvRef0

2005-12-28 Thread Clint Adams
> There is an optimization bug in gcc 4.0 that causes this library to be > unusable. Is there a bug on gcj-4.0 that corresponds to this problem? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#345214: zsh: %m and %M are expanded identically to hostname, %m regardless of numeric parmeter

2005-12-29 Thread Clint Adams
> Tried on two debian/unstable boxes, same results. On freebsd box: > zsh 4.2.6 (i386-portbld-freebsd5.4) > > I have no problem with above. What is the value of $HOST in each of these cases? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

Bug#345583: zsh: file completion for "last" command is buggy

2006-01-01 Thread Clint Adams
> When I do "last -f ", then file completion works as expected. But it > no longer works if another option is used, such as in "last -af " or > "last -axf ". Index: Completion/Unix/Command/_last === RCS file: /cvsroot/zsh/zsh/Completi

Bug#335580: [Bug-cpio] cpio: checksum error on 64-bit machines

2005-10-27 Thread Clint Adams
> Darn it, you're right - that was the old patch again. Sorry about that. > Here's the real corrected patch from Peter. Is the objective to have 'crc' be 32-bit on all platforms? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#335580: [Bug-cpio] cpio: checksum error on 64-bit machines

2005-10-30 Thread Clint Adams
> The header stores only 4 bytes for crc, so it is quite reasonable. Then I would suggest something like this, though it could be made more efficient. --- orig/configure.ac +++ mod/configure.ac @@ -51,6 +51,9 @@ AC_CHECK_HEADERS(unistd.h stdlib.h string.h fcntl.h sys/io/trioctl.h utmp.h getop

Bug#153036: reintroduced by last security update

2005-10-31 Thread Clint Adams
> It seems that this bug has been reintroduced with the last security > update for sarge (cpio 2.5-1.3 on i386). You might have to take that up with the security team. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#337081: multipath-tools: bashism in /etc/udev/scripts/multipath.sh

2005-11-02 Thread Clint Adams
Package: multipath-tools Severity: serious Justification: Policy 10.4 Tags: patch ${1:0:3} is a bashism. Here's one way around that. --- /tmp/multipath.sh 2005-11-02 06:53:18.0 -0500 +++ /etc/udev/scripts/multipath.sh 2005-11-02 06:53:11.0 -0500 @@ -4,11 +4,12 @@ exit

Bug#308911: debianutils: progress?

2005-11-03 Thread Clint Adams
> I have to agree that this is an annoying flaw. Is there any intent > to fix this? The manpage says: If the --lsbsysinit option is not given then the names must consist entirely of upper and lower case letters, digits, underscores, and hyphens. Changing it could break

Bug#308911: debianutils: progress?

2005-11-03 Thread Clint Adams
> I'm tempted to say "yes." but you are probably right that the more > correct answer is "no." But it certainly is NOT intuitive currently. > The comments in the various file short of the man page all say "any > file" and to end a script file in .sh seems like a very natural thing > to do. If yo

Bug#337244: arch-perl: FTBFS: Can't write MANIFEST: Permission denied

2005-11-03 Thread Clint Adams
> >From my pbuilder build log (with pbuilder set up to build as a regular > user): > > ... > debian/rules build > test -f debian/rules > touch configure-stamp > test -f debian/rules > perl Makefile.PL INSTALLDIRS=vendor > Checking if your kit is complete... > Looks good > Writing Makefile for Arc

Bug#308911: debianutils: progress?

2005-11-03 Thread Clint Adams
> http://www.debian-administration.org/articles/56 Actually, that's cron; it doesn't use run-parts. > is one I'd particularly noticed. On second reading of the package > files, I seem to have been mistaken, and appologize. No problem. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subj

Bug#308911: debianutils: progress?

2005-11-03 Thread Clint Adams
> Okay, even with the --lsbsysinit option, it is still skipping a > file.sh type name. I used > run-parts --lsbsysinit --test /etc/cron.daily > to test. You would need to use the LSB hierarchical namespace, for example schierer.org-file.sh-blah -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

Bug#337311: bsdmainutils: [calendar] Earl of Sandwich's bday

2005-11-03 Thread Clint Adams
Package: bsdmainutils Version: 6.1.2 Severity: wishlist Nov 3, 1978 - John Montague, the Earl of Sandwich was born according to the Internet -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#136061: bricolage debs

2005-11-04 Thread Clint Adams
Less out-of-date source/binary-i386 packages are at http://tetsuo.geekhive.net/mark/debian/unstable/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#339368: sqlite3: run tests as part of build

2005-11-15 Thread Clint Adams
Package: sqlite3 Version: 3.2.7-1 Please run 'make test' as part of the package build. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#339369: sqlite3: test segfaults on hppa

2005-11-15 Thread Clint Adams
Package: sqlite3 Severity: grave Justification: renders package unusable paer% make test ./testfixture ./test/quick.test make: *** [test] Segmentation fault -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Bug#339611: liferea: fails to cope with low disk space condition

2005-11-17 Thread Clint Adams
Package: liferea Severity: normal Version: 0.9.7b+test1.0rc3-1 When my /home partition is full, liferea does things like fail to remember items I've marked read, and hammer my subscribed feeds multiple times per second. This is suboptimal and may be easy to fix. -- To UNSUBSCRIBE, email to [EM

Bug#291991: audioscrobbler revisited

2005-11-18 Thread Clint Adams
I discovered a bunch of bugs. This is still buggy, but less so. #!/bin/zsh zmodload -i zsh/net/tcp || exit 245 zmodload -i zsh/zselect || exit 246 zmodload -i zsh/datetime || exit 247 setopt extendedglob autoload -U tcp_open TCP_SILENT=yes TCP_PROMPT= audioscrobbler_handshake() { local

Bug#291991: scrobble scrobble

2005-11-18 Thread Clint Adams
Another idea is for vux to write out a file for completed songs, that another program can process and submit to last.fm. Here's an example for oggs that have been tagged with tp_tagger. #!/bin/zsh setopt extendedglob zmodload -i zsh/datetime || exit 1 parse_ogginfo() { local output album artis

Bug#339612: bricolage: depends on apache-perl

2005-11-18 Thread Clint Adams
> I have apache and mod-perl installed, but this package depends on > apache-perl. Does it not work with mod-perl? It should work with mod-perl. The package will have to be changed to accommodate this. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con

Bug#340090: libtunepimp-bin: tp_tagger cruelly mangles UTF-8

2005-11-20 Thread Clint Adams
Package: libtunepimp-bin Version: 0.3.0-9 In tp_tagger, before quitting. File metadata: Format: Artist: Legião Urbana SortName: Legião Urbana Album: Dois Track: Acrilic on Canvas TrackNum: 3 Duration: 282586 ArtistId: 47685be0-926f-4be9-b1ae-e32da47a3b99 Alb

Bug#340122: libtunepimp-bin: new upstream version

2005-11-20 Thread Clint Adams
Package: libtunepimp Version: 0.3.0-9 0.4.0 appears to have UTF-8 fixes. It may solve #340090. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#340090: tunepimp utf-8

2005-11-20 Thread Clint Adams
A locally-compiled copy of 0.4.0 does not exhibit this problem. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#340638: vux: mpd support

2005-11-24 Thread Clint Adams
Package: vux Version: 0.4.9 Severity: wishlist It might be r0x0r if vux could use mpd as a backend. Tsch. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#340835: ARGH

2005-11-26 Thread Clint Adams
severity 340835 critical quit This makes 64-bit binaries stop functioning. Recompiling them does not improve matters. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#340887: ogg123: option to make audioscrobbling easier

2005-11-26 Thread Clint Adams
Package: vorbis-tools Version: 1.0.1-1.5 Severity: wishlist I want an option for ogg123 to output the vorbiscomment (or all the metadata), plus the length of the track in seconds, and the amount that was played before the song ended or was Ctrl-C'd. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#340888: ogginfo: speedier operation

2005-11-26 Thread Clint Adams
Package: vorbis-tools Severity: wishlist I want an option for ogginfo to not read the entire .ogg, but to use ov_time_tell() or something to determine the length of the vorbis stream. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE

Bug#312270: "tempfile -s" doesn't work on FAT filesystems

2005-06-07 Thread Clint Adams
> [EMAIL PROTECTED]:~$ sudo tempfile -d /mnt/ > /mnt/fileX2rpBE > [EMAIL PROTECTED]:~$ sudo tempfile -d /mnt/ -s foo > link: Operation not permitted > [EMAIL PROTECTED]:~$ ls /mnt/ > fileEiGFHT fileX2rpBE > [EMAIL PROTECTED]:~$ tempfile would need to work around the lack of hardlink support on FA

Bug#312572: /usr/share/calendar/calendar.history: borden misspelled

2005-06-08 Thread Clint Adams
Package: bsdmainutils Version: 6.0.17 Severity: minor File: /usr/share/calendar/calendar.history This should be spelled "Borden", unless it's a clever joke. 06/19 Lizzie Bordon acquitted, 1893 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Bug#308301: [zn@mbf.nifty.com: Bug#308301: _subversion: cannot complete the first option of subcmds]

2005-06-14 Thread Clint Adams
> Will this break anything? I guess not. Committing. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#314511: posh: accepts lowercase signal names

2005-06-16 Thread Clint Adams
Package: posh Version: 0.3.16 Severity: normal << Implementations may permit names with the SIG prefix or ignore case in << signal names as an extension. posh should not ignore case of signal names. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Bug#310752: snownews: denote images/hyperlinks somehow

2005-05-25 Thread Clint Adams
Package: snownews Severity: wishlist Version: 1.5.6.1-2 It would be nice if snownews could mark the existence of inline images or hyperlinks so that the user knows what's being missed. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECT

Bug#310872: zsh can't be a ksh replacement (can't trap ERR).

2005-05-26 Thread Clint Adams
> This is very simple. zsh is not to be considered a ksh. > This simple command fails using zsh as ksh (I did update-alternatives) : > > trap 'echo alert-an-error-occured' ERR > > This simple command succeeds with `normal/standard' ksh, tested with : > Solaris ksh, > OSF1 ksh, >

Bug#310872: zsh can't be a ksh replacement (can't trap ERR).

2005-05-30 Thread Clint Adams
> Why not add ash, dash, bash and so on, into the ksh pool, until > only "a=foo" and "echo bar" are the common points ? surely because > all of us have an idea of what ksh should be, only this idea is a > bit different for each of us. None of those shells purport to emulate ksh. zsh does. > I re

Bug#305041: needless line break in output of 'baz add -h'

2005-04-17 Thread Clint Adams
Package: bazaar Version: 1.1.1-1 Severity: wishlist % baz add -h add an explicit inventory id usage: baz add [options] file ... -h, --help Display a help message and exit. -H Display a verbose help message and exit. -V, --version Display a release identifier string

Bug#305040: needless line break in output of 'tla add -h'

2005-04-17 Thread Clint Adams
Package: tla Version: 1.3-1 % tla add -h add an explicit inventory id usage: tla add [options] file ... -h, --help Display a help message and exit. -H Display a verbose help message and exit. -V, --version Display a release identifier string and exit. -i,

Bug#304946: sed: incorrect bracket expression parsing

2005-04-18 Thread Clint Adams
> backets but gives the following error message: > $ LC_ALL=C sed -n '/[^][]/p' > sed: -e expression #1, char 8: unterminated address regex Does % LC_ALL=C sed -n '/[^]\[]/p' do what you intend? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contac

Bug#305179: preinst returned error exit status 1 (sed: -e expression #1, char 48: Extra characters after command)

2005-04-18 Thread Clint Adams
> sed: -e expression #1, char 48: Extra characters after command What version of sed is this? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#305376: [Pkg-freeciv-devel] Bug#305376: freeciv: Provide .desktop file and icons

2005-04-19 Thread Clint Adams
> Comment[es]=pJuego similar a Civilization(TM) pJuego? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#309066: Should depend on tla | baz

2005-05-14 Thread Clint Adams
> According to the archzoom upstream site, archzoom supports either tla or > baz. Therefore, the Debian package should depend on tla | baz, not just > tla. This is tricky, since the archzoom default is tla. I'd have to install a wrapper that runs baz if tla isn't there. -- To UNSUBSCRIBE, ema

Bug#308349: [Pkg-db-devel] Bug#308349: libdb4.3 should conflict with libberkeleydb-perl << 0.26-3

2005-05-15 Thread Clint Adams
reassign 308349 libberkeleydb-perl quit > Installing libdb4.3 4.3.27-2 next to libberkeleydb-perl 0.26-2 can > cause perl programs using db (I noticed this with postgrey) to fail > with the error: > > BerkeleyDB needs compatible versions of libdb & db.h > you have db.h version 4.3.21 and

  1   2   3   4   5   6   7   8   9   10   >