error during make

2014-01-15 Thread Gaduang, Glorius (GE Oil Gas)
Hi Guys,

I was following the instructions per readme, and I am stuck with this error. 
I'm getting this during the make command.

rm -f libcipher.a
: cru libcipher.a cipher.o pubkey.o  md.o dynload.o des.o twofish.o  blowfish.o 
cast5.o rijndael.o  camellia.o camellia-glue.o idea.o  elgamal.o rsa.o 
primegen.o  random.o dsa.o smallprime.o  md5.o rmd160.o sha1.o sha256.o  
rndlinux.o sha512.o
: libcipher.a
Making all in tools
make: Fatal error: Don't know how to make target `../cipher/libcipher.a'
Current working directory /orpogdp1/app/proj_software/gnupg-1.4.16/tools
*** Error code 1

Any help would be appreciated.

Thanks,
Glorius
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: error during make

2014-01-15 Thread Werner Koch
On Tue, 14 Jan 2014 21:50, glorius.gadu...@ge.com said:

 make: Fatal error: Don't know how to make target `../cipher/libcipher.a'
 Current working directory /orpogdp1/app/proj_software/gnupg-1.4.16/tools

Did you used make -jN - it is possible that a dependecy is
missing. Or you make is broken.

What OS and what compiler are you using?

Workaround:

  (cd cipher  make)
  make


Salam-Shalom,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Windows editor destroys gpg.conf

2014-01-15 Thread Hauke Laging
Hello,

when I help Windows users create keys then my script converts the Linux 
version of gpg.conf (after some editing) to the Windows line endings. 
This works.

But if I edit the file with the Windows editor (unfortunately I have 
forgotten the Windows version) then gpg crashes with an error message 
like error in gpg.conf:1. I have experienced that several times in the 
past already.

Unfortunately I both don't have Windows at home and have forgotten to 
make a copy of the damaged file so that I cannot have a look at it.

A wild guess is that the editor adds a UTF-8 BOM at the beginning of the 
file (but that wouldn't affect XP, would it?).

Two concerns:

1) Does anyone know what the problem is and/or whether I can avoid it by 
using another program which is part of Windows (or widely used)?

2) Would it make sense to make gpg work with such config files...? 8-)


Hauke
-- 
Crypto für alle: http://www.openpgp-schulungen.de/fuer/unterstuetzer/
http://userbase.kde.org/Concepts/OpenPGP_Help_Spread
OpenPGP: 7D82 FB9F D25A 2CE4 5241 6C37 BF4B 8EEF 1A57 1DF5


signature.asc
Description: This is a digitally signed message part.
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Windows editor destroys gpg.conf

2014-01-15 Thread Jerry
On Wed, 15 Jan 2014 14:02:12 +0100, Hauke Laging stated:

 Hello,
 
 when I help Windows users create keys then my script converts the
 Linux version of gpg.conf (after some editing) to the Windows line
 endings. This works.
 
 But if I edit the file with the Windows editor (unfortunately I have 
 forgotten the Windows version) then gpg crashes with an error message 
 like error in gpg.conf:1. I have experienced that several times in
 the past already.
 
 Unfortunately I both don't have Windows at home and have forgotten to 
 make a copy of the damaged file so that I cannot have a look at it.
 
 A wild guess is that the editor adds a UTF-8 BOM at the beginning of
 the file (but that wouldn't affect XP, would it?).
 
 Two concerns:
 
 1) Does anyone know what the problem is and/or whether I can avoid it
 by using another program which is part of Windows (or widely used)?
 
 2) Would it make sense to make gpg work with such config files...? 8-)

Personally, I use PSPad to edit files from different OSs on a Window's
machine. http://www.pspad.com. It can save in several different
formats and styles. Plus, it is free.

-- 
Jerry

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Qt security (Re: GPG Assuan protocol usage)

2014-01-15 Thread Bernhard Reiter
On Thursday 09 January 2014 at 14:02:05, Werner Koch wrote:
 . Since posting I've come across the Qt

  Cryptographic Architecture (qca) which looks to be a better approach for
  me as I'm already developing in Qt.

 You may want to view Ilja van Sprundel's lecture X security
   http://events.ccc.de/congress/2013/Fahrplan/events/5499.html

