From owner-freebsd-current@FreeBSD.ORG Mon Nov 28 17:55:06 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAB651065672 for ; Mon, 28 Nov 2011 17:55:05 +0000 (UTC) (envelope-from zklist@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 60EE98FC14 for ; Mon, 28 Nov 2011 17:55:05 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so10905423bkb.13 for ; Mon, 28 Nov 2011 09:55:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yR1DNO3gS+BVbH/k8PGAMbQ5sgH8wjne5x4r7wq8HbI=; b=XNsFxPU9P06BV6qY7dqgI54bR1GM6xjK7UnTzTM9yAnqpdY4ZGWfXYYTJge5+ZESqU S5vtL9fbMOauaWbmclKpmmdPk38Qc67ZRhRZ2om/77OfXCexSdVeQABGELoeJ4leeu1M /LzrgfheCqAdxl2Ko3T7mPjnX14HtahL1l1tQ= MIME-Version: 1.0 Received: by 10.204.156.218 with SMTP id y26mr45715585bkw.103.1322502904180; Mon, 28 Nov 2011 09:55:04 -0800 (PST) Received: by 10.204.201.142 with HTTP; Mon, 28 Nov 2011 09:55:04 -0800 (PST) In-Reply-To: <1389353.3cq8XXOFZN@snifi> References: <1389353.3cq8XXOFZN@snifi> Date: Mon, 28 Nov 2011 18:55:04 +0100 Message-ID: From: ZaRiuS KRiNG To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Problem compiling libs after pass to current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 28 Nov 2011 17:55:06 -0000 Ok, the second know how make, but the first no. How can set new uname -r in the environment? Sorry but in some things need a lot of experience, and for that try use current About what programs got the fail? Chromium and Abiword, with one, 2-3 with second just one. But make that, pkg_add -r and continue with compiling but want learn how solve the problem no, just evade it Thanks for all 2011/11/28 Maciej Milewski > Dnia niedziela, 27 listopada 2011 19:59:44 ZaRiuS KRiNG pisze: > > Hi! is my first post here and have a little problem try to google some > and > > don't find any of value. > > > > A week ago compile the src of current, and after that in any new port i > > install, if compile before any lib, don't work, i need to install pkg > from > > repository of that lib and continue compiling the program, and work fine. > > Just have this problem with the libs > > > > Any solution? > Have you updated you ports tree? Maybe you are affected by the issue > mentioned > in ports/UPDATING: > > 20110928: > AFFECTS: users of 10-current > AUTHOR: eadler@FreeBSD.org > > There are known issues installing ports on FreeBSD 10+ due to > bogus assumptions by various build scripts. This will not be fixed > until 9-RELEASE is released. > > There are two workarounds: > > 1) Set UNAME_r=9.9-CURRENT in your environment > 2) Set REVISION="9.9" in ${SRCDIR}/sys/conf/newvers.sh > > -- > Maciek >