Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943875 - net-ftp/ftp-0.17.34.0.2.5.1 fails to compile with gcc-15.0.0_pre20241117: cmds.c:1117:11: error: two or more data types in declaration specifiers
Summary: net-ftp/ftp-0.17.34.0.2.5.1 fails to compile with gcc-15.0.0_pre20241117: cmd...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-19 00:11 UTC by OldManSeph
Modified: 2024-12-10 01:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ftp-0.17.34.0.2.5.1.build.log (ftp-0.17.34.0.2.5.1.build.log,70 bytes, text/x-log)
2024-11-19 00:11 UTC, OldManSeph
Details
emerge --info (emerge_info.txt,6.92 KB, text/plain)
2024-11-19 00:13 UTC, OldManSeph
Details
ftp-0.17.34.0.2.5.1 (ftp-0.17.34.0.2.5.1.build.log,29.35 KB, text/plain)
2024-11-19 02:00 UTC, OldManSeph
Details
ftp-0.17.34.0.2.5.1 build.log , 15.0.0_pre20241117-r2::gentoo (ftp-0.17.34.0.2.5.1.build.log,28.50 KB, text/plain)
2024-11-19 20:35 UTC, OldManSeph
Details
net-ftp/ftp-0.17.34.0.2.5.1 build log (ftp-0.17.34.0.2.5.1.build.log,17.47 KB, text/x-log)
2024-11-25 20:12 UTC, OldManSeph
Details

Note You need to log in before you can comment on or make changes to this bug.
Description OldManSeph 2024-11-19 00:11:36 UTC
Created attachment 909678 [details]
ftp-0.17.34.0.2.5.1.build.log

domacro.c:116:37: warning: this statement may fall through [-Wimplicit-fallthrough=]
  116 |                                  if (*(cp1+1) == 'i') {
      |                                     ^
domacro.c:125:29: note: here
  125 |                             default:
      |                             ^~~~~~~
In file included from main.c:120:
sslapp.c: In function ‘do_ssleay_init’:
sslapp.c:100:7: warning: ‘RSA_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  100 |       rsa = RSA_new();
      |       ^~~
In file included from /usr/include/openssl/x509.h:36,
                 from sslapp.h:33,
                 from ftp_var.h:187,
                 from main.c:87:
/usr/include/openssl/rsa.h:212:28: note: declared here
  212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
      |                            ^~~~~~~
sslapp.c:112:11: warning: ‘RSA_generate_key_ex’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  112 |           RSA_generate_key_ex(rsa, 512, exp, NULL);
      |           ^~~~~~~~~~~~~~~~~~~
/usr/include/openssl/rsa.h:271:27: note: declared here
  271 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
      |                           ^~~~~~~~~~~~~~~~~~~
sslapp.c:128:7: warning: ‘RSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  128 |       RSA_free(rsa);
      |       ^~~~~~~~
/usr/include/openssl/rsa.h:304:28: note: declared here
  304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
      |                            ^~~~~~~~
sslapp.c:169:15: warning: ‘ERR_func_error_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  169 |               const char *e = ERR_func_error_string(ERR_peek_error());
      |               ^~~~~
In file included from sslapp.h:35:
/usr/include/openssl/err.h:459:35: note: declared here
  459 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e);
      |                                   ^~~~~~~~~~~~~~~~~~~~~
sslapp.c:214:26: warning: ‘ERR_func_error_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  214 |                          ERR_func_error_string(ERR_peek_error()),
      |                          ^~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/err.h:459:35: note: declared here
  459 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e);
      |                                   ^~~~~~~~~~~~~~~~~~~~~
sslapp.c:222:11: warning: ‘SSL_CTX_use_RSAPrivateKey_file’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  222 |           if (!SSL_CTX_use_RSAPrivateKey_file(ssl_ctx, ssl_key_file,
      |           ^~
In file included from sslapp.h:34:
/usr/include/openssl/ssl.h:1728:12: note: declared here
 1728 | __owur int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sslapp.c:230:30: warning: ‘ERR_func_error_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  230 |                              ERR_func_error_string(ERR_peek_error()),
      |                              ^~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/err.h:459:35: note: declared here
  459 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e);
      |                                   ^~~~~~~~~~~~~~~~~~~~~
main.c: In function ‘set_ssl_trace’:
main.c:181:13: warning: ‘BIO_set_callback’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  181 |             BIO_set_callback(SSL_get_rbio(con),bio_dump_cb);
      |             ^~~~~~~~~~~~~~~~
In file included from sslapp.h:27:
/usr/include/openssl/bio.h:310:28: note: declared here
  310 | OSSL_DEPRECATEDIN_3_0 void BIO_set_callback(BIO *b, BIO_callback_fn callback);
      |                            ^~~~~~~~~~~~~~~~
main.c: In function ‘main’:
main.c:401:9: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations]
  401 |         siginterrupt(SIGINT, 1);
      |         ^~~~~~~~~~~~
In file included from main.c:67:
/usr/include/signal.h:324:12: note: declared here
  324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
      |            ^~~~~~~~~~~~
