Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Trying to create 7-zip executable for MSWindows using Gentoo
Date: Mon, 11 Jan 2016 18:41:03
Message-Id: 2076655.1BUAbLy2xz@dell_xps
In Reply to: Re: [gentoo-user] Trying to create 7-zip executable for MSWindows using Gentoo by Stroller
1 Thanks Stroller,
2
3 On Monday 11 Jan 2016 16:56:15 Stroller wrote:
4 > > On Sun, 10 January 2016, at 7:24 p.m., Mick <michaelkintzios@×××××.com>
5 > > wrote:
6 > >
7 > > I have installed app-arch/p7zip-15.09 and I am trying to create a 7-zip
8 > > archive which will run on MSWindows as an embedded executable. It seems
9 > > that only the standard console SFX module 7zCon.sfx has been installed,
10 > > in
11 > > /usr/lib64/p7zip/7zCon.sfx and this is used by default:
12 > I've never tried to do this, so I may not have a helpful answer.
13 >
14 > However, it might move you forward if I ask a couple of questions.
15 >
16 > 1. You say "only the module 7zCon.sfx is installed" - is it some other
17 > module you need, and do you know what it's called?
18 ===============================
19
20 '/usr/lib64/p7zip/help/cmdline/switches/sfx.htm#SFX_Module' lists the
21 following:
22
23 SFX_Module Description
24 ---------- -----------
25 7z.sfx Windows version.
26 7zCon.sfx Console version.
27 7zS.sfx Windows version for installers.
28 7zSD.sfx Windows version for installers (uses MSVCRT.dll).
29
30
31 > 2. Assuming you know what program is required, is it in the archive
32 > retrieved by `emerge -f app-arch/p7zip`.
33 >
34 > Stroller.
35
36 Hmm ... can't see anything in there other than 7xCon.sfx:
37
38 p7zip_15.09/CPP/7zip/Bundles/
39 p7zip_15.09/CPP/7zip/Bundles/LzmaCon/
40 p7zip_15.09/CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp
41 p7zip_15.09/CPP/7zip/Bundles/LzmaCon/makefile.depend
42 p7zip_15.09/CPP/7zip/Bundles/LzmaCon/makefile
43 p7zip_15.09/CPP/7zip/Bundles/LzmaCon/makefile.list
44 p7zip_15.09/CPP/7zip/Bundles/Alone/
45 p7zip_15.09/CPP/7zip/Bundles/Alone/makefile.depend
46 p7zip_15.09/CPP/7zip/Bundles/Alone/makefile
47 p7zip_15.09/CPP/7zip/Bundles/Alone/makefile.list
48 p7zip_15.09/CPP/7zip/Bundles/AloneGCOV/
49 p7zip_15.09/CPP/7zip/Bundles/AloneGCOV/makefile
50 p7zip_15.09/CPP/7zip/Bundles/Alone7z/
51 p7zip_15.09/CPP/7zip/Bundles/Alone7z/makefile.depend
52 p7zip_15.09/CPP/7zip/Bundles/Alone7z/makefile
53 p7zip_15.09/CPP/7zip/Bundles/Alone7z/makefile.list
54 p7zip_15.09/CPP/7zip/Bundles/Format7zFree/
55 p7zip_15.09/CPP/7zip/Bundles/Format7zFree/makefile.depend
56 p7zip_15.09/CPP/7zip/Bundles/Format7zFree/makefile
57 p7zip_15.09/CPP/7zip/Bundles/Format7zFree/makefile.list
58 p7zip_15.09/CPP/7zip/Bundles/SFXCon/
59 p7zip_15.09/CPP/7zip/Bundles/SFXCon/makefile.depend
60 p7zip_15.09/CPP/7zip/Bundles/SFXCon/makefile
61 p7zip_15.09/CPP/7zip/Bundles/SFXCon/SfxCon.cpp
62 p7zip_15.09/CPP/7zip/Bundles/SFXCon/makefile.list
63
64 But I am not sure what to look for. I think that the above *.sfx list of
65 modules in the documentation is probably the result of compilation and
66 therefore won't be found in the source tar file. The build log shows only
67 7zCon.sfx being installed:
68
69 >>> /usr/lib64/p7zip/7zCon.sfx
70
71
72 These are my USE flags:
73
74 Calculating dependencies... done!
75 [ebuild R ~] app-arch/p7zip-15.09::gentoo USE="kde pch rar wxwidgets -doc
76 (-static)" ABI_X86="(-x32)" 0 KiB
77
78 --
79 Regards,
80 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Trying to create 7-zip executable for MSWindows using Gentoo Stroller <stroller@××××××××××××××××××.uk>