Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 911746 Details for
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]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-editors:aee-2.2.21:20241124-104603.log
app-editors:aee-2.2.21:20241124-104603.log (text/plain), 6.71 KB, created by
Toralf Förster
on 2024-11-24 10:53:25 UTC
(
hide
)
Description:
app-editors:aee-2.2.21:20241124-104603.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-24 10:53:25 UTC
Size:
6.71 KB
patch
obsolete
> * Package: app-editors/aee-2.2.21:0 > * Repository: gentoo > * Maintainer: hattya@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking aee-2.2.21.tar.gz to /var/tmp/portage/app-editors/aee-2.2.21/work >>>> Source unpacked in /var/tmp/portage/app-editors/aee-2.2.21/work >>>> Preparing source in /var/tmp/portage/app-editors/aee-2.2.21/work/aee-2.2.21 ... > * Applying aee-ae-location.patch ... > [ ok ] > * Applying aee-Wformat-security.patch ... > [ ok ] > * Applying aee-gcc-10.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-editors/aee-2.2.21/work/aee-2.2.21 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-editors/aee-2.2.21/work/aee-2.2.21 ... >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; > | ^ >aee.c: In function âsh_commandâ: >aee.c:2386:17: warning: ignoring return value of âpipeâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 2386 | pipe(pipe_in); /* create a pipe */ > | ^~~~~~~~~~~~~ >aee.c:2400:25: warning: ignoring return value of âdupâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 2400 | dup(pipe_in[1]); > | ^~~~~~~~~~~~~~~ >aee.c:2406:25: warning: ignoring return value of âdupâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 2406 | dup(pipe_in[1]); > | ^~~~~~~~~~~~~~~ >aee.c:2441:25: warning: ignoring return value of âpipeâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 2441 | pipe(pipe_out); > | ^~~~~~~~~~~~~~ >aee.c:2458:33: warning: ignoring return value of âdupâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 2458 | dup(pipe_out[0]); > | ^~~~~~~~~~~~~~~~ >aee.c:2485:49: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 2485 | write(pipe_out[1], line_holder->line, (line_holder->line_length-1)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >aee.c:2487:52: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 2487 | write(pipe_out[1], "\r", 1); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >aee.c:2488:49: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 2488 | write(pipe_out[1], "\n", 1); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[1]: *** [make.aee:13: aee.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/app-editors/aee-2.2.21/work/aee-2.2.21' >make[1]: *** Waiting for unfinished jobs.... >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 localize.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 >make[1]: Leaving directory '/var/tmp/portage/app-editors/aee-2.2.21/work/aee-2.2.21' >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 format.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 >make[1]: Leaving directory '/var/tmp/portage/app-editors/aee-2.2.21/work/aee-2.2.21' >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 control.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 >control.c: In function âdump_aee_confâ: >control.c:2108:17: warning: ignoring return value of âlinkâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 2108 | link(file_name, buffer); > | ^~~~~~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/app-editors/aee-2.2.21/work/aee-2.2.21' >make: *** [Makefile:27: buildaee] Error 2 > * ERROR: app-editors/aee-2.2.21::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-editors/aee-2.2.21::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-editors/aee-2.2.21::gentoo'`. > * The complete build log is located at '/var/log/portage/app-editors:aee-2.2.21:20241124-104603.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/aee-2.2.21/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-editors/aee-2.2.21/temp/environment'. > * Working directory: '/var/tmp/portage/app-editors/aee-2.2.21/work/aee-2.2.21' > * S: '/var/tmp/portage/app-editors/aee-2.2.21/work/aee-2.2.21' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 944802
:
911745
| 911746 |
911747
|
911748
|
911749
|
911750
|
911751