summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up *.opk after running opkg.P. J. McDermott2014-01-272-0/+2
|
* Drop patches (applied in packages).P. J. McDermott2014-01-182-65/+0
|
* Mount the devpts file system.P. J. McDermott2013-12-082-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The lack of a devpts file system was causing mysterious GNU Binutils test suite failures, with these "spawn failed" errors in the test log: Test Run By root on Sun Dec 8 20:36:45 2013 Native configuration is x86_64-unknown-linux-gnu === binutils tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/src/binutils_2.23.2-1/tmp/src/binutils/testsuite/config/default.exp as tool-and-target-specific interface file. Running /usr/src/binutils_2.23.2-1/tmp/src/binutils/testsuite/binutils-all/ar.exp ... /usr/src/binutils_2.23.2-1/tmp/build-core-linux-eglibc/binutils/ar rc tmpdir/artest.a tmpdir/abcdefghijklmnopqrstuvwxyz1 tmpdir/abcdefghijklmnopqrstuvwxyz2 Executing on host: /usr/src/binutils_2.23.2-1/tmp/build-core-linux-eglibc/binutils/ar rc tmpdir/artest.a tmpdir/abcdefghijklmnopqrstuvwxyz1 tmpdir/abcdefghijklmnopqrstu vwxyz2 (timeout = 300) spawn /usr/src/binutils_2.23.2-1/tmp/build-core-linux-eglibc/binutils/ar rc tmpdir/artest.a tmpdir/abcdefghijklmnopqrstuvwxyz1 tmpdir/abcdefghijklmnopqrstuvwxyz2M spawn failed [...] === binutils Summary === # of unexpected failures 6 # of unresolved testcases 48 # of untested testcases 7 # of unsupported tests 4 runtest completed at Sun Dec 8 20:36:45 2013 After spelunking through Binutils and DejaGnu code (exploring the great remote_exec and local_exec procedures of DejaGnu), I tried the following, which resulted in much more helpful information: $ expect expect1.1> spawn echo hello spawn echo hello The system has no more ptys. Ask your system administrator to create more. while executing "spawn echo hello"
* Fix error on first installation runs.P. J. McDermott2013-12-082-2/+2
|
* README: Use development version of opkbuild.P. J. McDermott2013-12-071-4/+2
|
* README: Add dpkg-dev to apt-get command.P. J. McDermott2013-12-071-1/+1
| | | | bootstrap-prepare.sh needs dpkg-architecture from dpkg-dev.
* README: Add gawk to apt-get command.P. J. McDermott2013-12-071-1/+1
|
* README: s/gcc-4.7 /gcc g++/ in apt-get command.P. J. McDermott2013-12-071-1/+1
|
* bootstrap-prepare.sh: Make dummy busybox.config.P. J. McDermott2013-12-071-1/+10
|
* README: Update apt-get command.P. J. McDermott2013-12-071-1/+1
|
* bootstrap-main.sh: Fix [ command.P. J. McDermott2013-12-071-1/+1
|
* bootstrap-main.sh: Fix syntax errors.P. J. McDermott2013-12-071-7/+7
|
* bootstrap-prepare.sh: Get proper BusyBox config.P. J. McDermott2013-12-071-2/+4
|
* README: Add more precise setup instructions.P. J. McDermott2013-12-071-5/+34
|
* bootstrap-main.sh: Write to log files.P. J. McDermott2013-12-071-8/+19
|
* bootstrap-stage1-build.sh: Skip built packages.P. J. McDermott2013-12-061-0/+9
|
* bootstrap-prepare.sh: Skip packages with .changes.P. J. McDermott2013-12-051-0/+3
|
* README: Add Git and Subversion dependencies.P. J. McDermott2013-12-051-0/+2
|
* Get mpc and mpfr by Git rather than by FTP.P. J. McDermott2013-12-052-1/+3
|
* README: Update dependencies.P. J. McDermott2013-12-051-0/+7
|
* bootstrap-pkgs-git.txt: Update.P. J. McDermott2013-12-051-0/+7
|
* bootstrap-pkgs-git.txt: Update.P. J. McDermott2013-09-081-0/+7
|
* Move list of Git repositories into separate file.P. J. McDermott2013-09-082-5/+20
|
* bootstrap-main.sh: Run the new scripts.P. J. McDermott2013-07-041-0/+3
|
* README: Document bootstrap-stage3-build.sh.P. J. McDermott2013-07-041-0/+1
|
* bootstrap-stage3-build.sh: New file.P. J. McDermott2013-07-041-0/+60
|
* README: Document bootstrap-stage2-test.sh.P. J. McDermott2013-07-041-0/+2
|
* bootstrap-stage2-test.sh: New file.P. J. McDermott2013-07-041-0/+86
|
* bootstrap-stage1-install.sh: Unmount old mounts.P. J. McDermott2013-07-041-1/+20
|
* bootstrap-stage2-install.sh: Unmount old mounts.P. J. McDermott2013-07-041-1/+20
|
* gmp patch: Add -f to rm command.P. J. McDermott2013-07-041-1/+1
|
* README: Document bootstrap-stage2-install.sh.P. J. McDermott2013-07-041-0/+2
|
* bootstrap-stage2-install.sh: New file.P. J. McDermott2013-07-041-0/+154
|
* README: Describe bootstrap-stage2-build.sh.P. J. McDermott2013-07-041-0/+1
|
* bootstrap-stage2-build.sh: Fix header description.P. J. McDermott2013-07-041-2/+2
|
* bootstrap-prepare.sh: Patch before packing source.P. J. McDermott2013-07-041-21/+8
|
* stage2-status.txt: ProteanOS is self-hosting.P. J. McDermott2013-07-031-5/+5
|
* bootstrap-main.sh: Run stage 2 build.P. J. McDermott2013-07-021-0/+1
|
* bootstrap-stage2-build.sh: Add "set -e" to build.P. J. McDermott2013-07-021-4/+5
|
* Change name of stage1 file system root.P. J. McDermott2013-07-023-11/+11
|
* bootstrap-prepare.sh: Ensure work area is clean.P. J. McDermott2013-07-021-0/+2
|
* stage2-status.txt: Update.P. J. McDermott2013-07-021-3/+5
|
* Add patch to s/make/gmake/ in gmake-{doc,locales}.P. J. McDermott2013-07-021-0/+30
|
* bootstrap-stage2-build.sh: New file.P. J. McDermott2013-07-021-0/+59
|
* README: Note assumptions re: opkbuild dirs.P. J. McDermott2013-07-021-0/+4
|
* bootstrap-prepare.sh: Install busybox.config.P. J. McDermott2013-07-021-0/+4
|
* bootstrap-prepare.sh: Fetch gettext and its deps.P. J. McDermott2013-07-021-1/+2
|
* bootstrap-stage1-install.sh: Properly mount stuff.P. J. McDermott2013-07-021-2/+8
|
* stage2-status.txt: eglibc finally builds.P. J. McDermott2013-06-261-3/+3
|
* bootstrap-stage1-install.sh: Make /dev/null, /tmp.P. J. McDermott2013-06-191-0/+15
|