<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - libinput does not link against libevdev-1.2.2"
href="https://bugs.freedesktop.org/show_bug.cgi?id=92332">92332</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>libinput does not link against libevdev-1.2.2
</td>
</tr>
<tr>
<th>Product</th>
<td>Wayland
</td>
</tr>
<tr>
<th>Version</th>
<td>1.0.1
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>libinput
</td>
</tr>
<tr>
<th>Assignee</th>
<td>wayland-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>may24x@yahoo.com
</td>
</tr></table>
<p>
<div>
<pre>I'm trying to build the latest git clone of libinput on my CentOS 7 box.
As CentOS doesn't ship with libevde I downloaded and also build it (no errors)
But now, libinput.so is not linking against libevdev.so. it fails with errors:
make all-recursive
make[1]: Entering directory `/work/libinput'
Making all in src
make[2]: Entering directory `/work/libinput/src'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/work/libinput/src'
Making all in doc
make[2]: Entering directory `/work/libinput/doc'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/work/libinput/doc'
Making all in test
make[2]: Entering directory `/work/libinput/test'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/work/libinput/test'
Making all in tools
make[2]: Entering directory `/work/libinput/tools'
CCLD libinput-list-devices
./.libs/libshared.a(libshared_la-shared.o): In function `tools_parse_args':
/work/libinput/tools/shared.c:279: undefined reference to
`libevdev_event_code_from_name'
../src/.libs/libinput.so: undefined reference to `libevdev_disable_event_code'
../src/.libs/libinput.so: undefined reference to `libevdev_get_event_value'
../src/.libs/libinput.so: undefined reference to `libevdev_set_abs_resolution'
../src/.libs/libinput.so: undefined reference to `libevdev_get_id_bustype'
../src/.libs/libinput.so: undefined reference to `libevdev_new_from_fd'
../src/.libs/libinput.so: undefined reference to `libevdev_next_event'
../src/.libs/libinput.so: undefined reference to `libevdev_get_id_vendor'
../src/.libs/libinput.so: undefined reference to `libevdev_free'
../src/.libs/libinput.so: undefined reference to `libevdev_get_num_slots'
../src/.libs/libinput.so: undefined reference to `libevdev_get_name'
../src/.libs/libinput.so: undefined reference to `libevdev_enable_event_code'
../src/.libs/libinput.so: undefined reference to `libevdev_event_is_code'
../src/.libs/libinput.so: undefined reference to `libevdev_has_property'
../src/.libs/libinput.so: undefined reference to `libevdev_get_abs_info'
../src/.libs/libinput.so: undefined reference to `libevdev_change_fd'
../src/.libs/libinput.so: undefined reference to `libevdev_get_current_slot'
../src/.libs/libinput.so: undefined reference to `libevdev_get_id_product'
../src/.libs/libinput.so: undefined reference to `libevdev_get_slot_value'
../src/.libs/libinput.so: undefined reference to `libevdev_fetch_slot_value'
../src/.libs/libinput.so: undefined reference to `libevdev_has_event_type'
../src/.libs/libinput.so: undefined reference to `libevdev_set_clock_id'
../src/.libs/libinput.so: undefined reference to `libevdev_has_event_code'
../src/.libs/libinput.so: undefined reference to `libevdev_event_code_get_name'
collect2: error: ld returned 1 exit status
make[2]: *** [libinput-list-devices] Fehler 1
make[2]: Leaving directory `/work/libinput/tools'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/work/libinput'
make: *** [all] Fehler 2
The error of the "undefined reference" is wrong!
Checking the libevdev.so with "strings" shows that all references are present.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>