From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from c220s21h0.upc.chello.no ([212.186.248.220] helo=login2.sannes.org ident=qmailr) by cvs.gentoo.org with smtp (Exim 3.22 #1) id 153f15-0007Ze-00 for gentoo-dev@gentoo.org; Sat, 26 May 2001 08:26:09 -0600 Received: (qmail 11271 invoked by uid 1007); 26 May 2001 13:23:35 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 26 May 2001 13:23:35 -0000 From: =?X-UNKNOWN?Q?Asbj=F8rn_Sannes?= To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [gentoo-dev] USE flag "perl" Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sat May 26 08:27:02 2001 X-Original-Date: Sat, 26 May 2001 15:23:34 +0200 (CEST) X-Archives-Salt: 8db34db0-f351-4528-b67d-cc5622f0657a X-Archives-Hash: 64ab0915182896431dd393fdc5e36c42 After editing my /etc/make.conf to include perl in the USE flags perl won't compile right ending the compilation/merge with: Making DynaLoader (static) Processing hints file hints/linux.pl Writing Makefile for DynaLoader make[1]: Entering directory `/tmp/portage/perl-5.6.1/work/perl-5.6.1/ext/DynaLoader' ../../miniperl: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory make[1]: *** [../../lib/.exists] Error 127 make[1]: Leaving directory `/tmp/portage/perl-5.6.1/work/perl-5.6.1/ext/DynaLoader' make config failed, continuing anyway... make[1]: Entering directory `/tmp/portage/perl-5.6.1/work/perl-5.6.1/ext/DynaLoader' ../../miniperl: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory make[1]: *** [../../lib/.exists] Error 127 make[1]: Leaving directory `/tmp/portage/perl-5.6.1/work/perl-5.6.1/ext/DynaLoader' make: *** [lib/auto/DynaLoader/DynaLoader.a] Error 2 !!! ERROR: the make command did not complete successfully. !!! ("make") !!! Since this is a critical task, ebuild will be stopped. !!! emerge aborting on /usr/portage/sys-devel/perl/perl-5.6.1.ebuild . I just removed the perl from USE (don't know why I put in there in the first place, looked like a smart thing to do...), but because it should work to put it in there I posted this.. All the perl flag does is to make perl make a share libary (if I read the ebuild correct). -- Asbjorn Sannes ace@sannes.org www.sannes.org