Date: Sun, 9 Mar 2014 10:16:57 -0600 From: Tom Everett <tom@khubla.com> To: "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> Subject: problem compiling pkgng Message-ID: <CAB3ij4D%2BGPCYxVECE4Jtet3SQRXb4%2Bp3zGMUOS3U=ojH5xCFzw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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 -- A better world shall emerge based on faith and understanding - Douglas MacArthur
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAB3ij4D%2BGPCYxVECE4Jtet3SQRXb4%2Bp3zGMUOS3U=ojH5xCFzw>