Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944802 - app-editors/aee-2.2.21 - [ncurses-6.5] [libtool] aee.c: error: assignment to int from void makes integer from pointer without a cast [-Wint-conversion]
Summary: app-editors/aee-2.2.21 - [ncurses-6.5] [libtool] aee.c: error: assignment to ...
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: PullRequest
Depends on:
Blocks:
 
Reported: 2024-11-24 10:53 UTC by Toralf Förster
Modified: 2025-03-10 03:02 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.40 KB, text/plain)
2024-11-24 10:53 UTC, Toralf Förster
Details
app-editors:aee-2.2.21:20241124-104603.log (app-editors:aee-2.2.21:20241124-104603.log,6.71 KB, text/plain)
2024-11-24 10:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,7.33 KB, text/plain)
2024-11-24 10:53 UTC, Toralf Förster
Details
environment (environment,62.42 KB, text/plain)
2024-11-24 10:53 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,15.00 KB, application/x-xz)
2024-11-24 10:53 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,34.04 KB, text/plain)
2024-11-24 10:53 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,14.98 KB, application/x-xz)
2024-11-24 10:53 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 2024-11-24 10:53:23 UTC
make -O -j4 CC=x86_64-pc-linux-gnu-gcc aee 
Generating make.aee
make -f make.aee
make[1]: Entering directory '/var/tmp/portage/app-editors/aee-2.2.21/work/aee-2.2.21'
x86_64-pc-linux-gnu-gcc -DSYS5  -DBSD_SELECT   -DNCURSE  -c aee.c -DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT  -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto   -DSLCT_HDR  -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto
aee.c: In function buf_alloc:
aee.c:1546:28: error: assignment to int from void * makes integer from pointer without a cast [-Wint-conversion]
 1546 |         temp_buf->journ_fd = NULL;
      |                            ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_hardened-20241124-061002

  UNMASKED:
    Issues involving opaque types / incomplete typedefs should block bug 930805
  >=sys-libs/ncurses-6.5

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-14 *
llvm-config: Python 3.12.7
go version go1.23.3 linux/amd64

  HEAD of ::gentoo
commit 1978eece20789202fefce7d0c76582bb78d956c5
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Nov 24 10:33:37 2024 +0000

    2024-11-24 10:33:36 UTC

emerge -qpvO =app-editors/aee-2.2.21
[ebuild  N    ] app-editors/aee-2.2.21  USE="-X"
Comment 1 Toralf Förster gentoo-dev 2024-11-24 10:53:24 UTC
Created attachment 911745 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-24 10:53:25 UTC
Created attachment 911746 [details]
app-editors:aee-2.2.21:20241124-104603.log
Comment 3 Toralf Förster gentoo-dev 2024-11-24 10:53:26 UTC
Created attachment 911747 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-11-24 10:53:27 UTC
Created attachment 911748 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-11-24 10:53:28 UTC
Created attachment 911749 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-24 10:53:29 UTC
Created attachment 911750 [details]
qlist-info.txt
Comment 7 Toralf Förster gentoo-dev 2024-11-24 10:53:30 UTC
Created attachment 911751 [details]
temp.tar.xz
Comment 8 Larry the Git Cow gentoo-dev 2025-03-10 03:02:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ec3426440f42dc92f6ecadf7b096f275e05b99

commit 91ec3426440f42dc92f6ecadf7b096f275e05b99
Author:     Alexey Sokolov <alexey+gentoo@asokolov.org>
AuthorDate: 2025-02-23 11:28:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-10 03:01:10 +0000

    app-editors/aee: add 2.2.22, switch upstream
    
    Closes: https://bugs.gentoo.org/944802
    Closes: https://bugs.gentoo.org/894372
    Closes: https://bugs.gentoo.org/870643
    Closes: https://github.com/gentoo/gentoo/pull/31670
    Closes: https://github.com/gentoo/gentoo/pull/30728
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Closes: https://github.com/gentoo/gentoo/pull/40714
    Signed-off-by: Sam James <sam@gentoo.org>

 app-editors/aee/Manifest          |  1 +
 app-editors/aee/aee-2.2.22.ebuild | 69 +++++++++++++++++++++++++++++++++++++++
 app-editors/aee/metadata.xml      |  9 +++--
 3 files changed, 76 insertions(+), 3 deletions(-)