From owner-freebsd-sparc64@freebsd.org Fri Mar 25 02:39:02 2016 Return-Path: Delivered-To: freebsd-sparc64@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 04231ADC48B for ; Fri, 25 Mar 2016 02:39:02 +0000 (UTC) (envelope-from shige@iee.niit.ac.jp) Received: from nolm01.iee.niit.ac.jp (nolm01.iee.niit.ac.jp [202.243.124.21]) by mx1.freebsd.org (Postfix) with ESMTP id ADC3F1CD6 for ; Fri, 25 Mar 2016 02:39:01 +0000 (UTC) (envelope-from shige@iee.niit.ac.jp) Received: from pc98tak.iee.niit.ac.jp (pc98tak.iee.niit.ac.jp [202.243.124.33]) by nolm01.iee.niit.ac.jp (8.15.2/8.15.2) with ESMTP id u2P2TVpA009418; Fri, 25 Mar 2016 11:29:31 +0900 (JST) Received: (from shige@localhost) by pc98tak.iee.niit.ac.jp (8.15.2/8.15.2/Submit) id u2P2TVLp003567; Fri, 25 Mar 2016 11:29:31 +0900 (JST) (envelope-from shige@iee.niit.ac.jp) Date: Fri, 25 Mar 2016 11:29:31 +0900 (JST) Message-Id: <201603250229.u2P2TVLp003567@pc98tak.iee.niit.ac.jp> X-Authentication-Warning: pc98tak.iee.niit.ac.jp: shige set sender to shige@iee.niit.ac.jp using -f From: Shigeharu TAKENO To: freebsd-sparc64@freebsd.org Subject: /usr/bin/sort may be incorrect User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 Emacs/20.7 (i386-unknown-freebsd10.2) MULE/4.0 (HANANOEN) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 02:39:02 -0000 shige 03/25 2016 ---------------- I am using FreeBSD/sparc64 (10.2) on Blade 150. I used "portupgrade -a", but build of some packages were failed. x11/scripts was not installed because the port shells/pdksh is marked as broken for FreeBSD/sparc64, and the compilation of x11-themes/fvwm-themes was failed. The failure for shells/pdksh is running sort command in siglist.sh script. The filter command "sort -k3n -k1n" outputs no line. I compared the sort command of FreeBSD/sparc64 and the one of FreeBSD/i386. command line "sort -k3n -k1n file" : FreeBSD/i386 : succeed (output sorted lines) FreeBSD/sparc64 : failed (output no line) command line "sort -k3n file" : FreeBSD/i386 : succeed (output sorted lines) FreeBSD/sparc64 : succeed (output sorted lines) The compilation x11-themes/fvwm-themes stop at the configure: configure: error: You have fvwm-2.6.5, which is not up to date You need at least fvwm-2.5.8 The above message is incorrect. The configure script of x11-themes/fvwm-themes also fails at running sort command: command line "( echo 2 5 8 ; echo 2 6 5 ) | sort -n +0 -1 +1 -2 +2 -3 -c" : FreeBSD/i386 : return status 0 FreeBSD/sparc64 : return status 255 I think the sort command of FreeBSD/sparc64 may be broken. +========================================================+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN shige@iee.niit.ac.jp TEL(&FAX): +81-257-22-8161 +========================================================+