Package Details: ntfs3-dkms-git 1:6.5.r0.g44b4494-1

Git Clone URL: https://aur.archlinux.org/ntfs3-dkms-git.git (read-only, click to copy)
Package Base: ntfs3-dkms-git
Description: NTFS3 is fully functional NTFS Read-Write driver. The driver works with NTFS versions up to 3.1.
Upstream URL: https://github.com/Paragon-Software-Group/linux-ntfs3
Licenses: GPL2
Conflicts: ntfs3
Provides: ntfs3, NTFS3-MODULE
Submitter: Hanabishi
Maintainer: None
Last Packager: Hanabishi
Votes: 4
Popularity: 0.000000
First Submitted: 2021-08-13 19:23 (UTC)
Last Updated: 2023-08-01 19:20 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Hanabishi commented on 2022-05-31 16:06 (UTC)

At last, new update!
Still, 5.18 made backporting to earlier versions very complicated and not worth it anymore I think.

Hanabishi commented on 2022-05-24 23:06 (UTC)

Sadly seems like the current state became very incompatible with 5.18 release, beyond the point I can easily fix it.

Hanabishi commented on 2022-03-26 14:13 (UTC)

I found a more convinient way. Now curl is no longer used.

Hanabishi commented on 2021-12-07 20:13 (UTC)

@Saancreed, sure. It works for me without the flag tho, but the progress bar is not really that essential.
I also made pkgver to fail in case of request error or improper response.

Saancreed commented on 2021-12-07 19:41 (UTC)

Hi,

The package doesn't build for me as–is because of the curl call in pkgver function, reporting an error like this:

==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 78641  100 78641    0     0   7149      0  0:00:11  0:00:10  0:00:01 16359
5.15.r9.g52e00ea
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/saancreed/build

Could you please add -s flag to that curl call so the progress meter won't be included in calculated pkgver?

babam commented on 2021-12-07 10:38 (UTC)

Thanks, works fine.

Hanabishi commented on 2021-12-07 09:46 (UTC)

Yeah, I see now. This is related to latest changes. I placed some piece to wrong version.
Updated the package. You can grab the updated patch, should work now.

babam commented on 2021-12-07 09:22 (UTC) (edited on 2021-12-12 16:54 (UTC) by babam)

Failed if using ccflags-y += -DCONFIG_NTFS3_FS_POSIX_ACL

.... -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -DCONFIG_NTFS3_LZX_XPRESS -DCONFIG_NTFS3_FS_POSIX_ACL  -DMODULE  -DKBUILD_BASENAME='"xattr"' -DKBUILD_MODNAME='"ntfs3"' -D__KBUILD_MODNAME=kmod_ntfs3 -c -o /tmp/NTFS3/ntfs3/xattr.o /tmp/NTFS3/ntfs3/xattr.c
/tmp/NTFS3/ntfs3/xattr.c: In function ‘ntfs_xattr_get_acl’:
/tmp/NTFS3/ntfs3/xattr.c:634:15: error: too many arguments to function ‘ntfs_get_acl’
  634 |         acl = ntfs_get_acl(inode, type, false);
      |               ^~~~~~~~~~~~
/tmp/NTFS3/ntfs3/xattr.c:535:19: note: declared here
  535 | struct posix_acl *ntfs_get_acl(struct inode *inode, int type)
      |                   ^~~~~~~~~~~~
make[2]: *** [scripts/Makefile.build:271: /tmp/NTFS3/ntfs3/xattr.o] Error 1
make[1]: *** [Makefile:1858: /tmp/NTFS3/ntfs3] Error 2
make[1]: Leaving directory '/usr/src/linux-5.14.10'
make: *** [Makefile:38: all] Error 2

Hanabishi commented on 2021-12-07 08:26 (UTC) (edited on 2021-12-07 08:27 (UTC) by Hanabishi)

Strange. It works even for LTS.
Can you provide detailed error log? I don't have 5.14 for testing now.

babam commented on 2021-12-07 07:42 (UTC)

Failed to build for kernel 5.14 if using ccflags-y += -DCONFIG_NTFS3_FS_POSIX_ACL