public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Perl and crypt.h
@ 2015-11-18 10:59 Alexey Sokolov
  2015-11-24 18:58 ` Achim Gratz
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Sokolov @ 2015-11-18 10:59 UTC (permalink / raw)
  To: cygwin-apps

Hi Achim,
I think perl package should depend on libcrypt-devel on x86_64.
Otherwise, here's error while embedding perl:

> In file included from /usr/lib/perl5/5.22/x86_64-cygwin-threads/CORE/op.h:635:0,
>                  from /usr/lib/perl5/5.22/x86_64-cygwin-threads/CORE/perl.h:3736,
>                  from /home/q/KVIrc/src/modules/perlcore/libkviperlcore.cpp:68:
> /usr/lib/perl5/5.22/x86_64-cygwin-threads/CORE/reentr.h:104:26: fatal error: crypt.h: No such file or directory
>  #       include <crypt.h>
>                           ^

It seems to works without libcrypt-devel on i686 though.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Perl and crypt.h
  2015-11-18 10:59 Perl and crypt.h Alexey Sokolov
@ 2015-11-24 18:58 ` Achim Gratz
  0 siblings, 0 replies; 2+ messages in thread
From: Achim Gratz @ 2015-11-24 18:58 UTC (permalink / raw)
  To: cygwin-apps

Alexey Sokolov writes:
> I think perl package should depend on libcrypt-devel on x86_64.

Most definitely not.  If anything there would need to be a perl-devel
package that pulls stuff like that in.

> Otherwise, here's error while embedding perl:
>
>> In file included from /usr/lib/perl5/5.22/x86_64-cygwin-threads/CORE/op.h:635:0,
>>                  from /usr/lib/perl5/5.22/x86_64-cygwin-threads/CORE/perl.h:3736,
>>                  from /home/q/KVIrc/src/modules/perlcore/libkviperlcore.cpp:68:
>> /usr/lib/perl5/5.22/x86_64-cygwin-threads/CORE/reentr.h:104:26: fatal error: crypt.h: No such file or directory
>>  #       include <crypt.h>
>>                           ^
>
> It seems to works without libcrypt-devel on i686 though.

This is packaged differently for x86 and x86_64 and part of the crypt
package on x86 (library and development files not separated).  It would
be nice if it was using the same packaging on both architectures.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-24 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-18 10:59 Perl and crypt.h Alexey Sokolov
2015-11-24 18:58 ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).