From owner-freebsd-arm@freebsd.org Sun Mar 12 17:05:57 2017 Return-Path: Delivered-To: freebsd-arm@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 18E82D09E8D for ; Sun, 12 Mar 2017 17:05:57 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-qk0-x22a.google.com (mail-qk0-x22a.google.com [IPv6:2607:f8b0:400d:c09::22a]) (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 CB8CD1E97 for ; Sun, 12 Mar 2017 17:05:56 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by mail-qk0-x22a.google.com with SMTP id v125so204343369qkh.2 for ; Sun, 12 Mar 2017 10:05:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=OqmfSZtP9CC0WsyDlDyz3ya3NAf5Wd8/LoIuAkFbXak=; b=cBs55nGudc5Cc9fSDg+mN+SKDLhbb4ChEncmRK5QW2dd73i0PDmdL+X1XZo9IyELKL RtdHHaioPmYuz85N7QKw45f4C2oweJ3NoJVhECQMKvSnQ/aS2+le/y+8kNdvKnI8ZWLB I5CyZrD7Kue5k9UbGFRMI4DiRxUtbFLVOUFNY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=OqmfSZtP9CC0WsyDlDyz3ya3NAf5Wd8/LoIuAkFbXak=; b=dPM4+2UUXtTDT/ypq3lUVMMZ14ZAKCpKV+OM4WbRtyHpUlJTqFY1VeYXwLN+LOqepj i49YwA5QDUU03y/7vnrTKVirtaHRkJdVh49UHYTAM7FBfFC9jLivTRA6hJIrp/Cz5n0+ 2g8gI4Usp8eU6DTPObcC/aQc+y4+Kf+7zpF35u9AQqFuh+jeBMQFThWlffzPXDYx6HEc CUlID3Z+4JfBhchfZ9hTgz6LkTnOxybd37giZ3pM3kUDJfodDYks9NHQagiK4Xh92ZIc fj/6jSINnBf83WF+kOC/8xAuqZNPEypzH3u/Ezvw5xyABBqpuUDahapp3koXdG0eJJNe qsag== X-Gm-Message-State: AMke39lUkOJTUmiCzQm3PkWFnZNS67jqQQWHldKMbXq3MSmISd2K4aS5zZ8y50KE0wStoA== X-Received: by 10.55.114.194 with SMTP id n185mr30529680qkc.257.1489338355124; Sun, 12 Mar 2017 10:05:55 -0700 (PDT) Received: from [10.8.3.83] ([177.20.130.8]) by smtp.googlemail.com with ESMTPSA id q15sm10572375qtc.1.2017.03.12.10.05.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Mar 2017 10:05:54 -0700 (PDT) Subject: Re: FreeBSD on Pine64 experience To: freebsd-arm@freebsd.org References: <20170220124619.7f04ad6a@zeta.dino.sk> <20170224182831.76c15809@zeta.dino.sk> <20170312174353.13e1110d@zeta.dino.sk> From: =?UTF-8?B?T3RhY8OtbGlv?= Message-ID: Date: Sun, 12 Mar 2017 14:05:41 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170312174353.13e1110d@zeta.dino.sk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2017 17:05:57 -0000 Em 12/03/2017 13:43, Milan Obuch escreveu: > [ snip ] > >>> Originally it was 12.0-CURRENT # - does anybody >>> know where this revision number is being lost? Could it be somehow >>> caused by fact my src tree was 'svn checkout'ed on another machine >>> (i386)? >>> >> Well, I can not verify my theory - I am not able to do svn checkout >> into nfs mounted directory from arm64 and armv6 systems (nfsd runs on >> i386 system). Maybe it just could not work this way... >> > This problem is solved, discussion was on hackers mailing list, > basically mount option nolockd was the clue. However, on Pine64, I am > getting now occasional errors > > pid 12421 (sh), uid 0, was killed: text file modification > > preventing me to rebuild some port or source if tree is mounted over > nfs. I remember mentioning on some mailing list it could be related to > nfs, today I decide to use HDD attached via USB for ports tree and no > error occured. So this definitely means there is something in nfs code, > probably arm64 specific as I did not see something like this on arm > system, which causes this error. > > I will try to do another full rebuild with /usr/src and /usr/obj > located on local USB attached HDD to see if there is any difference. My > svn revision is r314342 currently, there is some discrepancy now > however, as I have kernel slightly newer than world. > > Another note - I upgraded misc/mc port today, and I see something > strange. See: > > # pkg check -d -a > Checking all packages: 100% > mc is missing a required shared library: libglib-2.0.so.0 > mc is missing a required shared library: libssh2.so.1 > mc is missing a required shared library: libintl.so.8 > # ldd /usr/local/bin/mc > /usr/local/bin/mc: > libncursesw.so.8 => /lib/libncursesw.so.8 (0x4011c000) > libssh2.so.1 => /usr/local/lib/libssh2.so.1 (0x4017c000) > libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x401b1000) > libintl.so.8 => /usr/local/lib/libintl.so.8 (0x402b1000) > libc.so.7 => /lib/libc.so.7 (0x402ca000) > libz.so.6 => /lib/libz.so.6 (0x40452000) > libssl.so.8 => /usr/lib/libssl.so.8 (0x40477000) > libcrypto.so.8 => /lib/libcrypto.so.8 (0x404ea000) > libiconv.so.2 => /usr/local/lib/libiconv.so.2 (0x406ba000) > libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x407c2000) > libthr.so.3 => /lib/libthr.so.3 (0x4084e000) > # ll /usr/local/lib/libglib-2.0.so.0 > lrwxr-xr-x 1 root wheel 23 Feb 17 20:13 /usr/local/lib/libglib-2.0.so.0@ -> libglib-2.0.so.0.4600.2 > # ll /usr/local/lib/libintl.so.8 > lrwxr-xr-x 1 root wheel 16 Feb 17 00:00 /usr/local/lib/libintl.so.8@ -> libintl.so.8.1.5 > # ll /usr/local/lib/libssh2.so.1 > lrwxr-xr-x 1 root wheel 16 Feb 17 20:28 /usr/local/lib/libssh2.so.1@ -> libssh2.so.1.0.1 > > And mc seems to be just working... rebuilding misc/mc does not change > the situation. > > Regards, > Milan > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" I faced this same problem about "text file modification" on a RPI3 take a look: https://lists.freebsd.org/pipermail/freebsd-arm/2017-March/015789.html []'s -Otacilio