From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 527421382F6 for ; Wed, 6 Jul 2016 14:17:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 950BF1412D; Wed, 6 Jul 2016 14:17:45 +0000 (UTC) Received: from mail-oi0-f47.google.com (mail-oi0-f47.google.com [209.85.218.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25DCD1412D for ; Wed, 6 Jul 2016 14:17:45 +0000 (UTC) Received: by mail-oi0-f47.google.com with SMTP id u201so271828558oie.0 for ; Wed, 06 Jul 2016 07:17:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=KT3Lo1HyLueImKJvT7ai5O6RZN2KfOdAo0oWiYc7+bo=; b=lyX2wNfIHKuCuhTD5jP6osFQSu9kBdmlbpOGP9xQXar0yPyh98s6xjGihiQ3jxntmW toUR7c/6MY5rOsHK7DpeyMaLAjl8nV6kcTJ/8zEwZhsx3NlUb07EL83+LV0JdODsnG3h hCSP6fVnDxWB3mO1EcRMC0faRQmFa1QQWrjmqhJD0lp1lUMajUm9xex2p4NojS/LpmCs 57gedX7hXOKvokVLEgSKf59T0lR3Re3TcIiVn7FLCeUSHmDJ+yRXphAMUev5AKTRXUSv bBCHdlJnsCI1Q5Kv/Wu+PR6mR0JiIX3fiaEmz6zEU6w12pn/fQZmrelJRhLli1BNk9yd pa/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=KT3Lo1HyLueImKJvT7ai5O6RZN2KfOdAo0oWiYc7+bo=; b=mQStZf1Wvo0A+XXyW80uWM3ke8rQk6fgOlYuqwWHnnDIG/3sKMWksVxnHOiti452BV JABgL4Uw+DlmJbt20NzPmjENS9S3LlZjJjf6wwILFzvAEoAIHBHQYW3jy/haQyKfvdNf uEDPMupkl1G5WK1S2WpqSjcQdm5WwPe3zRE30BSTreuL04NaaPnLCP1pAwFAcpO3lKYj wu0nmVlnBhBW+hm32NlujLzisjuyX9EKrJGo9xwoGvJBNe2qWna6EiFRhSxt0vPFjNJ3 9PJKEPlV2tqiEdC/fd0uEv9ZcXZqPaQ8YD8KXOzHGjdXcA9KovuOP6B5Ybe9t23Vm7nD Dq3w== X-Gm-Message-State: ALyK8tJ8+mrfh0KQUViJIUVaL05E3gK5K0xIGTQhgfn0rWNq2H0AMfG38kDOd3AuR49yGQxB1fsYv/z+9+B3HQ== X-Received: by 10.202.51.196 with SMTP id z187mr11918789oiz.154.1467814664344; Wed, 06 Jul 2016 07:17:44 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo musl list X-BeenThere: gentoo-musl@gentoo.org X-BeenThere: gentoo-musl@lists.gentoo.org MIME-Version: 1.0 Received: by 10.182.28.37 with HTTP; Wed, 6 Jul 2016 07:17:25 -0700 (PDT) In-Reply-To: <4fca2eeb-bfb4-e8cf-9db4-6517cedcfbba@gentoo.org> References: <4fca2eeb-bfb4-e8cf-9db4-6517cedcfbba@gentoo.org> From: Lei Zhang Date: Wed, 6 Jul 2016 22:17:25 +0800 Message-ID: Subject: [gentoo-musl] Re: [GSoC] native-clang: daily report 07/05 To: Luca Barbato Cc: soc-admins@gentoo.org, gentoo-musl@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 099b5230-effe-4cbd-a00c-0e7a5d5936ff X-Archives-Hash: db3afa9901b4379a7e604290072f7573 2016-07-06 20:00 GMT+08:00 Luca Barbato : > On 06/07/16 12:16, Lei Zhang wrote: >> Unfortunately some features I took for granted are also absent in >> version 3.8, e.g. using libc++ instead of libstdc++ as the default. If >> sticking with 3.8, I'd have to make patches for these features too :( >> >> Is it acceptable to build packages using under-development source? > > Making snapshots is totally fine. Ok, I see some scripts taking snapshots and ebuilds referring to "mirror://gentoo/${V}.*". If I get it right, the snapshots are stored on a server; then how do I upload my snapshots to the server? OTOH, there're some downstream patches for llvm-3.8. How should I deal with them? They probably can't be directly applied to the trunk version. Lei