F5F Stay Refreshed Software Operating Systems Error encountered during compilation due to virtual memory issues.

Error encountered during compilation due to virtual memory issues.

Error encountered during compilation due to virtual memory issues.

D
DivineKnight45
Junior Member
23
07-07-2021, 11:06 AM
#1
I'm attempting to compile Bash 5.2.32 and I keep getting the following error when running make install tparam.c: In function ‘memory_out’: tparam.c:67:3: error: implicit declaration of function ‘write’ [-Wimplicit-function-declaration] 67 | write (2, "virtual memory exhausted\n", 25); | ^~~~~ make[1]: *** [Makefile:56: tparam.o] Error 1 make[1]: Leaving directory '/home/jace/Downloads/bash-5.2.32/lib/termcap' make: *** [Makefile:702: lib/termcap/libtermcap.a] Error 1 Researching this is telling me that my system is running out of RAM during compiling/instillation. However my system has 23.4 gigs of RAM and an 8 gig swap. I'm watching RAM utilization during compiling and it never breaks above 4 gigs. Thoughts?
D
DivineKnight45
07-07-2021, 11:06 AM #1

I'm attempting to compile Bash 5.2.32 and I keep getting the following error when running make install tparam.c: In function ‘memory_out’: tparam.c:67:3: error: implicit declaration of function ‘write’ [-Wimplicit-function-declaration] 67 | write (2, "virtual memory exhausted\n", 25); | ^~~~~ make[1]: *** [Makefile:56: tparam.o] Error 1 make[1]: Leaving directory '/home/jace/Downloads/bash-5.2.32/lib/termcap' make: *** [Makefile:702: lib/termcap/libtermcap.a] Error 1 Researching this is telling me that my system is running out of RAM during compiling/instillation. However my system has 23.4 gigs of RAM and an 8 gig swap. I'm watching RAM utilization during compiling and it never breaks above 4 gigs. Thoughts?

S
StarCora
Junior Member
15
07-10-2021, 08:21 AM
#2
S
StarCora
07-10-2021, 08:21 AM #2

P
pocio77
Posting Freak
783
07-10-2021, 10:08 AM
#3
You initiated it. The ncurses-devel package wasn't installed. I assumed it was. Thank you for the feedback. Now I have a working build.
P
pocio77
07-10-2021, 10:08 AM #3

You initiated it. The ncurses-devel package wasn't installed. I assumed it was. Thank you for the feedback. Now I have a working build.