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
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
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. :-)
>
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
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
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
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.
> 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
>
> >
> > 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
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
> 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,
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
[ 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
> 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
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
> > 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.
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
[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
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
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
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
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.
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
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
-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
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
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
> "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
> "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
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.
> "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
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
> "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
> "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
> "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
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
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
>
> 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
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
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
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
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
>
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
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
> 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
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
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
> 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
48 matches
Mail list logo