From owner-freebsd-current@FreeBSD.ORG Tue Sep 1 06:55:01 2009 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 D23E31065672 for ; Tue, 1 Sep 2009 06:55:01 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id 628B68FC13 for ; Tue, 1 Sep 2009 06:55:01 +0000 (UTC) Received: by bwz2 with SMTP id 2so3109020bwz.43 for ; Mon, 31 Aug 2009 23:55:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=1BOJX64jvqsyPDTR/8T55GY9+4pZX6WA4AQSTH+Hgec=; b=WuZXODT1p38oBpnjHao4dAq6iRWlJyRam4WNt76e9s8q3B8CcM2F0FJtRdCZxDtGei dhVqpSIGVLDrRMoMpOrmKY4FiurQtwSqcs33PhNjmBVJVWj9bJPerPloT3OEsErmbTnn 7o6MU2ofi2wwNz2poGBOb0D+FVvbUS0FRiD14= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=PqXgHvbIgrO7w2ugjIhOVcZxCpM6baHthphQVrb2h64Sg8tiFBSEavufQrI/e5iZsI BUifMy8X0Wo2lOwFzJIEbUZlP3pFATbLlPUqvCSw47Zo+FTSA2wjh9TAWkixCYL7hqbF jpOyGtwHl6epW5c0LO99VYpVs3p0RyWxOuQ/4= MIME-Version: 1.0 Received: by 10.204.141.18 with SMTP id k18mr5206818bku.139.1251788100307; Mon, 31 Aug 2009 23:55:00 -0700 (PDT) In-Reply-To: <4A9C7E73.4040004@ish.com.au> References: <4A9C7E73.4040004@ish.com.au> Date: Tue, 1 Sep 2009 10:55:00 +0400 Message-ID: From: pluknet To: Aristedes Maniatis Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, Jurgen Weber Subject: Re: [beta3] ld-elf Undefined symbol 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: Tue, 01 Sep 2009 06:55:01 -0000 2009/9/1 Aristedes Maniatis : > Upgraded an amd64 FreeBSD machine from beta 2 to beta 3 via freebsd-update. > When trying to use the bacula port (a backup tool), the application will die > with the following error: > > /libexec/ld-elf.so.1: /usr/local/sbin/bacula-dir: Undefined symbol > "_ZN5BSOCK18set_source_addressEP5dlist" > > Naturally we have rebuilt all ports and rebuilt (just to be sure) all ports > that bacula depends on. Is this a bug in beta3 or something we are doing > wrong? > Hi. Quoting Ken Smith: "There was a shared library version bump after BETA2 was announced (bump was done July 19th with svn commit r195767) so if you update a system that was last rebuilt earlier than that it would be a good idea to rebuild all user-level applications including the ports/packages." You definitely need to rebuild all installed packages. -- wbr, pluknet