From owner-freebsd-stable Sun Jun 30 16:37:13 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F28F837B400 for ; Sun, 30 Jun 2002 16:37:09 -0700 (PDT) Received: from smtp.noos.fr (descartes.noos.net [212.198.2.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1133043E13 for ; Sun, 30 Jun 2002 16:37:09 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 44492010 invoked by uid 0); 30 Jun 2002 23:37:07 -0000 Received: from unknown (HELO gits.gits.dyndns.org) ([212.198.229.153]) (envelope-sender ) by 212.198.2.74 (qmail-ldap-1.03) with SMTP for ; 30 Jun 2002 23:37:07 -0000 Received: from gits.gits.dyndns.org (6buqgnp58woai78s@localhost [127.0.0.1]) by gits.gits.dyndns.org (8.12.4/8.12.4) with ESMTP id g5UNb6tY052983 for ; Mon, 1 Jul 2002 01:37:06 +0200 (CEST) (envelope-from root@gits.dyndns.org) Received: (from root@localhost) by gits.gits.dyndns.org (8.12.4/8.12.4/Submit) id g5UNb4JX052982 for freebsd-stable@FreeBSD.org; Mon, 1 Jul 2002 01:37:04 +0200 (CEST) (envelope-from root) Date: Mon, 1 Jul 2002 01:37:03 +0200 From: Cyrille Lefevre To: freebsd stable Subject: xargs broken Message-ID: <20020630233703.GA52780@gits.dyndns.org> Mail-Followup-To: Cyrille Lefevre , freebsd stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i Organization: ACME X-Face: V|+c;4!|B?E%BE^{E6);aI.[< List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, xargs seems to be broken right now... could someone reproduce the following sequence ? # uname -a FreeBSD gits 4.6-STABLE FreeBSD 4.6-STABLE #15: Sun Jun 23 06:31:23 CEST 2002 root@gits:/disk2/freebsd/src/sys/compile/CUSTOM i386 # ident /usr/bin/xargs /usr/bin/xargs: $FreeBSD: src/usr.bin/xargs/xargs.c,v 1.9.2.3 2002/06/17 04:44:46 jmallett Exp $ $FreeBSD: src/usr.bin/xargs/strnsubst.c,v 1.5.2.1 2002/06/17 04:44:46 jmallett Exp $ # cd /home/ncvs # find ports -type d | grep -v Attic | sort -u > /tmp/p # cd /usr # xargs ls -d < /tmp/p xargs: ls: Argument list too long # gxargs ls -d < /tmp/p (using gnu xargs from findutils port) ports ports/Mk ports/Templates ports/Tools ... Cyrille. -- Cyrille Lefevre mailto:cyrille.lefevre@laposte.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message