From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 21:12:30 +0200 Subject: extundelete: Fix build with e2fsprogs 1.44. The ‘inode.i_file_acl’ field was replaced with ‘inode.i_size_high’. I'm not sure the field name is still accurate or useful, so don't print it at all. Based on this[0] patch by ‘conikost’[1]. [0]: https://sourceforge.net/p/extundelete/tickets/5/ [1]: https://sourceforge.net/u/conikost --- a/src/insertionops.cc 2012-12-30 18:23:32.000000000 +0100 +++ b/src/insertionops.cc 2018-05-07 22:58:13.065868723 +0200 @@ -33,7 +33,6 @@ os << "File flags: " << inode.i_flags << std::endl; os << "File version (for NFS): " << inode.i_generation << std::endl; os << "File ACL: " << inode.i_file_acl << std::endl; - os << "Directory ACL: " << inode.i_dir_acl << std::endl; os << "Fragment address: " << inode.i_faddr << std::endl; os << "Direct blocks: "; for (int n = 0; n < EXT2_NDIR_BLOCKS; n++) 'sub right'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ruby.scm
AgeCommit message (Expand)Author
2024-11-03gnu: ruby-ethon: Fix libcurl detection at runtime....* gnu/packages/ruby.scm (ruby-ethon)[arguments]<#:phases>: Add phase 'libcurl-use-absolute-reference. Nicolas Graves
2024-08-31gnu: ruby@2.7: Ungraft....* gnu/packages/ruby.scm (ruby-2.7): Update to 2.7.8. [replacement]: Remove. (ruby-2.7-fixed): Remove. Change-Id: I96c8542f606dddda75fcf897dac8a38d6d4d7051 Ludovic Courtès
2024-08-28gnu: ruby-rdoc: Update to 6.7.0....* gnu/packages/ruby.scm (ruby-rdoc): Update to 6.7.0. [arguments]<#:phases>: Remove patch for gemspec file. [native-inputs]: Add ruby-test-unit-ruby-core. Change-Id: I605f1e79d96ca35029280909e0c2e4c9884c682c Signed-off-by: Ludovic Courtès <ludo@gnu.org> gemmaro
2024-08-14gnu: Add ruby-gemtext....* gnu/packages/ruby.scm (ruby-gemtext): New variable. Change-Id: I21957517a1a3be6b0f5d61a7ba1c8420a884a641 Signed-off-by: jgart <jgart@dismail.de> gemmaro
2024-06-16gnu: Add ruby-3.3....* gnu/packages/ruby.scm (ruby-3.3): New variable. Change-Id: Ie26b97fdcea75e7eddabb2dba3fc91882be41b34 Andreas Enge
2024-05-19gnu: ruby-ruby-memcheck: Use non-interactive valgrind....Use valgrind rather than valgrind/interactive, as this doesn't have gdb as an input, which makes it easier to update gdb. * gnu/packages/ruby.scm (ruby-ruby-memcheck)[inputs]: Use valgrind. Change-Id: Icfcee2c27fc41e68e1a34b38c043ece188cc56af Christopher Baines
2024-05-12gnu: ruby-gem-hadar: Use git-minimal/pinned....This helps reduce the dependencies on git, as I think it's find to build ruby-gem-hadar with a slightly older git, at least during periods when git-minimal/pinned needs updating. * gnu/packages/ruby.scm (ruby-gem-hadar)[propagated-inputs]: Use git-minimal/pinned. Change-Id: I48e7725f8e4956f1a8311df1867d8d441c5cb4c2 Christopher Baines
2024-04-02gnu: ruby-stackprof: Remove store file name....This is a follow-up to commit d7e092719a4e0e168df56c03076a87c0e32692e5|head gnu: ruby-stackprof: Skip test known to fail. * gnu/packages/ruby.scm (ruby-stackprof): Remove literal store file name from comment. This fixes `make dist'. Change-Id: Ifc71c9f664790a27a0ed7f3dacd2189dbc1f6ba6 Janneke Nieuwenhuizen