Re: [Enigmail] Building on OS/2

2015-10-06 Thread Dave Yeo

On 10/06/15 05:18 AM, Patrick Brunschwig wrote:

On 05.10.15 18:30, Dave Yeo wrote:

>Hi, I'm trying to build enigmail-1.8.2 on OS/2. The problems are
>that OS/2 only supports 8.3 naming with DLLs and needs a def file.
>With this patch (ignore the changes to configure) the build dies
>here. ... make[1]: Leaving directory
>`K:/usr/local/src/enigmail-1.8.2/lang' ./util/genxpi
>enigmail-1.8-os2-x86-gcc3.xpi 1.8 OS2 x86-gcc3 ./build/dist .
>enigmail .dll  yes genxpi: Generating enigmail-1.8-os2-x86-gcc3.xpi
>in ./build/dist Creating enigmail-1.8-os2-x86-gcc3.xpi file zip
>warning: name not matched: subproc.dll zip I/O error: No such file
>or directory zip error: File not found or no read permission
>(subproc.dll) make: *** [xpi] Error 18 ...

I'd recommend you look at the master branch of Enigmail. It doesn't
require any DLL anymore.


OK, which versions does master support? I'm currently using TB 31.8.0 
and SM 2.28pre, hopefully 38 and 2.35 soon.

Dave

___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] Building on OS/2

2015-10-06 Thread Patrick Brunschwig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 06.10.15 18:10, Dave Yeo wrote:
> On 10/06/15 05:18 AM, Patrick Brunschwig wrote:
>> On 05.10.15 18:30, Dave Yeo wrote:
 Hi, I'm trying to build enigmail-1.8.2 on OS/2. The problems
 are that OS/2 only supports 8.3 naming with DLLs and needs a
 def file. With this patch (ignore the changes to configure)
 the build dies here. ... make[1]: Leaving directory 
 `K:/usr/local/src/enigmail-1.8.2/lang' ./util/genxpi 
 enigmail-1.8-os2-x86-gcc3.xpi 1.8 OS2 x86-gcc3 ./build/dist
 . enigmail .dll  yes genxpi: Generating
 enigmail-1.8-os2-x86-gcc3.xpi in ./build/dist Creating
 enigmail-1.8-os2-x86-gcc3.xpi file zip warning: name not
 matched: subproc.dll zip I/O error: No such file or directory
 zip error: File not found or no read permission (subproc.dll)
 make: *** [xpi] Error 18 ...
>> I'd recommend you look at the master branch of Enigmail. It
>> doesn't require any DLL anymore.
> 
> OK, which versions does master support? I'm currently using TB
> 31.8.0 and SM 2.28pre, hopefully 38 and 2.35 soon. Dave

These versions are supported with master.

- -Patrick

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWE/LQAAoJENsRh7ndX2k7ZYkP/ib4LnEHYHM28OrDVlE9bABa
FVzygU5YDpelHzxL/4vKqlYXwyuKQGgU2ViZkSfgLLCDJyS6Fiu6Xz0vsPSq2FgP
B2oVnzAAbh4K1GWy9wJru9slIpVz+DIfbjY9fOMsoNx/J3jMhv8jhdBrQl8TOVvf
i4kLOLBOu4dH4AK49rIx2GguE8JhblanBNUizqO/cMwQOXtCMy9ENH/mFJRXx6EN
pDn8S7bMPtXYA60n0pxWVwdYboZjaHC9BYhablP/3avIRYbz6aUua7RP8ZAETzM1
F/6986kcJLpWxTL8aEuc5A+SQSd86MFyO0vQis6FYMfJZUBEVoRdOzrIQwVmarNQ
1hiaQ7VcDpd9cTOLUFfs2F8uG5H1vu+556AxutZ8tTdlJhWfHsoZ/Wv/Ub2odUps
hI1zqf6l0mcvWSEn6aMc0WAQB6ZHVEMfGzXLaLE9m3EVNBoh1mMqNS3Q3ElUFx8a
4HS8s3rCfXIbORZaYqFmLfpL1kxXuRjKa6ZyPtaLlC5Q6N6mRIncgqTwV4AkqIyl
qabhTQiSJSYLbt/zLMV2k5MDzelyBgoQ9L9yysTcHy+dxmkC6boeKpKQqLMG6yZk
CrO1Lk5ZPflKQJNrmneTpYOidcx+0Jr/G00t8RPtzrvxF2GL3LWsn0PFtliyAc/3
tdQu5XT1XLI64aH6I/lE
=MFDi
-END PGP SIGNATURE-

