From owner-freebsd-net Fri Jul 30 5:22:13 1999 Delivered-To: freebsd-net@freebsd.org Received: from nexus.plymovent.se (nexus.plymovent.se [212.247.77.253]) by hub.freebsd.org (Postfix) with ESMTP id 6CBCF15111; Fri, 30 Jul 1999 05:22:04 -0700 (PDT) (envelope-from thomas.uhrfelt@plymovent.se) Received: from tu (polaris [192.168.1.21]) by nexus.plymovent.se (8.9.3/8.9.3) with SMTP id OAA31938; Fri, 30 Jul 1999 14:30:32 +0200 (CEST) (envelope-from thomas.uhrfelt@plymovent.se) From: "Thomas Uhrfelt" To: Cc: Subject: Date: Fri, 30 Jul 1999 14:21:27 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I solved the problem with the BROKEN tag in the SKIP makefile, this was due to a serious error on my part .. I had cvsup:ed my ports tree with the . tag instead of RELENG_3_2_0, so I was as current I could be, and since the SKIP port is broken in current.. well go figure.. I have backed myself down to 3.2R ports now and when I try to compile this (works great on the 3.2 machine) on a 3.1-R machine (of course with ports from 3.1-R, one only makes this kinda mistake once huh?) I get the following: orion# make clean ===> Cleaning for skip-1.0 orion# make install ===> Extracting for skip-1.0 >> Checksum OK for skipsrc-1.0.tar.Z. ===> skip-1.0 depends on file: /usr/X11R6/lib/libxview.a - found ===> skip-1.0 depends on file: /usr/X11R6/lib/X11/config/XView.cf - found ===> skip-1.0 depends on executable: gmake - found ===> skip-1.0 depends on shared library: xview.3 - found ===> Patching for skip-1.0 ===> Applying FreeBSD patches for skip-1.0 ... Lot's of sucessful compiles here, now on the the troubleling part ... 6/des_ede_ecb.o ../bdcmod/safer/bin.x86/skip_safercbc.o ../bdcmod/safer/bin.x86/safer.o ../common/bin.x86/md5.o modstat: /dev/lkm: Device not configured gmake[2]: *** [bin.x86/skip.o] Error 2 gmake[2]: Leaving directory `/usr/ports/security/skip/work/skip/freebsd' gmake[1]: *** [freebsd] Error 2 gmake[1]: Leaving directory `/usr/ports/security/skip/work/skip' gmake: *** [skip] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. orion# What is wrong, there is a /dev/lkm, so I have no idea what to do right now? Anyone? Regards, Thomas Uhrfelt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message