Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2008 05:53:04 GMT
From:      Tsung-Hsi Weng <chwong.bsd@cs.nctu.edu.tw>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/119994: procmail install fail while /tmp is a tmpfs
Message-ID:  <200801260553.m0Q5r4lI015202@www.freebsd.org>
Resent-Message-ID: <200801260600.m0Q604v0041799@freefall.freebsd.org>

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

>Number:         119994
>Category:       kern
>Synopsis:       procmail install fail while /tmp is a tmpfs
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 26 06:00:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Tsung-Hsi Weng
>Release:        FreeBSD 7.0-RC1
>Organization:
CS, NCTU, Taiwan, ROC
>Environment:
FreeBSD csmx2 7.0-RC1 FreeBSD 7.0-RC1 #0: Tue Jan 22 23:04:09 CST 2008     root@csmx2:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Recently, I installed FreeBSD 7.0-RC1 and mount a tmpfs on /tmp

while installing ports/mail/procmail, following errors occur:

===>  Building for procmail-3.22_6
/bin/sh ./initmake /bin/sh "/bin/sh" "/bin/rm -f" "mv -f" "ln"  "-lm -ldir -lx -lsocket -lnet -linet -lnsl_s -lnsl_i -lnsl -lsun  -lgen -lsockdns -ldl"  "/lib /usr/lib /usr/local/lib"  /dev/null "make" o  "cc" "" "-s " "procmail lockfile formail mailstat"  "procmail formail lockfile"  "procmailrc procmailsc procmailex" "src man"  "/usr/local/bin"  "strip"
cc seems to work fine, using that as the C-compiler
        ...scanning for 13 libraries...
        ...scanning for 12 libraries...
        ...scanning for 11 libraries...
        ...scanning for 10 libraries...
        ...scanning for 9 libraries...
        ...scanning for 8 libraries...
        ...scanning for 7 libraries...
        ...scanning for 6 libraries...
        ...scanning for 5 libraries...
        ...scanning for 4 libraries...
        ...scanning for 3 libraries...
        ...scanning for 2 libraries...
Added LDFLAGS= -lm -lc
make make all
cd src; make ../autoconf.h
cd ..; make make init
make make ../autoconf.h
cd ..; make make init
make: don't know how to make make. Stop
*** Error code 2

Stop in /tmp/WRKDIR/usr/ports/mail/procmail/work/procmail-3.22/src.
*** Error code 1

Stop in /tmp/WRKDIR/usr/ports/mail/procmail/work/procmail-3.22.
*** Error code 1

Stop in /tmp/WRKDIR/usr/ports/mail/procmail/work/procmail-3.22.
*** Error code 1

Stop in /usr/ports/mail/procmail.


After I umount the tmpfs, the installation success,
so I think this problem were brought from tmpfs.
>How-To-Repeat:
mount tmpfs on /tmp
cd /usr/ports/mail/procmail ; make
>Fix:


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



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