From owner-freebsd-testing@FreeBSD.ORG Sun Mar 16 23:44:52 2014 Return-Path: Delivered-To: freebsd-testing@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 2CB92FD1; Sun, 16 Mar 2014 23:44:52 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90F2E241; Sun, 16 Mar 2014 23:44:51 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id hr14so1464431wib.3 for ; Sun, 16 Mar 2014 16:44:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=0jGISwrg+zzuPGzkLgPhetsSFV6MYw9N+/1pwhkz8C4=; b=I/oVZfLc31IpkyTrT5dX+p3+TyngzTBXQhUpG6i8RVaI/ddiAkQo/HHU963dxOpFY3 0f3xW4mY7YDKwBhlmVZ8VO2LILfEHU9inqmgWR74LLKqnM8IJ/ca6FUIXJD56JIzEygg OwExIPDn23rbNO4vfYD2iHVzyc+OLsrIgwM2llz/BHJtiUml61gxq0u193BZSjPOQ3Cc wripB5f6Ph02wEbz1GxE8r3DM622f30zy8Tdo0KBWkJpSa9Bl9ECDrkH51J8UUt1F3TP 666DztfjCTT8zfIlmuf+/JCK95Slx95vOvTUdvsmaxDjyQDh0wkFYWB/nuM/TcHknUsI c1DA== MIME-Version: 1.0 X-Received: by 10.194.92.147 with SMTP id cm19mr3415769wjb.37.1395013489951; Sun, 16 Mar 2014 16:44:49 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.194.168.130 with HTTP; Sun, 16 Mar 2014 16:44:49 -0700 (PDT) In-Reply-To: References: Date: Sun, 16 Mar 2014 17:44:49 -0600 X-Google-Sender-Auth: SZqxRTSLPGKKZtdi59P9J7pXUe8 Message-ID: Subject: Re: GSoC Idea: Working on modernizing the tests of ATF From: Alan Somers To: Anastasios Mag Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 23:44:52 -0000 On Sun, Mar 16, 2014 at 3:52 PM, Anastasios Mag wrote: > over here > > "For the impatient: > > > $ ./configure > $ make > $ make check > Gain root privileges > # make install > Drop root privileges > $ make installcheck > " > > when i run "./configure" nothing happens. There is only one file > related to configure named "configure.ac" but it isn't executable. Sounds like you checked out from git. You should only do that if you are developing on Kyua itself. If not, you can install Kyua from ports like Julio said. Failing that, you can install from one of the downloads on github. But if you really want to work on the head from git, read the INSTALL file. It will tell you to run "autoreconf -i -s" before "./configure". -Alan > > > > On Sun, Mar 16, 2014 at 2:39 AM, Julio Merino wrote: > >> On Sun, Mar 16, 2014 at 2:03 AM, Anastasios Mag >> wrote: >> > Hi Julio, currently i have a problem installing kyua. >> > In installation instructions it guides me to run "./configure" but >> > configure files aren't executable. >> > What to do ? >> >> What do you mean? Please paste the actual output of what you are seeing. >> >> Note that you can just use "pkg install kyua" to get kyua installed on >> your FreeBSD machine. No need to build from source if you don't want >> to! >> > > > > -- > Building the kernel...! > _______________________________________________ > freebsd-testing@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-testing > To unsubscribe, send any mail to "freebsd-testing-unsubscribe@freebsd.org"