Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 638502 - app-editors/ee-1.5.2 : ee.c:555:30: error: SIGUNUSED undeclared (first use in this function); did you mean SI_USER ?
Summary: app-editors/ee-1.5.2 : ee.c:555:30: error: SIGUNUSED undeclared (first use in...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-22 18:18 UTC by Toralf Förster
Modified: 2017-12-09 13:17 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.91 KB, text/plain)
2017-11-22 18:18 UTC, Toralf Förster
Details
app-editors:ee-1.5.2:20171122-142734.log (app-editors:ee-1.5.2:20171122-142734.log,24.95 KB, text/plain)
2017-11-22 18:18 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,123.76 KB, text/plain)
2017-11-22 18:18 UTC, Toralf Förster
Details
environment (environment,43.87 KB, text/plain)
2017-11-22 18:18 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.83 KB, application/x-bzip)
2017-11-22 18:18 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,15.27 KB, application/x-bzip)
2017-11-22 18:18 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-11-22 18:18:32 UTC
x86_64-pc-linux-gnu-gcc -c ee.c -DSYS5  -DBSD_SELECT   -DNCURSE  -DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT   -DSLCT_HDR -O2 -pipe -march=native -Wall  -Wl,-O1 -Wl,--as-needed 
ee.c: In function ‘main’:
ee.c:555:30: error: ‘SIGUNUSED’ undeclared (first use in this function); did you mean ‘SI_USER’?
  for (counter = 1; counter < SIGUNUSED; counter++)
                              ^~~~~~~~~
                              SI_USER

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_libressl_20171120-180901

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *



emerge -qpv app-editors/ee
[ebuild  N    ] app-editors/ee-1.5.2
Comment 1 Toralf Förster gentoo-dev 2017-11-22 18:18:35 UTC
Created attachment 505784 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-11-22 18:18:38 UTC
Created attachment 505786 [details]
app-editors:ee-1.5.2:20171122-142734.log
Comment 3 Toralf Förster gentoo-dev 2017-11-22 18:18:41 UTC
Created attachment 505788 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-11-22 18:18:44 UTC
Created attachment 505790 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-11-22 18:18:47 UTC
Created attachment 505792 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-11-22 18:18:50 UTC
Created attachment 505794 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2017-12-09 13:17:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90eabcfdd4a2a67ba010ac25df66607c218bfa13

commit 90eabcfdd4a2a67ba010ac25df66607c218bfa13
Author:     Akinori Hattori <hattya@gentoo.org>
AuthorDate: 2017-12-09 13:14:35 +0000
Commit:     Akinori Hattori <hattya@gentoo.org>
CommitDate: 2017-12-09 13:16:22 +0000

    app-editors/ee: fix build with >=sys-libs/glibc-2.26
    
    Closes: https://bugs.gentoo.org/638502
    Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-editors/ee/ee-1.5.2.ebuild       |  1 +
 app-editors/ee/files/ee-signal.patch | 11 +++++++++++
 2 files changed, 12 insertions(+)