From owner-freebsd-current@freebsd.org Tue Mar 7 08:15:45 2017 Return-Path: Delivered-To: freebsd-current@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 1D4BAD018C7 for ; Tue, 7 Mar 2017 08:15:45 +0000 (UTC) (envelope-from roberfern@gmail.com) Received: from mail-io0-x22b.google.com (mail-io0-x22b.google.com [IPv6:2607:f8b0:4001:c06::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D89191797 for ; Tue, 7 Mar 2017 08:15:44 +0000 (UTC) (envelope-from roberfern@gmail.com) Received: by mail-io0-x22b.google.com with SMTP id z13so86550964iof.2 for ; Tue, 07 Mar 2017 00:15:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Qe9pB4Xx3lMEpatggbwDVjAs67WkyQd+H0CIBhBItwQ=; b=BcQrNEVCyVXA8fRLLUcJ473UpKlxtmL9GdsWFuJetg11wz00ybIPWiVQtEzCMlCrRk 6eeaxbaXkrkYSLH1VGEa7kg9Wo0k8AlkJ6C0TrB2MHr0j12w4hjs9tLs2h2p7rlL9bsC UnNl2Dha0EyBbdMYaDa6RJhzkmXJIAi4WnngdKnNakvlS0kEN2KD7A70Y8CW1GQHG2Up lqR4OYIWekCN5CtKU/iy/q9NqYCWX1Hu1Jn05b0HWQD/H4JkNjpG30p1zHPxW6xBpq4q Dwc7weB0pKyr05lH+/hI6vw4ZuPneVzVXKbJRUEaTFu9CWIycyNHNpy8S4xxyB+/RF+a dynw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Qe9pB4Xx3lMEpatggbwDVjAs67WkyQd+H0CIBhBItwQ=; b=E3TdfnG/0gVDVSA+N4L4os7u0QI05NtpHOwwOXZL6Z8by4eaynkhsBcx8cYNlF2loH Lp9AeviXrWmV3jh/JVsdKKljRzmfSP9FhnqOIauTsyRxhisEyi4vykXDEIwS/TfGM+La gJknOQnHSD1Df3Rs+PGsbrwQZRUUcIWgrTPr73lzKIfskWoO8veQjSiqohIMzCBLfYPp QcpB5l1eJs5aNGfZYj9PVgFLGyQOJePC4eVuN3QqyO2Xz8JS25dq8/tusozK4pQPXXwI BTyOslbGH6meCdyjJXmqBJs6uSHsdEfJ49xM6hqjk0XesluD8wUNaR117wGYCtVbpweT 0q/w== X-Gm-Message-State: AMke39m+nXBH1BCnbkxuHGX+HNX4YAjy8QqfRDh4VZEKZ79+r4/WEdzD45+VdOMno/+0j19+U7EWhyi++sowGA== X-Received: by 10.107.19.209 with SMTP id 78mr17869115iot.2.1488874544264; Tue, 07 Mar 2017 00:15:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.36.156.130 with HTTP; Tue, 7 Mar 2017 00:15:43 -0800 (PST) In-Reply-To: References: From: =?UTF-8?Q?Roberto_Fern=C3=A1ndez?= Date: Tue, 7 Mar 2017 09:15:43 +0100 Message-ID: Subject: Re: make.conf To: Roberto Rodriguez Jr Cc: FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2017 08:15:45 -0000 Good morning Roberto, It depends which architecture are you currently using. Ideally the tests should be run in each CPU type for each architecture and for each combination of options in the make.conf, src.conf and src-env.conf. That could last for ever. Feel free to test whatever you can. For instance, prepare your machine to run FreeBSD HEAD. I recommend to have ZFS in your hard drive and make snapshots before you install the new kernel and/or world. Then reinstall everything and check if it crash, this will be the "final user experience". If you want to run it on a external device (for instance, in a raspberry 3) you can prepare for each iteration a live USB live key to test if it breaks and then check it the hardware was recognized. In addition, you can run some benchmarks to test the performance of your machine. Was it helpful? With kind regards, Roberto Fernandez Cueto 2017-03-07 5:34 GMT+01:00 Roberto Rodriguez Jr : > Good evening gentlemen or good morning I would like to know what kind of > settings you would like us testers to have in our configuration. For > example I simply establish a CPU type just for basic assembly optimization > but what other settings would you recommend to set so that when we > recompile and build world we have the environment you would like us to > test. Where the definition of testing could be: we install packages and > execute X11 environment and try to connect to the internet and run all > kinds of different applications so that end users also can have the same > experience and understand that the system is cohesive. > ? > too much? > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >