Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 707732 - app-misc/spacenavd-0.7[-X] : dev.c:(.text+<snip>): undefined reference to drop_xinput
Summary: app-misc/spacenavd-0.7[-X] : dev.c:(.text+<snip>): undefined reference to dro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL: https://github.com/FreeSpacenav/space...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-01 09:23 UTC by Toralf Förster
Modified: 2020-02-01 20:52 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.75 KB, text/plain)
2020-02-01 09:23 UTC, Toralf Förster
Details
app-misc:spacenavd-0.7:20200201-012118.log (app-misc:spacenavd-0.7:20200201-012118.log,9.07 KB, text/plain)
2020-02-01 09:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,318.16 KB, text/plain)
2020-02-01 09:23 UTC, Toralf Förster
Details
environment (environment,81.18 KB, text/plain)
2020-02-01 09:23 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.86 KB, application/x-bzip)
2020-02-01 09:23 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,21.25 KB, application/x-bzip)
2020-02-01 09:24 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-02-01 09:23:42 UTC
x86_64-pc-linux-gnu-gcc -o spacenavd src/cfgfile.o src/client.o src/dev.o src/dev_serial.o src/dev_usb.o src/dev_usb_darwin.o src/dev_usb_linux.o src/dummy_usb.o src/event.o src/hotplug_darwin.o src/hotplug_linux.o src/kbemu.o src/logger.o src/magellan/smag.o src/magellan/smag_comm.o src/magellan/smag_detect.o src/magellan/smag_event.o src/proto_unix.o src/proto_x11.o src/serial/sball.o src/serial/sballserial.o src/spnavd.o src/spnavd_win32.o src/xdetect_freebsd.o src/xdetect_linux.o -L/usr/local/lib  -Wl,-O1 -Wl,--as-needed
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/dev.o: in function `init_devices':
dev.c:(.text+0x33e): undefined reference to `drop_xinput'
collect2: error: ld returned 1 exit status
make: *** [Makefile:18: spacenavd] Error 1
 * ERROR: app-misc/spacenavd-0.7::gentoo failed (compile phase):

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20200124-204141

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.40.0 *
java-config:
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.242_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sat, 01 Feb 2020 00:47:56 +0000

emerge -qpvO app-misc/spacenavd
[ebuild  N    ] app-misc/spacenavd-0.7  USE="-X"
Comment 1 Toralf Förster gentoo-dev 2020-02-01 09:23:45 UTC
Created attachment 610314 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-01 09:23:48 UTC
Created attachment 610316 [details]
app-misc:spacenavd-0.7:20200201-012118.log
Comment 3 Toralf Förster gentoo-dev 2020-02-01 09:23:51 UTC
Created attachment 610318 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-02-01 09:23:54 UTC
Created attachment 610320 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-02-01 09:23:57 UTC
Created attachment 610322 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-02-01 09:24:00 UTC
Created attachment 610324 [details]
temp.tbz2
Comment 7 Sebastian Pipping gentoo-dev 2020-02-01 14:26:28 UTC
Confirmed and taken upstream at https://github.com/FreeSpacenav/spacenavd/issues/19
Comment 8 Larry the Git Cow gentoo-dev 2020-02-01 20:52:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9784cad7cb1f6d63e15238c371b5aac9317a008

commit d9784cad7cb1f6d63e15238c371b5aac9317a008
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2020-02-01 20:51:49 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2020-02-01 20:51:49 +0000

    app-misc/spacenavd: Fix USE=-X for 0.7
    
    Closes: https://bugs.gentoo.org/707732
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-2.3.84, Repoman-2.3.20

 .../spacenavd/files/spacenavd-0.7-no-x11.patch     | 24 ++++++++++++++++++++++
 app-misc/spacenavd/spacenavd-0.7.ebuild            |  1 +
 2 files changed, 25 insertions(+)