search for: mksh

Displaying 20 results from an estimated 89 matches for "mksh".

Did you mean: ksh
2010 Jul 17
0
mksh on klibc
...tj() and sending >it SIGCHLD seems to not trigger jobs.c:j_sigchld() >at all. This is probably some kind of signals being >not delivered correctly ? see here for a bug with the >same symptoms: http://dev.haiku-os.org/ticket/5567 >http://dev.haiku-os.org/changeset/35836 > >FWIW, mksh has the same problem on Syllable and Plan 9? >but it seems this is a bug in the operating environment, >not the shell. With Debian unstable as of today, the same still happens. Steps to produce an mksh executable: % env CVS_RSH=ssh cvs -d _anoncvs at anoncvs.mirbsd.org:/cvs \ co -PA mks...
2014 Oct 03
0
Fwd: mksh-static segfaults on continued jobs
Hi there, something to look at, maybe? ---------- Forwarded message ---------- From: Kacper Gutowski <mwgamera at gmail.com> Message-ID: <20141003053550.GA8510 at gmail.com> Date: Fri, 3 Oct 2014 07:35:50 +0200 Subject: Bug#763842: mksh-static segfaults on continued jobs Package: mksh Version: 50b-1 Severity: normal Dear Maintainer, When a job is continued after being stopped in interactive mksh-static or lksh, they crash with segmentation fault. The simplest way to reproduce is to call "fg" for any stopped job in int...
2019 Jan 20
0
testing by building mksh (was Re: RFT: klibc 2.0.5)
...rk. This might motivate me to pick up some of the TODOs for it that have piled on in my TODO (but only after the freeze, I?m sorry to say, I have more to do for other packages). >And I spotted another test program that has this property (setjmptest setjmp is a good topic? I found that building mksh and running its testsuite is a good test to find compiler/toolchain/libc/kernel bugs and would be glad if you could add this to your tests on all platforms (should even work on those not supported by Debian). The easiest way is to just package klibc, throw that into an sbuild or cowbuilder/pbuilde...
2013 Oct 09
2
[PATCH 0/1] Porting klibc to arm64
...provided within the package has been done with all > >tests passing. This includes the units tests available under > >usr/klibc/tests, usr/utils, usr/dash and usr/gzip. For dash and > >gzip, only sanity testing has been done. > > It?s *massively* recommended to try to build mksh against klibc > then run mksh?s testsuite, since it?s proven, time and time again, > to be a decent toolchain exercise. I gave Anil that advice when he started working from my original code base. He has run those tests. > Hi Neil, > > Thanks for your response. I prepared the mksh...
2013 Oct 09
0
[PATCH 0/1] Porting klibc to arm64
Hi Neil / Thorsten, The full test result is attached. Thanks and Regards, Anil ------------------------------------------------------------------------------------------------------------------------------- root at genericarmv8:~/anilss/AArch64/mksh_44-1/mksh# ./mksh test.sh -p $PWD/mksh Testing mksh for conformance: # $MirOS: src/bin/mksh/check.t,v 1.599 2013/02/24 14:22:41 tg Exp $ @(#)MIRBSD KSH R44 2013/02/24 This shell is actually: @(#)MIRBSD KSH R44 2013/02/24 test.sh built for mksh R44 2013/02/24 Trying Perl interpreter...
2019 Jan 21
1
testing by building mksh (was Re: RFT: klibc 2.0.5)
...up some of the TODOs for it that have piled on in my > TODO (but only after the freeze, I?m sorry to say, I have more > to do for other packages). > > >And I spotted another test program that has this property > (setjmptest > > setjmp is a good topic? I found that building mksh and running its > testsuite is a good test to find compiler/toolchain/libc/kernel > bugs and would be glad if you could add this to your tests on all > platforms (should even work on those not supported by Debian). Well I'm using Debian's cross-compiler packages so I don't cur...
2012 Apr 20
2
klibc 2.0~rc3-1 ./. mksh 40.9.20120414-2
Hi, after changing mksh to no longer use mkstemp, I decided to try and build mksh-static with klcc on most platforms, in Debian. Here are the results by Debian architecture: alpha (4) fails amd64 works armel works armhf (3) fails i386 works ia64 works m68k (1) workaround mips works mipsel works powerpc (2) fails ppc64 wo...
2012 May 18
1
hppa, powerpcspe: call for klibc/mksh testers
...powerpcspe? What?s the progress of your architectures? I don?t see much happening on debian-ports.org, and taking your architectures off that infrastructure hurts others (I?ve ?revived? m68k and kept it running on d-p.o which helps a bit). Anyway: a new klibc (2.0~rc5-1) has been uploaded, and an mksh companion version (40.9.20120518-1) depending on it and trying to use klibc for /bin/mksh-static, complete with testsuite that is run by the buildd (unless DEB_BUILD_OPTS contains nocheck). Please, please build and test these klibc and mksh versions on as new a sid environment as you can get (I co...
2003 Nov 04
1
General installation question: mksh error
...bin/readonly.so as /usr/local/samba/lib/vfs/readonly.so Installing bin/cap.so as /usr/local/samba/lib/vfs/cap.so Installing bin/CP850.so as /usr/local/samba/lib/charset/CP850.so Installing bin/CP437.so as /usr/local/samba/lib/charset/CP437.so ./install-sh -c bin/libsmbclient.so /usr/local/samba/lib mksh: Fatal error: Cannot load command `./install-sh': Bad file number Current working directory /tmp/samba-3.0.0/source *** Error code 1 (ignored) : bin/libsmbclient.a /usr/local/samba/lib ./install-sh -c /tmp/samba-3.0.0/source/include/libsmbclient.h /usr/local/samba/include mksh: Fatal error: Can...
2013 Oct 09
0
[PATCH 0/1] Porting klibc to arm64
...: >Manual testing as provided within the package has been done with all tests >passing. This includes the units tests available under usr/klibc/tests, >usr/utils, usr/dash and usr/gzip. For dash and gzip, only sanity testing >has been done. It?s *massively* recommended to try to build mksh against klibc then run mksh?s testsuite, since it?s proven, time and time again, to be a decent toolchain exercise. To do this: $ export CC=/path/to/klcc # can be cross-klcc too $ export CFLAGS='-Os' # can add -g3 for debugging $ wget https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-...
2019 Jan 20
3
RFT: klibc 2.0.5
On Sun, 2019-01-20 at 04:37 +0000, Ben Hutchings wrote: [...] > ppc/powerpc-linux-gnu: pass fail: malloctest2*, > setjmptest*, sigint* [...] > s390x/s390x-linux-gnu: fail: fcntl fail: malloctest2*, setjmptest* setjmptest*, >
2013 Oct 30
0
CEBA-2013:1479 CentOS 6 mksh Update
...Errata and Bugfix Advisory 2013:1479 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1479.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: dadc8e78ca30b5d9341cfb06b038e87fdbe2aeb687bd085f5ee49723c64892e9 mksh-39-7.el6_4.1.i686.rpm x86_64: 4b87ea5824e5652123973cc0d5d65ac18a424f3e5bf7ae850deb89f97f305727 mksh-39-7.el6_4.1.x86_64.rpm Source: 444925f606c1805429bc75241ca4dc5c48003ac0243dbc41977e2e5b05e1fbb6 mksh-39-7.el6_4.1.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hugh...
2014 May 22
0
CEBA-2014:0533 CentOS 6 mksh FASTTRACK Update
...Errata and Bugfix Advisory 2014:0533 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0533.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: edf841f0529fbaec0ae2fb797d89ba0477480cf2c054153f92e4a4db65a14fa9 mksh-39-9.el6.i686.rpm x86_64: d5dbcf66027fdfcc12e940640168a95a2357c14a7a55040442c37301e6622d6c mksh-39-9.el6.x86_64.rpm Source: eed41137532ad66ebb3d96bcd9d99e9a887eff8f1642b51fff17ccbe22a6aba5 mksh-39-9.el6.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #cento...
2013 Oct 09
5
[PATCH 0/1] Porting klibc to AArch64
...mp and longjmp functions Manual testing as provided within the package has been done with all tests passing. This includes the units tests available under usr/klibc/tests, usr/utils, usr/dash and usr/gzip. For dash and gzip, only sanity testing has been done. Automatic testing has been done using mksh with the following results: Total failed: 5 (4 ignored) (1 unexpected) Total passed: 431 The code is available at: git clone git://git.linaro.org/people/anil.singhar/klibc-aarch64.git Comments are highly appreciated. Thanks and Regards, Anil -------------- next part -------------- An HTML attach...
2012 Jan 29
5
[PATCH 0/2 v3] mkstemp() and m68k support
...ecided to hack on klibc again. I?ve reworked both the patch to add mkstemp(), discussing to use AT_RANDOM as cheap entropy source on IRC (if there will ever be another entropy consumer, I can quickly write a minimal arc4random() seeded from it, as it has only 16 octets), capable of making a working mksh (static and shared) on amd64/xen, and the m68k support code, leading to (also, static and shared) mksh on it iff compiled with -g (let?s say, GCC is the culprit). The two patches _should_ follow (still not 100% sure how to feed them to sendmail and ensure they end up with the right recipients) and...
2023 Jan 24
2
mips64el stat/time/…? problem
...QEMU. Let me >know if this works for you. sorry for the delay. I was able to test this on eller today. To reproduce the issue, this was needed, because the value read was a nanosecond field and so the test didn?t always fail: (sid_mips64el-dchroot)tg at eller:~$ while sleep 0.1; do :>b; ./mksh -c 'test a -nt b; echo $?'; done Unpatched, this produced runs of (4 to 7) zeros and (3 to 4) ones; patched, it produced all ones. I cannot add this variant to the upstream testsuite as a subsecond sleep is not guaranteed, but I can add it to the Debian tests. Thanks for fixing this; I?l...
2003 Oct 01
2
Problem with samba 3.0.0 installation
...I try install the version 3.0.0, after executing 'configure' and 'make' without problem, I execute 'make install' and it finish with the error: (...) Installing bin/CP437.so as /usr/local/samba/lib/charset/CP437.so ./install-sh -c bin/libsmbclient.so /usr/local/samba/lib mksh: Fatal error: Cannot load command `./install-sh': Bad file number Current working directory /tmp/samba-3.0.0/source *** Error code 1 (ignored) : bin/libsmbclient.a /usr/local/samba/lib ./install-sh -c /tmp/samba-3.0.0/source/include/libsmbclient.h /usr/local/samba/include mksh: Fatal error: Ca...
2016 Apr 14
1
[PATCH 1/1] x32 support
...was running this on Debian >>for about six months and hopefully, >>found any close to surface bugs. Of course, there are plenty left. > > Cool, thanks, I?ve never gotten around to do so, I?ve asked hpa > and he said he won?t do it himself but probably accept a patch. > > mksh is a good toolchain testing suite; please get mksh 52c-1 > from testing and build it with your klibc installed, including > running the testsuite (just debian/rules build will do, as long > as klcc is in $PATH) and let me look at the build and test log. Oh, thanks, it definitely shows som...
2011 Jan 28
2
klibc 1.5.21-1 and mksh
...tached a diff closing #516774 by adding mkstemp(3), again with a minimalistic pseudo-arc4random(3) behind it. I?ve revisited the code. An mkstemp testsuite from the ?net shows it works, except for not caring how many ?X?en are in the template. Addressing #516294, it allows compiling and linking an mksh from today?s CVS against it: tg at tg-sidvm:~/b $ CPPFLAGS=-DMKSH_NO_LIMITS CC=klcc dash ../mksh/Build.sh -r However, the signal problem persists: tg at tg-sidvm:~/b $ ./mksh -c 'print hi' hi tg at tg-sidvm:~/b $ ./mksh -c 'ls' Rebuild.sh eval.o expr.o histrap.o lalloc.o mai...
2022 Feb 02
1
qemu-user-static: mis-emulates something to do with process/signal handling (m68k, s390x, …)
...ess/signal handling (m68k, s390x, ?) > affects 925358 klibc-dev > thanks > > This still happens. (And retitling because I almost filed a bug > against klibc again? oops?) > > Look for ?mtest-external? (second occurrence) in: > https://buildd.debian.org/status/fetch.php?pkg=mksh&arch=m68k&ver=59c-16&stamp=1643675884&raw=0 > > Incidentally, the last buildd build on which this worked was an ARAnyM > one which I ran myself, back then. > > For some reason, this does work with glibc and musl, so perhaps there > *is* a bug or? at least a chanc...