From owner-freebsd-stable@FreeBSD.ORG Mon Dec 26 15:06:40 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 A4361106564A for ; Mon, 26 Dec 2011 15:06:40 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 391578FC14 for ; Mon, 26 Dec 2011 15:06:39 +0000 (UTC) Received: by eekc50 with SMTP id c50so13213120eek.13 for ; Mon, 26 Dec 2011 07:06:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=lDdym1IACW0e8erOWLqtABxKRnYFT7fzwVSpaP1SKCA=; b=F8ijw/ZL/NvE5+/CRm4O37IITKS+v52ISQ5GIB+KrVV8Z0g0OWqu7BUC40X3vvAICD LRinbDTBsJjKdpam/wM/tyw+aVb6rYFLoITiKm8aWCE/1pokFqGVVG2wwQH1fgQx+bhk 4vRjdtq7NNUkxyuieIXe8Ho/ClfFmectNlDN0= Received: by 10.213.22.207 with SMTP id o15mr7712179ebb.124.1324911998889; Mon, 26 Dec 2011 07:06:38 -0800 (PST) Received: from green.tandem.local (utwig.xim.bz. [91.216.237.46]) by mx.google.com with ESMTPS id t1sm92984414eeb.3.2011.12.26.07.06.36 (version=SSLv3 cipher=OTHER); Mon, 26 Dec 2011 07:06:37 -0800 (PST) Message-ID: <4EF88D7B.4040600@gmail.com> Date: Mon, 26 Dec 2011 17:06:35 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111223 Thunderbird/9.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: minor regression after patching X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2011 15:06:40 -0000 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 -- Sphinx of black quartz judge my vow.