* Package: sys-fs/multipath-tools-0.5.0-r1 * Repository: gentoo * Maintainer: base-system@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox * Applying multipath-tools-0.5.0-makefile.patch ... [ ok ] * Applying multipath-tools-0.5.0-systemd-pkgconfig.patch ... [ ok ] make[1]: Entering directory '/var/tmp/portage/sys-fs/multipath-tools-0.5.0-r1/work/multipath-tools-0.5.0/libmultipath' x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o memory.o memory.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o parser.o parser.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o vector.o vector.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o devmapper.o devmapper.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o callout.o callout.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o hwtable.o hwtable.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o blacklist.o blacklist.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o util.o util.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o dmparser.o dmparser.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o config.o config.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o structs.o structs.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o discovery.o discovery.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o propsel.o propsel.c discovery.c: In function ‘sysfs_get_devtype’: discovery.c:144:27: warning: passing argument 1 of ‘strchop’ discards ‘const’ qualifier from pointer target type [enabled by default] sysfs_get_##fname (struct udev_device * udev, char * buff, size_t len) \ ^ discovery.c:168:1: note: in expansion of macro ‘declare_sysfs_get_str’ declare_sysfs_get_str(devtype); ^ In file included from discovery.c:19:0: util.h:4:8: note: expected ‘char *’ but argument is of type ‘const char *’ size_t strchop(char *); ^ discovery.c: In function ‘sysfs_get_vendor’: discovery.c:144:27: warning: passing argument 1 of ‘strchop’ discards ‘const’ qualifier from pointer target type [enabled by default] sysfs_get_##fname (struct udev_device * udev, char * buff, size_t len) \ ^ discovery.c:169:1: note: in expansion of macro ‘declare_sysfs_get_str’ declare_sysfs_get_str(vendor); ^ In file included from discovery.c:19:0: util.h:4:8: note: expected ‘char *’ but argument is of type ‘const char *’ size_t strchop(char *); ^ discovery.c: In function ‘sysfs_get_model’: discovery.c:144:27: warning: passing argument 1 of ‘strchop’ discards ‘const’ qualifier from pointer target type [enabled by default] sysfs_get_##fname (struct udev_device * udev, char * buff, size_t len) \ ^ discovery.c:170:1: note: in expansion of macro ‘declare_sysfs_get_str’ declare_sysfs_get_str(model); ^ In file included from discovery.c:19:0: util.h:4:8: note: expected ‘char *’ but argument is of type ‘const char *’ size_t strchop(char *); ^ discovery.c: In function ‘sysfs_get_rev’: discovery.c:144:27: warning: passing argument 1 of ‘strchop’ discards ‘const’ qualifier from pointer target type [enabled by default] sysfs_get_##fname (struct udev_device * udev, char * buff, size_t len) \ ^ discovery.c:171:1: note: in expansion of macro ‘declare_sysfs_get_str’ declare_sysfs_get_str(rev); ^ In file included from discovery.c:19:0: util.h:4:8: note: expected ‘char *’ but argument is of type ‘const char *’ size_t strchop(char *); ^ discovery.c: In function ‘sysfs_get_dev’: discovery.c:144:27: warning: passing argument 1 of ‘strchop’ discards ‘const’ qualifier from pointer target type [enabled by default] sysfs_get_##fname (struct udev_device * udev, char * buff, size_t len) \ ^ discovery.c:172:1: note: in expansion of macro ‘declare_sysfs_get_str’ declare_sysfs_get_str(dev); ^ In file included from discovery.c:19:0: util.h:4:8: note: expected ‘char *’ but argument is of type ‘const char *’ size_t strchop(char *); ^ x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o dict.o dict.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o pgpolicies.o pgpolicies.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o debug.o debug.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o defaults.o defaults.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o uevent.o uevent.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o switchgroup.o switchgroup.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o uxsock.o uxsock.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o print.o print.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o alias.o alias.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o log_pthread.o log_pthread.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o log.o log.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o configure.o configure.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o structs_vec.o structs_vec.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o sysfs.o sysfs.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o prio.o prio.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o checkers.o checkers.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o lock.o lock.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o waiter.o waiter.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o file.o file.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o wwids.o wwids.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -c -o prioritizers/alua_rtpg.o prioritizers/alua_rtpg.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -Wl,-soname=libmultipath.so.0 -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -DLIBDM_API_FLUSH -D_GNU_SOURCE -DLIBDM_API_COOKIE -o libmultipath.so.0 memory.o parser.o vector.o devmapper.o callout.o hwtable.o blacklist.o util.o dmparser.o config.o structs.o discovery.o propsel.o dict.o pgpolicies.o debug.o defaults.o uevent.o switchgroup.o uxsock.o print.o alias.o log_pthread.o log.o configure.o structs_vec.o sysfs.o prio.o checkers.o lock.o waiter.o file.o wwids.o prioritizers/alua_rtpg.o -lpthread -ldl -ldevmapper -ludev ln -sf libmultipath.so.0 libmultipath.so make[1]: Leaving directory '/var/tmp/portage/sys-fs/multipath-tools-0.5.0-r1/work/multipath-tools-0.5.0/libmultipath' make[1]: Entering directory '/var/tmp/portage/sys-fs/multipath-tools-0.5.0-r1/work/multipath-tools-0.5.0/libmultipath/prioritizers' x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o random.o random.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o const.o const.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o hp_sw.o hp_sw.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o emc.o emc.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o rdac.o rdac.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o alua.o alua.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o ontap.o ontap.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o datacore.o datacore.c alua.c: In function ‘get_alua_info’: alua.c:58:6: warning: variable ‘aas’ set but not used [-Wunused-but-set-variable] int aas; ^ x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o hds.o hds.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o weightedpath.o weightedpath.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o iet.o iet.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -o libpriorandom.so random.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -o libprioconst.so const.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -o libprioemc.so emc.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -o libpriordac.so rdac.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -o libprioalua.so alua.o alua_rtpg.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -o libpriodatacore.so datacore.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -o libpriohp_sw.so hp_sw.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -o libprioontap.so ontap.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -o libprioweightedpath.so weightedpath.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -o libpriohds.so hds.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -o libprioiet.so iet.o rm random.o weightedpath.o ontap.o hp_sw.o hds.o rdac.o const.o datacore.o emc.o iet.o make[1]: Leaving directory '/var/tmp/portage/sys-fs/multipath-tools-0.5.0-r1/work/multipath-tools-0.5.0/libmultipath/prioritizers' make[1]: Entering directory '/var/tmp/portage/sys-fs/multipath-tools-0.5.0-r1/work/multipath-tools-0.5.0/libmultipath/checkers' x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o libsg.o libsg.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o cciss_tur.o cciss_tur.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o readsector0.o readsector0.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o tur.o tur.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o directio.o directio.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o emc_clariion.o emc_clariion.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o hp_sw.o hp_sw.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib64\" -I.. -c -o rdac.o rdac.c rdac.c: In function ‘libcheck_check’: rdac.c:311:3: error: format not a string literal and no format arguments [-Werror=format-security] MSG(c, (inqfail) ? MSG_RDAC_DOWN_TYPE("inquiry failed") : ^ rdac.c:311:3: error: format not a string literal and no format arguments [-Werror=format-security] cc1: some warnings being treated as errors ../../Makefile.inc:56: recipe for target 'rdac.o' failed make[1]: *** [rdac.o] Error 1 make[1]: *** Waiting for unfinished jobs.... rm tur.o hp_sw.o readsector0.o cciss_tur.o emc_clariion.o make[1]: Leaving directory '/var/tmp/portage/sys-fs/multipath-tools-0.5.0-r1/work/multipath-tools-0.5.0/libmultipath/checkers' Makefile:41: recipe for target 'recurse' failed make: *** [recurse] Error 2 * ERROR: sys-fs/multipath-tools-0.5.0-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-fs/multipath-tools-0.5.0-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-fs/multipath-tools-0.5.0-r1::gentoo'`. * The complete build log is located at '/var/log/log/build/sys-fs/multipath-tools-0.5.0-r1:20150821-062821.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-fs/multipath-tools-0.5.0-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-fs/multipath-tools-0.5.0-r1/temp/environment'. * Working directory: '/var/tmp/portage/sys-fs/multipath-tools-0.5.0-r1/work/multipath-tools-0.5.0' * S: '/var/tmp/portage/sys-fs/multipath-tools-0.5.0-r1/work/multipath-tools-0.5.0'