Bug#4561: dpkg-genchanges puts bad Maintainer: in changes file

1996-09-23 Thread Yves Arrouye
I think the solution is in dpkg-genchanges(1): -Dfield=value Override or add an output control file field. This option is understood by dpkg-source, dpkg- gencontrol and dpkg-genchanges. Or -m"My Name <[EMAIL PROTECTED]>". Y

Bug#4565: shar -a, --net-headers does not give correct email

1996-09-23 Thread Yves Arrouye
Package: sharutils Version: 4.2.1-1 When shar is given the message option, it will write Submitted by: [EMAIL PROTECTED] instead of Submitted by: [EMAIL PROTECTED] If I understand the use of /etc/mailname right, it should even use it for the @hostname.domain.name part? Yves.

Re: ldso breaks a.out?

1996-09-23 Thread David Engel
Guy Maor writes: > /lib/ld.so: ELF 32-bit LSB executable, Intel 80386, version 1, stripped > > Shouldn't it be a.out? No. It was changed to ELF in version 1.8.1. David -- David EngelOptical Data Systems, Inc. [EMAIL PROTECTED] 1101 E. Arapaho Road (

Re: ldso breaks a.out?

1996-09-23 Thread David Engel
Mark Eichin writes: > paycheck+% /usr/bin/uustat > /usr/bin/uustat: can't load dynamic linker '/lib/ld.so nor > /usr/i486-debian-linux/lib/ld.so' > Exit -128 > paycheck+% file /usr/bin/uustat > /usr/bin/uustat: setuid Linux/i386 demand-paged executable (QMAGIC), > stripped Please run it with strac

Bug#4524: controllib.pl doesn't ...

1996-09-23 Thread Heiko Schlittermann
I've corrected it for dpkg_1.4.0.1. Heiko -- email : [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] pgp : A1 7D F6 7B 69 73 48 35 E1 DE 21 A7 A8 9A 77 92 finger: [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: FAQ: Work-Needing and Prospective Packages

1996-09-23 Thread Heiko Schlittermann
Sven Rudolph wrote: : : 2. Packages needing a new maintainer : : Peter Tobias [EMAIL PROTECTED] : : o wu-ftpd I'd take iit .. Heiko -- email : [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] pgp : A1 7D F6 7B 69 73 48 35 E1 DE 21 A7 A8 9A 77 92 finger: [EMAIL PROTECTED]

Bug#3087: acknowledged by developer (was: Bug in date.) (fwd)

1996-09-23 Thread Scott Barker
Guy Maor said: > >>I am closing this bug report because setting the motherboard clock is > >>not the responsibility of date(1), nor is it the responsibility of the > >>date(1) man page to mention the motherboard clock. [some disagreement about the purpose of 'date' deleted] I was closing a lot of

ae_960-10 uploaded to master

1996-09-23 Thread Dale Scheetz
-BEGIN PGP SIGNED MESSAGE- Format: 1.5 Date: Mon, 23 Sep 1996 10:03:05 -0400 Source: ae Binary: ae Architecture: source i386 Version: 962-10 Distribution: unstable Urgency: low Maintainer: Dale Scheetz <[EMAIL PROTECTED]> Description: ae - Anthony's Editor -- a tiny full-screen e

Bug#4523: strace and I/O errors

1996-09-23 Thread Miquel van Smoorenburg
You (Ian Jackson) wrote: > Please do not apply Frank Neumann's patch. Hmm, I must have missed something here. > This will break strace on systems where mmap on /proc//mem is > prohibited except to root. (This restriction is part of a security > measure which should be supported, given the histor

Bug#4550: Build of "ae" fails since it's statically linked

1996-09-23 Thread Guy Maor
On Sun, 22 Sep 1996, Dale Scheetz wrote: > On Sat, 21 Sep 1996, llucius wrote: > > > I'm sorry it was the "-N" link option that causes "ae" to be linked > > statically. Is it really necessary to use the option? > > > Well, my man page says: > > >-N specifies readable and writabl

Bug#3087: acknowledged by developer (was: Bug in date.) (fwd)