main.c:416:29: warning: ‘ERR_func_error_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  416 |                             ERR_func_error_string(ERR_peek_error()),
      |                             ^~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/err.h:459:35: note: declared here
  459 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e);
      |                                   ^~~~~~~~~~~~~~~~~~~~~
ftp.c: In function ‘sendrequest’:
ftp.c:880:35: warning: comparison of integer expressions of different signedness: ‘off_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] /shar
  880 |                         if (bytes < hashstep)
      |                                   ^
ftp.c: In function ‘recvrequest’:
ftp.c:1261:35: warning: comparison of integer expressions of different signedness: ‘off_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] /shar
 1261 |                         if (bytes < hashstep)
      |                                   ^
ftp.c: In function ‘dataconn’:
ftp.c:1701:66: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
 1701 |                     sprintf(errbuf,"ftp: SSL_connect DATA error %d - %s\n",
      |                                                                 ~^
      |                                                                  |
      |                                                                  int
      |                                                                 %ld
ftp.c: In function ‘ssl_init’:
ftp.c:2206:29: warning: ‘ERR_func_error_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 2206 |                             const char *e = ERR_func_error_string(ERR_peek_error());
      |                             ^~~~~
In file included from sslapp.h:35,
                 from ftp_var.h:187,
                 from ftp.c:77:
/usr/include/openssl/err.h:459:35: note: declared here
  459 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e);
      |                                   ^~~~~~~~~~~~~~~~~~~~~
ftp.c:2242:37: warning: ‘ERR_func_error_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 2242 |                                     ERR_func_error_string(ERR_peek_error()),
      |                                     ^~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/err.h:459:35: note: declared here
  459 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e);
      |                                   ^~~~~~~~~~~~~~~~~~~~~
ftp.c:2249:25: warning: ‘SSL_use_RSAPrivateKey_file’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 2249 |                         if (!SSL_use_RSAPrivateKey_file(ssl_con, my_ssl_key_file,
      |                         ^~
In file included from sslapp.h:34:
/usr/include/openssl/ssl.h:1720:12: note: declared here
 1720 | __owur int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
ftp.c:2257:41: warning: ‘ERR_func_error_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 2257 |                                         ERR_func_error_string(ERR_peek_error()),
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/err.h:459:35: note: declared here
  459 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e);
      |                                   ^~~~~~~~~~~~~~~~~~~~~
cmds.c: In function ‘checkglob’:
cmds.c:1078:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
 1078 |                 if (nrslash >= sizeof(dotdot)) {
      |                             ^~
cmds.c: At top level:
cmds.c:1117:11: error: two or more data types in declaration specifiers
 1117 | onoff(int bool)
      |           ^~~~
cmds.c: In function ‘onoff’:
cmds.c:1119:21: error: expected ‘)’ before ‘?’ token
 1119 |         return (bool ? "on" : "off");
      |                ~    ^~
      |                     )
cmds.c:1119:37: error: expected expression before ‘;’ token
 1119 |         return (bool ? "on" : "off");
      |                                     ^
cmds.c: In function ‘settick’:
cmds.c:1304:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] /shar
 1304 |                 printf(" (%d bytes/tick increment)", 10 * hashstep);
      |                           ~^                         ~~~~~~~~~~~~~
      |                            |                            |
      |                            int                          size_t {aka long unsigned int}
      |                           %ld
cmds.c: In function ‘domap’:
cmds.c:2364:36: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2364 |                                 if (isdigit(*(cp2 + 1))) {
      |                                    ^
cmds.c:2382:25: note: here
 2382 |                         default:
      |                         ^~~~~~~
cmds.c: In function ‘onoff’:
cmds.c:1120:1: warning: control reaches end of non-void function [-Wreturn-type]
 1120 | }
      | ^
cmds.c: In function ‘sethash’:
cmds.c:1265:42: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1265 |                                 hashstep *= 1024;
      |                                 ~~~~~~~~~^~~~~~~
cmds.c:1266:25: note: here
 1266 |                         case 'm':
      |                         ^~~~
cmds.c:1268:42: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1268 |                                 hashstep *= 1024;
      |                                 ~~~~~~~~~^~~~~~~
cmds.c:1269:25: note: here
 1269 |                         case 'k':
      |                         ^~~~
cmds.c: In function ‘user’:
cmds.c:1705:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 1705 |                         fgets(theacct, sizeof(theacct), stdin);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [../MRULES:4: cmds.o] Error 1
make[1]: *** Waiting for unfinished jobs....
ftp.c: In function ‘hookup’:
ftp.c:148:45: warning: variable ‘aiptr’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
  148 |         struct addrinfo hints, *ai = NULL, *aiptr = NULL;
      |                                             ^~~~~
ftp.c: In function ‘recvrequest’:
ftp.c:1033:13: warning: variable ‘tqcflag’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 1033 |         int tqcflag = 0;
      |             ^~~~~~~
make[1]: Leaving directory '/var/tmp/portage/net-ftp/ftp-0.17.34.0.2.5.1/work/netkit-ftp-0.17/ftp'
make: *** [Makefile:7: ftp.build] Error 2
 * ERROR: net-ftp/ftp-0.17.34.0.2.5.1::gentoo failed (compile phase):
 *   emake failed
Comment 1 OldManSeph 2024-11-19 00:13:19 UTC
Created attachment 909679 [details]
emerge --info
Comment 2 OldManSeph 2024-11-19 02:00:57 UTC
Created attachment 909683 [details]
ftp-0.17.34.0.2.5.1
Comment 3 OldManSeph 2024-11-19 20:35:22 UTC
Created attachment 910338 [details]
ftp-0.17.34.0.2.5.1 build.log , 15.0.0_pre20241117-r2::gentoo
Comment 4 OldManSeph 2024-11-25 20:08:17 UTC
Portage 3.0.66.1 (python 3.12.7-final-0, default/linux/amd64/23.0/desktop/plasma, gcc-15, glibc-2.40-r5, 6.11.7-gentoo-dist x86_64)
=================================================================
System uname: Linux-6.11.7-gentoo-dist-x86_64-AMD_Ryzen_5_5500-with-glibc2.40
KiB Mem:    16254720 total,   4683324 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Mon, 18 Nov 2024 16:30:00 +0000
Head commit of repository gentoo: a104fefa6fd66d6728a583a4d6ad976bd1c7beeb
Head commit of repository brave-overlay: 6a67124032b662bedc2a2858ce2f925639feab64

Timestamp of repository guru: Mon, 18 Nov 2024 14:33:24 +0000
Head commit of repository guru: 7302014fc33585677f9fd3ce0105b6813a2f496f

Timestamp of repository steam-overlay: Sun, 17 Nov 2024 05:33:32 +0000
Head commit of repository steam-overlay: 443e064b607a92dbad15243732698edc0b411b43

sh bash 5.2_p37
ld GNU ld (Gentoo 2.42 p6) 2.42.0
app-misc/pax-utils:        1.3.8::gentoo
app-shells/bash:           5.2_p37::gentoo
dev-build/autoconf:        2.72-r1::gentoo
dev-build/automake:        1.16.5-r2::gentoo, 1.17-r1::gentoo
dev-build/cmake:           3.31.0::gentoo
dev-build/libtool:         2.5.3::gentoo
dev-build/make:            4.4.1-r100::gentoo
dev-build/meson:           1.6.0::gentoo
dev-java/java-config:      2.3.4::gentoo
dev-lang/perl:             5.40.0::gentoo
dev-lang/python:           3.11.10_p1::gentoo, 3.12.7_p1::gentoo, 3.13.0::gentoo
dev-lang/rust-bin:         1.82.0-r100::gentoo
sys-apps/baselayout:       2.17::gentoo
sys-apps/openrc:           0.55.1::gentoo
sys-apps/sandbox:          2.40::gentoo
sys-devel/binutils:        2.42-r2::gentoo, 2.43-r2::gentoo
sys-devel/binutils-config: 5.5.2::gentoo
sys-devel/clang:           19.1.3::gentoo
sys-devel/gcc:             13.3.1_p20240614::gentoo, 14.2.1_p20241026::gentoo, 15.0.0_pre20241117-r1::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/llvm:            18.1.8-r6::gentoo, 19.1.3::gentoo
sys-kernel/linux-headers:  6.11::gentoo (virtual/os-headers)
sys-libs/glibc:            2.40-r5::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: False
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts: 
    sync-rsync-verify-max-age: 3
    sync-rsync-verify-jobs: 1

brave-overlay
    location: /var/db/repos/brave-overlay
    sync-type: git
    sync-uri: https://gitlab.com/jason.oliveira/brave-overlay.git
    masters: gentoo
    volatile: False

guru
    location: /var/db/repos/guru
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/guru.git
    masters: gentoo
    volatile: False

steam-overlay
    location: /var/db/repos/steam-overlay
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/steam-overlay.git
    masters: gentoo
    volatile: False

Binary Repositories:

gentoobinhost
    priority: 1
    sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="https://gentoo.osuosl.org/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
MAKEOPTS="-j8"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac acl acpi activities alsa amd64 bluetooth branding bzip2 cairo cdda cdr cet crypt cups dbus declarative dracut dri dts dvd dvdr elogind encode exif flac gdbm gif gpm gtk gui iconv icu ipv6 jpeg kde kf6compat kwallet lcms libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses networkmanager nls ogg opengl openmp pam pango pcre pdf pipewire plasma png policykit ppds pulseaudio qml qt5 qt6 readline screencast sdl seccomp semantic-desktop sound spell ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vorbis vulkan wayland widgets wxwidgets x264 xattr xcb xft xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gcc_12" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres16" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby32" VIDEO_CARDS="amdgpu radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 5 OldManSeph 2024-11-25 20:12:40 UTC
Created attachment 911916 [details]
net-ftp/ftp-0.17.34.0.2.5.1 build log