Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 17:14:14 GMT
From:      Trond Endrestøl <Trond.Endrestol@ximalas.info>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/178838: share/i18n/csmapper tries to use $DESTDIR/usr/bin/touch despite touch will first be installed at a later stage during make installworld
Message-ID:  <201305221714.r4MHEEj8093969@oldred.FreeBSD.org>
Resent-Message-ID: <201305221720.r4MHK2jX044340@freefall.freebsd.org>

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

>Number:         178838
>Category:       bin
>Synopsis:       share/i18n/csmapper tries to use $DESTDIR/usr/bin/touch despite touch will first be installed at a later stage during make installworld
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 22 17:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Trond Endrestøl
>Release:        10.0-CURRENT
>Organization:
Private
>Environment:
FreeBSD freebsd10.bsd.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r250739: Fri May 17 12:49:09 CEST 2013     root@freebsd10.bsd.net:/usr/obj/usr/src/sys/VBOX  amd64
>Description:
share/i18n/csmapper tries to use $DESTDIR/usr/bin/touch despite touch will first be installed at a later stage during make installworld:

===> share/i18n (install)
===> share/i18n/csmapper (install)
touch mapper.dir
make: exec(touch) failed (No such file or directory)
*** Error code 1

Stop.
make: stopped in /usr/src/share/i18n/csmapper
*** Error code 1

Stop.
make: stopped in /usr/src/share/i18n
*** Error code 1

Stop.
make: stopped in /usr/src/share
*** Error code 1

Stop.
make: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

Problem appeared sometime after 2013-05-17T10:55+0000.

I even tried copying /usr/obj/usr/src/usr.bin/touch/touch to /20130522/usr/bin/touch prior to a second run of make installworld, but to no avail.

I'm not ruling out a local problem.
>How-To-Repeat:
cd /usr/src
svn up                      # I'm at r250910
make buildworld buildkernel
zfs create -o mountpoint=/20130522 zroot/ROOT/20130522
make DESTDIR=/20130522 installkernel
make DESTDIR=/20130522 installworld
>Fix:
Two possible solutions are: (1) use /usr/bin/touch, or (2) reorder installworld with /usr/src/usr.bin being installed prior to /usr/src/share. I'm not sure if solution 2 will have a negative impact in other areas, say buildworld.

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



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