___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] Building on OS/2

2015-10-06 Thread Dave Yeo

On 10/06/15 04:40 AM, David wrote:

On 10/5/2015 12:30 PM, Dave Yeo wrote:

Hi, I'm trying to build enigmail-1.8.2 on OS/2. The problems are that OS/2 only 
supports 8.3 naming with DLLs and needs a def file.
With this patch (ignore the changes to configure) the build dies here.



Curious me. May I ask why? I used OS/2 for a while but IBM stopped
supporting OS/2 Warp in December of 2006.

And since Enigmail is a Thunderbird extension and Thunderbird uses many
files, the executable is thunderbird.exe (11.3) for example, that do not
your fit the 8.3 file name format I would think that Thunderbird would
not run either? Perhaps not even install.


Only the DLLs are limited to 8.3, everything else is fine as long as 
installed on a file system that supports long names. A couple of TB DLLs 
do need a shortname variant.

Dave

___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] Building on OS/2

2015-10-06 Thread Patrick Brunschwig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 05.10.15 18:30, Dave Yeo wrote:
> Hi, I'm trying to build enigmail-1.8.2 on OS/2. The problems are
> that OS/2 only supports 8.3 naming with DLLs and needs a def file. 
> With this patch (ignore the changes to configure) the build dies
> here. ... make[1]: Leaving directory
> `K:/usr/local/src/enigmail-1.8.2/lang' ./util/genxpi
> enigmail-1.8-os2-x86-gcc3.xpi 1.8 OS2 x86-gcc3 ./build/dist .
> enigmail .dll  yes genxpi: Generating enigmail-1.8-os2-x86-gcc3.xpi
> in ./build/dist Creating enigmail-1.8-os2-x86-gcc3.xpi file zip
> warning: name not matched: subproc.dll zip I/O error: No such file
> or directory zip error: File not found or no read permission
> (subproc.dll) make: *** [xpi] Error 18 ...

I'd recommend you look at the master branch of Enigmail. It doesn't
require any DLL anymore.

- -Patrick

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWE7wcAAoJENsRh7ndX2k7rzoP/RVFcNJxlrlHt9A6wR72jOks
Z0KcqfnL+twptaW2WohPiVQU/hFPa9djbwUJfPyyglOzHZMk86JvNr0cR4MA4fsM
ngnPHBwA3KdCS25EnWZ2mW86AbTFEbX32Jsv7p3+m6FDVhduHLoSBqvrJGgGZsLw
P6Y8XO12mO3Ru23SOOSZhXy+Gqng/QTLx7ZiUbRnfjUhyHN4CFY86aCH339Etp0V
o2hAvUxkQ+oI3OFYxZRC7iNLPCueZtU9R6S0X6038rl/DUCyF3uFP43lkZljSNOn
TfnznYecr9I3Bp/TQdbr6lKo2R3zsghldLV+8jX5B9oIGXRXX+p1TEaFOjtlY43e
J2eY5UKk/3okt2stmjVrp7PvZ8riDqVzQdLDt8SD1+nJY8Sgduta8j8guf6bxsjP
zKLe1wNbfx63mGZYqYt0dm/6PPAQmSBiPQIsycQFGK/boLhDD7WoWTJrnmVwp7+P
t3Vfhywz0aZV3ogefTt+f+eU+NsQTMCY1esjTro8w6ET2827V7A9NSGrDW+MU9Ci
sfbNyF4uiyx4wl5dTwuu7lzuAYyAXXhJ45RHJiv7WK2W/j7Xpa/q2392YvOUgwuG
BFrM7gyGpX9RGMmjlXHwesTaoRycEHveAnpoo5dACVix/x5rVFjLxN/dcW3xlTg2
psYdUoFVxUyVKYJ3myJV
=1Zny
-END PGP SIGNATURE-

___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] Building on OS/2

2015-10-06 Thread David
On 10/5/2015 12:30 PM, Dave Yeo wrote:
> Hi, I'm trying to build enigmail-1.8.2 on OS/2. The problems are that OS/2 
> only supports 8.3 naming with DLLs and needs a def file.
> With this patch (ignore the changes to configure) the build dies here.


Curious me. May I ask why? I used OS/2 for a while but IBM stopped
supporting OS/2 Warp in December of 2006.

And since Enigmail is a Thunderbird extension and Thunderbird uses many
files, the executable is thunderbird.exe (11.3) for example, that do not
your fit the 8.3 file name format I would think that Thunderbird would
not run either? Perhaps not even install.



-- 

  David



signature.asc
Description: OpenPGP digital signature
___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net