X-Recipient: archive-cygwin@delorie.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:reply-to:subject:date
	:content-transfer-encoding:content-type:message-id:mime-version;
	 q=dns; s=default; b=YBsHw6Q3GKpzAbb3C67U/hvnhfPLEaCrKqP6/PfiXTg
	lEOWnPJWL46j8Vg+udVZAp61SMzA162ctkwsjz32seEXGFIiIlcqMZtVEhE3/9u+
	UKu2aVxE2WJ5Fjd4Lr5kX6wmjQ72PD9fMJSrmPGmxQQQHNChNELXsf076ya88TUU
	=
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:reply-to:subject:date
	:content-transfer-encoding:content-type:message-id:mime-version;
	 s=default; bh=P35VMCLMxK/qClPonclO8pJAkQ4=; b=lhyWkfDr7wWYBaq/i
	nXKTwh5QyNBu7y4sKV/kwZjjixABRAu83BdBdqYxxfTHlkbv04mRiYRtJjtn5Bit
	DbVYeSTZ8T84yv3P4r3woSCLFp1n1yIc6z9pfmUBhkYzRF1mza3dCgzrwzuhexK3
	6HiujKOkBiF0FLz5B2bJ2QWxMQ=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*UA:WebMail, H*x:WebMail, H*MI:rambler, H*R:D*ru
X-HELO: mxout2.rambler.ru
From: "Jaakov Jaakov" <j_k_v@ro.ru>
To: cygwin@cygwin.com
Reply-To: "Jaakov Jaakov" <j_k_v@ro.ru>
Subject: Re: Invalid relocation for xpdf
Date: Sun, 17 Apr 2016 23:10:41 +0300
Content-Disposition: inline
Content-Type: text/plain; charset="utf-8"; format="flowed"
Message-Id: <1460923841.287261.4670.27076@mail.rambler.ru>
MIME-Version: 1.0
X-Rambler-User: j_k_v@ro.ru/87.174.131.3
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u3HKB73k012131


Same bug for me. 

$ xpdf &
[1] 3496
$ Cygwin runtime failure: /usr/bin/xpdf.exe: Invalid relocation.  Offset 0x2f6eabad9 at address 0x100494523 doesn't fit into 32 bits

But Mark's suggestion doesn't work:

[1]+  Exit 127                xpdf
/usr/bin$ rebase -i cygXt*
/usr/bin/cygXtst-6.dll                    base 0x0003f72f0000 size 0x0000d000  
/usr/bin/cygXt-6.dll                      base 0x0003f7300000 size 0x00058000  
/usr/bin$ rebase --base=0x0ffa70000 /usr/bin/cygXt-6.dll 
ReBaseImage (/usr/bin/cygXt-6.dll) failed with last error = 6
/usr/bin$ rebase -i cygXt*
/usr/bin/cygXtst-6.dll                    base 0x0003f72f0000 size 0x0000d000  
/usr/bin/cygXt-6.dll                      base 0x0003f7300000 size 0x00058000 
/usr/bin$ xpdf &
[1] 2272
/usr/bin$ Cygwin runtime failure: /usr/bin/xpdf.exe: Invalid relocation.  Offset 0x2f6eabad9 at address 0x100494523 doesn't fit into 32 bits


I'd be extremely grateful for a fix...
--
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


