We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloned from https://bugs.gentoo.org/show_bug.cgi?id=599704 Discussed at https://forums.gentoo.org/viewtopic-p-7988042.html#7988042
GPG support is broken for a long time now. Is this the right place to report?
*gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -Os -Wall -Wno-pointer-sign -MT mpih-div.o -MD -MP -MF .deps/mpih-div.Tpo -c -o mpih-div.o mpih-div.c *In file included from mpih-div.c:32:0: *mpih-div.c: In function ‘mpihelp_mod_1’: *mpi-internal.h:160:17: warning: variable ‘_ql’ set but not used [-Wunused-but-set-variable] * mpi_limb_t _q, _ql, _r; \ * ^ *mpih-div.c:99:3: note: in expansion of macro ‘UDIV_QRNND_PREINV’ * UDIV_QRNND_PREINV(dummy, r, r, * ^ ^ ... ... ... *rijndael.c:2053:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *rijndael.c:2070:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * *((u32*)(b )) ^= *((u32*)rk[0][0]); * ^ *rijndael.c:2071:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * *((u32*)(b+ 4)) ^= *((u32*)rk[0][1]); * ^ *rijndael.c:2072:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * *((u32*)(b+ 8)) ^= *((u32*)rk[0][2]); * ^ *rijndael.c:2073:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *-- *mv -f .deps/sha512.Tpo .deps/sha512.Po *gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -DGNUPG_LIBDIR="\"//lib/gnupg\"" -Os -Wall -Wno-pointer-sign -MT idea-stub.o -MD -MP -MF .deps/idea-stub.Tpo -c -o idea-stub.o idea-stub.c *mv -f .deps/idea-stub.Tpo .deps/idea-stub.Po *gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -DGNUPG_LIBDIR="\"//lib/gnupg\"" -Os -Wall -Wno-pointer-sign -MT md.o -MD -MP -MF .deps/md.Tpo -c -o md.o md.c *md.c: In function ‘md_stop_debug’: *md.c:524:21: warning: variable ‘c’ set but not used [-Wunused-but-set-variable] *-- *mv -f .deps/bftest.Tpo .deps/bftest.Po *gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"//share/locale\"" -Os -Wall -Wno-pointer-sign -MT mpicalc.o -MD -MP -MF .deps/mpicalc.Tpo -c -o mpicalc.o mpicalc.c *mv -f .deps/mpicalc.Tpo .deps/mpicalc.Po *gcc -Os -Wall -Wno-pointer-sign -static -o bftest bftest.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -ldl *../cipher/libcipher.a(idea-stub.o): In function `idea_get_info': *idea-stub.c:(.text+0x86): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking *../util/libutil.a(fileutil.o): In function `make_filename': *fileutil.c:(.text+0x1aa): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking *fileutil.c:(.text+0x149): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking *-- *mpi-cmp.c:(.text+0xb6): multiple definition of `mpihelp_sub_1' *../mpi/libmpi.a(mpi-add.o):mpi-add.c:(.text+0xb6): first defined here *../mpi/libmpi.a(mpi-cmp.o): In function `mpihelp_sub': *mpi-cmp.c:(.text+0x113): multiple definition of `mpihelp_sub' *../mpi/libmpi.a(mpi-add.o):mpi-add.c:(.text+0x113): first defined here *collect2: error: ld returned 1 exit status *make[2]: *** [Makefile:411: mpicalc] Error 1 *make[2]: Leaving directory '/var/tmp/genkernel/9801.4320.27932.6125/gnupg-1.4.11/tools' *make[1]: *** [Makefile:363: all-recursive] Error 1 *make[1]: Leaving directory '/var/tmp/genkernel/9801.4320.27932.6125/gnupg-1.4.11' *make: *** [Makefile:300: all] Error 2 *-- * Running with options: all * Using genkernel.conf from /etc/genkernel.conf * Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh .. * Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load .. * * ERROR: Failed to compile the "" target...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cloned from https://bugs.gentoo.org/show_bug.cgi?id=599704
Discussed at https://forums.gentoo.org/viewtopic-p-7988042.html#7988042
GPG support is broken for a long time now. Is this the right place to report?
The text was updated successfully, but these errors were encountered: