Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.dist > #1020442 > unrolled thread
| Started by | Benjamin Kaduk <kaduk@mit.edu> |
|---|---|
| First post | 2020-08-03 23:10 +0200 |
| Last post | 2020-08-03 23:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.debian.bugs.dist
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Bug#966881: openafs: FTBFS: ld: vlib.a(volume.o):./src/vol/volume.c:128: multiple definition of `vol_io_params'; ihandle.o:./src/vol/ihandle.c:81: first defined here Benjamin Kaduk <kaduk@mit.edu> - 2020-08-03 23:10 +0200
| From | Benjamin Kaduk <kaduk@mit.edu> |
|---|---|
| Date | 2020-08-03 23:10 +0200 |
| Subject | Bug#966881: openafs: FTBFS: ld: vlib.a(volume.o):./src/vol/volume.c:128: multiple definition of `vol_io_params'; ihandle.o:./src/vol/ihandle.c:81: first defined here |
| Message-ID | <AzPSz-80o-17@gated-at.bofh.it> |
tags 966881 fixed-upstream thanks On Mon, Aug 03, 2020 at 10:04:57AM +0200, Lucas Nussbaum wrote: > Source: openafs > Version: 1.8.6-1 > Severity: serious > Justification: FTBFS on amd64 > Tags: bullseye sid ftbfs > Usertags: ftbfs-20200802 ftbfs-bullseye > > Hi, > > During a rebuild of all packages in sid, your package failed to build > on amd64. > > Relevant part (hopefully): > > gcc -Wl,-z,relro -L/usr/lib/x86_64-linux-gnu/heimdal -L/usr/lib/x86_64-linux-gnu/heimdal -g -O -Damd64_linux26 -DFSSYNC_BUILD_SERVER -DFSSYNC_BUILD_CLIENT -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -O -I/<<PKGBUILDDIR>>/src/config -I/<<PKGBUILDDIR>>/include -I. -I. -I/usr/include/heimdal -o volscan volscan-main.o vol-info.o physio.o ihandle.o \ > > /<<PKGBUILDDIR>>/lib/libcmd.a vlib.a /<<PKGBUILDDIR>>/lib/util.a /<<PKGBUILDDIR>>/lib/libdir.a /<<PKGBUILDDIR>>/lib/librx.a /<<PKGBUILDDIR>>/lib/libafshcrypto_lwp.a /<<PKGBUILDDIR>>/lib/liblwp.a /<<PKGBUILDDIR>>/lib/libsys.a /<<PKGBUILDDIR>>/lib/libacl.a /<<PKGBUILDDIR>>/lib/libopr.a -lroken -lresolv > > /usr/bin/ld: vlib.a(volume.o):./src/vol/volume.c:128: multiple definition of `vol_io_params'; ihandle.o:./src/vol/ihandle.c:81: first defined here > > /usr/bin/ld: vlib.a(daemon_com.o):./src/vol/daemon_com.c:49: multiple definition of `V_BreakVolumeCallbacks'; vlib.a(fssync-server.o):./src/vol/fssync-server.c:83: first defined here > > gcc -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -g -O -I/<<PKGBUILDDIR>>/src/config -I/<<PKGBUILDDIR>>/include -I. -I. -I/usr/include/heimdal -o X11windows.o -c X11windows.c > > collect2: error: ld returned 1 exit status Looks like fallout from -fcommon being on by default, and is fixed in upstream (to appear in 1.8.7). We can pull in the relevant patches until then, of course. -Ben
Back to top | Article view | linux.debian.bugs.dist
csiph-web