#948 closed defect (worksforme)

Install World fails to build r8397

Reported by: JoeSchmuck Owned by: gcooper
Priority: major Milestone:
Component: Build System Version:
Keywords: Cc:

Description

Install World fails to build. Looks like a lot of do_build.sh rework but not certain that is the cause. Running from trunk directory 'sh build/do_build.sh' like normal.

Last couple of good lines + error messages:

if [ -L /usr/local/freenas/trunk/obj.amd64/_.w/usr/include/ufs/ufs ]; then  rm -f /usr/local/freenas/trunk/obj.amd64/_.w/usr/include/ufs/ufs;  fi
if [ -L /usr/local/freenas/trunk/obj.amd64/_.w/usr/include/machine ]; then  rm -f /usr/local/freenas/trunk/obj.amd64/_.w/usr/include/machine;  fi
if [ -L /usr/local/freenas/trunk/obj.amd64/_.w/usr/include/crypto ]; then  rm -f /usr/local/freenas/trunk/obj.amd64/_.w/usr/include/crypto;  fi
mtree -deU   -f /usr/local/freenas/trunk/FreeBSD/src/include/../etc/mtree/BSD.include.dist  -p /usr/local/freenas/trunk/obj.amd64/_.w/usr/include
*** Error code 127
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error

Change History (5)

comment:1 Changed 19 months ago by JoeSchmuck

Definitely related to 8395 & 8396 changes. r8394 builds without issue.

comment:2 Changed 19 months ago by JoeSchmuck

  • Resolution set to invalid
  • Status changed from new to closed

The build works fine provided BASH is used.

comment:3 Changed 19 months ago by delphij

  • Resolution invalid deleted
  • Status changed from closed to reopened

Requiring BASH while the script itself manifest as /bin/sh is considered as a bug...

comment:4 Changed 19 months ago by delphij

  • Owner set to gcooper
  • Status changed from reopened to assigned

comment:5 Changed 18 months ago by JoeSchmuck

  • Resolution set to worksforme
  • Status changed from assigned to closed

Not sure when this was fixed but I do not have this issue anymore. I do not need to use Bash.

Note: See TracTickets for help on using tickets.