From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 10.46.22.1 with SMTP id w1mr508870ljd.18.1492537649579; Tue, 18 Apr 2017 10:47:29 -0700 (PDT) X-BeenThere: voidlinux@googlegroups.com Received: by 10.25.27.209 with SMTP id b200ls144649lfb.48.gmail; Tue, 18 Apr 2017 10:47:28 -0700 (PDT) X-Received: by 10.46.83.75 with SMTP id t11mr1346885ljd.26.1492537648684; Tue, 18 Apr 2017 10:47:28 -0700 (PDT) Return-Path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com. [74.125.82.52]) by gmr-mx.google.com with ESMTPS id t10si719734wmb.0.2017.04.18.10.47.28 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Apr 2017 10:47:28 -0700 (PDT) Received-SPF: pass (google.com: domain of chneuk...@gmail.com designates 74.125.82.52 as permitted sender) client-ip=74.125.82.52; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of chneuk...@gmail.com designates 74.125.82.52 as permitted sender) smtp.mailfrom=chneuk...@gmail.com Received: by mail-wm0-f52.google.com with SMTP id w64so62495389wma.0 for ; Tue, 18 Apr 2017 10:47:28 -0700 (PDT) X-Gm-Message-State: AN3rC/7zJVjNTSK3gkDqkG8dzhvY2BR7uAyLLiJy2A9w8dvw6Xmx9jy8 q/+k9d6GAheybw== X-Received: by 10.28.7.18 with SMTP id 18mr13771981wmh.80.1492537648404; Tue, 18 Apr 2017 10:47:28 -0700 (PDT) Return-Path: Received: from juno.home.vuxu.org ([2001:4ca0:0:f224:a288:b4ff:fea1:ce50]) by smtp.gmail.com with ESMTPSA id w52sm19609913wrc.14.2017.04.18.10.47.27 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 18 Apr 2017 10:47:27 -0700 (PDT) Received: from localhost (juno.home.vuxu.org [local]) by juno.home.vuxu.org (OpenSMTPD) with ESMTPA id 904fbb5d; Tue, 18 Apr 2017 17:47:26 +0000 (UTC) From: Leah Neukirchen To: "gabriel silveira \(aka Toca do Tux\)" Cc: voidlinux Subject: Re: curisiosities about Void References: <2c134216-6a5c-4c2a-aaab-6b1aaf253cbd@googlegroups.com> Date: Tue, 18 Apr 2017 19:47:26 +0200 In-Reply-To: <2c134216-6a5c-4c2a-aaab-6b1aaf253cbd@googlegroups.com> (gabriel silveira's message of "Tue, 18 Apr 2017 10:14:41 -0700 (PDT)") Message-ID: <87wpahehg1.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain "gabriel silveira (aka Toca do Tux)" writes: > Hi! > > My name is Gabriel and I'm the owner of Toca do Tux Youtube channel and > blog which I (also) already intervewed people like Rob Landley (from > Toybox), Rob Russel (from Oh My Zsh), Jonathan Blandford (From Red Hat and > Endless M), Jonathan Thomas (from Openshto) and many others: > > - *https://www.youtube.com/user/tocadotux > * > - *http://www.tocadotux.com.br/* > > Well, I've been using Void and I fell in love with it because of its use of > musl (and because I can use Zsh :) > I have two questions for my own use and for a future video I'm preparing to > promote Void: > > 1. About the build system. Void has its own build system. When it says > build system, does it mean like gnu make and Ninja build? Well, XBPS is a complicated bash script that tracks dependencies and builds the packages in order, so you could consider it a very specialized version of make. The packages itself are built with thatever upstream uses, so it will call make or ninja when compiling the programs. > 2. Repositories: Can we use both of them at the same time (I mean musl > repository and glibc repository at the same time)? No, this is not supported. It may work with static binaries (and explicit overriding when installing), but in general, glibc and musl have different ABI so libraries can't be mixed. > Hope to hear from you soon guys and thank you for the good work you have > made. I've been enjoing it a lot. Thanks, -- Leah Neukirchen http://leah.zone