From owner-freebsd-pkg@FreeBSD.ORG Tue Aug 20 09:48:27 2013 Return-Path: Delivered-To: pkg@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 ESMTP id 60207DF3 for ; Tue, 20 Aug 2013 09:48:27 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id B19712132 for ; Tue, 20 Aug 2013 09:48:26 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id E5143D1 for ; Tue, 20 Aug 2013 11:40:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08oGDPvfjNev for ; Tue, 20 Aug 2013 11:40:42 +0200 (CEST) Received: from [10.0.6.80] (unknown [212.69.68.42]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id A908C31 for ; Tue, 20 Aug 2013 11:40:42 +0200 (CEST) Message-ID: <521339DB.8080707@dat.pl> Date: Tue, 20 Aug 2013 11:41:47 +0200 From: Maciej Milewski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130806 Thunderbird/17.0.8 MIME-Version: 1.0 To: pkg@FreeBSD.org Subject: Problem with pkg-1.1.4 on MIPS Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Aug 2013 09:48:27 -0000 I'm trying to compile pkg on my RSPRO MIPS board and I stopped on: root@RSPRO:/usr/ports/ports-mgmt/pkg# make ===> Building for pkg-1.1.4_1 ===> external (all) ===> external/sqlite (all) Warning: Object directory not changed from original /data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4/external/sqlite ===> libpkg (all) Warning: Object directory not changed from original /data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4/libpkg cc -O -pipe -G0 -G0 -DDEFAULT_MIRROR_TYPE=1 -std=c99 -I/data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4/libpkg -I/data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4/libpkg/../external/sqlite -I/data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4/libpkg/../external/uthash -DPREFIX=\"/usr/local\" -std=gnu99 -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 -Wno-pointer-sign -c pkg_elf.c -o pkg_elf.o In file included from pkg_elf.c:54: private/elf_tables.h:62:1: error: "EF_MIPS_ABI" redefined In file included from /usr/include/sys/elf.h:37, from /usr/include/sys/link_elf.h:44, from /usr/include/link.h:33, from pkg_elf.c:44: /usr/include/machine/elf.h:282:1: error: this is the location of the previous definition *** [pkg_elf.o] Error code 1 make: stopped in /data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4/libpkg 1 error make: stopped in /data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4/libpkg ===> pkg (all) A failure has been detected in another branch of the parallel make make: stopped in /data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4/pkg ===> scripts (all) A failure has been detected in another branch of the parallel make make: stopped in /data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4/scripts ===> pkg-static (all) A failure has been detected in another branch of the parallel make make: stopped in /data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4/pkg-static ===> tests (all) A failure has been detected in another branch of the parallel make make: stopped in /data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4/tests *** [all] Error code 2 make: stopped in /data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4 1 error make: stopped in /data/builds/usr/ports/ports-mgmt/pkg/work/pkg-1.1.4 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/ports-mgmt/pkg *** Error code 1 Stop. make: stopped in /usr/ports/ports-mgmt/pkg root@RSPRO:/usr/ports/ports-mgmt/pkg# set | grep MAKE MAKE_JOBS_UNSAFE yes I'm trying to build that on -CURRENT r253582. Regards, Maciej Milewski -- Pozdrawiam, Maciej Milewski