Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 900402 Details for
Bug 938087
dev-libs/bglibs-2.04-r2 - unix/sig_block.c: error: implicit declaration of function sigblock
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-libs:bglibs-2.04-r2:20240817-042930.log
dev-libs:bglibs-2.04-r2:20240817-042930.log (text/plain), 5.23 KB, created by
Toralf Förster
on 2024-08-17 07:32:47 UTC
(
hide
)
Description:
dev-libs:bglibs-2.04-r2:20240817-042930.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-08-17 07:32:47 UTC
Size:
5.23 KB
patch
obsolete
> * Package: dev-libs/bglibs-2.04-r2:0/2 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_musl kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking bglibs-2.04.tar.gz to /var/tmp/portage/dev-libs/bglibs-2.04-r2/work >>>> Source unpacked in /var/tmp/portage/dev-libs/bglibs-2.04-r2/work >>>> Preparing source in /var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04 ... > * Applying bglibs-2.04-stack-buffers.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04 ... >make -j4 -j1 >( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ > echo '#!/bin/sh';\ > echo 'main="$1"; shift';\ > echo exec libtool --mode=link --silent $tag `head -n 1 conf-ld` -L. '-o "$main" "$main.o" ${1+"$@"}' ; \ >) >ltload >chmod 755 ltload >( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ > echo '#!/bin/sh'; \ > echo 'lib="$1"; shift';\ > echo 'rm -f "$lib"';\ > echo libtool --mode=link --silent $tag `head -n 1 conf-ld` '-o "$lib" -rpath' `head -n 1 conf-lib` -version-info `head -n 1 LIBVERSION` '${1+"$@"}';\ >) >makeshlib >chmod 755 makeshlib >( echo '#!/bin/sh'; \ > echo 'source=$1; shift'; \ > echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ > echo exec `head -n 1 conf-cc` -I. "-I'include/bglibs'" "-I'include'" '-o ${base}.o -c $source ${1+"$@"}'; \ >) >compile >chmod 755 compile >( ( ./compile sys/trysystime.c >/dev/null 2>&1 && \ > echo '#include <sys/time.h>' ); \ > ( ./compile sys/trytime.c >/dev/null 2>&1 && \ > echo '#include <time.h>' ) ) >systime.h >rm -f sys/trysystime.o sys/trytime.o >( echo '#!/bin/sh';\ > echo 'main="$1"; shift';\ > echo exec `head -n 1 conf-ld` -L. '-o "$main" "$main.o" ${1+"$@"}'; \ >) >load >chmod 755 load >Checking for -lrt: no >cat warn-auto.sh choose.sh >choose >chmod 755 choose >Checking for -ldl: no >( set -e; \ > cat sysdeps-head.h; \ > ./choose c attribute; \ > ./choose cl daylight; \ > ./choose c deprecated; \ > ./choose clr ulong32; \ > ./choose clr ulong64; \ > ./choose clr endian; \ > ./choose c dirent; \ > ./choose c direntino; \ > ./choose c direnttype; \ > ./choose cl dl `cat dl.lib`; \ > ./choose c ipv6; \ > ./choose cl vfork; \ > ./choose cl getpeereid; \ > ./choose cl flock; \ > ./choose cl peercred; \ > ./choose cl sendfile; \ > ./choose cl sigaction; \ > ./choose cl sigprocmask; \ > ./choose cl spnam; \ > ./choose cl userpw; \ > ./choose cl waitp; \ > ./choose c zlib; \ > ./choose clr poll; \ > ./choose c sysselect; \ > ./choose cl setenv; \ > ./choose c timespec; \ > ./choose cl clockgettime `cat rt.lib`; \ > ./choose cl unsetenv; \ > ./choose clr unaligned; \ > ./choose cl mkfifo; \ > ./choose clr namedpipebug; \ > ./choose c inline; \ > ./choose c noreturn; \ > cat sysdeps-tail.h; \ >) >sysdeps.h >( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ > echo '#!/bin/sh'; \ > echo 'source=$1; shift'; \ > echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ > echo exec libtool --mode=compile --silent $tag `head -n 1 conf-cc` -I. "-I'include/bglibs'" "-I'include'" '-o ${base}.lo -c $source ${1+"$@"}'; \ >) >ltcompile >chmod 755 ltcompile >./ltcompile cli/main.c >./ltcompile cli/help.c >./makeshlib libbg-cli.la cli/main.lo cli/help.lo >./ltcompile iobuf/ibuf_init.c >./ltcompile str/findnext.c >./ltcompile net/dns_name_packet.c >./ltcompile net/dns_domain_fromdot.c >./ltcompile uint64/pack_msb.c >./ltcompile unix/trigger_set.c >./ltcompile str/buildmap.c >./ltcompile adt/gstack_top.c >./ltcompile adt/gqueue_push.c >./ltcompile iobuf/obuf_putunumw.c >./ltcompile net/pairstr.c >./ltcompile crc/gcrc16rfl.c >./ltcompile iobuf/ibuf_copytofd.c >./ltcompile str/env_from_array.c >./ltcompile dict/init.c >./ltcompile iobuf/obuf_seek.c >./ltcompile net/dns_resolve.c >./ltcompile unix/sig_block.c >unix/sig_block.c: In function 'sig_block': >unix/sig_block.c:30:3: error: implicit declaration of function 'sigblock'; did you mean 'sig_block'? [-Wimplicit-function-declaration] > 30 | sigblock(1 << (s - 1)); > | ^~~~~~~~ > | sig_block >unix/sig_block.c: In function 'sig_unblock': >unix/sig_block.c:42:3: error: implicit declaration of function 'sigsetmask'; did you mean 'sigset'? [-Wimplicit-function-declaration] > 42 | sigsetmask(sigsetmask(~0) & ~(1 << (s - 1))); > | ^~~~~~~~~~ > | sigset >make: *** [Makefile:1247: unix/sig_block.lo] Error 1 shuffle=652276322 > * ERROR: dev-libs/bglibs-2.04-r2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-libs/bglibs-2.04-r2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-libs/bglibs-2.04-r2::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-libs:bglibs-2.04-r2:20240817-042930.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/bglibs-2.04-r2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-libs/bglibs-2.04-r2/temp/environment'. > * Working directory: '/var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04' > * S: '/var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04' >
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 938087
:
900401
| 900402 |
900403
|
900404
|
900405
|
900406
|
900407