pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/44343: pkgsrc bootstrap fails on Linux (bmake unit tests in wrongly ordered in output)
>Number: 44343
>Category: pkg
>Synopsis: pkgsrc bootstrap fails on Linux (bmake unit tests in wrongly
>ordered in output)
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Jan 08 00:40:00 +0000 2011
>Originator: Jan ?mydke
>Release: Frugalware Linux 1.3 amd64
>Organization:
>Environment:
>Description:
Trying to bootstrap pkgsrc on Frugalware Linux. After bmake is build and unit
tests run the process stops with:
/usr/bin/diff -u /usr/pkgsrc/bootstrap/work/bmake/unit-tests/test.exp test.out
--- /usr/pkgsrc/bootstrap/work/bmake/unit-tests/test.exp 2011-01-08
00:13:00.000000000 +0100
+++ test.out 2011-01-08 00:13:32.000000000 +0100
@@ -39,8 +39,8 @@
UT_FOO=foobar is fubar
UT_FU=fubar
UT_NO=all
-UT_OK=good
UT_OKDIR=unit-tests
+UT_OK=good
UT_TEST=export-all
UT_ZOO=hoopie
At first, I am
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/bootstrap/work/bmake/Linux/unit-tests
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/bootstrap/work/bmake/Linux
===> exited with status 1
aborted.
#####
Obviously, wrongly sorted UT_OK and UT_OKDIR in the output stops the bootstrap.
>How-To-Repeat:
cd /usr/pkgsrc/bootstrap && ./bootstrap --prefix /usr/pkg --abi 64
>Fix:
Home |
Main Index |
Thread Index |
Old Index