Displaying 7 results from an estimated 7 matches for "retrocomput".
2006 Apr 18
0
configure sys/audit.h WARNING
...gure: WARNING: ## ------------------------------------------- ##
configure: WARNING: ## Report this to openssh-unix-dev at mindrot.org ##
configure: WARNING: ## ------------------------------------------- ##
checking for sys/audit.h... yes
(This is from openbssh 4.2p1.)
Doing a bit of retrocomputing here... SunOS 4.1.4 requires <sys/label.h>
to define the blabel_t typedef before <sys/audit.h>, or you get compile
errors.
I notice that openbsd-compat/xcrypt.c, where HAVE_GETPWANAM is used,
does get this right.
Other than that, it appears to be working.
The lack of a prototype...
2020 Sep 24
7
[RFC] Backend for Motorola 6800 series CPU (M68k)
...M680x0) into LLVM. And we want to hear feedbacks from you
Here is some background for M68k: Motorola 68000 series CPU was one of the most popular CPUs used by personal computers in the ‘80, including some of the earliest Apple Macintosh. Fast-forwarding to modern days, M68k is still popular among retrocomputing communities - a bunch of people doing cool stuff, mostly porting modern software and systems, on old computers. For example, Planet m68k (http://m68k.info/ <http://m68k.info/>) is a portal and a bulletin board for many communities that focus on specific M68k computer models, Amiga, Atari,...
2016 Sep 07
4
Building R under Linux - library dependencies
> | Is there a way to overcome this problem? Precompiled versions of R can be installed on various system configurations, so I guess that there should be a way to compile it in a version-agnostic manner.
>
> Yes, for example by
>
> -- using a Docker container which is portable across OSs (!!) and versions
Docker R containers are north of 250 MB. I have checked experimentally
2016 Sep 07
0
Building R under Linux - library dependencies
...spent on something that doesn't seem that beneficial when you've
got (even fairly reasonably modern) hardware that can deal with a tiny bit
of extra bloat. SD cards and USB sticks are pretty cheap everywhere, now,
aren't they?
I could say, maybe, putting time into this as some kind of retrocomputing
project... but probably not otherwise.
best,
--e
[[alternative HTML version deleted]]
2016 Jan 31
4
configure warning on SunOS 4.1.4
Hi,
I was told to do so by configure of openssh-7.1p2 -:)
...
configure: WARNING: sys/audit.h: present but cannot be compiled
configure: WARNING: sys/audit.h: check for missing prerequisite headers?
configure: WARNING: sys/audit.h: see the Autoconf documentation
configure: WARNING: sys/audit.h: section "Present But Cannot Be
Compiled"
configure: WARNING: sys/audit.h:
2023 Jan 14
6
[Bug 3522] New: Crash with "free(): double free detected" with old clients
...#39;m investigating a similar issue to #3512 on Arch with OpenSSH 9.1p1
and Glibc 2.36-6 and OpenSSL 3.0.7, though I'm not 100% sure if it's
the same problem.
The issue is that incoming SSH connections from a modern OpenSSH client
work fine, but connections from a somewhat obsolete client
(retrocomputing, don't ask) crash with "seccomp violation" for the
writev() call -- and after I added it to the allow list, for the
tgkill() call.
However, the writev() call in question is this:
[pid 592791] writev(2, [{iov_base="free(): double free detected in
tcache 2", iov_len=40},...
2018 Aug 16
2
M68K codegen target
Hi Anton,
Thanks for the tip. I’ve moved some common code from the patch:
https://reviews.llvm.org/D50784 <https://reviews.llvm.org/D50784>
https://reviews.llvm.org/D50856 <https://reviews.llvm.org/D50856>
https://reviews.llvm.org/D50858 <https://reviews.llvm.org/D50858>
but the backend itself is still quite large. Anything more I can do to simplify reviewing?
> On 15 Aug