From owner-svn-src-all@FreeBSD.ORG Wed May 8 23:25:49 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 64E1E658 for ; Wed, 8 May 2013 23:25:49 +0000 (UTC) (envelope-from peter@wemm.org) Received: from mail-ve0-x232.google.com (mail-ve0-x232.google.com [IPv6:2607:f8b0:400c:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 259AE272 for ; Wed, 8 May 2013 23:25:49 +0000 (UTC) Received: by mail-ve0-f178.google.com with SMTP id jy13so2354885veb.37 for ; Wed, 08 May 2013 16:25:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wemm.org; s=google; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=IPCHDNc8xScZ2x03hiJ4ZOcDDAKw0wbwMgcssciNqCo=; b=Bre2/7xLD/Wf54O+xW9RPJdOEGz0OQHZTaulVUlI/BnfZEwCgNkkOCA4cil+GKTbAO L+0YZ/aHeT+KWtF3vVxkDH1u90f7gMe4MjEuBq3vjoTqWRZuIBqizAY+RtO+BzOhEk5G U4GL49wjJL4hkNxcV2ElyZBNYy+3p4d1yjzp4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=IPCHDNc8xScZ2x03hiJ4ZOcDDAKw0wbwMgcssciNqCo=; b=DishDLnr9RWhc5tgohCqhQQjOiPHDfi0VmMI4tvJIqI98cuSiQJ7gzKRPQZbXq4D03 ReoaljE7S8QIK8ktNUTchPVbB+/krr+Akmen8auQwl9SeFAYXvfeGBgOh7j2/Yx842Xi hLBfpBWVPKukQexwbiJpb/J3s3iVZS/J8j8V9w6a3YaHJHYnI7Qwnr0nUZNkZWqdWrve pS9kCqLbbXFpGRmcF/7njugeH9ONyT0m9UAecCiXFiQ1i3oO0WZR95/mBMuvq5pJQlNW iX9xSWGLbxLYBAEZIa8WRuwlpUmzUmHr2P0HuC1RnJcjggPXUPlQbeifx5EV6D4tS48M q30g== MIME-Version: 1.0 X-Received: by 10.52.24.113 with SMTP id t17mr5354081vdf.30.1368055548642; Wed, 08 May 2013 16:25:48 -0700 (PDT) Received: by 10.220.197.66 with HTTP; Wed, 8 May 2013 16:25:48 -0700 (PDT) In-Reply-To: <201305082003.r48K3cYv062256@svn.freebsd.org> References: <201305082003.r48K3cYv062256@svn.freebsd.org> Date: Wed, 8 May 2013 16:25:48 -0700 Message-ID: Subject: Re: svn commit: r250379 - in head/usr.sbin/bsnmpd/modules: . snmp_hast From: Peter Wemm To: Mikolaj Golub Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQk6T4lG8c/Z+rOS2RjiPuS9Kkp1Jk8h4moFxzeFn3NIBE+GTCyL2+mBFxa+uIkoMxi1RWPK Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 23:25:49 -0000 On Wed, May 8, 2013 at 1:03 PM, Mikolaj Golub wrote: > Author: trociny > Date: Wed May 8 20:03:37 2013 > New Revision: 250379 > URL: http://svnweb.freebsd.org/changeset/base/250379 > > Log: > HAST module for bsnmpd(1). > > Reviewed by: harti, pjd > MFC after: 2 weeks This breaks world on just about everything other than i386, and it is technically broken there too but doesn't actually cause a build failure. You cannot link a .so file against a non-pic library, libl.a in this case. ===> usr.sbin/bsnmpd/modules/snmp_hast (all)^M /usr/obj/usr/src/tmp/usr/bin/ld: /usr/obj/usr/src/tmp/usr/lib/libl.a(libyywrap.o ): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC^M /usr/obj/usr/src/tmp/usr/lib/libl.a: could not read symbols: Bad value^M *** [snmp_hast.so.6] Error code 1^M -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI6FJV