uNZ 0.2 - extraction of 7z archive fails to "/tmp0/1/" but succeeds to /tmp0/1 (no trailing / at the end) #27
Labels
No Label
C
Category/Applications
Category/Drivers
Category/General
Category/Kernel
Category/Libraries
Eolite
FASM
FS
HLL
Influence/Settings
Influence/Text/TYPO
IRCC
Kernel
Kind
Breaking
Kind
Bug
Kind
Build
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KolibriOS/kolibrios#27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
uNZ 0.2 seems to be picky regarding the "Extract to" path.
Pick a 7z archive like "ircc_0.31_vigenere_13july2018.7z" from this thread:
http://board.kolibrios.org/viewtopic.php?f=11&t=3734
It was packed with
7z a -m0=Deflate ./ircc_0.31_vigenere_13july2018.7z ./ircc_0.31_vigenere_13july2018/
command, and contains a directory ./ircc_0.31_vigenere_13july2018/ together with files inside.
If I choose to extract it to /tmp0/1/ - despite the "Unpacked successfuly" notification message (btw notice a typo at "successfuly" word - should be double "l") , I can't see any files at /tmp0/1" RAM disk. However, if I choose the extraction path as /tmp0/1 without a trailing / - then it unpacks really successfully and I'm able to see and use the extracted files.
This problem isn't obvious and might confuse a new KolibriOS user, so I'm setting a high priority.
floppy121