Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2001 17:12:19 +0200
From:      Dimitry Andric <dim@xs4all.nl>
To:        owner-freebsd-stable@FreeBSD.ORG, "Hartmann, O." <ohartman@klima.physik.uni-mainz.de>
Cc:        freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG
Subject:   Re: MAKEDEV 4.4-STABLE still offering problems
Message-ID:  <32351237783.20010918171219@xs4all.nl>
In-Reply-To: <20010918164705.O10091-100000@klima.physik.uni-mainz.de>
References:  <20010918164705.O10091-100000@klima.physik.uni-mainz.de>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2001-09-18 at 16:50:49 Hartmann, O. wrote:

HO> MAKEDEV results in a weird error (arith ...) and shows up srange symbols
HO> within the xterm.

It seems to be some optimization error related to using CPUTYPE= in
/etc/make.conf. I'm not sure yet what's wrong, but I've already sent a
PR. If you have some horsepower to waste, you might consider
rebuilding your boxes without CPUTYPE. Otherwise try the attached
patch to MAKEDEV, which works for me, although I'm not sure why. :-)

Cheers,
- --
Dimitry Andric <dim@xs4all.nl>
PGP Key: http://www.xs4all.nl/~dim/dim.asc
Fingerprint: 7AB462D2CE35FC6D42394FCDB05EA30A2E2096A3

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5i
Comment: http://www.gn.apc.org/duncan/stoa_cover.htm

iQA/AwUBO6dWTbBeowouIJajEQJx1ACfV6Jv/3HYvl5iuTQQHKENCaAbE9oAoNtx
VyzrwpNoxsK6ZN7RIn0tr6E2
=qLgO
-----END PGP SIGNATURE-----
[-- Attachment #2 --]
diff -ud MAKEDEV.orig MAKEDEV
--- MAKEDEV.orig	Mon Sep 17 16:56:39 2001
+++ MAKEDEV	Mon Sep 17 20:54:11 2001
@@ -330,7 +330,8 @@
 	sh MAKEDEV apm apmctl card0 card1 card2 card3	# cdev, laptop
 	sh MAKEDEV pass4 xpt2				# cdev, CAM
 	sh MAKEDEV i4b i4bctl i4btrc0 i4btrc1		# cdev, ISDN
-	sh MAKEDEV i4btel0 i4btel1 i4bteld0 i4bteld1	# cdev, ISDN
+	sh MAKEDEV i4btel0 i4btel1			# cdev, ISDN
+	sh MAKEDEV i4bteld0 i4bteld1			# cdev, ISDN
 	sh MAKEDEV i4brbch0 i4brbch1			# cdev, ISDN
 	sh MAKEDEV agpgart				# cdev, AGP
 	;;

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32351237783.20010918171219>