Results 100 comments of Elsaco

AL2023 already has what's needed to run GUI apps. Here's a screenshot of `xterm` client launched on AL2023 and displayed on a remote X server: ![xterm_al2023_remote_xorg](https://github.com/user-attachments/assets/4f543260-7097-4e54-b7d5-7629c28f0957)

@denisgabriel5 are you maybe running out of disk space? I did a quick build and it worked okay: build output ``` [ec2-user] SOURCES$ sudo dnf builddep libeconf-0.4.0-1.amzn2023.0.3.src.rpm Last metadata expiration...

@denisgabriel5 at what stage did you collect the `cmake_install.cmake` info? After running `rpmbuild -bi libeconf.spec` this is the output of that file: cmake_install.cmake ``` [ec2-user] SPECS$ cat ../BUILD/libeconf-0.4.0/amazon-linux-build/cmake_install.cmake # Install...

@denisgabriel5 you mentioned the code was fixed in `3.0.8`. You're building a `3.0.6` package!

@tim77 what the error tells is that there's no `epel-2023-x86_64` chroot in that repository. The `copr` plugin it trying to find the appropriate one for the current system and fails....

From `visudo` man page: `The default editor path is /usr/bin/nano:/usr/bin/vim:/usr/bin/vi` Because `nano` is part of the AL2023 base image and `vim` is not nano will be used by visudo. Set...

@daniejstriata what version of Fedora did you use for testing? I see the same behavior on `FC39` as on `AL2023`: ``` [elsaco@RIPPER ~]$ rpm -qa | grep curl curl-minimal-8.2.1-5.fc39.x86_64 libcurl-minimal-8.2.1-5.fc39.x86_64...

@riaano as mentioned by @stewartsmith the `openldap` package might take a while to update in AL2023. If you badly need the `zabbix` server, build a local package of `openldap-2.6.x`. For...

@dauletilyassov on `al2` there is the `squid-sysvinit` package providing the `/etc/rc.d/init.d/squid` service script. There's no such package in `al2023`. The package provides `SysV initscript for squid caching proxy`. That's why...

These are the packages on `al2`: ``` squid.x86_64 : The Squid proxy caching server squid-migration-script.x86_64 : Migration script for squid caching proxy squid-sysvinit.x86_64 : SysV initscript for squid caching proxy...