Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 629890 Details for
Bug 716170
sys-fs/xwmfs-0.84 : ./.../Entry.hxx: error: uid_t does not name a type
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-fs:xwmfs-0.84:20200404-113232.log
sys-fs:xwmfs-0.84:20200404-113232.log (text/plain), 5.45 KB, created by
Toralf Förster
on 2020-04-04 13:03:10 UTC
(
hide
)
Description:
sys-fs:xwmfs-0.84:20200404-113232.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-04-04 13:03:10 UTC
Size:
5.45 KB
patch
obsolete
> * Package: sys-fs/xwmfs-0.84 > * Repository: gentoo > * Maintainer: matthias.gerstner@nefkom.net proxy-maint@gentoo.org > * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking xwmfs-0.84.tar.gz to /var/tmp/portage/sys-fs/xwmfs-0.84/work >>>> Source unpacked in /var/tmp/portage/sys-fs/xwmfs-0.84/work >>>> Preparing source in /var/tmp/portage/sys-fs/xwmfs-0.84/work/xwmfs-0.84 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-fs/xwmfs-0.84/work/xwmfs-0.84 ... >./configure --prefix=/usr --build=x86_64-gentoo-linux-musl --host=x86_64-gentoo-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/xwmfs-0.84 --htmldir=/usr/share/doc/xwmfs-0.84/html --libdir=/usr/lib >configure: loading site script /usr/share/config.site >checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking whether make supports the include directive... yes (GNU style) >checking for x86_64-gentoo-linux-musl-gcc... x86_64-gentoo-linux-musl-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-gentoo-linux-musl-gcc accepts -g... yes >checking for x86_64-gentoo-linux-musl-gcc option to accept ISO C89... none needed >checking whether x86_64-gentoo-linux-musl-gcc understands -c and -o together... yes >checking dependency style of x86_64-gentoo-linux-musl-gcc... none >checking for x86_64-gentoo-linux-musl-gcc option to accept ISO C99... none needed >checking for x86_64-gentoo-linux-musl-g++... x86_64-gentoo-linux-musl-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-gentoo-linux-musl-g++ accepts -g... yes >checking dependency style of x86_64-gentoo-linux-musl-g++... none >checking for a2x... yes >checking for x86_64-gentoo-linux-musl-pkg-config... /usr/bin/x86_64-gentoo-linux-musl-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for fuse >= 2.8.1 ... yes >checking for x11 >= 1.2.2 ... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating docs/Makefile >config.status: creating tests/Makefile >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-fs/xwmfs-0.84/work/xwmfs-0.84 ... >make -j1 >make all-recursive >make[1]: Entering directory '/var/tmp/portage/sys-fs/xwmfs-0.84/work/xwmfs-0.84' >Making all in src >make[2]: Entering directory '/var/tmp/portage/sys-fs/xwmfs-0.84/work/xwmfs-0.84/src' >x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -Wextra -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wshadow -Wformat=2 -I../src/ -DFUSE_USE_VERSION=26 -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -c -o fuse/xwmfs_fuse_ops.o fuse/xwmfs_fuse_ops.c >x86_64-gentoo-linux-musl-g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -Wextra -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wshadow -Wformat=2 -I../src/ -DFUSE_USE_VERSION=26 -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -std=c++11 -O2 -pipe -march=native -c -o fuse/xwmfs_fuse_ops_impl.o fuse/xwmfs_fuse_ops_impl.cxx >In file included from ./fuse/DirEntry.hxx:8, > from ./fuse/RootEntry.hxx:7, > from ./fuse/xwmfs_fuse.hxx:5, > from fuse/xwmfs_fuse_ops_impl.cxx:16: >./fuse/Entry.hxx:269:15: error: âuid_tâ does not name a type; did you mean âpid_tâ? > 269 | static const uid_t m_uid; > | ^~~~~ > | pid_t >./fuse/Entry.hxx:271:15: error: âgid_tâ does not name a type; did you mean âpid_tâ? > 271 | static const gid_t m_gid; > | ^~~~~ > | pid_t >make[2]: *** [Makefile:584: fuse/xwmfs_fuse_ops_impl.o] Error 1 >make[2]: Leaving directory '/var/tmp/portage/sys-fs/xwmfs-0.84/work/xwmfs-0.84/src' >make[1]: *** [Makefile:415: all-recursive] Error 1 >make[1]: Leaving directory '/var/tmp/portage/sys-fs/xwmfs-0.84/work/xwmfs-0.84' >make: *** [Makefile:335: all] Error 2 > * ERROR: sys-fs/xwmfs-0.84::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sys-fs/xwmfs-0.84::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-fs/xwmfs-0.84::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-fs:xwmfs-0.84:20200404-113232.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-fs/xwmfs-0.84/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-fs/xwmfs-0.84/temp/environment'. > * Working directory: '/var/tmp/portage/sys-fs/xwmfs-0.84/work/xwmfs-0.84' > * S: '/var/tmp/portage/sys-fs/xwmfs-0.84/work/xwmfs-0.84'
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 716170
:
629880
|
629882
|
629884
|
629886
|
629888
| 629890 |
629892