From owner-freebsd-stable@FreeBSD.ORG Wed Dec 11 21:30:49 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEA5A768 for ; Wed, 11 Dec 2013 21:30:49 +0000 (UTC) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83DD11A2B for ; Wed, 11 Dec 2013 21:30:49 +0000 (UTC) Received: by mail-pb0-f53.google.com with SMTP id ma3so10743850pbc.12 for ; Wed, 11 Dec 2013 13:30:43 -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=oO2NIETECRHxGTICa61rskCNX61idLCf/pKLx8w6s5c=; b=Qw0vXFrPouAGcALSzJAxmzWMAvGUZWVjpsJe4f4XHJUtgCnTFy6G0D9y2pRxVCV08S Yi000zqIlkTdxc76BaPd+HrLS+DPwgeSt+5OvJAv1GiFyvEGWWNAz073EekDnNbEK3o1 ATNLNKp36ZtRfbigVts1JGYMAIyxPldVEYDLJnhtA5wTiVKK7MeDSNphApHI0X5AkYQO unue/O2uU9xnr5yimlngjfZMw9CQT0vQqi7T/vwPmKOnYNAgp/02suH5XI4Y2tBnXknI JhJlJT95YxtcE05px8GZLj2g4JAa3wsuSW1+x6r1T7u13ZKdsRuaFphVjzgX3RhYeOdn +ddw== X-Gm-Message-State: ALoCoQl9KqUV3Ow80mr5NmJ/bLqhpJs2pdqWVQQFJwOKxeyzIz5IML8aQxVoKAvaDkECni8TJAli MIME-Version: 1.0 X-Received: by 10.68.139.100 with SMTP id qx4mr4946390pbb.144.1386797443041; Wed, 11 Dec 2013 13:30:43 -0800 (PST) Received: by 10.70.140.135 with HTTP; Wed, 11 Dec 2013 13:30:42 -0800 (PST) X-Originating-IP: [92.244.21.21] In-Reply-To: References: Date: Wed, 11 Dec 2013 22:30:42 +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: Wed, 11 Dec 2013 21:30:49 -0000 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 > >