summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap-prepare.sh: Use sudo to make link.P. J. McDermott2014-03-071-1/+1
|
* bootstrap-prepare.sh: Add opkbuild helper link.P. J. McDermott2014-03-071-0/+4
|
* README: Update for new opkbuild and opkhelper.P. J. McDermott2014-03-071-8/+8
|
* README: s/core-linux-eglibc/amd64-linux-glibc/.P. J. McDermott2014-03-061-2/+2
|
* bootstrap-prepare.sh: Find cached source archives.P. J. McDermott2014-01-281-2/+6
|
* bootstrap-prepare.sh: Improve conditional.P. J. McDermott2014-01-281-1/+1
|
* bootstrap-prepare.sh: Don't set PKG_TARGETS.P. J. McDermott2014-01-281-1/+1
|
* bootstrap-pkgs-git.txt: Remove gdb.P. J. McDermott2014-01-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | ProteanOS's GDB doesn't yet work: / # gdb /bin/busybox GNU gdb (GDB) 7.6.1 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /bin/busybox...(no debugging symbols found)...done. (gdb) run Starting program: /bin/busybox Cannot exec /bin/busybox -c exec /bin/busybox . Error: No such file or directory During startup program exited with code 127. GDB may or may not make it into ProteanOS 1.0. We'll debug this later.
* bootstrap-prepare.sh: Add IA-32 interp case.P. J. McDermott2014-01-281-0/+3
|
* Clean up source packages after building.P. J. McDermott2014-01-272-0/+2
|
* README: Add ca-certificates to apt-get command.P. J. McDermott2014-01-271-1/+2
| | | | wget needs this to verify HTTPS sites.
* README: Update and fix opkhelper install steps.P. J. McDermott2014-01-271-4/+4
|
* 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
|