10:41⎜«RT|Chatzilla:#!/bin/mksh» mira|AO: 12:08 < RT|AO> a bit fun compiling mksh in SkyOS 5.0.6753 ;-)
⎜ http://pastebin.com/GHPm1B7B 10:41⎜<mira|AO:#!/bin/mksh> .oO(wtf is SkyOS?) 10:42⎜<mira|AO:#!/bin/mksh> shf.c:453: warning: format '%zd' expects type 'signed size_t', but argument 4 ⎜ has type 'ssize_t' 10:42⎜<mira|AO:#!/bin/mksh> lol… 10:42⎜<mira|AO:#!/bin/mksh> I’ve seen (and fixed!) that in dietlibc too, recently 10:43⎜«RT|Chatzilla:#!/bin/mksh» http://en.wikipedia.org/wiki/SkyOS 10:43⎜<mira|AO:#!/bin/mksh> shell-init: error retrieving current directory: getcwd: cannot access parent ⎜ directories: Not a character device ←←← huh?!?!?! 10:46⎜<mira|AO:#!/bin/mksh> looks like their POSIX layer has got issues (other than this shell-init ⎜ thing, umask and checks for existence upon open() are broken) 10:46⎜<mira|AO:#!/bin/mksh> but mksh is usable, I'd say 10:46⎜<mira|AO:#!/bin/mksh> “mostly” 10:46⎜<mira|AO:#!/bin/mksh> let me commit that 10:46⎜«RT|Chatzilla:#!/bin/mksh» funny posix layer bug, just like "unexpected exit status 1 (signal 1), ⎜ expected 1" signal bug in BeOS5
This commit is contained in:
parent
68e73536a0
commit
753891419d
7
Build.sh
7
Build.sh
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.508 2012/01/04 08:56:27 tg Exp $'
|
||||
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.509 2012/02/17 09:49:45 tg Exp $'
|
||||
#-
|
||||
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
||||
# 2011, 2012
|
||||
@ -519,6 +519,9 @@ QNX)
|
||||
esac
|
||||
: ${HAVE_SETLOCALE_CTYPE=0}
|
||||
;;
|
||||
skyos)
|
||||
oswarn="; it has minor issues"
|
||||
;;
|
||||
SunOS)
|
||||
add_cppflags -D_BSD_SOURCE
|
||||
add_cppflags -D__EXTENSIONS__
|
||||
@ -1262,7 +1265,7 @@ else
|
||||
#define EXTERN
|
||||
#define MKSH_INCLUDES_ONLY
|
||||
#include "sh.h"
|
||||
__RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.508 2012/01/04 08:56:27 tg Exp $");
|
||||
__RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.509 2012/02/17 09:49:45 tg Exp $");
|
||||
int main(void) { printf("Hello, World!\n"); return (0); }
|
||||
EOF
|
||||
case $cm in
|
||||
|
Loading…
x
Reference in New Issue
Block a user