Re: [9fans] System build: /sparc64 file does not exist; NOT on sparc64

2012-04-22 Thread Strake
On 22/04/2012, David du Colombier <0in...@gmail.com> wrote: >> % mk install >> ... >> cd libmach >> 6c -FTVw -I/sys/src/cmd (2 5 7 8 q u)^.c >> u.c:7 6c: '/sparc64' file does not exist: /sparc64/include/ureg.h >> ... >> % > > There is obviously a problem on your Plan 9 installation. > > The file /s

Re: [9fans] System build: /sparc64 file does not exist; NOT on sparc64

2012-04-22 Thread David du Colombier
> % mk install > ... > cd libmach > 6c -FTVw -I/sys/src/cmd (2 5 7 8 q u)^.c > u.c:7 6c: '/sparc64' file does not exist: /sparc64/include/ureg.h > ... > % There is obviously a problem on your Plan 9 installation. The file /sparc64/include/ureg.h shouldn't be missing, and is a requirement to build

Re: [9fans] System build: /sparc64 file does not exist; NOT on sparc64

2012-04-21 Thread Lucio De Re
> I am not on sparc64 machine. I tried to disable all arch but (6 9) in > mkfile, but then build fails thus: What are you on? Obviously there is an error in the build procedure, but it would be useful to know what is triggering it. On my workstation: term% cat /dev/archctl cpu

[9fans] System build: /sparc64 file does not exist; NOT on sparc64

2012-04-21 Thread Strake
Hello. I wish to build Plan 9, but build fails thus: % pwd /sys/src % mk install ... cd libmach 6c -FTVw -I/sys/src/cmd (2 5 7 8 q u)^.c u.c:7 6c: '/sparc64' file does not exist: /sparc64/include/ureg.h ... % I am not on sparc64 machine. I tried to disable all arch but (6 9) in mkfile, but then bu