Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2004 21:16:56 -0500 (EST)
From:      Dan Ponte <dcp1990@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        imachine@toya.net.pl
Subject:   ports/74752: make takes a little while before anything visible happens
Message-ID:  <200412060216.iB62Gu15040656@styx.cox.net>
Resent-Message-ID: <200412060220.iB62KS1F039091@freefall.freebsd.org>

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

>Number:         74752
>Category:       ports
>Synopsis:       make takes a little while before anything visible happens
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 06 02:20:28 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dan Ponte
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
Unix Users Anonymous
>Environment:
System: FreeBSD styx.cox.net 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Thu Dec 2 20:59:31 EST 2004 root@styx.cox.net:/usr/obj/usr/src/sys/STYX i386


	Using no cflags in make.conf. System is a p2/300 with 196MB ram.
>Description:
	When running make in a port directory to build a port, a lot of time (around 5-15 seconds) elapses before anything happens. This has been confirmed on both my p2/300 and someone's p3/733. This happens on many (possibly all) ports. Apparently it may have to do with portaudit. I upgraded portaudit to no avail. This seems to have started when I went to 5.3-RELEASE from 5.3-RC1.
>How-To-Repeat:
	Example...note that this is only one port exhibiting the problem.
	cd /usr/ports/net/ytalk
	make install distclean

	top shows the following:
34639 root           8    0   824K   648K wait     0:00 12.81%  1.22% make
34672 root          -8    0  5228K  1412K pipdwt   0:00  5.00%  0.24% bsdtar
34673 root           8    0  1604K   960K wait     0:00  1.00%  0.05% awk
34666 root          -8    0  1796K  1200K piperd   0:00  1.00%  0.05% sh
	ps axwww shows the following lines of interest:
34672  v0  S+     0:00.05 /usr/bin/tar -jxOf /var/db/portaudit/auditfile.tbz auditfile (bsdtar)
34673  v0  S+     0:00.08 /usr/bin/awk -F|   /^[^#]/ {  if (!system("/usr/local/sbin/pkg_version -T \\"ytalk-3.1.1_1\\" \\"" $1 "\\""))  print ">> " $3 ".\\n   Reference: <" $2 ">"  }  
34771  v0  R+     0:00.01 sh -c /usr/local/sbin/pkg_version -T "ytalk-3.1.1_1" "php5<=5.0.1"
>Fix:

	Not currently known.

>Release-Note:
>Audit-Trail:
>Unformatted:



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