From owner-freebsd-stable@FreeBSD.ORG Tue Dec 27 21:27:41 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40DE5106564A for ; Tue, 27 Dec 2011 21:27:41 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [IPv6:2001:470:1:117::25]) by mx1.freebsd.org (Postfix) with ESMTP id 22ADA8FC12 for ; Tue, 27 Dec 2011 21:27:41 +0000 (UTC) Received: from delta.delphij.net (drawbridge.ixsystems.com [206.40.55.65]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by anubis.delphij.net (Postfix) with ESMTPSA id DD7A414800; Tue, 27 Dec 2011 13:27:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=delphij.net; s=anubis; t=1325021261; bh=w+COL4QncjwJ35ELUvCVZByMRuDIT3mEe8fSOthDIYM=; h=Message-ID:Date:From:Reply-To:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=2qCz5LUof8Lmkqwz1uB80kzk0JXovgINoTZCOmTzGoiEjBGTj1pnTWWtmS2TDu7r1 B/7pgTA7QCOJmQ6uwO6fjlMpq5jiwK4hIj5XrjXrNl2PHHDdsClbcTF3s7td7oQyrq T81VovISx70R1qwolUrLJJXQL6YOULZ9nRSxMd4U= Message-ID: <4EFA384C.4040709@delphij.net> Date: Tue, 27 Dec 2011 13:27:40 -0800 From: Xin Li Organization: The FreeBSD Project MIME-Version: 1.0 To: Volodymyr Kostyrko References: <4EF88D7B.4040600@gmail.com> In-Reply-To: <4EF88D7B.4040600@gmail.com> X-Enigmail-Version: undefined Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: d@delphij.net, freebsd-stable@freebsd.org Subject: Re: minor regression after patching X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 21:27:41 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/26/11 07:06, Volodymyr Kostyrko wrote: > Hi all. > > Am I the only one seeing this on RELENG_9? > > ===> libexec/ftpd (all) clang -O2 -pipe -DSETPROCTITLE -DLOGIN_CAP > -DVIRTUAL_HOSTING -I/usr/src/libexec/ftpd -Dmain=ls_main > -I/usr/src/libexec/ftpd/../../bin/ls -DINET6 -DUSE_PAM -std=gnu99 > -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k > -Wno-uninitialized -Wno-pointer-sign -o ftpd ftpd.o ftpcmd.o > logwtmp.o popen.o ls.o cmp.o print.o util.o -lutil -lcrypt -lopie > -lmd -lm -lpam clang: warning: argument unused during compilation: > '-std=gnu99' ftpd.o: In function `pass': > /usr/src/libexec/ftpd/ftpd.c:(.text+0x2676): undefined reference > to `__FreeBSD_libc_enter_restricted_mode' clang: error: linker > command failed with exit code 1 (use -v to see invocation) *** > Error code 1 Ah sorry, you will need to do a 'make install' in /usr/src/include before rebuilding ftpd. Cheers, - -- Xin LI https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk76OEsACgkQOfuToMruuMASqACfdPe9HtXnYemRZgyd0tYDMiWX kwcAnA/ggg3Ed7yg1+PCXdvooR/TWLfL =vZeD -----END PGP SIGNATURE-----