Bug#4069: slrn gives error

1996-08-07 Thread marc hoffmann
Hello developers, Package: slrn Version: 0.8.7.1-3 When I invoke slrn it prints: slrn: can't resolve symbol 'SLang_define_key1' and exits. transcript: $slrn slrn: can't resolve symbol 'SLang_define_key1' $ I am using debian 1.1 kernel version 2.0.0 #8 and libc.so.5.2.18 . succes

Bug#4068: pgs in perl-tk does not work

1996-08-07 Thread Herbert Xu
Package: perl-tk Version: b11.02-3 Typing "pgs" at the prompt produces these messages: Use of uninitialized value at /usr/lib/perl5/Tk/DSC.pm line 15. Can't use an undefined value as a HASH reference at /usr/bin/pgs line 16. I've got perl 5.003-2 and tk41 4.1-1 for that matter. -- Debian GNU/Lin

Bug#4057: compress package install additional zcat

1996-08-07 Thread Richard Kettlewell
Yves Arrouye writes: >Michael Meskes writes: > > Package: compress-package > > Version: 1.2-1 > > > > Compiling and installing the compress source found on ftp.inria.fr > > I get a file /usr/bin/zcat. However, gzip already install zcat in > > /bin. I cannot see how it's useful to have both. :-) >

Bug#4057: compress package install additional zcat

1996-08-07 Thread Michael Meskes
Yves Arrouye writes: > Hmmm. This is somewhat more complex than it looks like. I cannot just > remove /usr/bin/zcat because it is intimately linked with compress. > If you say 'man compress' for example you'll get the synopsis for zcat > too and if the corresponding zcat would not be provided then

Bug#4064: sendmail should recommend deliver, not depend

1996-08-07 Thread Miquel van Smoorenburg
You (Michael Shields) wrote: > Package: sendmail > Version: 8.7.5-4 > > sendmail depends on deliver. However, in at least two common > configurations -- null client, and delivery by procmail -- it will run > perfectly without deliver. sendmail should only recommend it. And as a result you can i

Re: dpkg-changelog-mode (dpkg-changelog.el)

1996-08-07 Thread Michael Meskes
Ian Jackson writes: > > My upload of dpkg 1.3.0 didn't include the file below. It is an Emacs > mode for editing the changelogs that dpkg-parsechangelog understands. Do we have an official look the changelog has to have? If so how should it look? I won't be able to test your emacs style since I

Bug#4067: Umsdos 0.8.4 needs upgrade.

1996-08-07 Thread Kristian Mogensen
Package: Umsdos Version: 0.8.4 Debian linux 1.1 (kernel 2.0.6, libc 5.2.18) umssync fail to produce the --linux-.--- files. By upgrading to version 0.9 of the umsdos programs the problem is solved.

Bug#4063: magicfilter has wrong path

1996-08-07 Thread Erick Branderhorst
> 2. There is another problem with extracting the filter from the set of >filters in /usr/doc/examples/magicfilter/filters/filters.tar.gz as the >extracted file is not registered with dpkg --- upon removal of the package >a useless file will remain on the machine. a if [ "$1" = "purg

Bug#4058: etc/papersize doesn't allow spaces

1996-08-07 Thread joost witteveen
> > > > > Oh, BTW, this has nothing to do with libpaper (I don't know why you > > think it does, gs doesn't depend on libpaper, and has been reading > > /etc/papersize before the existance of libpaper.) > > > > I do wonder if libpaper does a better job, > > Yes it does ;-) That's its big

Bug#4066: strangeness with X3 server

1996-08-07 Thread Daniel Quinlan
Package: xserver-s3 Version: 3.1.2-5 I think this may be related to the mouse cursor problem I reported earlier. I noticed this problem shortly after sending that bug report, but didn't fully investigate it until now. (The other bug report contains information not reproduced here.) I have an Di

Bug#4057: compress package install additional zcat

1996-08-07 Thread Bdale Garbee
> Hmmm. This is somewhat more complex than it looks like. I cannot just > remove /usr/bin/zcat because it is intimately linked with compress. I disagree. The job of a package maintainer includes the process of doing things like this to a package. I have to do the same thing for the tar package,

Bug#4065: FEATURE(local_procmail) needs manual override to /usr/bin

