Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Personacrypt missing #49

Closed
Troub274 opened this issue Dec 3, 2018 · 2 comments
Closed

Personacrypt missing #49

Troub274 opened this issue Dec 3, 2018 · 2 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
@Troub274
Copy link

@Troub274 Troub274 commented Dec 3, 2018

installed clean 11-30-2018 release candidate.
Personacrypt is missing and not in the repository to install. However it still shows up in the user manager. When you try and add a personacrypt user and enable it in the user manager it fails to add a user. pkg install cannot find personacrypt. Pkg search cannot find it either.
I think this is a really great feature. It should not be removed.
I would like to see it updated so it could be used from command line log ins as well.
So it would function in trueos as well as trident

@q5sys
Copy link
Member

@q5sys q5sys commented Dec 3, 2018

Technically we didn't 'remove' it. Its not in the repo or on the ISO
because it requires pefs-kmod-2017.06.20 and that package has been failing
to build.

In file included from
/wrkdirs/usr/ports/sysutils/pefs-kmod/work/pefs-2017-06-20/sys/modules/pefs/../../fs/pefs/pefs_crypto.c:31:
/usr/src/sys/sys/dirent.h:139:2: error: implicit declaration of
function 'memset' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
        memset(dp->d_name + dp->d_namlen, 0,
        ^
/usr/src/sys/sys/dirent.h:139:2: error: this function declaration is
not a prototype [-Werror,-Wstrict-prototypes]
In file included from
/wrkdirs/usr/ports/sysutils/pefs-kmod/work/pefs-2017-06-20/sys/modules/pefs/../../fs/pefs/pefs_crypto.c:34:
In file included from /usr/src/sys/sys/libkern.h:41:
/usr/src/sys/sys/systm.h:317:7: error: conflicting types for 'memset'
void    *memset(void * _Nonnull buf, int c, size_t len);
         ^
/usr/src/sys/sys/dirent.h:139:2: note: previous implicit declaration is here
        memset(dp->d_name + dp->d_namlen, 0,
        ^
3 errors generated.
*** Error code 1

Stop.

@RodMyers
Copy link

@RodMyers RodMyers commented Dec 3, 2018

You really should start paying attention to other Trident media

https://discourse.trueos.org/t/dev-querstion-from-telegram/3468/3

@beanpole135 beanpole135 closed this Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment