From owner-freebsd-mips@FreeBSD.ORG Tue Nov 18 22:45:15 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23F54915 for ; Tue, 18 Nov 2014 22:45:15 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 036ABEA0 for ; Tue, 18 Nov 2014 22:45:14 +0000 (UTC) Received: from [192.168.200.212] (unknown [50.136.155.142]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 22B6C193964 for ; Tue, 18 Nov 2014 22:45:13 +0000 (UTC) Subject: Compiling ports, mips64 From: Sean Bruno Reply-To: sbruno@freebsd.org To: freebsd-mips@freebsd.org Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-4bZ+kk08DzjBkNJPU/AW" Date: Tue, 18 Nov 2014 14:45:11 -0800 Message-ID: <1416350711.1248.56.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 22:45:15 -0000 --=-4bZ+kk08DzjBkNJPU/AW Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable http://dpaste.com/1CSHMDR I've tried with both gcc and clang+small hack and I keep getting stopped here while building ports. --- pkg_config.h --- =3D=3D=3D> Staging for pkg-1.3.8_3 =3D=3D=3D> Generating temporary packing list if test -z 'strip'; then /nxb-bin/usr/bin/make INSTALL_PROGRAM=3D"/bin/sh= /usr/ports/ports-mgmt/pkg/work/pkg-1.3.8/install-sh -c -s" install_sh_PRO= GRAM=3D"/bin/sh /usr/ports/ports-mgmt/pkg/work/pkg-1.3.8/install-sh -c -s" = INSTALL_STRIP_FLAG=3D-s install; else /nxb-bin/usr/bin/make INSTALL_PRO= GRAM=3D"/bin/sh /usr/ports/ports-mgmt/pkg/work/pkg-1.3.8/install-sh -c -s" = install_sh_PROGRAM=3D"/bin/sh /usr/ports/ports-mgmt/pkg/work/pkg-1.3.8/ins= tall-sh -c -s" INSTALL_STRIP_FLAG=3D-s "INSTALL_PROGRAM_ENV=3DSTRIPPROG=3D= 'strip'" install; fi Making install in external /nxb-bin/usr/bin/make install-am Making install in libpkg Making install in repo Making install in binary Making install in . /bin/mkdir -p '/usr/ports/ports-mgmt/pkg/work/stage/usr/local/lib' /bin/sh ../libtool --mode=3Dinstall /usr/bin/install -c -o root -g wheel= -s libpkg.la libpkg_static.la '/usr/ports/ports-mgmt/pkg/work/stage/usr/l= ocal/lib' libtool: install: /usr/bin/install -c -o root -g wheel .libs/libpkg.so.3.0.= 0 /usr/ports/ports-mgmt/pkg/work/stage/usr/local/lib/libpkg.so.3.0.0 libtool: install: strip --strip-unneeded /usr/ports/ports-mgmt/pkg/work/sta= ge/usr/local/lib/libpkg.so.3.0.0 libtool: install: (cd /usr/ports/ports-mgmt/pkg/work/stage/usr/local/lib &&= { ln -s -f libpkg.so.3.0.0 libpkg.so.3 || { rm -f libpkg.so.3 && ln -s lib= pkg.so.3.0.0 libpkg.so.3; }; }) libtool: install: (cd /usr/ports/ports-mgmt/pkg/work/stage/usr/local/lib &&= { ln -s -f libpkg.so.3.0.0 libpkg.so || { rm -f libpkg.so && ln -s libpkg.= so.3.0.0 libpkg.so; }; }) libtool: install: /usr/bin/install -c -o root -g wheel .libs/libpkg.lai /us= r/ports/ports-mgmt/pkg/work/stage/usr/local/lib/libpkg.la libtool: install: /usr/bin/install -c -o root -g wheel .libs/libpkg_static.= lai /usr/ports/ports-mgmt/pkg/work/stage/usr/local/lib/libpkg_static.la libtool: install: /usr/bin/install -c -o root -g wheel .libs/libpkg_static.= a /usr/ports/ports-mgmt/pkg/work/stage/usr/local/lib/libpkg_static.a libtool: install: strip --strip-debug /usr/ports/ports-mgmt/pkg/work/stage/= usr/local/lib/libpkg_static.a libtool: install: chmod 644 /usr/ports/ports-mgmt/pkg/work/stage/usr/local/= lib/libpkg_static.a libtool: install: ranlib /usr/ports/ports-mgmt/pkg/work/stage/usr/local/lib= /libpkg_static.a ranlib: fatal: Invalid filename *** Error code 70 Stop. make[6]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.3.8/libpkg *** Error code 1 Stop. make[5]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.3.8/libpkg *** Error code 1 Stop. make[4]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.3.8/libpkg *** Error code 1 Stop. make[3]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.3.8 *** Error code 1 Stop. make[2]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.3.8 *** Error code 1 Stop. make[1]: stopped in /usr/ports/ports-mgmt/pkg *** Error code 1 Stop. make: stopped in /usr/ports/ports-mgmt/pkg --=-4bZ+kk08DzjBkNJPU/AW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAABCgBmBQJUa8v3XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kP40IAJqU9p7R1DlTmAltdSfG+JaY EfvOsb1B220tHOmsQuJTH6jEsFyjQZoBA5CDxCQBZxV8jHrecIbnUv5mb0UA5yYC Jbg4udAHxu5GxQWPm8CgCZqpkasTmyQjWR90KrKVDj5K7uiX6vFzYHMoROSg7OFl AB+VaJhuq/Yk4OzSdUZfTibfqOZw7SbODsb2o4XL+nkO/KN2nvqXVr9mC0Y3PqXK hU8K0oh1e0Sf4GqaX15c/fHX58M2MkuUrTjesDORtTluWUKtcXzM1qXMzwxW/YmJ R9QAJNNkaNPGfiQ3OB9bR358btpMcQ7s4xg3AZSfCwldqz3rbWyKjLhsYC4gdnw= =MoKa -----END PGP SIGNATURE----- --=-4bZ+kk08DzjBkNJPU/AW--