From owner-freebsd-arm@FreeBSD.ORG Sun Mar 9 23:21:46 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0307281A for ; Sun, 9 Mar 2014 23:21:46 +0000 (UTC) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE2FA22F for ; Sun, 9 Mar 2014 23:21:45 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id uz6so6374483obc.27 for ; Sun, 09 Mar 2014 16:21:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=jaedlU9gF+buCceNBOQDVy827t4lNyAjL8/GOruDdbg=; b=S5bXLp4WghvTEwfG7p9BjK61lpLgRftmiTvfXopLGr5W9y0YCL4rjm8jTkVB7F5vET jYa765dBQLJEMvlFSPBV2HPO5uU4kb9QKEy+U3M2/d/oAmMgmD/SYC5awE26K70wsQa4 Q0IcWZvi6DO2Ms1O9yz0dyM2Ib1LxcAZ9vTl3U9XlJ+ORHsWq6ekqRUKUsZsOFzGeTT7 CCIT6vvtkhdBujj/oYheV2lMcovR/MDWVxx7XsvhhLSAFm5n1rzvjcBCtNWh+B6chx64 +S4oQcQoW7CWTeaE1R3J+P3YXqtvxA2ivk9HUv+36TZfEkaTe915tWcEfaSkK8033Fcx 0uCw== X-Gm-Message-State: ALoCoQmsE5ibcfHyEzQ+Pmrsm6joLV3A5u/WfmE6wmmqYJBXOLu4WzWYzBXnzpvMBx3c9iRW52GX MIME-Version: 1.0 X-Received: by 10.60.115.68 with SMTP id jm4mr3828624oeb.45.1394407303675; Sun, 09 Mar 2014 16:21:43 -0700 (PDT) Received: by 10.182.104.169 with HTTP; Sun, 9 Mar 2014 16:21:43 -0700 (PDT) In-Reply-To: <1394383937.1149.440.camel@revolution.hippie.lan> References: <1394383937.1149.440.camel@revolution.hippie.lan> Date: Sun, 9 Mar 2014 17:21:43 -0600 Message-ID: Subject: Re: problem compiling pkgng From: Tom Everett To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 23:21:46 -0000 After a reboot it did indeed continue on building. I'm building an image for 262958 now, and I'll try that once it's built. On Sun, Mar 9, 2014 at 10:52 AM, Ian Lepore wrote: > On Sun, 2014-03-09 at 10:16 -0600, Tom Everett wrote: > > Hello, I'm running into the below error compiling pkgng on wandboard. My > > source revision is r262932. > > > > root@wandboard:/usr/home/tom/pkg-1.1 # make > > > > make: "/usr/home/tom/pkg-1.1/Makefile" line 13: warning: Couldn't read > > shell's output for "( which atf-version ) 2>&1 || true" > > > > ===> external (all) > > > > ===> external/sqlite (all) > > > > Warning: Object directory not changed from original > > /usr/home/tom/pkg-1.1/external/sqlite > > > > ===> external/libyaml (all) > > > > Warning: Object directory not changed from original > > /usr/home/tom/pkg-1.1/external/libyaml > > > > ===> libpkg (all) > > > > Warning: Object directory not changed from original > > /usr/home/tom/pkg-1.1/libpkg > > > > ===> pkg (all) > > > > Warning: Object directory not changed from original > > /usr/home/tom/pkg-1.1/pkg > > > > ===> scripts (all) > > > > ===> scripts/periodic (all) > > > > ===> scripts/completion (all) > > > > ===> scripts/sbin (all) > > > > ===> pkg-static (all) > > > > Warning: Object directory not changed from original > > /usr/home/tom/pkg-1.1/pkg-static > > > > cc -O -pipe -I/usr/home/tom/pkg-1.1/pkg-static/../libpkg > > -I/usr/home/tom/pkg-1.1/pkg-static/../external/uthash -std=gnu99 > > -Qunused-arguments -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 -static -o pkg-static add.o annotate.o > audit.o > > autoremove.o backup.o check.o clean.o convert.o create.o delete.o event.o > > info.o install.o lock.o main.o plugins.o progressmeter.o query.o > register.o > > repo.o rquery.o update.o upgrade.o search.o set.o shlib.o updating.o > > utils.o version.o which.o fetch.o shell.o stats.o ssh.o > > -L/usr/home/tom/pkg-1.1/pkg-static/../libpkg -lpkg -larchive -lutil > > -lpthread -lsbuf -lfetch -lssl -lcrypto -lmd -lz -lbz2 -llzma > > -lbsdxml -L/usr/home/tom/pkg-1.1/pkg-static/../external/sqlite > > -L/usr/home/tom/pkg-1.1/pkg-static/../external/libyaml -lyaml -lsqlite3 > > -larchive -lsbuf -lfetch -lpthread -lelf -lssl -lcrypto -lmd -lz > > -lbz2 -llzma -ledit -lncursesw -ljail > > > > /usr/lib/libarchive.a: could not read symbols: Malformed archive > > > > cc: error: linker command failed with exit code 1 (use -v to see > invocation) > > > > *** Error code 1 > > > > > > Stop. > > > > make[1]: stopped in /usr/home/tom/pkg-1.1/pkg-static > > > > *** Error code 1 > > > > > > Stop. > > > > make: stopped in /usr/home/tom/pkg-1.1 > > If it's like the ports building problems I ran into last week, if you > reboot and build again it'll either work or die in a different place. I > don't really have even a theory yet on what could be wrong, but I've > been fixing everything I can find hoping that it'll just get better. > > I'm running out of things I know are a problem, so if it's not fixed by > all the changes between r262941-950 then I'll have to start hunting > specifically for this problem, which appears to be that sometimes data > read from sdcard is corrupted (but I've yet to see corruption get onto > the card, it seems to be during a read). > > Another problem I've run into in the past couple days is that event > timers just stop running. You see this is an apparent lockup of > anything periodic (such as a top display) or timeout-based, but you can > still enter commands and get responses. Doing "sysctl > kern.eventtimer.periodic=1" appears to work around it. > > -- Ian > > > -- A better world shall emerge based on faith and understanding - Douglas MacArthur