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

Bug#31688: marked as done (boot-floppies: check_loop always successful)



Your message dated 27 Jan 1999 17:36:15 -0500
with message-id <oaiuds5oo0.fsf@burrito.fake>
and subject line bugs closed in boot-floppies ver 2.1.5
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'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 11 Jan 1999 03:19:51 +0000
Received: (qmail 13405 invoked from network); 11 Jan 1999 03:19:50 -0000
Received: from mercury.mv.net (root@199.125.85.40)
  by master.debian.org with SMTP; 11 Jan 1999 03:19:50 -0000
Received: from vanzandt.mv.com (root@vanzandt.mv.com [207.22.43.76]) by mercury.mv.net (8.8.8/mem-971025) with ESMTP id WAA26267 for <submit@bugs.debian.org>; Sun, 10 Jan 1999 22:19:43 -0500 (EST)
Received: by vanzandt.mv.com
	via sendmail with stdio
	id <[🔎] m0zzSpm-0006NEC@vanzandt.mv.com> (Debian Smail3.2.0.101)
	for submit@bugs.debian.org; Sun, 10 Jan 1999 16:55:46 -0500 (EST) 
Message-Id: <[🔎] m0zzSpm-0006NEC@vanzandt.mv.com>
Date: Sun, 10 Jan 1999 16:55:46 -0500 (EST)
From: <jrv@vanzandt.mv.com>
Subject: boot-floppies: check_loop always successful
To: submit@bugs.debian.org
X-Mailer: bug 3.1.6.1

Package: boot-floppies
Version: 2.1.4

"make check" will print "check successful" even if the loop device is
not available.  Also, minix filesystem support should be tested.  I
suggest the following changes:

--- Makefile.orig	Sun Jan 10 16:41:17 1999
+++ Makefile	Sun Jan 10 16:44:58 1999
@@ -86,13 +86,18 @@
 #---------------------------------------------------------------------------
 # Consistency checks
 #---------------------------------------------------------------------------
-check: check_mirror check_loop
+check: check_mirror check_minix check_loop
 	echo "check successful"
 
+# Use this to check if your kernel has support for the minix filesystem
+check_minix:
+	grep minix /proc/filesystems 2>&1 >/dev/null || \
+		(echo minix filesystem support needed; exit 1)
+
 # Use this to check if your kernel has support for the loop device
 check_loop:
 	grep loop /proc/devices 2>&1 >/dev/null || \
-		echo loop device support needed
+		(echo loop device support needed; exit 1)
 
 # Use this to check if your local mirror has all the required packages
 check_mirror: check_mirror.sh


-- System Information
Debian Release: 2.0
Kernel Version: Linux vanzandt 2.1.132 #5 Tue Dec 29 15:31:03 EST 1998 i686 unknown

Versions of the packages boot-floppies depends on:
ii  libc6-pic       2.0.7u-7.1     The GNU C library version 2 (PIC library)
ii  slang0.99.38-pi 0.99.38-5      The S-Lang programming library, shared libra
ii  sysutils        1.3.2          Miscellaneous small system utilities.
ii  makedev         1.6-32         Creates special device files in /dev.
ii  newt0.21        0.21-8         Not Erik's Windowing Toolkit - text mode win
ii  newt0.21-dev    0.21-8         Developer's toolkit for newt windowing libra
ii  popt            1.0-4          C library for parsing command line parameter


Reply to: