From owner-freebsd-ports@freebsd.org Tue Jul 19 08:52:52 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 047AAB9DEB7 for ; Tue, 19 Jul 2016 08:52:52 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-oi0-x230.google.com (mail-oi0-x230.google.com [IPv6:2607:f8b0:4003:c06::230]) (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 B666A18E3 for ; Tue, 19 Jul 2016 08:52:51 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: by mail-oi0-x230.google.com with SMTP id w18so16263697oiw.3 for ; Tue, 19 Jul 2016 01:52:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Hiezkiu4IA8M9AG4BHLejCdDRaoeoYt8bHz5DAvlKx0=; b=jjE8Aj2zRRQUcm7/v7M5XL09O769MbRHguZ+JV46BLD8Hw6zk6TZETqQonCmUFD0Xw B3kKCiIywgC8xcCq++Rli/jqNGIJjQ5SYsKbLnwOhfQX0MIXtNtDJbNakQrLlnbuVBcX kA0hAi61mDninriZOFwWzzRFbHc094+5BtdkTLU+OE5TDD5LGe0qxLtRPRzHYHPqK/C1 1/qwLu0zz00ENkme1TGcsoa1G0wU2LGoQvnVeYmMdia2RJS2qPxuAJR/Ehqa29z4RChm i3ed/SwDisNAJw53qqrJZYhCS4kMJ2luFmCvb9H0/SBffeKKtaueYWcHchzWPEBJ8Gp9 iKvQ== 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:from:date :message-id:subject:to:cc; bh=Hiezkiu4IA8M9AG4BHLejCdDRaoeoYt8bHz5DAvlKx0=; b=LAe3+d029ejUP8txcmsBi/jN1uyaQuTf6INvj+xJrQYNKoEUNN4+JjDdvVbK8IICmx enfc4G87oFomjZ1XuhXcxgxPfMKCxOQ6Bi8c1ZiK6yV19G1Ztt8P8/lARswoULU60ewP d3XqOC/BAtYLHeSAFCSR9oSUYWEklL1sJKloaYE96VqACltJgg9eAG3G1JHfGq9gH9yG 1pzNEg+p0Z6G1v/kgQDD9XKfP/3UpOmlAQ3x776N3u+xuMjb1gUkVZZGJyB+jdxJsFbH S1Di/llJ4fpfy0+EulmJYXpENM1rJb38NYG4J4AvAZxOWhIXGL9I5lQd4ER2YFuZtgiJ dqCA== X-Gm-Message-State: ALyK8tI7Kv6O+QYre3FWulJpEwl66/5S/DQ7iCsy34LNIzRGBa+DqrIQmZ4rgmSRG9wbIx1WEejnCwGqzXFGUQ== X-Received: by 10.157.31.35 with SMTP id x32mr23883411otd.15.1468918371033; Tue, 19 Jul 2016 01:52:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.144.5 with HTTP; Tue, 19 Jul 2016 01:52:31 -0700 (PDT) In-Reply-To: <1467867890484-6112250.post@n5.nabble.com> References: <1467837497637-6112177.post@n5.nabble.com> <0c9adfbd-3ac3-2058-86b4-a642b124b61b@utanet.at> <1467867890484-6112250.post@n5.nabble.com> From: Luca Pizzamiglio Date: Tue, 19 Jul 2016 10:52:31 +0200 Message-ID: Subject: Re: Cannot update firebird25 after recent icu update To: Jakub Lach Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 08:52:52 -0000 The problem with firebird is that, during the linking process, the link order is wrong: it takes the firebird libraries in /usr/local/lib library ignoring the local ones. The workaround is to delete firebird and reinstall it, but the wrong link order is still a problem. Best regards, pizzamig On Thu, Jul 7, 2016 at 7:04 AM, Jakub Lach wrote: > I know, I'm on 10-STABLE though, but will not force 57.1 now obviously, > thanks for all replies! > > > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/Cannot-update-firebird25-after-recent-icu-update-tp6112177p6112250.html > Sent from the freebsd-ports mailing list archive at Nabble.com. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"