From owner-freebsd-chromium@FreeBSD.ORG Tue Aug 5 09:02:26 2014 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA40D6F4 for ; Tue, 5 Aug 2014 09:02:26 +0000 (UTC) Received: from slave1.cbt-l.de (slave1.cbt-l.de [178.77.79.191]) by mx1.freebsd.org (Postfix) with ESMTP id 54D5C27F2 for ; Tue, 5 Aug 2014 09:02:26 +0000 (UTC) Received: from localhost (slave1.cbt-l.de [127.0.0.1]) by slave1.cbt-l.de (Postfix) with ESMTP id 6B1D115F005E for ; Tue, 5 Aug 2014 10:54:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at slave1.cbt-l.de Received: from slave1.cbt-l.de ([127.0.0.1]) by localhost (slave1.cbt-l.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xgewAnXZDDJa for ; Tue, 5 Aug 2014 10:54:39 +0200 (CEST) Received: from mail.cbt-l.de (mail.cbt-l.de [212.185.49.146]) by slave1.cbt-l.de (Postfix) with ESMTP id 735CB15F004D for ; Tue, 5 Aug 2014 10:54:38 +0200 (CEST) Received: (qmail 18589 invoked by uid 1009); 5 Aug 2014 08:54:37 -0000 Received: from 192.168.40.46 by mail.cbt-l.de (envelope-from , uid 1008) with qmail-scanner-1.25-st-qms (clamdscan: ClamAV 0.98.1/19236. spamassassin: 3.3.0. perlscan: 1.25-st-qms. Clear:RC:1(192.168.40.46):. Processed in 0.089909 secs); 05 Aug 2014 08:54:37 -0000 X-Antivirus-CBTL-Mail-From: wolfgang.riegler@gmx.de via mail.cbt-l.de X-Antivirus-CBTL: 1.25-st-qms (Clear:RC:1(192.168.40.46):. Processed in 0.089909 secs Process 18550) Received: from unknown (HELO wolfgang.localnet) (w.riegler@cbt-l.de@192.168.40.46) by mail.cbt-l.de with SMTP; 5 Aug 2014 08:54:37 -0000 From: Wolfgang Riegler To: chromium@freebsd.org Subject: building chromium with poudriere fails Date: Tue, 05 Aug 2014 10:54:37 +0200 Message-ID: <2021179.rt1tyJnV7R@wolfgang> User-Agent: KMail/4.13.1 (Linux/3.15.0-pf4-sepp1; KDE/4.13.1; x86_64; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7Bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2014 09:02:26 -0000 Hi, building chromium with poudriere fails with: ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770. The complete log is attached. kind regards Wolfgang