1996-08-07 Thread Michael Shields
Package: sendmail Version: 8.7.5-4 This line in sendmail.mc: FEATURE(local_procmail) doesn't work, because it's looking in /usr/local/bin. This works: FEATURE(local_procmail, `/usr/bin/procmail') (assuming the procmail package is installed), but it shouldn't be necessary to do this as

Re: xpdf needs an entry in mailcap

1996-08-07 Thread Brian C. White
[ I goofed on the first message. Use this one instead. :-] The "xpdf" postinst needs to add itself to the mailcap file so it can be spawned by web browsers. I suggest the following in the postinst: if [ -x /usr/sbin/install-mime ] then install-mime --install --package=xpdf --content=appli

Re: Could we use gunzip -c instead of zcat?

1996-08-07 Thread Brian C. White
> I'd like to suggest that scripts, debian.rules etc... use gunzip -c instead > of zcat when the intent is to get the contents of a gzipped file on stdout. > This is because if binaries from a BSD compress package (not necessarily > built with compress-package) will make a true zcat available on th

xpdf needs an entry in mailcap

1996-08-07 Thread Brian C. White
The "xpdf" postinst needs to add itself to the mailcap file so it can be spawned by web browsers. I'd suggest the following in the postinst: if [ -x /usr/sbin/install-mime ] then install-mime --install --package=xpdf --content=application/pdf \ --view="/usr/bin/X11/xpdf %s" --t

Bug#4011: simple c++ program segfaults

1996-08-07 Thread Brian C. White
> > Is this actually a bug? I don't think you are supposed to call a > > destructor directly in this situation. I would assume that the crash > > comes when the destructor is called a second time when the program > > exits main. > > It is legal to explicitly call a destructor but rarely needed.

Bug#4017: boot disk doesn't recognize NCR scsi

1996-08-07 Thread Susan G. Kleinmann
Hi Richard -- I've made a couple of NCR-aware kernels for friends. If you'd like one of them, you might try: ftp://sgk.phast.umass.edu/pub/boot1440.bin.gz If you have some special requirement and can't make your own, let me know and I'll make one for you. Cheers, Susan Kleinmann [EMAIL PROTECTED

Bug#4006: Fileutils has /usr/libexec directory

1996-08-07 Thread David Engel
[EMAIL PROTECTED] writes: > > Package: fileutils > > Version: 3.13-2 > > > > The fileutils package has an empty /usr/libexec directory in the .deb > > file. I don't think the FSSTND supports libexec yet, so the directory > > should be removed. > > This dir is standard by make install in gnu pack

Bug#4006: Fileutils has /usr/libexec directory

1996-08-07 Thread Bernd Eckenfels
Hello, > This dir is standard by make install in gnu packages and didn't see > any harm so will not do an update just for removing this dir if you > don't mind. If someone can come up with serious problems having this > empty dir in the package I'll remove it. The new FHS will include /usr/libex

Bug#4019: Decompression failure on Install Boot Disk

1996-08-07 Thread Susan G. Kleinmann
Hi Chris -- I don't know if you have gotten Linux booted yet. If you haven't, please let me know. I'll be happy to make a boot disk for you and mail it to you by real, old-fashioned physical US Mail. Just let me know what kernel you need to have on it, or if you need a special one. Cheers, Susan

Bug#3951: kernel-image-2.0.7-0 postinst looks for /bin/perl

1996-08-07 Thread Graham Williams
Package: kernel-image Version: 2.0.7-0 The postinst and prerm scripts of kernel-image have as their first line: #! /bin/perl My vanilla installation of Debian 1.1 seems to have perl only in /usr/bin/perl. The problem is exhibited with: $ dpkg --install kernel-image-2.0.7-0.deb

Bug#4064: sendmail should recommend deliver, not depend

1996-08-07 Thread Michael Shields
Package: sendmail Version: 8.7.5-4 sendmail depends on deliver. However, in at least two common configurations -- null client, and delivery by procmail -- it will run perfectly without deliver. sendmail should only recommend it. -- Shields, CrossLink.

Re: fileutils can now replace perforate...

1996-08-07 Thread Bernd Eckenfels
Hello, I have a question on that topic. I think sparse files are simply generated by lseek'ing over a block of zeros, which will automatically converted to sparse files by filesystems which support it (actually they could even create them if the notice blocks filled with 0's but dont do it). The q

Bug#4011: simple c++ program segfaults

1996-08-07 Thread Herbert Xu
Guy Maor wrote: > > It is legal to explicitly call a destructor but rarely needed. It > certainly makes no sense in this case, as the destructor will be called > twice. > > The question, it seems, is what was the programmer trying to do? Well I haven't got a clue on that one as I didn't write t

netscape 3.0-beta6-1 released

1996-08-07 Thread Brian C. White
-BEGIN PGP SIGNED MESSAGE- Date: 07 Aug 96 00:45 UT Format: 1.6 Distribution: unstable Urgency: Low Maintainer: Brian White <[EMAIL PROTECTED]> Source: netscape Version: 3.0-beta6-1 Binary: netscape Architecture: i386 source Description: netscape: Popular World-Wide-Web browser softwar

Unanswered problem reports by maintainer and package

1996-08-07 Thread owner
The following problem reports have not yet been marked as `taken up' by a message to [EMAIL PROTECTED] or or `forwarded' by a message to [EMAIL PROTECTED] The maintainer listed against each package is derived from the Maintainer field of the package as found in the development tree; there is an ov

Bug#4063: magicfilter has wrong path

1996-08-07 Thread Dirk . Eddelbuettel
Package: magicfilter Version: 1.2-5 There is one serious problem which prevented magicfilter from working here, and some small glitches. 1. The executable is installed as /usr/sbin/magicfilter, but the (rather well done) /usr/sbin/magicfilterconfig extracts a filter, in my case /usr/sb

Re: Emacs per-package startup files

1996-08-07 Thread Emilio Lopes
> "EB" == Erick Branderhorst <[EMAIL PROTECTED]> wrote: EB> How will these files be read. In alphabetical or fileposition order? EB> Some scripts written in these might work only properly if some other EB> script is executed first. I can't come up with some proper example EB> but I can imag

Re: Emacs per-package startup files

1996-08-07 Thread Emilio Lopes
> "EB" == Erick Branderhorst <[EMAIL PROTECTED]> wrote: EB> How will these files be read. In alphabetical or fileposition order? EB> Some scripts written in these might work only properly if some other EB> script is executed first. I can't come up with some proper example EB> but I can imag

Draft manuals

1996-08-07 Thread Ian Jackson
I have finished draft versions of the programmers' and policy manuals. The PostScript conversion isn't working yet, but they are available for your perusal in HTML or plain text (with or without overstrikes). HTML via the Web: http://chiark.chu.cam.ac.uk/~ian/programmer.html/ http://chiark.chu.

Re: Documentation formats

1996-08-07 Thread Emilio Lopes
> "LW" == Lars Wirzenius <[EMAIL PROTECTED]> wrote: LW> Ian Jackson (after my deletions): >> * GNU Texinfo ... HTML. >> * The Linux FAQ ... HTML ... >> * The Linux HOWTOs ... HTML ... >> * My new dpkg manuals ... HTML ... >> * The Perl documentation ... HTML LW> I think I see a trend here. Wh

Bug#4062: running ps as root does not report controlling ttys correctly

1996-08-07 Thread Carlos Fonseca
Package: procps Version: 1.01a-1 Running ps as root always shows "?" for the controlling tty of every process, although it works for normal users. The problem occurs under kernel 1.2.13 (haven't tried 2.0.x), both with procps-0.99-3 and with the new package procps-1.01a-1. The solution was in th

Re: Emacs per-package startup files

1996-08-07 Thread Emilio Lopes
> "IJ" == Ian Jackson <[EMAIL PROTECTED]> wrote: IJ> /etc/emacs/site-start.d ? There would be something else inside /etc/emacs or just site-start.d? If not, it seems we need a better name. /etc/site-start.d? /etc/emacs.d? /etc/emacs-start.d? /etc/emacs-lisp.d? Yes, I know would nice to have

Re: uploaded babel 3.6-4 to master

1996-08-07 Thread Emilio Lopes
> "MM" == Michael Meskes <[EMAIL PROTECTED]> wrote: >> What is wrong with >> >> \usepackage[latin1]{inputenc} MM> Note that as my fault. I've been using latin1.sty for so long I MM> didn't even realize that this was a possibility. Sorry for that. MM> But I still think we should keep latin1

Re: IP-aliasing

1996-08-07 Thread Emilio Lopes
> "CS" == Craig Sanders <[EMAIL PROTECTED]> wrote: CS> I'd like to see a bourne-like shell with perl-like regexp stuff CS> (mainly sed & grep) built in - i'd switch to that in a flash. People may say it's called ksh93. IMHO, it may seem somewhat interesting, but I really don't like it. Look l

Bug#4058: etc/papersize doesn't allow spaces

1996-08-07 Thread Yves Arrouye
Erick Branderhorst writes: > > Package: libpaper, gs > Version: 0.2-1, 3.53-4 > > Oef what do I hate these errors. The "<" char indicates the EOL char. > > # cat /etc/papersize > A4 < > # gs -h > Warning: unknown papersize in /etc/papersize > Aladdin Ghostscript 3.53 (1996-1-10) > [d

Bug#4057: compress package install additional zcat

1996-08-07 Thread Yves Arrouye
Michael Meskes writes: > Package: compress-package > Version: 1.2-1 > > Compiling and installing the compress source found on ftp.inria.fr I get a > file /usr/bin/zcat. However, gzip already install zcat in /bin. I cannot see > how it's useful to have both. :-) Hmmm. This is somewhat more c

Bug#4058: etc/papersize doesn't allow spaces

1996-08-07 Thread Yves Arrouye
> > Oh, BTW, this has nothing to do with libpaper (I don't know why you > think it does, gs doesn't depend on libpaper, and has been reading > /etc/papersize before the existance of libpaper.) > > I do wonder if libpaper does a better job, Yes it does ;-) That's its big advantage: centrali

trouble with perl ... continued

1996-08-07 Thread Yves Arrouye
James D. Freels writes: > I took the advice of a couple of individuals: > > (1) installed wg15_locale_1-1 > > (2) already had perl_5.003-2 installed > > This did not fix the problem below. I have verified that the > /usr/share/locale and /usr/share/nls directories are present. > > >w

Re: Emacs per-package startup files

1996-08-07 Thread Yves Arrouye
Erick Branderhorst writes: > > > If the files there really depend on each other, then it may be nice > > to require that each .el file contains > > > >(provide 'site-start-xxx) > > > > (as the *last* line so nothing is provided in case of error), and other > > files will just us

Could we use gunzip -c instead of zcat?

1996-08-07 Thread Yves Arrouye
Hello, I'd like to suggest that scripts, debian.rules etc... use gunzip -c instead of zcat when the intent is to get the contents of a gzipped file on stdout. This is because if binaries from a BSD compress package (not necessarily built with compress-package) will make a true zcat available on th

Re: Uploading compress-package 1.1 on master

1996-08-07 Thread David Frey
In message <[EMAIL PROTECTED]>, Yves Arrouye writes: >On Aug 4, 6:55pm, David Frey wrote: >} Subject: Re: Uploading compress-package 1.1 on master >} In message <[EMAIL PROTECTED]>, >} [EMAIL PROTECTED] writes: >} >Description: >} > compress-package: fileset to build a Debian compress package >

