X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=HIg+V T9oNETHy8N5QwKH6GaFKg68HJzj/X7xKCDLlxv8DM3wNhsfgnjeKbs8WG/VeQM9w RO8v18RqWVKphmBGhub73AQE+lW+sQlhjKXf6gIowdobNt5Uzyx4aVCTDOXerTzK Aat7xMoO4R4QXwbMclSvOAiX4FTiTVUXmcZul8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=NispqAJnRZI bjgwpPomMFb6meRY=; b=AzmyxPlLFzWZXD0Yb5axMbBNvtTjyI3McTnc7p+A3Xh g2dCdvlI5RVa+PKCdQOAV0KGVPo96pnpuP4QrAmTiHppOVuOjwb/L8G5EMSp+qP+ iTUaFt8RngPW6liiIaIAvh5s1E42RuxciHfsSy+/4JMQSQQVoqu/YfyXcv/9WQNM = Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Sound, wave, setupexe, setup.exe X-HELO: vsmx009.vodafonemail.xion.oxcs.net From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: Explicit dash rebaseall instructions from a CMD.EXE shell requested References: Date: Thu, 04 Jan 2018 21:35:08 +0100 In-Reply-To: (Keith Christian's message of "Thu, 4 Jan 2018 07:18:28 -0700") Message-ID: <87r2r58irn.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-VADE-STATUS: LEGIT Keith Christian writes: > Seeing this when trying to install a Perl module: This is why I don't recommend to do that. You need to teach the build system to do an ephemeral rebase in order to reproducibly run the tests and then put the resulting DLL somewhere that autorebase knows about. > So: I tried to execute rebaseall and rebase from a CMD.EXE window under DASH: While you can still do that, it's no longer the recommended way of doing a full rebase. You should just issue rebase-trigger full on the command line, then terminate all Cygwin processes and run setup.exe again (you don't need to install or update anything). Additionally, it won't help to solve your problem because that manual method does not even look in those places where your DLL are residing. For the above to work, register the path with the DLL as described in /usr/share/doc/Cygwin/_autorebase.README You didn't show where you are installing the module to. Unadorned cpan installation should use /usr/local/lib/perl5/site_perl/5.26, which is already registered with autorebase when you have the perl_autorebase package installed, while local::lib will try somewhere in your home directory and require manual intervention. Last but not least, since you are using a 32bit Cygwin installation, you may simply have run out of address space already. Take care to only install those packages that you _need_, not entire categories or even all of Cygwin. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple