Bug 210175 - app-crypt/truecrypt-5.0a - version without gui
|
Bug#:
210175
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: crypto@gentoo.org
|
Reported By: qosek@o2.pl
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: app-crypt/truecrypt-5.0a - version without gui
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2008-02-14 19:34 0000
|
Standard truecrypt 5.0x build can not be run without running Xserver. But there
is possibility to build it without gui support, and than it can be uses purely
console.
The solution (setting --disable-gui flag) is described in thread:
http://forums.truecrypt.org/viewtopic.php?t=8645
I think that a flag should be added to gentoo ebuild based on this information.
Reproducible: Always
This URL requires login, please paste relevant parts.
(In reply to comment #1)
> This URL requires login, please paste relevant parts.
>
No it doesn't (read carefully - you need to login only to write posts ;) )
But I can paste:
" asked over on the wxWidgets mailing list about a non-GUI version
of wxWidgets, and it turns out that you can add the --disable-gui option
when running configure in the wxWidgets build, so I gave that a whirl,
and now I'm trying to come up with a patch that throws in
#if wxUSE_GUI == 1
directives in enough places that the source will build a true text only version
(still a work in progress :-)."
"OK, here it is, all my truecrypt patches and build scripts and wot-not,
including a patch to enable a NOGUI=1 flag on Makefile which will
build a truecrypt utterly devoid of any GUI (much smaller executable
and suitable for running on servers which don't even have X installed):
http://home.att.net/~Tom.Horsley/tah-tc-5.0.tar.gz"
Yes it does.
I added a modified version of this.
Thanks.