1996-09-23 Thread Guy Maor
-- Forwarded message -- Date: Mon, 23 Sep 1996 08:39:07 -0500 From: "Bunch, John F" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: Bug#3087 acknowledged by developer (was: Bug in date.) >>I am closing this bug report because setting the motherboard

Bug#4561: dpkg-genchanges puts bad Maintainer: in changes file

1996-09-23 Thread Chris Fearnley
'Yves Arrouye wrote:' > >Package: dpkg-dev >Version: 1.4.0 > >It appears that the Maintainer: field in control is ignored, so the >Maintainer: field in the changes file is made with the name of the user >calling dpkg-genchanges and the name of the host the file is built on. >This is a problem, and

win32binutils recommends itself...

1996-09-23 Thread Dale Scheetz
Package: win32binutils Version: 2.6.cygnus.960412-1 As well as itself, win32binutils also recommends win32gcc, but win32gcc depends on win32binutils. Although this doesn't seem to confuse dpkg, I'm pretty sure that dselect is going to have fits, since it treats recommends as strongly as depends. A

Re: ae as default editor?

1996-09-23 Thread James A. Robinson
> However, I remember a discussion that, I believe, lead to this decision; > I can't remember all the discussions that have gone on here, there so very very many. ;-) > IIRC, it was the same idea that made ae (wrongly) essential - "all other > editors can be removed, so ae is a better fallbac

Re: Bug#4550: Build of "ae" fails since it's statically linked

1996-09-23 Thread Dale Scheetz
Thanks for all the discussion guys. I have rebuilt ae without the -N linker option. It seems to work as well as it ever did, so I will release it as soon as I can get to master. Thanks again for all the pointers, Dwarf -- aka D

Re: Bug#4550: Build of "ae" fails since it's statically linked

1996-09-23 Thread Lars Wirzenius
Chris Fearnley: > It isn't relevant. I strongly remember that -N is for static linking > of a.out binaries. You remember wrong. The usual a.out executable file format consists of three parts: a 1 kB header, one or more 4 kB code pages, and one more 4 kB data pages. Thus, the minimum size is 9 k

Re: dpkg changes and queries - the answers to your questions

1996-09-23 Thread Erick Branderhorst
> 5. I don't understand the problem with WIFSIGNALED, but this is > definitely a bug in the Perl installation and not in dpkg-source. So the WIFSIGNALED thing has to do with perl. Here is some about the perl I have installed on my system. Erick $ dpkg --status perl Package: perl Status: install

Re: Bug#4550: Build of "ae" fails since it's statically linked

1996-09-23 Thread Erick Branderhorst
> I remember this was discussed on the linux-gcc list some time ago. The > above explanation is ok for a.out, and was primarily used to build small > programs (the page-alignment bit). That's probably why ae used it. Under > ELF, this part doesn't work anyway; I *think* that you get a static

Bug#4561: dpkg-genchanges puts bad Maintainer: in changes file

1996-09-23 Thread Dirk . Eddelbuettel
Yves> Package: dpkg-dev Yves> Version: 1.4.0 Yves> Yves> It appears that the Maintainer: field in control is ignored, so the Yves> Maintainer: field in the changes file is made with the name of the Yves> user calling dpkg-genchanges and the name of the host the file is Yves> built

Re: Bug#4556: inn shouldn't limit message size

1996-09-23 Thread Miquel van Smoorenburg
You (Martin Schulze) wrote: > Package: inn > Version: 1.4unoff4-1 > > The innd is compiled with a maximum size of news articles. The Eunet > company posts monthly news statistics that are longer... > > Here are the used values: > > *ott--* ## Largest acceptable article size; 0 allows any size

Re: Bug#4550: Build of "ae" fails since it's statically linked

1996-09-23 Thread Juergen Menden
On Sun, 22 Sep 1996, Dale Scheetz wrote: > On Sun, 22 Sep 1996, Christoph Lameter wrote: > > The N option is used to statically link a program. What manpage were you > > looking at? > > The man page is for ld. The gcc man page says ld is used to link. > The gcc man page also says that -static is t

