[ark] [Bug 436919] Cannot compress large directory as 7zip

2024-05-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=436919

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #9 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 436919] Cannot compress large directory as 7zip

2024-05-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=436919

--- Comment #8 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 436919] Cannot compress large directory as 7zip

2024-04-29 Thread Pedro V
https://bugs.kde.org/show_bug.cgi?id=436919

Pedro V  changed:

   What|Removed |Added

 CC||voidpointertonull+bugskdeor
   ||g...@gmail.com
 Resolution|--- |WORKSFORME
 Status|REPORTED|NEEDSINFO

--- Comment #7 from Pedro V  ---
Was the supposed reproducer method in comment 3 actually work to recreate the
problem, or was it just assumed to be good enough?

Suspected the "> 2 000 000" condition as a potential time waster, not
recommending targeting that, but for the sake of completeness I went for it.
Optimally there would be multiple directories used for best performance, but
went for just 2 in tmpfs for simplicity, running the following in
/tmp/test/test2/:
seq 0 200 | xargs -I% -P $(nproc) touch %

"Double bagged" the files as I was using Krusader for compressing, and it would
just "freeze" when right clicking on the directory containing the ton of files,
and figured it's easier to just add an extra layer instead of waiting for not
sure how long.

Neither Krusader nor Ark will confirm in reasonable time whether the package is
any good, but `7z l test.7z | wc -l` shows 224 which is close enough to
what's expected without getting into the details of cutting out extra
verbosity.

Generally I feel like this will be a duplicate of Bug #453452 , not having to
do anything with the count of files.
If that's the case, then suspected issues are:
- 7z being rather unfriendly, not handling all files properly, symbolic links
being one common example
- Ark swallowing the errors of the 7z tool instead of properly propagating them
which is the more serious problem as there's a fake success

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 436919] Cannot compress large directory as 7zip

2022-02-21 Thread Max
https://bugs.kde.org/show_bug.cgi?id=436919

Max  changed:

   What|Removed |Added

 CC||1312264...@qq.com

--- Comment #6 from Max  ---
*** Bug 447935 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 436919] Cannot compress large directory as 7zip

2022-02-20 Thread Max
https://bugs.kde.org/show_bug.cgi?id=436919

Max  changed:

   What|Removed |Added

 CC||m...@freebsd.org

--- Comment #5 from Max  ---
Can't reproduce this with ark-21.12. Although opening such archives with ark
takes much more time than listing/extracting archive with 7z. Probably because
of slow parsing 7z output.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 436919] Cannot compress large directory as 7zip

2021-07-08 Thread Michał Zubkowicz
https://bugs.kde.org/show_bug.cgi?id=436919

Michał Zubkowicz  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 436919] Cannot compress large directory as 7zip

2021-07-07 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=436919

--- Comment #4 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 436919] Cannot compress large directory as 7zip

2021-06-23 Thread Michał Zubkowicz
https://bugs.kde.org/show_bug.cgi?id=436919

--- Comment #3 from Michał Zubkowicz  ---
Just create many files like this:
dd if=/dev/zero of=masterfile bs=1 count=100
split -b 10 -a 10 masterfile

Next right click on directory with these files, select "compress to" and choose
7zip. 

In attachment you can see broken 7z file and finished compression message.

Worst thing is that compression errors are not showed to user. Compression is
used for archiving old data purposes, and someone can not know that have broken
archive.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 436919] Cannot compress large directory as 7zip

2021-06-23 Thread Michał Zubkowicz
https://bugs.kde.org/show_bug.cgi?id=436919

--- Comment #2 from Michał Zubkowicz  ---
Created attachment 139611
  --> https://bugs.kde.org/attachment.cgi?id=139611&action=edit
Notification about finished compression and broken compressed file

-- 
You are receiving this mail because:
You are watching all bug changes.

[ark] [Bug 436919] Cannot compress large directory as 7zip

2021-06-20 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=436919

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||justin.zo...@gmail.com

--- Comment #1 from Justin Zobel  ---
Thanks for the report, can you provide a sample repo that we can clone for
testing?

-- 
You are receiving this mail because:
You are watching all bug changes.