From owner-freebsd-arm@FreeBSD.ORG Wed Jun 5 07:04:59 2013 Return-Path: Delivered-To: freebsd-arm@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 776BFDC5 for ; Wed, 5 Jun 2013 07:04:59 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 401631801 for ; Wed, 5 Jun 2013 07:04:59 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id m16so724791qcq.33 for ; Wed, 05 Jun 2013 00:04:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=6hYcdPTLFvz1Dr3+UzIPGWClsFtJDkR5bk4DIiCTE48=; b=DJJuouUm6Ips8bS3FFKideLqQgg4cUPAKEOBBgz8hjb67RtlpnKdlBVCfACedLxt2e a230BPwKA2WXi2u4PgIQ6H9G8M5EBhH2ZTCvcPVrXMAuj5ZsGEm2MtNgeB8dMgI759R2 L6GzGcsnp+Mx7CupQLJUAnHwI+IJBY4aFZ9ueZAa1yWw0SJBB++Np494RoW/vg/F9+PN bdZTFtD+fCjF3K28C4hPWdxX427edWgM3WIKU1HKPrnDk+JnLKd6vij3MEl8EI9o2C/0 YcxG7QSuRjaQMG21RoiK7KXCi8XhIyZU37YLDWWr6sBHWhWEGVrtt7slCCB8Mvj+6l61 gZ1A== MIME-Version: 1.0 X-Received: by 10.49.132.106 with SMTP id ot10mr31282190qeb.51.1370415898553; Wed, 05 Jun 2013 00:04:58 -0700 (PDT) Received: by 10.49.83.8 with HTTP; Wed, 5 Jun 2013 00:04:58 -0700 (PDT) Date: Wed, 5 Jun 2013 15:04:58 +0800 Message-ID: Subject: Unable to build 10-CURRENT for Raspi From: Alie Tan To: "freebsd-arm@freebsd.org" X-Gm-Message-State: ALoCoQm6LW17wyE0aiEVyClMg7MDBhk/75eeUxXgFAxMXwoZLETF+ygeEgseX5IuhSkF6KkDnorn 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: Wed, 05 Jun 2013 07:04:59 -0000 This issue happens today only after i update my src, not sure why: cc -fpic -DPIC -O -pipe -I/usr/src/cddl/lib/libavl/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/lib/libavl/../../../sys/cddl/contrib/opensolaris/uts/common -DNEED_SOLARIS_BOOLEAN -O2 -fno-strict-aliasing -funroll-loops -pipe -std=gnu89 -Qunused-arguments -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Wno-unknown-pragmas -c /usr/src/cddl/lib/libavl/../../../sys/cddl/contrib/opensolaris/common/avl/avl.c -o avl.So building shared library libavl.so.2 /usr/obj/arm.armv6/usr/src/tmp/usr/bin/ld: cannot find -lgcc_s cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make: stopped in /usr/src/cddl/lib/libavl *** Error code 1 Stop. make: stopped in /usr/src/cddl/lib ===> cddl/lib/libavl (install) sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libavl.a /usr/obj/arm.armv6/usr/src/tmp/usr/lib sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libavl.so.2 /usr/obj/arm.armv6/usr/src/tmp/lib install: libavl.so.2: No such file or directory *** Error code 71 Stop. make: stopped in /usr/src/cddl/lib/libavl *** Error code 1 Stop. make: stopped in /usr/src/cddl/lib *** Error code 1 Stop. make: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src *** [buildworld] Error code 1 Stop in /usr/src.