From owner-freebsd-arm@FreeBSD.ORG Tue Apr 23 04:09:07 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 580CAA1C for ; Tue, 23 Apr 2013 04:09:07 +0000 (UTC) (envelope-from tvijlbrief@gmail.com) Received: from mail-ia0-x234.google.com (mail-ia0-x234.google.com [IPv6:2607:f8b0:4001:c02::234]) by mx1.freebsd.org (Postfix) with ESMTP id 315FA16D9 for ; Tue, 23 Apr 2013 04:09:07 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t29so168792iag.25 for ; Mon, 22 Apr 2013 21:09:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=I+UKmT8LvuQ4duOllq91HmUQtP3VlUJm3X9StgLfPAw=; b=BuD8UavKUL0chlye050cMk60Yfd0RCHo3UMJBe5bFGLAUWISNRNkbw7kWIYgr0vdwG ndT2A/9y2DCK+FN0rsvqI5hE3cRDsvANhyvvNyzV1WXQfcr8bPhUv47AbN0JZOM6Iq9x Qgs3jvVWt49j3E/V8VMliSxlYXwnnqsu38ZBBLFDxAkrxdfC/gro6RiZ+D91HFVkrXWG ZQwWovxVdpW2X16vKa1n9e3tI5fk1JE5hzwO1zsxMyyXiJtvFc5u/zqnFDadgGg6Eu4h eEYcLWLOqjscKRLy2KUP0qhBMM6OW9bwxSyQ5+ZszQrOTVLgxMJrv5GPpih+rpcWxSmA QQtw== MIME-Version: 1.0 X-Received: by 10.43.146.3 with SMTP id jw3mr13087037icc.39.1366690146865; Mon, 22 Apr 2013 21:09:06 -0700 (PDT) Received: by 10.50.92.34 with HTTP; Mon, 22 Apr 2013 21:09:06 -0700 (PDT) Date: Tue, 23 Apr 2013 06:09:06 +0200 Message-ID: Subject: Native gcc build on RPI fails From: Tom Vijlbrief To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2013 04:09:07 -0000 gcc -O -pipe -I. -I/media/usb250/src/lib/libprocstat -D_KVM_VNODE -DLIBPROCSTA T_ZFS -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-p arameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -W char-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti on -Wno-pointer-sign -c /media/usb250/src/lib/libprocstat/core.c -o core.o^M /media/usb250/src/lib/libprocstat/core.c: In function 'procstat_core_get':^M /media/usb250/src/lib/libprocstat/core.c:165: error: 'NT_PROCSTAT_PROC' undeclar ed (first use in this function)^M ... /media/usb250/src/lib/libprocstat/core.c:199: error: 'NT_PROCSTAT_AUXV' undeclar ed (first use in this function)^M *** [core.o] Error code 1^M ^M Stop in /media/usb250/src/lib/libprocstat.^M *** [all] Error code 1^M ^M Stop in /media/usb250/src/lib.^M *** [lib__L] Error code 1^M ^M Stop in /media/usb250/src.^M *** [libraries] Error code 1^M ^M Stop in /media/usb250/src.^M *** [_libraries] Error code 1^M ^M Stop in /media/usb250/src.^M *** [buildworld] Error code 1^M ^M Stop in /media/usb250/src.^M Updating the SVN tree did not fix this. Any suggestions?