Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] exfat-dkms Install Fails At Build (As does removal, to clean up)
@ 2019-09-29 10:55 voidlinux-github
  2019-11-07 12:59 ` exfat-dkms Install Fails At Build (As does removal, to clean up files left behind) voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-29 10:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1672 bytes --]

New issue by antonio-malcolm on void-packages repository

https://github.com/void-linux/void-packages/issues/14813

Description:
### System

* xuname:  
  Void 5.2.17_1 x86_64 GenuineIntel notuptodate rrFF

* package:  
  exfat-dkms 1.2.8 revision 5

### Expected behavior
Successful build of the exfat kernel module

### Actual behavior
Kernel module build fails, and leaves behind files:

make log:
`
DKMS make.log for exfat-1.2.8 for kernel 5.2.17_1 (x86_64)
Sun 29 Sep 2019 03:46:07 AM PDT
make -C /lib/modules/5.2.17_1/build M=/var/lib/dkms/exfat/1.2.8/build modules
make[1]: Entering directory '/usr/src/kernel-headers-5.2.17_1'
  CC [M]  /var/lib/dkms/exfat/1.2.8/build/exfat_core.o
/var/lib/dkms/exfat/1.2.8/build/exfat_core.c: In function 'fs_error':
/var/lib/dkms/exfat/1.2.8/build/exfat_core.c:1760:64: error: 'MS_RDONLY' undeclared (first use in this function); did you mean 'IS_RDONLY'?
 1760 |  else if ((opts->errors == EXFAT_ERRORS_RO) && !(sb->s_flags & MS_RDONLY)) {
      |                                                                ^~~~~~~~~
      |                                                                IS_RDONLY
/var/lib/dkms/exfat/1.2.8/build/exfat_core.c:1760:64: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [scripts/Makefile.build:279: /var/lib/dkms/exfat/1.2.8/build/exfat_core.o] Error 1
make[1]: *** [Makefile:1597: _module_/var/lib/dkms/exfat/1.2.8/build] Error 2
make[1]: Leaving directory '/usr/src/kernel-headers-5.2.17_1'
make: *** [Makefile:35: all] Error 2
`

### Steps to reproduce the behavior
run `xbps-install -Suv exfat-utils`


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: exfat-dkms Install Fails At Build (As does removal, to clean up files left behind)
  2019-09-29 10:55 [ISSUE] exfat-dkms Install Fails At Build (As does removal, to clean up) voidlinux-github
@ 2019-11-07 12:59 ` voidlinux-github
  2021-01-21 15:27 ` ahesford
  2021-01-21 15:27 ` [ISSUE] [CLOSED] " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-07 12:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 897 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/issues/14813#issuecomment-551068861

Comment:
I don't expect this to be fixed and don't have any interest in the exfat drivers myself. I just want to leave this here for people running into the issue:

It currently looks like linux 5.4 will provide an official exfat driver although in the staging directory for now. This could potentially be enabled in our builds. There is a fuse module available from https://github.com/relan/exfat which is packaged as `fuse-exfat` and could serve as an alternative. A more recent version derived from the Samsung code is available at https://github.com/arter97/exfat-linux. This one could potentially be packaged to provide a working kernel module for the 5.2 and 5.3 kernels which are currently left without one. Someone would have to do the packaging though.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ISSUE] [CLOSED] exfat-dkms Install Fails At Build (As does removal, to clean up files left behind)
  2019-09-29 10:55 [ISSUE] exfat-dkms Install Fails At Build (As does removal, to clean up) voidlinux-github
  2019-11-07 12:59 ` exfat-dkms Install Fails At Build (As does removal, to clean up files left behind) voidlinux-github
  2021-01-21 15:27 ` ahesford
@ 2021-01-21 15:27 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2021-01-21 15:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1814 bytes --]

Closed issue by antonio-malcolm on void-packages repository

https://github.com/void-linux/void-packages/issues/14813

Description:
### System

* xuname:  
  Void 5.2.17_1 x86_64 GenuineIntel notuptodate rrFF

* package:  
  exfat-dkms 1.2.8 revision 5

### Expected behavior
Successful build of the exfat kernel module

### Actual behavior
Kernel module build fails, and leaves behind files:

make log:
`
DKMS make.log for exfat-1.2.8 for kernel 5.2.17_1 (x86_64)
Sun 29 Sep 2019 03:46:07 AM PDT
make -C /lib/modules/5.2.17_1/build M=/var/lib/dkms/exfat/1.2.8/build modules
make[1]: Entering directory '/usr/src/kernel-headers-5.2.17_1'
  CC [M]  /var/lib/dkms/exfat/1.2.8/build/exfat_core.o
/var/lib/dkms/exfat/1.2.8/build/exfat_core.c: In function 'fs_error':
/var/lib/dkms/exfat/1.2.8/build/exfat_core.c:1760:64: error: 'MS_RDONLY' undeclared (first use in this function); did you mean 'IS_RDONLY'?
 1760 |  else if ((opts->errors == EXFAT_ERRORS_RO) && !(sb->s_flags & MS_RDONLY)) {
      |                                                                ^~~~~~~~~
      |                                                                IS_RDONLY
/var/lib/dkms/exfat/1.2.8/build/exfat_core.c:1760:64: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [scripts/Makefile.build:279: /var/lib/dkms/exfat/1.2.8/build/exfat_core.o] Error 1
make[1]: *** [Makefile:1597: _module_/var/lib/dkms/exfat/1.2.8/build] Error 2
make[1]: Leaving directory '/usr/src/kernel-headers-5.2.17_1'
make: *** [Makefile:35: all] Error 2
`

Subsequently, `xbps-remove -Ryv` fails to remove files left behind, under `/var/lib/dkms`.

### Steps to reproduce the behavior
run `xbps-install -Suv exfat-utils`
then...
run `xbps-remove -Ryv exfat-utils`


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: exfat-dkms Install Fails At Build (As does removal, to clean up files left behind)
  2019-09-29 10:55 [ISSUE] exfat-dkms Install Fails At Build (As does removal, to clean up) voidlinux-github
  2019-11-07 12:59 ` exfat-dkms Install Fails At Build (As does removal, to clean up files left behind) voidlinux-github
@ 2021-01-21 15:27 ` ahesford
  2021-01-21 15:27 ` [ISSUE] [CLOSED] " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2021-01-21 15:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/14813#issuecomment-764721568

Comment:
Closing because our modern kernels ship with built-in ExFAT support.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-21 15:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-29 10:55 [ISSUE] exfat-dkms Install Fails At Build (As does removal, to clean up) voidlinux-github
2019-11-07 12:59 ` exfat-dkms Install Fails At Build (As does removal, to clean up files left behind) voidlinux-github
2021-01-21 15:27 ` ahesford
2021-01-21 15:27 ` [ISSUE] [CLOSED] " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).