Re: Size difference (big) between .orig.tar.gz and .deb: why?

1996-09-23 Thread Erick Branderhorst
> I also experienced a 10% increase of the size in the manpages-it package. > I was wandering if I could package the man pages uncompressed and compress > them in debian/rules during installation. This would create a dependency > to gzip package, but I think that this already exists when we packag

Bug#4564: mh fails to do POP protocol

1996-09-23 Thread Dominik Kubla
Package: mh Version: 6.8.4-2 The mh package does not work when using POP protocol: as ordinary user: inc -host fwpop inc: unable to bind socket: Permission denied as super-user: inc -host fwpop inc: -ERR Invalid command; valid commands: PASS, QUIT Dominik Kubla

Bug#4563: Sokoban does not follow FSSTND and fails to install

1996-09-23 Thread Dominik Kubla
Package: sokoban Version: 1.0-1 There are two bugs in this package: 1.) It does not follow the FSSTND. a) No subdirectories for library files in /usr/games. They belong into /usr/lib/games. b) No transient files (like save and score files) in /usr. They belong into /var/lib

Bug#4562: tm-init.el is not in package tm

1996-09-23 Thread Yves Arrouye
Package: tm Version: 7.84-1 The README.debian dile in /usr/doc/tm says to (require 'tm-init) but the file is not provided by the package. Yves. -- Yves Arrouye Email: [EMAIL PROTECTED] 7, avenue Leon BolleeWeb: http://www.fdn.fr/~yarrouye/ 75013 Paris

Bug#4561: dpkg-genchanges puts bad Maintainer: in changes file

1996-09-23 Thread Yves Arrouye
Package: dpkg-dev Version: 1.4.0 It appears that the Maintainer: field in control is ignored, so the Maintainer: field in the changes file is made with the name of the user calling dpkg-genchanges and the name of the host the file is built on. This is a problem, and in any case, the generated emai

Bug#4560: symlinks should depend on libc.so.4

1996-09-23 Thread Ricardas Cepas
Package: symlinks version: 1.0-2 depends: libc5 # symlinks symlinks: can't find library 'libc.so.4' # ldd symlinks libc.so.4 (DLL Jump 4.6pl27) => not found

Bug#4559: faxq doesn't restart suspended jobs

1996-09-23 Thread Martin Schulze
Package: mgetty Version: 0.99-4 The help screen of faxq says that `-r' restarts suspended jobs, but it doesn't as the following excerpt shows: troi!joey(ttyp1):~> faxq -r /usr/bin/faxq: invalid option: -r valid options: -o: show old jobs -s: show suspended jobs -a: show all jobs -v: verbo

Re: Size difference (big) between .orig.tar.gz and .deb: why?

1996-09-23 Thread Yves Arrouye
This would create a dependency to gzip package, but I think that this already exists when we package the pages zipped! Is it possible that a debian system be without gzip? No: gzip is marked as essential. marin40# dpkg -s gzip Package: gzip Essential: yes Status: install ok installed Pr

Any other debianers at Internet '96 in Manila?

1996-09-23 Thread mitchell
Sorry for the noise, but I was wondering if any other debian maintainers happened to be in Manila for Internet '96. If so, please drop me a line at [EMAIL PROTECTED] Perhaps we can get together. email response to [EMAIL PROTECTED], please, since I'm still in the process of relocation to the Phil

Re: Bug#4550: Build of "ae" fails since it's statically linked

1996-09-23 Thread Chris Fearnley
'Dale Scheetz wrote:' > >On Sun, 22 Sep 1996, Christoph Lameter wrote: > >> The N option is used to statically link a program. What manpage were you >> looking at? > >The man page is for ld. The gcc man page says ld is used to link. >The gcc man page also says that -static is the proper option for

Bug#4550: Build of "ae" fails since it's statically linked

1996-09-23 Thread llucius
Here's something I just found in chapter 4.1 of the "policy" manual: The -N flag should not be used. On a.out systems it may have been useful for some very small binaries, but for ELF it has no good effect. I wish it explained why it shouldn't be used so we could understand it rather t

Re: ae as default editor?

1996-09-23 Thread Dirk . Eddelbuettel
Martin> Why is ae the default editor for vipw/vigr even on a completely Martin> installed system? It's not a default, it's a fallback which is used when you have not set the EDITOR variable. Just try $ EDITOR=vi vigr -- Dirk Eddelb"uttel http://qed.econ.q

Bug#4557: Last file on iso9660-image always corrupted

1996-09-23 Thread Stephen Early
Winfried Truemper writes: > This error can be reproduced as follows: > bash> bash> mount -t iso9660 -o loop=/dev/loop0 cd /mnt Have you checked to make sure that this isn't a problem with the loopback filesystem? I will test mkisofs on a raw disk partition shortly; I can't do so just yet becaus

Bug#4558: typo in strip man page

1996-09-23 Thread Barak Pearlmutter
Package: binutils Version: 2.6-2 The penultimate line in this excerpt from /usr/man/man1/strip.1 .B \-v .TP .B \-\-verbose Verbose output: list all object files modified. In the case of archives, .B "strip \-V" lists all members of the arch

Bug#4477: Emacs doesn't use /etc/mailname

1996-09-23 Thread Ian Jackson
Mark W. Eichin writes ("Re: Bug#4477: Emacs doesn't use /etc/mailname"): > umm, should it? I believe that emacs trusts the MUA to do the right > thing, leaving mail-host-address for the *user* to override if they wish... If /etc/mailname is not the same as `hostname -q` then mail-host-address shou

cron-uploader on chiark.chu.cam.ac.uk/chiark.greenend.org.uk

1996-09-23 Thread Ian Jackson
My machine is physically moving over the next few days, and anything uploaded now will not arrive for a while. I've therefore disabled new uploads into my queue. You'll get a `permission denied' message when you try to cd to /pub/debian/private/project. When the service is available again I will

Re: Bug#4550: Build of "ae" fails since it's statically linked

1996-09-23 Thread llucius
On Sun, 22 Sep 1996, Dale Scheetz wrote: > On Sun, 22 Sep 1996, Christoph Lameter wrote: > > > The N option is used to statically link a program. What manpage were you > > looking at? > > The man page is for ld. The gcc man page says ld is used to link. > The gcc man page also says that -static

Re: Bug#4550: Build of "ae" fails since it's statically linked

1996-09-23 Thread Dale Scheetz
On Sun, 22 Sep 1996, Christoph Lameter wrote: > The N option is used to statically link a program. What manpage were you > looking at? The man page is for ld. The gcc man page says ld is used to link. The gcc man page also says that -static is the proper option for creating static linked executab

Re: Bug#4550: Build of "ae" fails since it's statically linked

1996-09-23 Thread Christoph Lameter
The N option is used to statically link a program. What manpage were you looking at? On Sun, 22 Sep 1996, Dale Scheetz wrote: dwarf>On Sat, 21 Sep 1996, llucius wrote: dwarf> dwarf>> I'm sorry it was the "-N" link option that causes "ae" to be linked dwarf>> statically. Is it really necessary t

Bug#4557: Last file on iso9660-image always corrupted

1996-09-23 Thread Winfried Truemper
Package: mkisofs Version: 1.05-2 When creating an cd-image with "mkisofs", the last file on the image is always corrupted when processing more than 1 files. It seems like the last block of the file doesn't make it into the image. This error can be reproduced as follows: bash> mkdir small bash>

Re: Bug#4550: Build of "ae" fails since it's statically linked

1996-09-23 Thread llucius
On Sun, 22 Sep 1996, Dale Scheetz wrote: > On Sat, 21 Sep 1996, llucius wrote: > > > I'm sorry it was the "-N" link option that causes "ae" to be linked > > statically. Is it really necessary to use the option? > > > Well, my man page says: > > >-N specifies readable and writabl

Comment about the following license, please?

1996-09-23 Thread Yves Arrouye
Hello, I certainly mistakenly put Apache in non-free when I took over the package. I'd like to put it back into net, but can you tell me if its license, which follows, allows that? (I think it can). Thanks, Yves. /* * Copyrig