Re: [Rpm-maint] [rpm-software-management/rpm] 4.15.1: sepdebugcrcfix is not able to locate source files (#1207)

2020-07-26 Thread Mark Wielaard
Hi Tomasz,

On Sat, 2020-07-25 at 06:44 -0700, Tomasz Kłoczko wrote:
> Any update or progress?

Unfortunately it seems to be a GCC bug:
".debug_line with LTO refers to bogus file-names"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93865
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Support threading for zstd compression. (#1303)

2020-07-26 Thread ニール・ゴンパ
@Conan-Kudo approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1303#pullrequestreview-455363907___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Support threading for zstd compression. (#1303)

2020-07-26 Thread marxin
@marxin pushed 1 commit.

11358ce35d0c98d716d68bb4824e86c44f78491b  Support threading for zstd 
compression.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1303/files/0281c07a8ba82cb73abdb5488a1d8a784db91f8e..11358ce35d0c98d716d68bb4824e86c44f78491b
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Support threading for zstd compression. (#1303)

2020-07-26 Thread ニール・ゴンパ
@Conan-Kudo commented on this pull request.



> @@ -350,7 +350,7 @@ package or when debugging this package.\
 #  "w9.gzdio"  gzip level 9 (default).
 #  "w9.bzdio"  bzip2 level 9.
 #  "w6.xzdio"  xz level 6, xz's default.
-#  "w7T16.xzdio"   xz level 7 using 16 thread (xz only)
+#  "w7T16.xzdio"   xz level 7 using 16 thread (xz and zstd only)

`zstd` would use `w7T16.zstdio`, so it needs its own line.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1303#discussion_r460520945___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Support threading for zstd compression. (#1303)

2020-07-26 Thread marxin
@marxin commented on this pull request.



> @@ -350,7 +350,7 @@ package or when debugging this package.\
 #  "w9.gzdio"  gzip level 9 (default).
 #  "w9.bzdio"  bzip2 level 9.
 #  "w6.xzdio"  xz level 6, xz's default.
-#  "w7T16.xzdio"   xz level 7 using 16 thread (xz only)
+#  "w7T16.xzdio"   xz level 7 using 16 thread (xz and zstd only)

I understand it that the description in parenthesis is related to the threading 
mode.
And `zstd` newly support it. Or am I wrong?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1303#discussion_r460485286___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint