Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Clean up *.opk after running opkg. | P. J. McDermott | 2014-01-27 | 2 | -0/+2 |
| | |||||
* | Drop patches (applied in packages). | P. J. McDermott | 2014-01-18 | 2 | -65/+0 |
| | |||||
* | Mount the devpts file system. | P. J. McDermott | 2013-12-08 | 2 | -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. McDermott | 2013-12-08 | 2 | -2/+2 |
| | |||||
* | README: Use development version of opkbuild. | P. J. McDermott | 2013-12-07 | 1 | -4/+2 |
| | |||||
* | README: Add dpkg-dev to apt-get command. | P. J. McDermott | 2013-12-07 | 1 | -1/+1 |
| | | | | bootstrap-prepare.sh needs dpkg-architecture from dpkg-dev. | ||||
* | README: Add gawk to apt-get command. | P. J. McDermott | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | README: s/gcc-4.7 /gcc g++/ in apt-get command. | P. J. McDermott | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | bootstrap-prepare.sh: Make dummy busybox.config. | P. J. McDermott | 2013-12-07 | 1 | -1/+10 |
| | |||||
* | README: Update apt-get command. | P. J. McDermott | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | bootstrap-main.sh: Fix [ command. | P. J. McDermott | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | bootstrap-main.sh: Fix syntax errors. | P. J. McDermott | 2013-12-07 | 1 | -7/+7 |
| | |||||
* | bootstrap-prepare.sh: Get proper BusyBox config. | P. J. McDermott | 2013-12-07 | 1 | -2/+4 |
| | |||||
* | README: Add more precise setup instructions. | P. J. McDermott | 2013-12-07 | 1 | -5/+34 |
| | |||||
* | bootstrap-main.sh: Write to log files. | P. J. McDermott | 2013-12-07 | 1 | -8/+19 |
| | |||||
* | bootstrap-stage1-build.sh: Skip built packages. | P. J. McDermott | 2013-12-06 | 1 | -0/+9 |
| | |||||
* | bootstrap-prepare.sh: Skip packages with .changes. | P. J. McDermott | 2013-12-05 | 1 | -0/+3 |
| | |||||
* | README: Add Git and Subversion dependencies. | P. J. McDermott | 2013-12-05 | 1 | -0/+2 |
| | |||||
* | Get mpc and mpfr by Git rather than by FTP. | P. J. McDermott | 2013-12-05 | 2 | -1/+3 |
| | |||||
* | README: Update dependencies. | P. J. McDermott | 2013-12-05 | 1 | -0/+7 |
| | |||||
* | bootstrap-pkgs-git.txt: Update. | P. J. McDermott | 2013-12-05 | 1 | -0/+7 |
| | |||||
* | bootstrap-pkgs-git.txt: Update. | P. J. McDermott | 2013-09-08 | 1 | -0/+7 |
| | |||||
* | Move list of Git repositories into separate file. | P. J. McDermott | 2013-09-08 | 2 | -5/+20 |
| | |||||
* | bootstrap-main.sh: Run the new scripts. | P. J. McDermott | 2013-07-04 | 1 | -0/+3 |
| | |||||
* | README: Document bootstrap-stage3-build.sh. | P. J. McDermott | 2013-07-04 | 1 | -0/+1 |
| | |||||
* | bootstrap-stage3-build.sh: New file. | P. J. McDermott | 2013-07-04 | 1 | -0/+60 |
| | |||||
* | README: Document bootstrap-stage2-test.sh. | P. J. McDermott | 2013-07-04 | 1 | -0/+2 |
| | |||||
* | bootstrap-stage2-test.sh: New file. | P. J. McDermott | 2013-07-04 | 1 | -0/+86 |
| | |||||
* | bootstrap-stage1-install.sh: Unmount old mounts. | P. J. McDermott | 2013-07-04 | 1 | -1/+20 |
| | |||||
* | bootstrap-stage2-install.sh: Unmount old mounts. | P. J. McDermott | 2013-07-04 | 1 | -1/+20 |
| | |||||
* | gmp patch: Add -f to rm command. | P. J. McDermott | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | README: Document bootstrap-stage2-install.sh. | P. J. McDermott | 2013-07-04 | 1 | -0/+2 |
| | |||||
* | bootstrap-stage2-install.sh: New file. | P. J. McDermott | 2013-07-04 | 1 | -0/+154 |
| | |||||
* | README: Describe bootstrap-stage2-build.sh. | P. J. McDermott | 2013-07-04 | 1 | -0/+1 |
| | |||||
* | bootstrap-stage2-build.sh: Fix header description. | P. J. McDermott | 2013-07-04 | 1 | -2/+2 |
| | |||||
* | bootstrap-prepare.sh: Patch before packing source. | P. J. McDermott | 2013-07-04 | 1 | -21/+8 |
| | |||||
* | stage2-status.txt: ProteanOS is self-hosting. | P. J. McDermott | 2013-07-03 | 1 | -5/+5 |
| | |||||
* | bootstrap-main.sh: Run stage 2 build. | P. J. McDermott | 2013-07-02 | 1 | -0/+1 |
| | |||||
* | bootstrap-stage2-build.sh: Add "set -e" to build. | P. J. McDermott | 2013-07-02 | 1 | -4/+5 |
| | |||||
* | Change name of stage1 file system root. | P. J. McDermott | 2013-07-02 | 3 | -11/+11 |
| | |||||
* | bootstrap-prepare.sh: Ensure work area is clean. | P. J. McDermott | 2013-07-02 | 1 | -0/+2 |
| | |||||
* | stage2-status.txt: Update. | P. J. McDermott | 2013-07-02 | 1 | -3/+5 |
| | |||||
* | Add patch to s/make/gmake/ in gmake-{doc,locales}. | P. J. McDermott | 2013-07-02 | 1 | -0/+30 |
| | |||||
* | bootstrap-stage2-build.sh: New file. | P. J. McDermott | 2013-07-02 | 1 | -0/+59 |
| | |||||
* | README: Note assumptions re: opkbuild dirs. | P. J. McDermott | 2013-07-02 | 1 | -0/+4 |
| | |||||
* | bootstrap-prepare.sh: Install busybox.config. | P. J. McDermott | 2013-07-02 | 1 | -0/+4 |
| | |||||
* | bootstrap-prepare.sh: Fetch gettext and its deps. | P. J. McDermott | 2013-07-02 | 1 | -1/+2 |
| | |||||
* | bootstrap-stage1-install.sh: Properly mount stuff. | P. J. McDermott | 2013-07-02 | 1 | -2/+8 |
| | |||||
* | stage2-status.txt: eglibc finally builds. | P. J. McDermott | 2013-06-26 | 1 | -3/+3 |
| | |||||
* | bootstrap-stage1-install.sh: Make /dev/null, /tmp. | P. J. McDermott | 2013-06-19 | 1 | -0/+15 |
| |