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:cc:subject:date:message-id:references :in-reply-to:content-type:content-id:content-transfer-encoding :mime-version; q=dns; s=default; b=QUcjFFMRgYLRFvLNJOoJ9jn6/weMI RR+ZDpNh7cqnbpc9Y0VmAsCOz9qFZkgAt5UtG6qu2Y+kT01uXzEr4ayoYVmyBRP7 Rj4MxyG/qo8GRU/7UBSkMPZyALSHM8XrfusKGrBo05QTEt6Nto7pQVWq1w5G+DG7 5OpOsstJkpsbwA= 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:cc:subject:date:message-id:references :in-reply-to:content-type:content-id:content-transfer-encoding :mime-version; s=default; bh=Jc060tpo+zLhON97tNUEd9g9zSA=; b=pyx kgCcIO2KBlK7j/EDMZIaCU/Hm6S1smOfcBZVFomO6Fwxwj6Cquv0/LV7DKDjgb4M d9z6f7PhmoLZXUeqSqaPxHket7ZTmO/tznVQDGo9gvWEEYp0nbaPB5TRuDDNPoaX +lYCyYPKmZDFS1htiyIVzbEuasKYmRJbO0wFyAgs= 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-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=AWL,BAYES_50,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,URI_HEX autolearn=no version=3.3.2 spammy=UD:gz, outguess02, outguess-0.2-1.sh, UD:outguess-0.2-1.sh.sig X-HELO: NAM04-BN3-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cornell.edu; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=BiLH0ELGxJm217b6SWBQNJMDxhx9qq2KcQ75uvgU3Oo=; b=AhhhLhFIoQdlaWDFXtzQIQkYcVxe0Df7nQXcwBlTQWv2H/eSzg6dIVaANOgrEqrK+/U9jBGdqelFCuzifoLAHh3NxAetwD4p/dj4F4jkdjrDBr8nRPznBmJvmQeexxbaphBx4MTRd8uYDY5ITqZ2flG9d8pMOiFlGGjc6PhXDHM= From: Ken Brown To: "cygwin AT cygwin DOT com" CC: Jari Aalto Subject: Re: Invalid relocation. Offset 0x7ffb9097714 at address 0x100402ed8 doesn't fit into 32 bits Date: Sat, 13 Oct 2018 17:06:40 +0000 Message-ID: <28ea3206-df7b-ffaa-475d-78617460bc04@cornell.edu> References: In-Reply-To: user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 authentication-results: spf=none (sender IP is ) smtp.mailfrom=kbrown AT cornell DOT edu; received-spf: None (protection.outlook.com: cornell.edu does not designate permitted sender hosts) Content-Type: text/plain; charset="utf-8" Content-ID: <24A1CB074A74734DA22B2284E70949E0 AT namprd04 DOT prod DOT outlook DOT com> MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id w9DH6u0r016407 On 10/13/2018 10:47 AM, Ken Brown wrote: > On 10/13/2018 6:16 AM, KA G wrote: >> I get this error when trying to run outguess. Invalid relocation. Offset >> 0x7ffb9097714 at address 0x100402ed8 doesn't fit into 32 bits. I installed >> it through the set up provided. >> The program appears on the bin folder of outguess and >> also C:\cygwin64\usr\src. The files that are found on C:\cygwin64\usr\src >> are: >> outguess-0.2 tar.gz >> outguess-0.2-1.sh >> outguess-0.2-1.sh.sig >> outguess-0.2-1-cygwin.patch >> outguess-0.2-1-cygwin.patch.sig. >> I also have set the path as well. I did see a method that involved rebasing >> the cygXt-6.dll however I was nogt able to locate it. >> >> http://cygwin.1069669.n5.nabble.com/Invalid-relocation-for-xpdf-td126316.html > > If you read to the end of that discussion (which continued into the next month), > you'll see that the rebase suggestion didn't work. What was required was simply > a rebuild of the package (see https://cygwin.com/ml/cygwin/2016-05/msg00172.html). > > I've added the package maintainer to the Cc in case he wants to try this. FWIW, I just made a quick attempt to build the package, and I found that the build failed because the include file couldn't be found. The fix was to configure with ac_cv_func_MD5Update=no. The build then completed and the resulting outguess.exe started up. But the build (at least in the 64-bit case) had a lot of gcc warnings that ought to be looked into. Ken -- 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