From owner-svn-src-all@FreeBSD.ORG Sun Jul 20 03:28:44 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6737692B for ; Sun, 20 Jul 2014 03:28:44 +0000 (UTC) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAA3B2A17 for ; Sun, 20 Jul 2014 03:28:43 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id v6so3674845lbi.11 for ; Sat, 19 Jul 2014 20:28:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=y8heppdZLvTyYt8ENQOO4NkYq7EOkydV1vD+FfrAuq8=; b=SOOcppPncUJXnn565dF6KHTcnil9mOAJQfguJRPn0obrsq2q1qta/XvvkbjWebrBVD 7zXOle0etj/TyhWtjeuPpPb6b8oaBvbx//iq0/OaK2DS1O1yy3f6w6uIiycCR21gbzXk XAnQySseHdpH8TzOTe0G4Fg769FKv5gnLxnRE71XB1KW9Z5T2FzrWnO69bnNW8Jxe71p AqAfMRPj066Pgt4CqovTJvAepC8sLvz/lkSub28vVtf/uZl3IUs+UpRsiKepT1O/ZmMt ANwldnis7IEBZA8Q25/4tHLK5qOCW0KGFLRQGvY3hKzK5UGWkfHeOTBIsnr2ZVjIrw9Q VPTA== X-Gm-Message-State: ALoCoQnnGPit1uzMLAtMY1PkCKMP9nJsWdfUS7/EH7rMfEB4XPG7haiR4ZmY05bXhxT5/FfGYT6q X-Received: by 10.112.84.199 with SMTP id b7mr14953226lbz.25.1405826915022; Sat, 19 Jul 2014 20:28:35 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id q8sm17658470lbr.28.2014.07.19.20.28.33 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 19 Jul 2014 20:28:34 -0700 (PDT) Message-ID: <53CB3760.5050008@freebsd.org> Date: Sun, 20 Jul 2014 07:28:32 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Baptiste Daroussin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r268896 - in stable/10: contrib/libucl contrib/libucl/cmake contrib/libucl/doc contrib/libucl/include contrib/libucl/src contrib/libucl/tests contrib/libucl/tests/basic contrib/libucl/t... References: <201407192344.s6JNiwhg052804@svn.freebsd.org> In-Reply-To: <201407192344.s6JNiwhg052804@svn.freebsd.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 20 Jul 2014 03:28:44 -0000 On 20.07.2014 3:44, Baptiste Daroussin wrote: > Adapt pkg(7) to the new libucl API There is no -lm added, as result: cc -O2 -pipe -march=core2 -I/usr/src/usr.sbin/pkg/../../contrib/libucl/include -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -L/usr/lib/private -rpath /usr/lib/private -o pkg pkg.o dns_utils.o config.o -larchive -lelf -lfetch -lucl -lsbuf -lssl -lcrypto /usr/lib/private/libucl.so: undefined reference to `remainder' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make: stopped in /usr/src/usr.sbin/pkg -- http://ache.vniz.net/