Bug#4013: groff version is old

1996-08-07 Thread Alvar Bray
Package: groff Version: 1.09-11 GNU troff 1.10 has been out since November 1995. 1.09 is relatively ancient. Version 1.10 fixes some very significant bugs, adds a LaserJet output device, and more. Im sorry, I have totally failed to notice this release. I will build a new packag

Bug#4011: simple c++ program segfaults

1996-08-07 Thread Guy Maor
On 4 Aug 1996, Rob Browning wrote: > Is this actually a bug? I don't think you are supposed to call a > destructor directly in this situation. I would assume that the crash > comes when the destructor is called a second time when the program > exits main. It is legal to explicitly call a destru

Bug#4006: Fileutils has /usr/libexec directory

1996-08-07 Thread branderh
> Package: fileutils > Version: 3.13-2 > > The fileutils package has an empty /usr/libexec directory in the .deb > file. I don't think the FSSTND supports libexec yet, so the directory > should be removed. This dir is standard by make install in gnu packages and didn't see any harm so will not d

Bug#4061: Debian

1996-08-07 Thread Bruce MacDonald
Hello, This is not really a bug, just an oversight. There is no Timezone information for St. John's Newfoundland. It used to appear as 'Newfoundland' in the list of timezones. There is one for St_Johns which is in New Brunswick (GMT-4); but none for St_John's which is in Newfoundland (GM

dpkg-changelog-mode (dpkg-changelog.el)

1996-08-07 Thread Ian Jackson
My upload of dpkg 1.3.0 didn't include the file below. It is an Emacs mode for editing the changelogs that dpkg-parsechangelog understands. Try it (on your own packages or on the changelog from hello 1.3-7) and let me know what you think. When I know where to put the autoload definitions I'll re

Bug#3895: file conflicts

1996-08-07 Thread carlos fonseca
> Package: mgetty, netpbm > Version: 0.98-2, 1994.03.01p1-1 > > See below. I think these should be left in netpbm - after all, what > are you going to do with the pbm file without it ? I seem to remember that the versions included with mgetty fix some problem with those in netpbm. Would be worth