Package Details: lib32-ncurses5-compat-libs 6.4-1

Git Clone URL: https://aur.archlinux.org/lib32-ncurses5-compat-libs.git (read-only, click to copy)
Package Base: lib32-ncurses5-compat-libs
Description: System V Release 4.0 curses emulation library (32-bit), ABI 5
Upstream URL: https://invisible-island.net/ncurses/ncurses.html
Licenses: MIT
Submitter: lpapp
Maintainer: Corax
Last Packager: Corax
Votes: 111
Popularity: 0.184256
First Submitted: 2015-09-22 11:38 (UTC)
Last Updated: 2023-03-18 08:08 (UTC)

Pinned Comments

Corax commented on 2019-06-10 18:11 (UTC)

Make sure you have the multilib-devel group installed before reporting issues while building the package. I will not add it as a makedepends because it is not a makedepends for lib32-ncurses5 either. See https://wiki.archlinux.org/index.php/Makepkg#Build_32-bit_packages_on_a_64-bit_system

Corax commented on 2016-08-19 23:33 (UTC) (edited on 2022-02-28 18:45 (UTC) by Corax)

If anyone is still having trouble getting used to PGP signing, make sure to add the key mentioned in the PKGBUILD:

$ gpg --keyserver keyserver.ubuntu.com --recv-keys 19882D92DDA4C400C22C0D56CC2AF4472167BE03

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

Corax commented on 2020-05-25 11:02 (UTC)

@heller390: see what I recommended duff to try below. It would also be useful if you uploaded src/ncurses-6.2/config.log somewhere.

heller390 commented on 2020-05-25 05:26 (UTC)

Having issue building this package on Arch WSL via yay helper and even manually via makepkg. Installed multilib-devel and lib32-gcc-libs. Plz help

https://del.dog/mecoppygha.go

Corax commented on 2020-01-16 23:27 (UTC)

@duff: no problem, glad you got it sorted! AUR wrappers can be a real pain sometimes...

duff commented on 2020-01-16 14:41 (UTC)

@Corax gcc -m32 compiled without an issue.

I found the problem: rua (my AUR wrapper) - for any reason it does not handle the PKGBUILD like it should. I will look into that and maybe report a bug at the right place.

so your PKGBUILD seems to be just fine. Sorry!

Corax commented on 2020-01-11 20:55 (UTC) (edited on 2020-01-11 20:55 (UTC) by Corax)

@duff: that is strange, no issue on my side. Could you check that gcc -m32 is working, for instance using:

$ gcc -m32 -x c - <<EOF
#include <stdio.h>

int main() { puts("hi"); }
EOF

Also I would suggest trying to build this package using makepkg directly instead of an AUR wrapper.

duff commented on 2020-01-11 13:38 (UTC)

Have problem with building this package on my 64 bit machine. lib32-gcc-libs and multilib-devel were installed multiple times! makepkg.conf is default, btw. whole system is fresh and up to date. This really confuses me...

https://pastebin.com/Ftw6XAuH

Maybe there is a buildflag missing in latest PKGBUILD? I get "checking target system type... x86_64-pc-linux-gnu"

Hope for your answer to get this running asap

Kind regards

Corax commented on 2019-06-10 18:11 (UTC)

Make sure you have the multilib-devel group installed before reporting issues while building the package. I will not add it as a makedepends because it is not a makedepends for lib32-ncurses5 either. See https://wiki.archlinux.org/index.php/Makepkg#Build_32-bit_packages_on_a_64-bit_system

Corax commented on 2019-06-10 18:07 (UTC)

@mrtnster: see https://aur.archlinux.org/packages/lib32-ncurses5-compat-libs/#comment-678446, looks like I need to add a pinned comment...

mrtnster commented on 2019-06-10 14:30 (UTC)

I was building this package in a clean chroot environment and I had the same compilation issue Corax had earlier. It turned out that the 32bit version of the libgcc_s.so library was missing. Adding lib32-gcc-libs as a dependency fixes the problem.

darcn commented on 2019-05-22 00:36 (UTC)

@Corax: I compiled it now from the terminal and it worked, don't know why it didn't at first