[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#134658: marked as done (ITP: lsb -- Linux Standard Base 1.1 core support package)



Your message dated Thu, 07 Mar 2002 01:04:12 -0500
with message-id <E16ir0e-0004YJ-00@auric.debian.org>
and subject line Bug#134658: fixed in lsb 1.1.0-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 19 Feb 2002 00:50:32 +0000
>From quango@watervalley.net Mon Feb 18 18:50:32 2002
Return-path: <quango@watervalley.net>
Received: from mail315.mail.bellsouth.net (imf15bis.bellsouth.net) [205.152.58.175] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16cyUK-0006YC-00; Mon, 18 Feb 2002 18:50:32 -0600
Received: from quantex ([66.156.169.193]) by imf15bis.bellsouth.net
          (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP
          id <20020219005121.ZXRW11903.imf15bis.bellsouth.net@quantex>;
          Mon, 18 Feb 2002 19:51:21 -0500
Received: by quantex (Postfix, from userid 1000)
	id 328C6303B; Mon, 18 Feb 2002 18:50:01 -0600 (CST)
From: Chris Lawrence <lawrencc@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: ITP: lsb -- Linux Standard Base 1.1 core support package
X-Reportbug-Version: 1.99.2
X-Mailer: reportbug 1.99.2
Date: Mon, 18 Feb 2002 18:50:01 -0600
X-Debbugs-CC: debian-devel@lists.debian.org
Message-Id: <20020219005001.328C6303B@quantex>
Delivered-To: submit@bugs.debian.org

Package: wnpp
Version: N/A; reported 2002-02-18
Severity: wishlist

* Package name    : lsb
  Version         : 1.1.0
* URL             : http://www.linuxbase.org/
* License         : GPL, BSD
  Description     : Linux Standard Base 1.1 core support package

 The Linux Standard Base (http://www.linuxbase.org/) is a standard
 core system that third-party applications can depend upon.
 .
 This package provides an implementation of version 1.1.0 of the Linux
 Standard Base for Debian on the Intel x86 architecture.  Future
 revisions may support the LSB on additional architectures.
 .
 The intent of this package is to provide a best current practice way
 of installing LSB packages on Debian GNU/Linux.  Its presence does
 not imply that we believe that Debian fully complies with the Linux
 Standard Base, and should not be construed as a statement that Debian
 is LSB-compliant.

My README.Debian text follows, which pretty much explains how this
package works:

lsb for Debian
--------------

This package attempts to implement the core LSB specification.  Much
of the implementation is drawn on a talk by Wichert Akkerman
(http://www.liacs.nl/~wichert/talks/LSBDistro/html/) and Matt
Taggert's discussion of LSB 1.0 and Debian
(http://people.debian.org/~taggart/lsb/).

It does so in a number of ways:

- Providing directories that appear to be missing from Debian's FHS
  hierarchy.  (These directories probably should appear in base-files
  eventually.)

- Depending upon packages that implement OS services required by the
  LSB, including libraries and programs.

- Including the ld-lsb.so.1 symlink to the dynamic linker.

- Providing the LSB init script functionality.  Some of the LSB init
  functionality cannot be implemented without cooperation from other
  packages or changes in policy for woody+1; however, the remainder is
  provided here.

The intent of this package is to provide a best current practice way
of installing LSB packages on Debian woody on the ia32 architecture.
Its presence does not imply that I believe that Debian fully complies
with the Linux Standard Base, and should not be construed as a
statement that Debian is LSB-compliant.

DEVIATIONS FROM LSB 1.1

The package and its dependencies implement all of LSB on Debian, with
these exceptions:

- LSB 1.1 assumes a 2.4 kernel.  Debian ships a 2.2 kernel by default
  as of woody, although 2.4 is optional.  There is no way in the
  Debian system to ensure a package is only installed on a specific
  kernel release.

- LSB 1.1 specifies definitions for run levels 2-5 that correspond
  with most Red Hat-like distributions.  Debian does not specify run
  levels 3-5, and RL 2 can theoretically encompass any of LSB 2-5.

  (LSB probably should implement init dependencies for facilities
  expected in run levels, rather than using run levels directly.)

  In practical terms, this means that some packages may not install
  init scripts in RL 2-4 that would be expected on a system running an
  X display manager.  This package obeys the LSB spec by using the
  specified run levels of LSB applications; however, my gut feeling is
  that any LSB RL from 2-5 should be treated as 2-5 inclusive on
  Debian until Debian conforms (unlikely for woody) or LSB is amended
  to get rid of this silliness.

- LSB 1.1 doesn't fully specify what the init_functions should do.  I
  have chosen to implement them in a way that is consistent with
  Debian current practice, using the start-stop-daemon utility and the
  echo command.  For woody+1, I expect a nicer init logging facility
  that could be used.

  LSB specifies no way for a binary to request that a pid file be
  created for it, and the spec is ambiguous about whether start_daemon
  should create the pid file, therefore I assume the binary will
  produce its own /var/run/basename.pid file.

There may be other deviations from the spec; they are bugs and should
be reported as such.  (The aforementioned deviations are bugs, but
probably "wontfix" for woody, or are bugs in the spec.)

DESIGN DECISIONS

- I implemented the LSB init dependencies based on sysvinit's priority
  support.  A registry of package-provided facilities and their
  start and stop priorities is retained in /var/lib/lsb/facilities.
  Priorities are assigned to the system facilities as found on my
  unstable boxen as of today; perhaps system facilities should be
  registered by the appropriate packages, and not managed by the lsb
  package, but that is a woody+1 policy decision.

- The facility handling scripts are written in Python.  I am not
  particularly attached to them being written in Python, but at the
  same time I do not forsee rewriting them in $language_of_choice.

NOTES

Per the spec, LSB applications may be installed on Debian using:

alien -i YOUR_APPLICATION_HERE.lsb

You may need to run 'apt-get -f install' afterwards to pull in this
package.  Of course, you wouldn't be reading this if you hadn't
already pulled it in.

 -- Chris Lawrence <lawrencc@debian.org>, Sun, 17 Feb 2002 14:07:32 -0600

The package in source and i386 binary (it's really arch-independent,
but the spec only is final on Linux/ia32) is at

http://people.debian.org/~lawrencc/

Note: I can't actually find any LSB packages that test whether the
implementation works right or not.  I downloaded the lsb-apache rpm
from ftp://freestandards.org/pub/lsb/app-battery/apache/, and alien
handled it OK, and dpkg installed it without complaining of missing
dependencies, but an equivs-based lsb could have done that!  (The
prerm and postinst don't do anything...)

(Alien chokes on their rsync:
Unpacking of `rsync-2.4.6-1.i386.rpm' failed at /usr/share/perl5/Alien/Package/Rpm.pm line 140.

Mozilla doesn't have an LSB rpm.)

Your questions and comments are most welcome.  I'd particularly like
any comments on streamlining and generalizing the depends list, as I
suspect a few redundant dependencies are in there (alien probably
pulls in a lot of libraries based on what it pulls in, for example).

Also, if you actually have a LSB package that uses the init
facilities, I'd love to see test results.

Finally, the package probably should be built as native but numbered
(like now) as UPSTREAM-DEB.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux quango4 2.4.18-pre7-ac1 #1 Tue Jan 29 15:12:07 CST 2002 i686
Locale: LANG=C, LC_CTYPE=en_US


---------------------------------------
Received: (at 134658-close) by bugs.debian.org; 7 Mar 2002 06:08:01 +0000
>From ajt@auric.debian.org Thu Mar 07 00:08:01 2002
Return-path: <ajt@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16ir4L-0000Cp-00; Thu, 07 Mar 2002 00:08:01 -0600
Received: from ajt by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 16ir0e-0004YJ-00; Thu, 07 Mar 2002 01:04:12 -0500
From: Chris Lawrence <lawrencc@debian.org>
To: 134658-close@bugs.debian.org
X-Lisa: $Revision: 1.4 $
Subject: Bug#134658: fixed in lsb 1.1.0-4
Message-Id: <E16ir0e-0004YJ-00@auric.debian.org>
Sender: Anthony Towns <ajt@auric.debian.org>
Date: Thu, 07 Mar 2002 01:04:12 -0500
Delivered-To: 134658-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
lsb, which is due to be installed in the Debian FTP archive:

lsb_1.1.0-4.dsc
  to pool/main/l/lsb/lsb_1.1.0-4.dsc
lsb_1.1.0-4.tar.gz
  to pool/main/l/lsb/lsb_1.1.0-4.tar.gz
lsb_1.1.0-4_all.deb
  to pool/main/l/lsb/lsb_1.1.0-4_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 134658@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lawrence <lawrencc@debian.org> (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Format: 1.7
Date: Sun, 24 Feb 2002 23:51:05 -0600
Source: lsb
Binary: lsb
Architecture: source all
Version: 1.1.0-4
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence <lawrencc@debian.org>
Changed-By: Chris Lawrence <lawrencc@debian.org>
Description: 
 lsb        - Linux Standard Base 1.1 core support package
Closes: 134658
Changes: 
 lsb (1.1.0-4) unstable; urgency=low
 .
   * Clean up directories to omit those present in current base-files.
   * Rearrange README.Debian to put installation discussion near the top.
 .
 lsb (1.1.0-3) unstable; urgency=low
 .
   * Release candidate.
   * Include HTML files from Matt Taggart <taggart@debian.org> comparing
     the LSB spec to Debian.
   * Clean up dependency list.
   * Convert to arch-independent package.
   * Add lsb(8) manpage.
 .
 lsb (1.1.0-2) unstable; urgency=low
 .
   * Update README.Debian and install_initd to implement a few changes:
     - uid/gid for bin is documented.
     - treat RL 2-5 as the same, because nothing else sensible seems
       available.
 .
 lsb (1.1.0-1) unstable; urgency=low
 .
   * Initial Release.  (Closes: #134658)
Files: 
 0c8c624dcdb7c4ac20fa8adb25d0afeb 844 misc extra lsb_1.1.0-4.dsc
 0b1e8fc217139cefc2fb9eabc5c67dbe 12093 misc extra lsb_1.1.0-4.tar.gz
 c52667102fd3dc64608e073b014721f5 14300 misc extra lsb_1.1.0-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iQEeBAEUAwAGBQI8euitAAoJEFxpg5e5AmZiZIQD/3v98V8uRD+MatIanGIisE+8
lD6aYcY0SwsNS6wirHppHr9gIbCw4uV/yu8AMXyqbSUBfQBZQdVDY1Z+RIIWnsQP
sJ0X0HzKS3zUdwMgmKW/0T58YLunugTHEyP0xN6TkxwAZ7SIyiXzaXBfmZ17Ln8Y
HbZWDyQR9M8MIXw3ejcXBAC6HLG/V4uym1VY+j3Kz/w9ShDuh9/5RCVebzFhqeyf
+XiVJDXlhLGl/Vt2WQ5Afg9aWMKLMkylP97Yq9QQQ/SkJKCQEDx/AIDXr77VV6J9
jvW7s0JGQjq37paeB9Du+wpWLloF45tw7X5aivQg5RDuqfD38e7cKBATS2CXneKI
PQ==
=pbPF
-----END PGP SIGNATURE-----



Reply to: