From owner-freebsd-current@freebsd.org Thu Feb 22 11:11:00 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94650F22CA2 for ; Thu, 22 Feb 2018 11:11:00 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from mail-wr0-x232.google.com (mail-wr0-x232.google.com [IPv6:2a00:1450:400c:c0c::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10FA87BC3A for ; Thu, 22 Feb 2018 11:11:00 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by mail-wr0-x232.google.com with SMTP id w77so10116506wrc.6 for ; Thu, 22 Feb 2018 03:11:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=owkj+GFxEJU9KWwFcM+e+uj9RXrayUqY3PLUIBUPIQw=; b=leKExeN2Zmy5H2Lgh7RI+tIllqIuJhqgFytTjNOH+ySceJduQ0Wsh3fta3wXNIoDIw jBluLAgU82QpNM79SYa6yV36WxzSkvsdYpuLne1oubjDjMeJTsZXwTQEYpsk1/uKSMpE GR+CSDnxd2yfoiiolXuKMsJ0BaUbNA2W8IprGM6BnCzCbaVqIzpHPm1GrEUakh9cETZ8 wFI+NZkNm46u6l7lvWUjrp3NS8K46GTBgudfQBY3ctda4o6H+YVDbgHjtGBw4MdlHFWe H033aruQhXkmsmLLsKZ32GsPm9GCueaqY6pbM1z9ObwAVyPyVyR1gZXQRnoaZriXW074 BxlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=owkj+GFxEJU9KWwFcM+e+uj9RXrayUqY3PLUIBUPIQw=; b=eu2tiBavuagKmu0nCKuHW5R9+93lKS/UCTgvPSEr4HuLYIqMaS1cGhDYpA691SZ/S+ 9GP1XWa1D46lMEpwT2GaAEI8iDlg6og0khrBbQqBNLwtKrrGKMC61Ez53wxZnu3lMnlx A5AGuttjUNIWYK4XSFJquhfwla1lKpeBq1vNmDIyw2uCMFp1a/Pis7ORtSzwtGJV5gm0 HzA3s7fYWEL6Yi377gN6MQQyFhDDmTzsqpKuzs0Yt8w7exdbCJSbY3bH7G6EcIR2NkIj D9bvo2JpEI1ac1joTObzzbClsrifLWc2D7AA+P8XdvNU/SPs0T/9Q2yEHWj8TudQovin g/hw== X-Gm-Message-State: APf1xPBVgZT/utW7+mxPvILcyUQEFbdOj/gcg3lhzz1vlqgAxU9ahKGz 4+JVHQGghZ2kVGlq4nXvNg1qwnry94y0mUrN6Uc= X-Google-Smtp-Source: AH8x226weg4wSIRM7rQ0NK8TnUOvNTajVgBAIP3QMropJYKIwhFO4LQbzmZqcHsGoEyIwtiZw+xTcyQYO738C/wiYIU= X-Received: by 10.223.196.129 with SMTP id m1mr5682780wrf.213.1519297858271; Thu, 22 Feb 2018 03:10:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.170.3 with HTTP; Thu, 22 Feb 2018 03:10:17 -0800 (PST) In-Reply-To: <1519297066.646719.1279504848.0851DCB5@webmail.messagingengine.com> References: <1519297066.646719.1279504848.0851DCB5@webmail.messagingengine.com> From: "Jack L." Date: Thu, 22 Feb 2018 03:10:17 -0800 Message-ID: Subject: Re: make installworld broke / how to recover To: John Cc: freebsd-current@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 11:11:00 -0000 maybe try a clean buildworld, update /usr/src to the latest version, rm -rf /usr/obj, then make buildworld && make installworld && make kernel and see if that fixes the issue? On Thu, Feb 22, 2018 at 2:57 AM, John wrote: > Hello, > > When trying to upgrade from 11-stable to 12-current, make installworld > broke. The OS is mainly on a ssd, there is zfs installed (usr/src is on > zfs). Is there a guide somewhere that shows how to recover from this > situation? both 11.1 and 12-current kernels are bootable. I can just blat > the system and install from scratch but that would mean i've not learned > how to fix it. I have subsequently tried make buildworld again but it bais > out with this error: > > ##### > > objcopy --only-keep-debug xinstall.full install.debug > objcopy --strip-debug --add-gnu-debuglink=install.debug xinstall.full > xinstall > sh /storage/usr/src/tools/install.sh -s -o root -g wheel -m 555 > xinstall /obj/storage/usr/src/amd64.amd64/tmp/legacy/usr/bin/install > sh /storage/usr/src/tools/install.sh -o root -g wheel -m 444 > install.debug /obj/storage/usr/src/amd64.amd64/tmp/legacy/usr/lib/ > debug/usr/bin/install.debug > install: install.debug: Inappropriate file type or format > *** Error code 71 > > Stop. > make[3]: stopped in /storage/usr/src/usr.bin/xinstall > *** Error code 1 > > Stop. > make[2]: stopped in /storage/usr/src > *** Error code 1 > > Stop. > make[1]: stopped in /storage/usr/src > *** Error code 1 > > Stop. > make: stopped in /storage/usr/src > > ##### > > thanks, > > -- > John > tech-lists@zyxst.net > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >