Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 807184 - app-misc/detachtty-11.0.0: attachtty.c:98:18: error: SIGSTKFLT undeclared
Summary: app-misc/detachtty-11.0.0: attachtty.c:98:18: error: SIGSTKFLT undeclared
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: 795702
  Show dependency tree
 
Reported: 2021-08-08 15:40 UTC by Rolf Eike Beer
Modified: 2022-05-04 13:02 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rolf Eike Beer archtester 2021-08-08 15:40:56 UTC
* Package:    app-misc/detachtty-11.0.0
 * Repository: gentoo
 * Maintainer: shell-tools@gentoo.org common-lisp@gentoo.org
 * USE:        elibc_glibc kernel_linux sparc userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox test userpriv usersandbox
>>> Unpacking source...
>>> Unpacking detachtty-11.0.0.tar.gz to /var/tmp/portage/app-misc/detachtty-11.0.0/work
>>> Source unpacked in /var/tmp/portage/app-misc/detachtty-11.0.0/work
>>> Preparing source in /var/tmp/portage/app-misc/detachtty-11.0.0/work/detachtty-11.0.0 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-misc/detachtty-11.0.0/work/detachtty-11.0.0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-misc/detachtty-11.0.0/work/detachtty-11.0.0 ...
make -j20 -l40 CC=sparc-unknown-linux-gnu-gcc 'CFLAGS=-O2 -mcpu=niagara2 -pipe -Wcast-align' 
sparc-unknown-linux-gnu-gcc -O2 -mcpu=niagara2 -pipe -Wcast-align   -c -o detachtty.o detachtty.c
sparc-unknown-linux-gnu-gcc -O2 -mcpu=niagara2 -pipe -Wcast-align   -c -o copy-stream.o copy-stream.c
sparc-unknown-linux-gnu-gcc -O2 -mcpu=niagara2 -pipe -Wcast-align   -c -o errors.o errors.c
sparc-unknown-linux-gnu-gcc -O2 -mcpu=niagara2 -pipe -Wcast-align   -c -o attachtty.o attachtty.c
copy-stream.c: In function ?send_bytes_and_fd?:
copy-stream.c:68:6: warning: cast increases required alignment of target type [-Wcast-align]
   68 |     *(int *)CMSG_DATA(cmsg) = send_fd;
      |      ^
copy-stream.c: In function ?recv_bytes_and_fd?:
copy-stream.c:101:24: warning: cast increases required alignment of target type [-Wcast-align]
  101 |           * recv_fd = *(int *) CMSG_DATA(cmsg);
      |                        ^
attachtty.c: In function ?init_signal_handlers?:
attachtty.c:98:18: error: ?SIGSTKFLT? undeclared (first use in this function); did you mean ?SIGSTKSZ??
   98 |         SIGTERM, SIGSTKFLT, SIGCHLD, SIGXCPU, SIGXFSZ,
      |                  ^~~~~~~~~
      |                  SIGSTKSZ
attachtty.c:98:18: note: each undeclared identifier is reported only once for each function it appears in
attachtty.c: In function ?connect_direct?:
attachtty.c:269:13: warning: ignoring return value of ?write? declared with attribute ?warn_unused_result? [-Wunused-result]
  269 |             write(sock,"\003",1);
      |             ^~~~~~~~~~~~~~~~~~~~
attachtty.c:313:25: warning: ignoring return value of ?write? declared with attribute ?warn_unused_result? [-Wunused-result]
  313 |                         write(sock,"\r",1);
      |                         ^~~~~~~~~~~~~~~~~~
detachtty.c: In function ?init_signal_handlers?:
detachtty.c:396:59: error: ?SIGSTKFLT? undeclared (first use in this function); did you mean ?SIGSTKSZ??
  396 |                            SIGSEGV, /*SIGPIPE,*/ SIGTERM, SIGSTKFLT, SIGCHLD,
      |                                                           ^~~~~~~~~
      |                                                           SIGSTKSZ
detachtty.c:396:59: note: each undeclared identifier is reported only once for each function it appears in
Comment 1 Rolf Eike Beer archtester 2021-08-08 15:42:06 UTC
Portage 3.0.20 (python 3.9.6-final-0, default/linux/sparc/17.0, gcc-10.3.0, glibc-2.33-r1, 5.13.0-gentoo-r1-sparc64 sparc64)
=================================================================
System uname: Linux-5.13.0-gentoo-r1-sparc64-sparc64-sun4v-with-glibc2.33
KiB Mem:    33076584 total,   7650976 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Sun, 08 Aug 2021 00:15:01 +0000
Head commit of repository gentoo: 12e342c5c478352aa8c0da3e3b5f3503d3af8ed4
sh bash 5.1_p8
ld GNU ld (Gentoo 2.35.2 p1) 2.35.2
app-shells/bash:          5.1_p8::gentoo
dev-lang/perl:            5.34.0::gentoo
dev-lang/python:          2.7.18_p11::gentoo, 3.7.11::gentoo, 3.8.11::gentoo, 3.9.6_p1::gentoo
dev-util/cmake:           3.20.5::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/openrc:          0.42.1-r1::gentoo
sys-apps/sandbox:         2.24::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.16.3-r1::gentoo
sys-devel/binutils:       2.35.2::gentoo
sys-devel/gcc:            10.3.0-r2::gentoo
sys-devel/gcc-config:     2.4::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.10::gentoo (virtual/os-headers)
sys-libs/glibc:           2.33-r1::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.de.gentoo.org/gentoo-portage/
    priority: -1000
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-max-age: 24
    sync-rsync-extra-opts: 

qt
    location: /var/lib/layman/qt
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="sparc"
ACCEPT_LICENSE="* -@EULA"
CBUILD="sparc-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=niagara2 -pipe -Wcast-align"
CHOST="sparc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.4/ext-active/ /etc/php/cgi-php7.4/ext-active/ /etc/php/cli-php7.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -mcpu=niagara2 -pipe -Wcast-align"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY 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"
FCFLAGS=""
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS=""
GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j20 -l40"
PKGDIR="/usr/portage/packages"
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"
USE="acl big-endian bzip2 cli crypt dri fortran gdbm iconv ipv6 libglvnd libtirpc llvm-libunwind ncurses nls nptl openmp pam pcre readline sparc split-usr ssl tcpd unicode xattr zlib" ADA_TARGET="gnat_2018" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache 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" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3 php7-4" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26" USERLAND="GNU" VIDEO_CARDS="fbdev glint mga r128 radeon dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RUSTFLAGS
Comment 2 matoro archtester 2022-05-04 00:20:05 UTC
I've created an upstream PR to fix this:  https://github.com/cosmos72/detachtty/pull/5
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-04 00:23:44 UTC
(In reply to matoro from comment #2)
> I've created an upstream PR to fix this: 
> https://github.com/cosmos72/detachtty/pull/5

Feel free to do a PR for bits like this which are uncontroversial. Good work!
Comment 4 Larry the Git Cow gentoo-dev 2022-05-04 12:59:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18147fe4079060b6a55d013ad58773ddf45f6efb

commit 18147fe4079060b6a55d013ad58773ddf45f6efb
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2022-05-04 12:58:32 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2022-05-04 12:59:34 +0000

    app-misc/detachtty: Fix compilation on sparc
    
    Closes: https://bugs.gentoo.org/807184
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-misc/detachtty/detachtty-11.0.0.ebuild         |   4 +-
 .../detachtty/files/detachtty-11.0.0-sparc.patch   | 121 +++++++++++++++++++++
 2 files changed, 124 insertions(+), 1 deletion(-)
Comment 5 Ulrich Müller gentoo-dev 2022-05-04 13:02:48 UTC
(In reply to matoro from comment #2)
> I've created an upstream PR to fix this: 
> https://github.com/cosmos72/detachtty/pull/5

Thanks. The patch didn't apply to the 11.0.0 release, so I had to do some (minor) backporting. I guess it won't harm if you test whether this fixes the issue.