Support #6669
During installation some incluide directories have wrong permissions
Status:
Feedback
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/16/2018
Due date:
% Done:
0%
Estimated time:
Description
I have downloaded v4.0.4 source code and have compiled it on a fresh system where no manual compilation and installation has been done before for Wt.
During installation (sudo make install
) some directories show wrong permissions.
Namely: Wt/Core, Wt/Date, Wt/Wignals
[support@Feynman ~] ls -la /usr/local/include/Wt/ total 2,9M drwxr-xr-x 16 root root 12K 2018-10-16 16:47:57 . drwxr-xr-x 3 root root 31 2018-04-20 18:08:00 .. drwxr-xr-x 2 root root 146 2018-10-16 16:47:57 AsioWrapper drwxr-xr-x 3 root root 4,0K 2018-10-16 16:47:57 Auth drwxr-xr-x 2 root root 4,0K 2018-10-16 16:47:57 Chart drwx------ 2 root root 110 2018-10-16 16:47:57 Core drwx------ 3 root root 47 2018-10-16 16:47:57 Date drwxr-xr-x 3 root root 4,0K 2018-10-16 16:47:57 Dbo -rw-r--r-- 1 root root 18K 2018-08-22 11:47:07 DomElement.h -rw-r--r-- 1 root root 2,2K 2018-08-22 11:47:07 EscapeOStream.h drwxr-xr-x 2 root root 256 2018-10-16 16:47:57 Http drwxr-xr-x 2 root root 160 2018-10-16 16:47:57 Json drwxr-xr-x 2 root root 100 2018-10-16 16:47:57 Mail drwxr-xr-x 2 root root 224 2018-10-16 16:47:57 Payment drwxr-xr-x 2 root root 92 2018-10-16 16:47:57 Render drwx------ 2 root root 25 2018-10-16 16:47:57 Signals drwxr-xr-x 2 root root 56 2018-10-16 16:47:57 Test -rw-r--r-- 1 root root 679 2018-08-22 11:47:07 Utils -rw-r--r-- 1 root root 6,8K 2018-08-22 11:47:07 Utils.h -rw-r--r-- 1 root root 727 2018-08-22 11:47:07 WAbstractArea -rw-r--r-- 1 root root 11K 2018-08-22 11:47:07 WAbstractArea.h
Contained files has proper permissions.
I put priority urgent as the bug makes the library unusable.
Updated by Roel Standaert almost 4 years ago
What sources are you working from? Are you downloading the .tar.gz
? Are you using git
? I downloaded the tarball, extracted it, and built and installed it (on a clean ArchLinux container), and all subdirs of Wt
have the same 755
permissions.
Updated by Roel Standaert almost 4 years ago
- Tracker changed from Bug to Support
- Status changed from New to Feedback
- Priority changed from Urgent to Normal