Yes, the talk is interesting, there is only a little bit about Qt
and the some responses from the Qt community are summarized here:
https://daniel.molkentin.net/2014/01/04/on-practical-qt-security/

If somebody knows more about how qca fares as a crypto librariy or versus 
gnugp, I'd be interested in reviews (by pm, if you don't like to send it over 
the list.)

-- 
www.intevation.de/~bernhard (CEO)www.fsfe.org (Founding GA Member)
Intevation GmbH, Osnabrück, Germany; Amtsgericht Osnabrück, HRB 18998
Owned and run by Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner


signature.asc
Description: This is a digitally signed message part.
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Windows editor destroys gpg.conf

2014-01-15 Thread Nomen Nescio
i do testing

unix line end conf is ok on windows
of course dos line end is ok too

utf8-bom, unicode, unicode-be
file formats all fail


 gpg -K --options utf8-bom-conf.txt
gpg: utf8-bom-conf.txt:1: invalid option

 gpg -K --options unicode-be-conf.txt
gpg: unicode-be-conf.txt:1: invalid option
gpg: unicode-be-conf.txt:2: invalid option
gpg: unicode-be-conf.txt:3: invalid option
...

 gpg -K --options unicode-conf.txt
gpg: unicode-conf.txt:1: invalid option
gpg: unicode-conf.txt:2: invalid option
gpg: unicode-conf.txt:3: invalid option
...




___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Windows editor destroys gpg.conf

2014-01-15 Thread Tristan Santore

On 15/01/14 13:33, Jerry wrote:

On Wed, 15 Jan 2014 14:02:12 +0100, Hauke Laging stated:


Hello,

when I help Windows users create keys then my script converts the
Linux version of gpg.conf (after some editing) to the Windows line
endings. This works.

But if I edit the file with the Windows editor (unfortunately I have
forgotten the Windows version) then gpg crashes with an error message
like error in gpg.conf:1. I have experienced that several times in
the past already.

Unfortunately I both don't have Windows at home and have forgotten to
make a copy of the damaged file so that I cannot have a look at it.

A wild guess is that the editor adds a UTF-8 BOM at the beginning of
the file (but that wouldn't affect XP, would it?).

Two concerns:

1) Does anyone know what the problem is and/or whether I can avoid it
by using another program which is part of Windows (or widely used)?

2) Would it make sense to make gpg work with such config files...? 8-)


Personally, I use PSPad to edit files from different OSs on a Window's
machine. http://www.pspad.com. It can save in several different
formats and styles. Plus, it is free.


unix2dos and dos2unix are your friends.

Regards,
Tristan

--
Tristan Santore BSc MBCS
TS4523-RIPE
Network and Infrastructure Operations
InterNexusConnect
Mobile +44-78-55069812
tristan.sant...@internexusconnect.net

Former Thawte Notary
(Please note: Thawte has closed its WoT programme down,
and I am therefore no longer able to accredit trust)

For Fedora related issues, please email me at:
tsant...@fedoraproject.org

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Windows editor destroys gpg.conf

2014-01-15 Thread vedaal

On Wed, Jan 15, 2014 at 2:02 PM, Hauke Laging  wrote:


 1) Does anyone know what the problem is and/or whether I can 
avoid it by
 using another program which is part of Windows (or widely used)?

=

I often switch between Ubuntu and Windows, and have 2 separate gpg.conf. files,
(my keyrings are in a truecrypt container, and in Windows, truecrypt containers 
mount to their own file letter 
(e.g. V:\)
while in Ubuntu it mounts as a numbered directory as part of a dev/ directory,
so the home directory for gnupg has a different address).

Anyway, when using a gpg.conf file in windows that was done in Ubuntu,
Windows sometimes 'decides' that the lines are too long and wrap them, 
thereby creating a new line in gpg.conf that makes no sense.

This can happen if the 'Comment' option  line is too long, or a # commented out 
line is too long.

Another reason that might invalidate a gpg.conf, on windows,  is if there are 
any '/' instead of '\'  .

The actual program in Linux that is used to write the gpg.conf doesn't really 
matter.

Using Notepad to edit it in windows will quickly show if there is a problem.
Notepad is in every edition of windows, and opens files without .txt  
extensions.
(It easily open gpg.conf and saves it a gpg.conf).


vedaal


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users