Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 909839 Details for
Bug 943933
net-fs/wdfs-1.4.2-r3 - [ncurses-6.5] [gcc-15] wdfs-main.h: error: expected identifier before true
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-fs:wdfs-1.4.2-r3:20241118-230145.log
net-fs:wdfs-1.4.2-r3:20241118-230145.log (text/plain), 7.59 KB, created by
Toralf Förster
on 2024-11-19 08:47:59 UTC
(
hide
)
Description:
net-fs:wdfs-1.4.2-r3:20241118-230145.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-19 08:47:59 UTC
Size:
7.59 KB
patch
obsolete
> * Package: net-fs/wdfs-1.4.2-r3:0 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking wdfs-1.4.2.tar.gz to /var/tmp/portage/net-fs/wdfs-1.4.2-r3/work >>>> Source unpacked in /var/tmp/portage/net-fs/wdfs-1.4.2-r3/work >>>> Preparing source in /var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2 ... > * Applying wdfs-1.4.2-fix-Waddress.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2 ... >./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 --docdir=/usr/share/doc/wdfs-1.4.2-r3 --htmldir=/usr/share/doc/wdfs-1.4.2-r3/html --libdir=/usr/lib64 >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 gawk... gawk >checking whether make sets $(MAKE)... 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 for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >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 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 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 pthread.h usability... yes >checking pthread.h presence... yes >checking for pthread.h... yes >checking for strndup... yes >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 dependency style of x86_64-pc-linux-gnu-gcc... (cached) none >checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for WDFS... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating src/config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2 ... >make -O -j4 >Making all in src >make all-am >make[2]: Entering directory '/var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2/src' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -c webdav.c >In file included from webdav.c:39: >wdfs-main.h:33:9: error: expected identifier before âtrueâ > 33 | true = 1, > | ^~~~ >webdav.c:185:5: error: conflicting types for âsetup_webdav_sessionâ; have âint(const char *, const char *, const char *)â > 185 | int setup_webdav_session( > | ^~~~~~~~~~~~~~~~~~~~ >In file included from webdav.c:40: >webdav.h:6:5: note: previous declaration of âsetup_webdav_sessionâ with type âint(void)â > 6 | int setup_webdav_session(); > | ^~~~~~~~~~~~~~~~~~~~ >make[2]: *** [Makefile:243: webdav.o] Error 1 >make[2]: Leaving directory '/var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2/src' >make[2]: *** Waiting for unfinished jobs.... >make[2]: Entering directory '/var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2/src' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -c svn.c >In file included from svn.c:35: >wdfs-main.h:33:9: error: expected identifier before âtrueâ > 33 | true = 1, > | ^~~~ >make[2]: *** [Makefile:243: svn.o] Error 1 >make[2]: Leaving directory '/var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2/src' >make[2]: Entering directory '/var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2/src' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -c cache.c >In file included from cache.c:35: >wdfs-main.h:33:9: error: expected identifier before âtrueâ > 33 | true = 1, > | ^~~~ >make[2]: *** [Makefile:243: cache.o] Error 1 >make[2]: Leaving directory '/var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2/src' >make[2]: Entering directory '/var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2/src' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/include/neon -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -c wdfs-main.c >In file included from wdfs-main.c:40: >wdfs-main.h:33:9: error: expected identifier before âtrueâ > 33 | true = 1, > | ^~~~ >wdfs-main.c:1265:27: error: initialization of âvoid (*)(void *)â from incompatible pointer type âvoid (*)(void)â [-Wincompatible-pointer-types] > 1265 | .destroy = wdfs_destroy, > | ^~~~~~~~~~~~ >wdfs-main.c:1265:27: note: (near initialization for âwdfs_operations.destroyâ) >wdfs-main.c: In function âmainâ: >wdfs-main.c:1375:13: error: too many arguments to function âsetup_webdav_sessionâ > 1375 | if (setup_webdav_session(wdfs.webdav_resource, wdfs.username, wdfs.password)) { > | ^~~~~~~~~~~~~~~~~~~~ >In file included from wdfs-main.c:41: >webdav.h:6:5: note: declared here > 6 | int setup_webdav_session(); > | ^~~~~~~~~~~~~~~~~~~~ >make[2]: *** [Makefile:243: wdfs-main.o] Error 1 >make[2]: Leaving directory '/var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2/src' >make[1]: *** [Makefile:150: all] Error 2 >make: *** [Makefile:198: all-recursive] Error 1 > * ERROR: net-fs/wdfs-1.4.2-r3::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-fs/wdfs-1.4.2-r3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-fs/wdfs-1.4.2-r3::gentoo'`. > * The complete build log is located at '/var/log/portage/net-fs:wdfs-1.4.2-r3:20241118-230145.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-fs/wdfs-1.4.2-r3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-fs/wdfs-1.4.2-r3/temp/environment'. > * Working directory: '/var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2' > * S: '/var/tmp/portage/net-fs/wdfs-1.4.2-r3/work/wdfs-1.4.2' >
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 943933
:
909833
|
909834
|
909835
|
909836
|
909837
|
909838
| 909839 |
909840
|
909841