[Bug 41869] New: undefined reference to `HIDIOCSFEATURE'
https://bugs.winehq.org/show_bug.cgi?id=41869 Bug ID: 41869 Summary: undefined reference to `HIDIOCSFEATURE' Product: Wine Version: 1.9.24 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: version2013(a)openmailbox.org Distribution: --- Created attachment 56272 --> https://bugs.winehq.org/attachment.cgi?id=56272 log file undefined reference to `HIDIOCSFEATURE' my system command: ldd --version ldd (GNU libc) 2.10.1 command: uname -r 3.0.66 command: gcc --version gcc (GCC) 4.3.4 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|undefined reference to |Wine is not compiling: |`HIDIOCSFEATURE' |undefined reference to | |'HIDIOCSFEATURE' CC| |aric(a)codeweavers.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 --- Comment #1 from Nathan <version2013(a)openmailbox.org> --- comment 0 refers to my system (which fails to build wine-1.9.24): Puppy Linux (specifically 'Racy5.5') x86 hardware is 64bit Wine build completes on my other system: Puppy Linux (specifically 'Puppy 431') x86 hardware is 32bit prompt: ldd --version ldd (GNU libc) 2.6.1 prompt: uname -r 2.6.30.5 prompt: gcc --version gcc (GCC) 4.2.2 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 florian.reisenhofer(a)aon.at changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |florian.reisenhofer(a)aon.at --- Comment #2 from florian.reisenhofer(a)aon.at --- Both of these systems are completely outdated and use unsupported kernels. I suggest getting an up-to-date distribution. If it fails there too, there actually is a problem. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winebus.sys -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- (In reply to florian.reisenhofer from comment #2)
Both of these systems are completely outdated and use unsupported kernels.
What makes you think they're unsupported? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 --- Comment #4 from Rosanne DiMesio <dimesio(a)earthlink.net> --- According to https://wiki.winehq.org/Gcc, the oldest gcc version known to work for Wine is 4.5. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> --- This is not a gcc issue though, it's the kernel headers being too old apparently. There's no reason we can't have a workaround for this. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 --- Comment #6 from Aric Stewart <aric(a)codeweavers.com> --- Created attachment 56274 --> https://bugs.winehq.org/attachment.cgi?id=56274 Test patch Could you please test and tell me if this resolves your build issue? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 --- Comment #7 from Nathan <version2013(a)openmailbox.org> --- Build issue resolved. Wine build completes. Thank you. Interesting that a distro with: kernel 2.6.30.5 compiling succeeds, whereas kernel 3.0.66 compiling fails. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 Stefan Leichter <Stefan.Leichter(a)camLine.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Stefan.Leichter(a)camLine.com --- Comment #8 from Stefan Leichter <Stefan.Leichter(a)camLine.com> --- (In reply to Aric Stewart from comment #6)
Created attachment 56274 [details] Test patch
Could you please test and tell me if this resolves your build issue?
The patch is working here too on 2.6.31 $ grep LINUX_VERSION_CODE usr/include/linux/version.h #define LINUX_VERSION_CODE 132639 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 --- Comment #9 from Nathan <version2013(a)openmailbox.org> --- Possibly my comment 7 was confusing. Retrying. Without patch, distro with: kernel 2.6.30.5 compiling succeeds, whereas kernel 3.0.66 compiling fails. With patch, distro with: kernel 3.0.66 compiling succeeds. Did not apply patch because compiling succeeds without patch, for distro with kernel 2.6.30.5 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 Nathan <version2013(a)openmailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.9.24 |1.9.23 --- Comment #10 from Nathan <version2013(a)openmailbox.org> --- Wine 2.0-rc1 Wine 2.0-rc2 Both wine versions display "Wine build complete". Thanks. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio(a)earthlink.net, | |winetest(a)luukku.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 fjfrackiewicz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz(a)gmail.com --- Comment #11 from fjfrackiewicz(a)gmail.com --- This bug should be fixed by http://source.winehq.org/git/wine.git/commit/ea9df98c692175065a80f113100f92d... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ea9df98c692175065a80f113100 | |f92d13d3cae12 Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> --- Fixed. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 2.0-rc3. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|winebus.sys |hid -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org