folkertvanheusden / rsstail

Tail for RSS feeds
Other
7 stars 2 forks source link

Unmaintained dependency iconv_hook-devel / apache2-mod_encoding #4

Open sebix opened 1 month ago

sebix commented 1 month ago

Hi there,

rsstail uses depends on libiconv hook which is provided by apache2's mod_encoding. The latter is not maintained anymore, no the new version was released 2002 and now fails to build with gcc14.

This is just for your information. We need to drop rsstail because of that in openSUSE now.

Best regards

folkertvanheusden commented 1 month ago

Thank you for your message.

I cannot reproduce the problem? (on ubuntu though) I mean it still compiles.

On Tue, May 21, 2024 at 9:32 AM Sebastian @.***> wrote:

Hi there,

rsstail uses depends on libiconv hook which is provided by apache2's mod_encoding. The latter is not maintained anymore, no the new version was released 2002 and now fails to build with gcc14.

This is just for your information. We need to drop rsstail because of that in openSUSE now.

Best regards

— Reply to this email directly, view it on GitHub https://github.com/folkertvanheusden/rsstail/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUN5IWYSGXLJBN3LLUWH5SLZDL2BFAVCNFSM6AAAAABIBBTSHCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYDONJVGEYTEMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

sebix commented 1 month ago

Do you have an Ubuntu installation with gcc 14? According to https://packages.ubuntu.com/search?suite=oracular&searchon=names&keywords=gcc the also the latest (and still unreleased) development version uses gcc 13

folkertvanheusden commented 1 month ago

Hi,

The latest ubuntu does have g++14 indeed.

@.*** ~/Projects/rsstail (master)$ dpkg --list | grep gcc-14 ii gcc-14 14-20240412-0ubuntu1 amd64 GNU C compiler ii gcc-14-base:amd64 14-20240412-0ubuntu1 amd64 GCC, the GNU Compiler Collection (base package) ii gcc-14-base:i386 14-20240412-0ubuntu1 i386 GCC, the GNU Compiler Collection (base package) ii gcc-14-cross-base 14-20240412-0ubuntu1cross1 all GCC, the GNU Compiler Collection (library base package) ii gcc-14-x86-64-linux-gnu 14-20240412-0ubuntu1 amd64 GNU C compiler for the x86_64-linux-gnu architecture ii libgcc-14-dev:amd64 14-20240412-0ubuntu1 amd64 GCC support library (development files)

Found that iconv_hook is no longer required. I've updated the makefile accordingly.

Thanks for reporting.

On Tue, May 21, 2024 at 9:48 AM Sebastian @.***> wrote:

Do you have an Ubuntu installation with gcc 14? According to https://packages.ubuntu.com/search?suite=oracular&searchon=names&keywords=gcc the also the latest (and still unreleased) development version uses gcc 13

— Reply to this email directly, view it on GitHub https://github.com/folkertvanheusden/rsstail/issues/4#issuecomment-2121977819, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUN5IWYKHNL3FMK4OI6FDTDZDL34HAVCNFSM6AAAAABIBBTSHCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRRHE3TOOBRHE . You are receiving this because you commented.Message ID: @.***>