Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 910322 Details for
Bug 944037
net-print/ink-0.5.3 - [libtool] [gcc-15] malloc.c: error: too many arguments to function malloc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-print:ink-0.5.3:20241119-194835.log
net-print:ink-0.5.3:20241119-194835.log (text/plain), 5.91 KB, created by
Toralf Förster
on 2024-11-19 19:57:01 UTC
(
hide
)
Description:
net-print:ink-0.5.3:20241119-194835.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-19 19:57:01 UTC
Size:
5.91 KB
patch
obsolete
> * Package: net-print/ink-0.5.3:0 > * Repository: gentoo > * Maintainer: printing@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking ink-0.5.3.tar.gz to /var/tmp/portage/net-print/ink-0.5.3/work >>>> Source unpacked in /var/tmp/portage/net-print/ink-0.5.3/work >>>> Preparing source in /var/tmp/portage/net-print/ink-0.5.3/work/ink-0.5.3 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-print/ink-0.5.3/work/ink-0.5.3 ... > * econf: updating ink-0.5.3/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating ink-0.5.3/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/ink-0.5.3 --htmldir=/usr/share/doc/ink-0.5.3/html --libdir=/usr/lib64 >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/config.site.d/80crossdev.conf >checking for a BSD-compatible install... /usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking for style of include used by make... GNU >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes >checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none >checking for rpmbuild... /usr/bin/rpmbuild >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking inklevel.h usability... yes >checking inklevel.h presence... yes >checking for inklevel.h... yes >checking for get_ink_level in -linklevel... yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking for unistd.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible malloc... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating ink.spec >config.status: creating ink.1 >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-print/ink-0.5.3/work/ink-0.5.3 ... >make -O -j4 >make all-am >make[1]: Entering directory '/var/tmp/portage/net-print/ink-0.5.3/work/ink-0.5.3' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -march=native -fno-diagnostics-color -c -o malloc.o malloc.c >malloc.c:6:7: warning: conflicting types for built-in function âmallocâ; expected âvoid *(long unsigned int)â [-Wbuiltin-declaration-mismatch] > 6 | void *malloc (); > | ^~~~~~ >malloc.c:5:1: note: âmallocâ is declared in header â<stdlib.h>â > 4 | #include <sys/types.h> > +++ |+#include <stdlib.h> > 5 | >malloc.c: In function ârpl_mallocâ: >malloc.c:16:10: error: too many arguments to function âmallocâ > 16 | return malloc (n); > | ^~~~~~ >malloc.c:6:7: note: declared here > 6 | void *malloc (); > | ^~~~~~ >make[1]: *** [Makefile:430: malloc.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/net-print/ink-0.5.3/work/ink-0.5.3' >make[1]: *** Waiting for unfinished jobs.... >make[1]: Entering directory '/var/tmp/portage/net-print/ink-0.5.3/work/ink-0.5.3' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -march=native -fno-diagnostics-color -c -o ink.o ink.c >make[1]: Leaving directory '/var/tmp/portage/net-print/ink-0.5.3/work/ink-0.5.3' >make: *** [Makefile:320: all] Error 2 > * ERROR: net-print/ink-0.5.3::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-print/ink-0.5.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-print/ink-0.5.3::gentoo'`. > * The complete build log is located at '/var/log/portage/net-print:ink-0.5.3:20241119-194835.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-print/ink-0.5.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-print/ink-0.5.3/temp/environment'. > * Working directory: '/var/tmp/portage/net-print/ink-0.5.3/work/ink-0.5.3' > * S: '/var/tmp/portage/net-print/ink-0.5.3/work/ink-0.5.3' >
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 944037
:
910316
|
910317
|
910318
|
910319
|
910320
|
910321
| 910322 |
910323
|
910324