Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2002 23:10:18 -0800 (PST)
From:      Murray Stokely <murray@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/36836: "make package-depends" fails with "argument list too long" (bsd.port.mk)
Message-ID:  <200204070710.g377AIH02363@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         36836
>Category:       ports
>Synopsis:       "make package-depends" fails with "argument list too long" (bsd.port.mk)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 06 23:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Murray Stokely
>Release:        Any
>Organization:
FreeBSD Project
>Environment:
-CURRENT      
>Description:
bsd.port.mk uses the shell when it should be using xargs(1).
The long package dependency lists of gnome is too much for the shell
to handle.	
>How-To-Repeat:
cd /usr/ports/x11/gnome
make package-depends

or

sh /usr/src/release/scripts/print-cdrom-packages.sh 1
>Fix:
      
Use xargs, or document the kernel tweak necessary to make this work.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204070710.g377AIH02363>