Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 525140 Details for
Bug 651290
sys-cluster/ccs-2.03.09 : cnx_mgr.c:(.text+<snip>): undefined reference to log_is_open
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-cluster:ccs-2.03.09:20180323-204753.log
sys-cluster:ccs-2.03.09:20180323-204753.log (text/plain), 14.17 KB, created by
Toralf Förster
on 2018-03-23 20:52:09 UTC
(
hide
)
Description:
sys-cluster:ccs-2.03.09:20180323-204753.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2018-03-23 20:52:09 UTC
Size:
14.17 KB
patch
obsolete
> * Package: sys-cluster/ccs-2.03.09 > * Repository: gentoo > * Maintainer: cluster@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux test userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox splitdebug test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking cluster-2.03.09.tar.gz to /var/tmp/portage/sys-cluster/ccs-2.03.09/work > * Applying ccs-2.03.09-mkostemp.patch ... > [ ok ] >>>> Source unpacked in /var/tmp/portage/sys-cluster/ccs-2.03.09/work >>>> Compiling source in /var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs ... > >Configuring Makefiles for your system... > >Checking tree: nothing to do > >Building against OpenAIS Whitetank > >The following fence agents will be build on this system: > ifmib xvm egenera rps10 wti gnbd brocade apc vmware manual baytech sanbox2 drac zvm alom vixel rsa bullpap cpint ipmilan eps lpar scsi mcdata apc_snmp ibmblade xcat rackswitch ldom ilo rsb bladecenter > >NOTE: xvm will build only if --enable_xen has been specified > >Completed Makefile configuration > >make -j 1 clean >set -e && \ >for i in lib daemon ccs_test ccs_tool man; do \ > make -C $i clean; \ >done >make[1]: Entering directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib' >rm -rf *~* *.o *.a *.so *.so.* a.out *.po *.s *.d *.pyc >rm -rf core core.* .depend cscope.* *.orig *.rej >rm -rf linux .*.o.cmd .*.ko.cmd *.mod.c .tmp_versions >rm -rf Module.symvers Module.markers .*.o.d modules.order >rm -rf libccs.a libccs.a_test >rm -rf >rm -rf ccs.h.gch log.c >make[1]: Leaving directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib' >make[1]: Entering directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon' >rm -rf *~* *.o *.a *.so *.so.* a.out *.po *.s *.d *.pyc >rm -rf core core.* .depend cscope.* *.orig *.rej >rm -rf linux .*.o.cmd .*.ko.cmd *.mod.c .tmp_versions >rm -rf Module.symvers Module.markers .*.o.d modules.order >rm -rf ccsd ccsd_test >rm -rf >make[1]: Leaving directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon' >make[1]: Entering directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/ccs_test' >rm -rf *~* *.o *.a *.so *.so.* a.out *.po *.s *.d *.pyc >rm -rf core core.* .depend cscope.* *.orig *.rej >rm -rf linux .*.o.cmd .*.ko.cmd *.mod.c .tmp_versions >rm -rf Module.symvers Module.markers .*.o.d modules.order >rm -rf ccs_test ccs_test_test >rm -rf >make[1]: Leaving directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/ccs_test' >make[1]: Entering directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/ccs_tool' >rm -rf *~* *.o *.a *.so *.so.* a.out *.po *.s *.d *.pyc >rm -rf core core.* .depend cscope.* *.orig *.rej >rm -rf linux .*.o.cmd .*.ko.cmd *.mod.c .tmp_versions >rm -rf Module.symvers Module.markers .*.o.d modules.order >rm -rf ccs_tool ccs_tool_test >rm -rf >make[1]: Leaving directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/ccs_tool' >make[1]: Entering directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/man' >make[1]: Nothing to be done for 'clean'. >make[1]: Leaving directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/man' >make -j 1 >set -e && \ >for i in lib daemon ccs_test ccs_tool man; do \ > make -C $i all; \ >done >make[1]: Entering directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -D_FILE_OFFSET_BITS=64 -fPIC -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib/../include -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib/../common -I/usr/include -c -o libccs.o /var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib/libccs.c >/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib/libccs.c: In function âdo_requestâ: >/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib/libccs.c:221:9: warning: variable âprotoâ set but not used [-Wunused-but-set-variable] > char *proto; > ^~~~~ >/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib/libccs.c: In function âccs_disconnectâ: >/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib/libccs.c:397:9: warning: variable âpayloadâ set but not used [-Wunused-but-set-variable] > char *payload = NULL; > ^~~~~~~ >ln -sf /var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib/../common/log.c log.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -D_FILE_OFFSET_BITS=64 -fPIC -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib/../include -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib/../common -I/usr/include -c -o log.o log.c >ar cru libccs.a libccs.o log.o >ranlib libccs.a >make[1]: Leaving directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib' >make[1]: Entering directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon' >make -C ../lib all >make[2]: Entering directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib' >make[2]: Nothing to be done for 'all'. >make[2]: Leaving directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include `xml2-config --cflags` -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/../include -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/../common -I/usr/include -c -o ccsd.o /var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/ccsd.c >/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/ccsd.c: In function âjoin_groupâ: >/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/ccsd.c:784:7: warning: variable âerrorâ set but not used [-Wunused-but-set-variable] > int error = 0; > ^~~~~ >/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/ccsd.c: In function âdaemonizeâ: >/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/ccsd.c:733:5: warning: ignoring return value of âchdirâ, declared with attribute warn_unused_result [-Wunused-result] > chdir("/"); > ^~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include `xml2-config --cflags` -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/../include -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/../common -I/usr/include -c -o cnx_mgr.o /var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/cnx_mgr.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include `xml2-config --cflags` -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/../include -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/../common -I/usr/include -c -o cluster_mgr.o /var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/cluster_mgr.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include `xml2-config --cflags` -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/../include -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/../common -I/usr/include -c -o misc.o /var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/misc.c >/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/misc.c: In function âget_cluster_nameâ: >/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/misc.c:99:7: warning: variable âerrorâ set but not used [-Wunused-but-set-variable] > int error = 0; > ^~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -Wall -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/config -DDEFAULT_CONFIG_DIR=\"/etc/cluster\" -DDEFAULT_CONFIG_FILE=\"cluster.conf\" -DLOGDIR=\"/var/log/cluster\" -DRELEASE_VERSION=\"2.03.09\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include `xml2-config --cflags` -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/../include -I/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/../common -I/usr/include -c -o globals.o /var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon/globals.c >x86_64-pc-linux-gnu-gcc -o ccsd ccsd.o cnx_mgr.o cluster_mgr.o misc.o globals.o -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -L/usr/lib -lcman -L/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/lib -lccs -L/usr/lib `xml2-config --libs` -lpthread >/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o: warning: relocation against `log_is_open' in read-only section `.text' >cnx_mgr.o: In function `_process_get': >cnx_mgr.c:(.text+0x1d): undefined reference to `log_is_open' >cnx_mgr.c:(.text+0x2aa): undefined reference to `log_is_open' >cnx_mgr.c:(.text+0x2ea): undefined reference to `log_is_open' >cnx_mgr.c:(.text+0x310): undefined reference to `log_is_open' >cnx_mgr.c:(.text+0x43a): undefined reference to `log_is_open' >cnx_mgr.o:cnx_mgr.c:(.text+0xb1f): more undefined references to `log_is_open' follow >ccsd.o: In function `main': >ccsd.c:(.text.startup+0x19b0): undefined reference to `log_open' >cluster_mgr.o: In function `check_update_doc': >cluster_mgr.c:(.text+0x122): undefined reference to `log_is_open' >cluster_mgr.c:(.text+0x14f): undefined reference to `log_is_open' >cluster_mgr.c:(.text+0x179): undefined reference to `log_is_open' >cluster_mgr.c:(.text+0x1d3): undefined reference to `log_is_open' >cluster_mgr.c:(.text+0x27b): undefined reference to `log_is_open' >cluster_mgr.o:cluster_mgr.c:(.text+0x2a8): more undefined references to `log_is_open' follow >/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: creating a DT_TEXTREL in a shared object. >collect2: error: ld returned 1 exit status >make[1]: *** [Makefile:29: ccsd] Error 1 >make[1]: Leaving directory '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs/daemon' >make: *** [/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/make/passthrough.mk:4: all] Error 2 >emake failed > * ERROR: sys-cluster/ccs-2.03.09::gentoo failed (compile phase): > * compile problem > * > * Call stack: > * ebuild.sh, line 124: Called src_compile > * environment, line 2002: Called die > * The specific snippet of code: > * emake || die "compile problem" > * > * If you need support, post the output of `emerge --info '=sys-cluster/ccs-2.03.09::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-cluster/ccs-2.03.09::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-cluster:ccs-2.03.09:20180323-204753.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-cluster/ccs-2.03.09/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-cluster/ccs-2.03.09/temp/environment'. > * Working directory: '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs' > * S: '/var/tmp/portage/sys-cluster/ccs-2.03.09/work/cluster-2.03.09/ccs'
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 651290
:
525132
|
525134
|
525136
|
525138
| 525140