delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2000/05/02/15:17:19

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sourceware DOT cygnus DOT com>
List-Help: <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com
Message-ID: <390F37DC.A692C982@ece.gatech.edu>
Date: Tue, 02 May 2000 16:17:32 -0400
From: Charles Wilson <cwilson AT ece DOT gatech DOT edu>
X-Mailer: Mozilla 4.7 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Steve Kelem <kelem AT adaptivesilicon DOT com>
CC: Cygwin <cygwin AT sourceware DOT cygnus DOT com>
Subject: Re: Problems running cpan_update from perl v5.6.0-RC1
References: <390F1634 DOT 9745D5E8 AT adaptivesilicon DOT com>

Steve -
  I can tell you what I did to get Bundle::CPAN working (mostly) but I'm
not sure why you are seeing the particular errors below. [**** Nope. Now
I know why you're seeing *your* errors. See postscript. ****] My errors
(that forced me to the following recipe) were different, but I can't
remember them now.

1. Download, build, and install Compress-ZLib manually.
   (you know, perl Makefile.PL, make, make install)

2. Download, build, and install Archive-Tar manually.

3. Download, build, and install libnet manually
   (not necessary for you, since you're using my
   libnet RPM)

After that, I THINK Bundle::CPAN build/installed without trouble (it has
been a while). Of course, it skipped the Zlib, Tar, and libnet stuff
since I'd already done it by hand.

Good luck,
Chuck

P.S. sem.h and ipc.h are from the cygipc package. If you're using my
perl build, it was built with cygipc. Which means that you need to have
the cygipc package installed if you want to build modules -- for just
this reason; perl now expects to find all the same headers that I had
which I built it. You can get cygipc from cygutils.netpedia.net.


Steve Kelem wrote:
> 
> I'm running
> perl -MCPAN -e shell
> with your perl on Cygwin 1.0, with the latest downloads for cygwin,
> and all of your rpms installed.  This is on NT 4.0 SP6, Pentium III 550,
> 256M memory.
> 
> If I type "install Bundle::CPAN" to the cpan shell prompt, I get the
> following errors:
> cpan shell -- CPAN exploration and modules installation (v1.52)
> ReadLine support available (try ``install Bundle::CPAN'')
> 
> Going to read /home/Kelem/.cpan/sources/authors/01mailrc.txt.gz
> Going to read
> /home/Kelem/.cpan/sources/modules/02packages.details.txt.gz
> Scanning cache /home/Kelem/.cpan/build for sizes
> Going to read /home/Kelem/.cpan/sources/modules/03modlist.data.gz
> File::Spec is up to date.
> MD5 is up to date.
> Running make for PMQS/Compress-Zlib-1.08.tar.gz
> CPAN: MD5 loaded ok
> Checksum for
> /home/Kelem/.cpan/sources/authors/id/PMQS/Compress-Zlib-1.08.tar.gz ok
> Compress-Zlib-1.08/
> Compress-Zlib-1.08/typemap
> Compress-Zlib-1.08/t/
> Compress-Zlib-1.08/t/examples.t
> Compress-Zlib-1.08/t/zlib.t
> Compress-Zlib-1.08/examples/
> Compress-Zlib-1.08/examples/gzcat
> Compress-Zlib-1.08/examples/filtdef
> Compress-Zlib-1.08/examples/filtinf
> Compress-Zlib-1.08/examples/gzstream
> Compress-Zlib-1.08/examples/gzgrep
> Compress-Zlib-1.08/Makefile.PL
> Compress-Zlib-1.08/Zlib.xs
> Compress-Zlib-1.08/Makefile.NT
> Compress-Zlib-1.08/README
> Compress-Zlib-1.08/ANNOUNCE
> Compress-Zlib-1.08/MANIFEST
> Compress-Zlib-1.08/config.in
> Compress-Zlib-1.08/Zlib.pm
> Removing previously used /home/Kelem/.cpan/build/Compress-Zlib-1.08
> 
>   CPAN.pm: Going to build PMQS/Compress-Zlib-1.08.tar.gz
> 
> Parsing config.in...
> Looks Good.
> Checking if your kit is complete...
> Looks good
> Note (probably harmless): No library found for -lz
> Writing Makefile for Compress::Zlib
> mkdir blib
> mkdir blib/lib
> mkdir blib/lib/Compress
> mkdir blib/arch
> mkdir blib/arch/auto
> mkdir blib/arch/auto/Compress
> mkdir blib/arch/auto/Compress/Zlib
> mkdir blib/lib/auto
> mkdir blib/lib/auto/Compress
> mkdir blib/lib/auto/Compress/Zlib
> mkdir blib/man3
> cp Zlib.pm blib/lib/Compress/Zlib.pm
> AutoSplitting blib/lib/Compress/Zlib.pm (blib/lib/auto/Compress/Zlib)
> /usr/local/bin/perl -I/usr/local/lib/perl5/5.6.0/cygwin
> -I/usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/5.6.0/ExtUtils/xsubpp
> -typemap usr/local/lib/perl5/5.6.0/ExtUtils/typemap -typemap typemap
> Zlib.xs > Zlib.xsc && mv Zlib.xsc Zlib.c
> gcc -c -I./libraries/1.1.3 -fno-strict-aliasing -I/usr/local/include
> -DUSEIMPORTLIB -O     -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\"
> -I/usr/local/lib/perl5/5.6.0/cygwin/CORE  Zlib.c
> In file included from Zlib.xs:22:
> /usr/local/lib/perl5/5.6.0/cygwin/CORE/perl.h:3185: sys/ipc.h: No such
> file or directory
> /usr/local/lib/perl5/5.6.0/cygwin/CORE/perl.h:3186: sys/sem.h: No such
> file or directory
> make: *** [Zlib.o] Error 1
>   /bin/make  -- NOT OK

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019