From owner-freebsd-stable@FreeBSD.ORG Thu Dec 12 19:30:22 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C43CACF4 for ; Thu, 12 Dec 2013 19:30:22 +0000 (UTC) Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98AEA108C for ; Thu, 12 Dec 2013 19:30:22 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id jt11so1074067pbb.22 for ; Thu, 12 Dec 2013 11:30:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=acOeX44xDmIE+LiM+ibI4OoHB9aPCQcfDF7oK0R/UDw=; b=EfPCBviyGPaqa09YIlM2Q0YkPuQi8vQR5Ua9ihLaPsp+X3+HjSjddvEm7Udb5LytVd AyzQe/mzjERrIDoi+8xyl9yYmyYlDvUJJKo6IxZfGU0N2PK8F0fB0DAUdkpcMqv4rXMh itL0dNWb/d828yRqbNpU2x128qWmagesacpV/5tTGK2cRBTFou5TxiI68O17INikyRj8 1LsvmckmrrsxVmn3JeTGeWWFstjrvahGRr9tZvWIz+91pXCvIgfoeXFIdWgNhEfTI7bO Z/Nq+zRi86KR2txDW7hTmwCQfD2Ao6ARHqyk37pnTEodmd/BF8JlR5o3KejuKeqIcYfU eaUg== X-Gm-Message-State: ALoCoQmplWtkK8XrlX2m8gQrnaMkz69qvZSbvkNv6x1GvACbrK7TwKYdNuujFHQsTxuTcT6DA584 MIME-Version: 1.0 X-Received: by 10.68.88.37 with SMTP id bd5mr15270740pbb.53.1386876616390; Thu, 12 Dec 2013 11:30:16 -0800 (PST) Received: by 10.70.140.135 with HTTP; Thu, 12 Dec 2013 11:30:16 -0800 (PST) X-Originating-IP: [92.244.21.21] In-Reply-To: References: Date: Thu, 12 Dec 2013 20:30:16 +0100 Message-ID: Subject: Re: libc_nonshared.a missing on 10.0-RC1 From: Albert Cervin To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2013 19:30:22 -0000 I can add that this can be solved by make && make install in /usr/src/lib/libc_nonshared. However, I thought that maybe this is an error with the update or something that needs to be looked at? Problem is solved for me for now at least! Cheers, Albert On Wed, Dec 11, 2013 at 10:30 PM, Albert Cervin wrote: > Could it maybe be related to this: > http://svnweb.freebsd.org/base?view=revision&revision=258587 ? > > > On Wed, Dec 11, 2013 at 10:17 PM, Albert Cervin wrote: > >> Hi all! >> >> Yesterday I upgraded to FreeBSD 10.0-RC1 through freebsd-update. >> Everything seemed fine until I decided to upgrade my ports today. >> >> There was a new version of pkg which built fine up until the linking: >> >> ===> Building for pkg-1.2.3 >> --- all --- >> ===> libpkg (all) >> --- objwarn --- >> --- libpkg.so.1 --- >> --- objwarn --- >> Warning: Object directory not changed from original >> /usr/ports/ports-mgmt/pkg/work/pkg-1.2.3/libpkg >> --- libpkg.so.1 --- >> building shared library libpkg.so.1 >> /usr/bin/ld: cannot find /usr/lib/libc_nonshared.a >> cc: error: linker command failed with exit code 1 (use -v to see >> invocation) >> *** [libpkg.so.1] Error code 1 >> >> make[3]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.2.3/libpkg >> 1 error >> >> make[3]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.2.3/libpkg >> *** [all] Error code 2 >> >> make[2]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.2.3 >> >> make[2]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.2.3 >> ===> Compilation failed unexpectedly. >> Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure >> to >> the maintainer. >> *** Error code 1 >> >> Stop. >> make[1]: stopped in /usr/ports/ports-mgmt/pkg >> *** Error code 1 >> >> Stop. >> make: stopped in /usr/ports/ports-mgmt/pkg >> >> Looking in /usr/lib there is in fact no libc_nonshared.a so what do I >> need to do to fix this? >> >> Cheers, >> Albert >> >> >