From owner-freebsd-ports@freebsd.org Mon Mar 13 08:26:47 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E1B0D07A62 for ; Mon, 13 Mar 2017 08:26:47 +0000 (UTC) (envelope-from iku@yokattana.com) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 B80931DF7; Mon, 13 Mar 2017 08:26:46 +0000 (UTC) (envelope-from iku@yokattana.com) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 4B48F20597; Mon, 13 Mar 2017 04:26:39 -0400 (EDT) Received: from web1 ([10.202.2.211]) by compute6.internal (MEProxy); Mon, 13 Mar 2017 04:26:39 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=yokattana.com; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=+XjaKzgyk/pbRkvhJQjomOc/GzA=; b=gVg+I9L9PILISKuEgLrnn sfUtwB/Rjn859KqdwVkjIKpkuZvBacFGZ8v0GOhVb+305aSSq/r5TqWXNQJmE1vG Pogv8Y3zJDm8MrVkb3F0ajvCn0HaicNZfH0TLPFUCZsGzlAJcqNw7t1kSAiJiiBl 6eTIqO8pn9wyevUTKwsmbg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=smtpout; bh=+XjaKzgyk/pbRkvhJQjomOc/G zA=; b=E9VPTzy9cGnZYDXsX1vkuvsmzQq6XxRKBMLU5JxBP1ZoMDqv3T9+n/bEr /KVIMTVgw3CY1JEj5tdW3dqXHDjvw5OtX0NiP1bKAvGgWh6LF5tR8nhCisI8+JD1 NQadg1L+nJqac5bxMzGm7Bpzyyhnme7S0zANartngK1DVZVt50= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 275F1AA6DF; Mon, 13 Mar 2017 04:26:39 -0400 (EDT) Message-Id: <1489393599.1782127.909235440.73845B68@webmail.messagingengine.com> From: Sijmen Mulder To: freebsd-ports@freebsd.org, bapt@FreeBSD.org, linimon@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-9f47d516 Subject: sc-im marked broken on aarch64 Date: Mon, 13 Mar 2017 09:26:39 +0100 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2017 08:26:47 -0000 Hi all, sc-im was recently marked as BROKEN_aarch64: https://svnweb.freebsd.org/ports/head/math/sc-im/Makefile?r1=434438&r2=434754&pathrev=434754 I'm an occasional contributor to this project and a FreeBSD user so I thought I'd have a stab at it. Unfortunately, I couldn't reproduce the issue. Since I don't have any hardware in yet and couldn't quite figure out how to cross-compile ports, I've done the following: 1. Extract the FreeBSD 11.0 aarch64 base package to a directory 2. Set up a chroot in that directory and ran sh through qemu-aarch64-static 3. Build the port The build went fine and I could run the program. There's a GitHub issue open on this where I've attached the build log: https://github.com/andmarti1424/sc-im/issues/153 I'd be delighted if someone could help me reproduce the issue. I've taken the liberty to address package maintainer bapt and committer linimom directly; if this is not ok, or if this is the wrong list, please let me know. Thanks