Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726940 - emerge net-fs/nfs-utils fails because of multiple definitions of "v4root_needed"
Summary: emerge net-fs/nfs-utils fails because of multiple definitions of "v4root_needed"
Status: RESOLVED DUPLICATE of bug 707624
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-03 14:13 UTC by Thomas
Modified: 2020-06-03 14:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Full build log for "emerge net-fs/nfs-utils (build.log.xz,8.27 KB, application/x-xz)
2020-06-03 14:13 UTC, Thomas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas 2020-06-03 14:13:37 UTC
Created attachment 643254 [details]
Full build log for "emerge net-fs/nfs-utils

Linux gentoo 5.7.0-x86_64 #1 SMP Tue Jun 2 17:22:52 CEST 2020 x86_64 Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz GenuineIntel GNU/Linux


# emerge net-fs/nfs-utils
[…]
/bin/sh ../../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -Wall  -Wextra  -Werror=strict-prototypes  -Wno-cast-function-type  -fno-strict-aliasing  -O2 -pipe  -Wl,-O1 -Wl,--as-needed -o mountd mountd-mountd.o mountd-mount_dispatch.o mountd-auth.o mountd-rmtab.o mountd-cache.o mountd-svc_run.o mountd-fsloc.o mountd-v4root.o ../../support/export/libexport.a ../../support/nfs/libnfs.la ../../support/misc/libmisc.a   -lwrap  -lblkid -ltirpc -lpthread -lresolv 
libtool: link: x86_64-pc-linux-gnu-gcc -Wall -Wextra -Werror=strict-prototypes -Wno-cast-function-type -fno-strict-aliasing -O2 -pipe -Wl,-O1 -o mountd mountd-mountd.o mountd-mount_dispatch.o mountd-auth.o mountd-rmtab.o mountd-cache.o mountd-svc_run.o mountd-fsloc.o mountd-v4root.o  -Wl,--as-needed ../../support/export/libexport.a ../../support/nfs/.libs/libnfs.a ../../support/misc/libmisc.a -lwrap -lblkid -ltirpc -lpthread -lresolv
/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../support/export/libexport.a(xtab.o):(.bss+0x0): multiple definition of `v4root_needed'; mountd-v4root.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:538: mountd] Error 1
make[2]: Leaving directory '/var/tmp/portage/net-fs/nfs-utils-2.4.1-r4/work/nfs-utils-2.4.1/utils/mountd'
make[1]: *** [Makefile:455: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-fs/nfs-utils-2.4.1-r4/work/nfs-utils-2.4.1/utils'
make: *** [Makefile:478: all-recursive] Error 1
 * ERROR: net-fs/nfs-utils-2.4.1-r4::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=net-fs/nfs-utils-2.4.1-r4::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-fs/nfs-utils-2.4.1-r4::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-fs/nfs-utils-2.4.1-r4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-fs/nfs-utils-2.4.1-r4/temp/environment'.
 * Working directory: '/var/tmp/portage/net-fs/nfs-utils-2.4.1-r4/work/nfs-utils-2.4.1'
 * S: '/var/tmp/portage/net-fs/nfs-utils-2.4.1-r4/work/nfs-utils-2.4.1'

>>> Failed to emerge net-fs/nfs-utils-2.4.1-r4, Log file:

>>>  '/var/tmp/portage/net-fs/nfs-utils-2.4.1-r4/temp/build.log'

 * Messages for package net-fs/nfs-utils-2.4.1-r4:

 * ERROR: net-fs/nfs-utils-2.4.1-r4::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=net-fs/nfs-utils-2.4.1-r4::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-fs/nfs-utils-2.4.1-r4::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-fs/nfs-utils-2.4.1-r4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-fs/nfs-utils-2.4.1-r4/temp/environment'.
 * Working directory: '/var/tmp/portage/net-fs/nfs-utils-2.4.1-r4/work/nfs-utils-2.4.1'
 * S: '/var/tmp/portage/net-fs/nfs-utils-2.4.1-r4/work/nfs-utils-2.4.1'
Comment 1 Ben Kohler gentoo-dev 2020-06-03 14:19:44 UTC

*** This bug has been marked as a duplicate of bug 707624 ***