libtool not finding /usr/lib/libintl.la or what?

2017-06-30 Thread Mark Geisert

Esteemed co-conspirators,
I've been pulling my hair out trying to build a new cygutils package on 
32-bit Cygwin.  The exact same source package builds fine on 64-bit but 
32-bit fails with the following...


make[2]: Entering directory 
'/usr/src/cygutils-test/cygutils-1.4.16-1.i686/build'
  CCRC   src/cygicons/cygicons.lo
  CC   src/banner/banner.o
  CC   src/clip/getclip.o
  CC   src/clip/putclip.o
  CC   src/cygstart/cygstart.o
  CXX  src/lpr/Printer.o
  CXX  src/lpr/Win32Utils.o
  CXX  src/lpr/lpr.o
  CC   src/mkshortcut/mkshortcut.o
  CC   src/readshortcut/readshortcut.o
  CC   src/winln/winln.o
  CC   src/conv/conv.o
  CC   src/dump/dump.o
  CC   src/ipc/semtool.o
  CC   src/ipc/shmtool.o
  CC   src/ipc/msgtool.o
  CC   src/ipc/semstat.o
  CXX  src/cygdrop/src_cygdrop_cygdrop-cygdrop.o
  CCLD src/cygicons/libicons.la
  CCLD src/banner/banner.exe
libtool:   error: cannot find the library '/usr/lib/libintl.la' or unhandled 
argument '/usr/lib/libintl.la'
make[2]: *** [Makefile:848: src/banner/banner.exe] Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: Leaving directory '/usr/src/cygutils-test/cygutils-1.4.16-1.i686/build'
make[1]: *** [Makefile:1352: all-recursive] Error 1
make[1]: Leaving directory '/usr/src/cygutils-test/cygutils-1.4.16-1.i686/build'
make: *** [Makefile:687: all] Error 2
*** ERROR: make failed

None of the source files make use of internationalization yet.  Package 
author Charles Wilson made the package i18n-ready in case a future 
addition to the package needed it.  There weren't any issues building for 
32-bit on the last go-round ~1.5 years ago.


Does anybody recognize the issue?  Thanks for any leads.
Yours in frustration,

..mark


Re: calm now runs on-demand

2017-06-30 Thread Marco Atzeri

On 17/04/2017 13:34, Jon Turney wrote:



calm continues to also run on a schedule at :10 and :40 past the hour,
so it will still note changes which have been made directly on sourceware.

If you have shell access on sourceware, and make such changes, you can
force calm to run with '~cygwin-admin/bin/calm scan-(uploads|relarea)'.


Jon,
I have shell access but I do not find calm anywhere.
I assume "~cygwin-admin" is more restricted than shell access.

As I did change to the relarea for gcc test, how to force the
update of setup.ini's ?

Regards
Marco


Re: gnupg2 ?

2017-06-30 Thread Marco Atzeri

On 30/06/2017 22:20, Yaakov Selkowitz wrote:

On 2017-06-30 00:34, Marco Atzeri wrote:

On 29/06/2017 08:27, Yaakov Selkowitz wrote:

In order to update gpgme, we need libassuan in the distribution, as
GnuPG 2 support is no longer optional.  While I think we could get by
with just that (and allow it to fall back to 1.x support at runtime), it
did spur me to take another look at the gnupg2 stack.  I don't know if
it's *perfect* but it seems to be generally working:

https://github.com/cygwinports/libassuan
https://github.com/cygwinports/libksba
https://github.com/cygwinports/npth
https://github.com/cygwinports/gnupg2
https://github.com/cygwinports/pinentry
https://github.com/cygwinports/gpa

Any chance you could test this out and/or be interested in maintaining
some or all of it?


I am uploading all except gpa, that will follow later.


Great, thanks!  Did you find anything else that needed changing in these
packages?



only some DIFF_EXCLUDES


Re: gnupg2 ?

2017-06-30 Thread Yaakov Selkowitz

On 2017-06-30 00:34, Marco Atzeri wrote:

On 29/06/2017 08:27, Yaakov Selkowitz wrote:

In order to update gpgme, we need libassuan in the distribution, as
GnuPG 2 support is no longer optional.  While I think we could get by
with just that (and allow it to fall back to 1.x support at runtime), it
did spur me to take another look at the gnupg2 stack.  I don't know if
it's *perfect* but it seems to be generally working:

https://github.com/cygwinports/libassuan
https://github.com/cygwinports/libksba
https://github.com/cygwinports/npth
https://github.com/cygwinports/gnupg2
https://github.com/cygwinports/pinentry
https://github.com/cygwinports/gpa

Any chance you could test this out and/or be interested in maintaining
some or all of it?


I am uploading all except gpa, that will follow later.


Great, thanks!  Did you find anything else that needed changing in these 
packages?


--
Yaakov


Re: gnupg2 ?

2017-06-30 Thread Marco Atzeri

On 30/06/2017 21:22, Andrew Schulman wrote:

I am uploading all except gpa, that will follow later.


Is that the gpg-agent? That'd be great to have. Save me half or 2/3 of the
typing when I'm signing packages.



GNU Privacy Assistant, as it requires gpgme (GnuPG Made Easy)
I need to wait until Yakoov update it.

gpg-agent is already in gnupg2

$ cygcheck -f /usr/bin/gpg-agent.exe
gnupg2-2.1.21-1


Regards
Marco



Re: gnupg2 ?

2017-06-30 Thread Andrew Schulman
> I am uploading all except gpa, that will follow later.

Is that the gpg-agent? That'd be great to have. Save me half or 2/3 of the
typing when I'm signing packages.