From owner-freebsd-current Mon Mar 30 23:03:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03492 for freebsd-current-outgoing; Mon, 30 Mar 1998 23:03:05 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA03481 for ; Mon, 30 Mar 1998 23:02:40 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id IAA04481; Tue, 31 Mar 1998 08:59:17 +0200 (CEST) To: Alexander Litvin cc: current@FreeBSD.ORG Subject: Re: kernel with SOFTUPDATES doesn't link In-reply-to: Your message of "Tue, 31 Mar 1998 09:29:16 +0300." <19980331092916.42639@carrier.kiev.ua> Date: Tue, 31 Mar 1998 08:59:17 +0200 Message-ID: <4479.891327557@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG change the tv = time; to getmicrotime(&tv) and you're back in business... Poul-Henning In message <19980331092916.42639@carrier.kiev.ua>, Alexander Litvin writes: >Hi, everybody! > >When attempting to make kernel with 'options SOFTUPDATES', >during linking I got: > >> loading kernel >> ffs_softdep.o: Undefined symbol `_time' referenced from text segment >> ffs_softdep.o: Undefined symbol `_time' referenced from text segment >> ffs_softdep.o: Undefined symbol `_time' referenced from text segment >> ffs_softdep.o: Undefined symbol `_time' referenced from text segment >> ffs_softdep.o: Undefined symbol `_time' referenced from text segment >> ffs_softdep.o: Undefined symbol `_time' referenced from text segment >> *** Error code 1 >> >> Stop. > >As I understand, that happened after Poul-Henning commit, which >killed 'time' variable. Though /sys/ufs/ffs/ffs_softdep.c still >depends on time. > >--- >I really hate this damned machine >I wish that they would sell it. >It never does quite what I want >But only what I tell it. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-current" in the body of the message > -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "Drink MONO-tonic, it goes down but it will NEVER come back up!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message