X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id C8C7EDC08F8 for ; Sun, 31 Jan 2016 02:45:45 +0000 (UTC) Received: from mail-pf0-f181.google.com (mail-pf0-f181.google.com [209.85.192.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id ED57FDC0100 for ; Sun, 31 Jan 2016 02:45:44 +0000 (UTC) Received: by mail-pf0-f181.google.com with SMTP id o185so58798283pfb.1 for ; Sat, 30 Jan 2016 18:45:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=bCkn1LNq7hDvHiKY7TA9v6eJhLLoxKOKZMcazQ/GseU=; b=D5KjbqRf7nm377e3i0ZC1drMNIs6hRZOPQT1Khj6bxg6T9A8G7bBqI9na0mrJUZC60 XI7SzpLCre3/22rYnNW88YaowNwjnzNdjuBB0UFE0sCZzIGx5HV/u0QnL10wAtqQag2R SNbUmOjcfhBKtGE4zvROuMzvAoVnfCdrV3hUDhWgSncrf/xW21ApxNUR4YoA3VCPWQca isjXze1gNG0IB4ibEoYR7QRgajwvrX8W11FteD7r5iCxX/o7cf9oV4+3WDs1rs6q0cqj YIDkdG7nU+QOYcENYFjEgrXp3dQbX0E0m/OWUutkuUwYr5m44wPgwTne13pS0DBtAT0y 31JQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=bCkn1LNq7hDvHiKY7TA9v6eJhLLoxKOKZMcazQ/GseU=; b=mWyiYv3qYomT8qSi4FAU+PoTaDtIuIIfHq+tWSExAh90QIL9uq2Wj0Vxt8qAIE70iA Nf3vFolrmECbKAZiTO2C3ORwiWMQH7STh+8UYGCehg8FayFUfqxFU+pwRZgnRiUDK3sR 6Odzv4vQh8yrQqKy80n8XJXhhLbcjMi5+Lr0TufWaZ2h+Uk+Gj2ZSTSBRR1b0AfAEdbE hZVVIzTyrZz8XRAU8/5GCzRWVDhaM6TgeaM+EAa9FVgnSDkaUOQuudAFxMedyMFaAtre 2UywDGrjBbGHuL97iPPHtEFJHwSTYDwnVNUXhrDHuhbjb7didRAYve8CDxzHRUL6vrID vPDw== X-Gm-Message-State: AG10YOQUsfOSB8VGR/GPiqADngM75qqPeZdSlq9hGTN/u+Npr97K3UCN/AogSHLj4tVZ6Q== X-Received: by 10.98.79.156 with SMTP id f28mr26917303pfj.55.1454208343832; Sat, 30 Jan 2016 18:45:43 -0800 (PST) Received: from newbook ([50.0.225.136]) by smtp.gmail.com with ESMTPSA id mj1sm33257698pab.34.2016.01.30.18.45.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 30 Jan 2016 18:45:43 -0800 (PST) Date: Sat, 30 Jan 2016 18:45:39 -0800 From: Isaac Dunham To: Paul Roland Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] bridge utils in Alpine Linux Message-ID: <20160131024538.GA2719@newbook> References: X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP On Sat, Jan 30, 2016 at 09:19:44PM +0000, Paul Roland wrote: > Hello, great Distro. > > I've found an small issue, maybe not an issue or I am doing something wrong. > Installed Alpine Linux latest as a small firewall, and I am using brctl > alot also having some scripts that rely on brctl showmacs command. > Now, brctl in Alpine Linux is provided by busybox. Issue with that brctl is > it's quite minimal and lacks showmacs command. > Bridge-utils package looks like a dummy package (provides no brctl) and the > source fails to compile to me because of musl. > Any ideas? Thank you Check alpine-aports, if you're too impatient to wait for the fix to get committed. It was failing to compile because of a few missing headers (missing sys/types.h and sys/time.h); I also corrected sys/fcntl.h and sys/errno.h to the POSIX fcntl.h and errno.h. HTH, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---