Debian Removes Free Pascal Compiler / Lazarus IDE

(forum.lazarus.freepascal.org)

18 points | by mariuz 3 hours ago ago

5 comments

  • kasabali an hour ago ago

    Bigger issue here is they're removing everything that depends on gtk2.

    • curt15 31 minutes ago ago

      Does gtk2 still have Debian maintainers? Whatever is in Debian's official repository is effectively endorsed by Debian. If they don't have enough capacity it's wiser to drop support than to sign off on something of unknown quality.

    • canistel 17 minutes ago ago

      - GTK2 is only one of the supported widget sets for Lazarus. It supports Qt5 & 6 too. I feel Lazarus should switch to Qt5 or 6 until GTK3 is mature.

      - Hexchat IRC client is another popular application that is still stuck with GTK2.

    • pamcake an hour ago ago

      Well that's a bummer. There's a whole generation of barely-if-at-all-maintained but still perfectly working utils that will probably be forever lost to obscurity with that.

      Recently I wish Debian was more Debian.

  • anthk 38 minutes ago ago

    That's the curse on the Unix world. At least FreeBSD, NetBSD (OpenBSD not by design, but that's understandable because of security) have their compat libraries on plus some of them (even GTK1) in their ports. On 9front, I just adapted Russ Cox' Xword (some crossword player for XWord files, it has a converter from Across Lite Puz files to Xword) for modern times, barely a few lines changes in some drawing function for software made for Plan9 4ed or close.

    PD: Guix can do the same as fbsd and nbsd because, well, setting up an isolated environment with time-bound tools it's basically what Guix was born for, reproducibility. Scientific repo for a paper must be run point to point as we had a Slackware setup with Slackbuilds in 2007? That's the point of Guix. You would say... docker. But docker it's overkill.