From owner-freebsd-ports@freebsd.org Sat Jan 14 00:07:43 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 0980CCAE5E6 for ; Sat, 14 Jan 2017 00:07:43 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E09921AF2 for ; Sat, 14 Jan 2017 00:07:42 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: by mailman.ysv.freebsd.org (Postfix) id DD06BCAE5E2; Sat, 14 Jan 2017 00:07:42 +0000 (UTC) Delivered-To: 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 DC933CAE5E1; Sat, 14 Jan 2017 00:07:42 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::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 70D351AF1; Sat, 14 Jan 2017 00:07:42 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from amavis-ori.ijs.si (localhost [IPv6:::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.ijs.si (Postfix) with ESMTPS id 3v0fvZ4zWHz11x; Sat, 14 Jan 2017 01:07:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:organization:subject:subject:from:from :date:date:content-transfer-encoding:content-type:content-type :mime-version:received:received:received:received; s=jakla4; t= 1484352454; x=1486944455; bh=jzvzgQxbA+in1ugFP2kuc6yEFkitcHn8dWS Fsf1WGNU=; b=F2XIec2ALUpSb4xkKCuzCDsagK61aqqc+x1nRoRv6DusTGnD6k4 wopfvQ4vSqvtTNYu6fjdvU+jk1oSs5ZG12+awkrd0uwKyFRL26eV6PnX7qwn+mRv 6UYu5nveOP2FoJrXaBCwZs6EnpkGPGFs2V084UtZuhhVJquatf/gBaWI= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10026) with LMTP id TAVPuYA8mmvk; Sat, 14 Jan 2017 01:07:34 +0100 (CET) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP id 3v0fv20NQ0z11V; Sat, 14 Jan 2017 01:07:10 +0100 (CET) Received: from nabiralnik.ijs.si (nabiralnik.ijs.si [IPv6:2001:1470:ff80::80:16]) by mildred.ijs.si (Postfix) with ESMTP id 3v0fv16bQ5zcQ; Sat, 14 Jan 2017 01:07:09 +0100 (CET) Received: from upc.si.94.140.92.23.dc.cable.static.telemach.net ([94.140.92.23]) by webmail.ijs.si with HTTP (HTTP/1.1 POST); Sat, 14 Jan 2017 01:07:09 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 14 Jan 2017 01:07:09 +0100 From: Mark Martinec To: ports@freebsd.org, freebsd-stable@freebsd.org Subject: Does building linux packages under poudriere require linux compatibility emulation? Organization: Jozef Stefan Institute Message-ID: <82be98ff42ad41e6ba73927eb54ed2ce@ijs.si> X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.2.3 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: Sat, 14 Jan 2017 00:07:43 -0000 When building packages under poudriere on 11.0-RELEASE-p7 (from a command line in a terminal window) I'm noticing occasional streams of diagnostic: ELF binary type "3" not known. which seem to be related to building some linux packages (example below, parallel builds). Poudriere still reports success for these builds. The host where poudriere is running does not have linux.ko loaded. Does building such packages really require linuxilator configured on the build host ??? Mark [00:23:56] ====>> [02][00:00:00] Starting build of www/linux-c6-qt47-webkit [00:23:57] ====>> [13][00:00:00] Starting build of textproc/linux-c6-libxml2 ELF binary type "3" not known. ELF binary type "3" not known. [00:24:09] ====>> [19][00:00:28] Finished build of textproc/linux-c6-aspell: Success [00:24:11] ====>> [19][00:00:00] Starting build of devel/qt4-makeqpf [00:24:11] ====>> [11][00:00:24] Finished build of security/linux-c6-openssl-compat: Success ELF binary type "3" not known. ELF binary type "3" not known. ELF binary type "3" not known. ELF binary type "3" not known. ELF binary type "3" not known. [00:24:12] ====>> [11][00:00:00] Starting build of x11-toolkits/vte ELF binary type "3" not known. ELF binary type "3" not known. ELF binary type "3" not known. ELF binary type "3" not known. [00:24:16] ====>> [07][00:00:24] Finished build of graphics/linux-c6-glx-utils: Success ELF binary type "3" not known. ELF binary type "3" not known. ELF binary type "3" not known. [00:24:17] ====>> [07][00:00:00] Starting build of devel/qt4-qdoc3 ELF binary type "3" not known. ELF binary type "3" not known. [00:24:19] ====>> [13][00:00:22] Finished build of textproc/linux-c6-libxml2: Success [00:24:19] ====>> [13][00:00:00] Starting build of graphics/goocanvas [00:24:27] ====>> [10][00:02:26] Finished build of graphics/sdl_gfx: Success [00:24:29] ====>> [10][00:00:00] Starting build of multimedia/mjpegtools [00:24:34] ====>> [04][00:02:15] Finished build of devel/linux-c6-devtools: Success [00:24:35] ====>> [04][00:00:00] Starting build of devel/linux-c6-ncurses-base