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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=cuDt+FZfHBndMOA4 UFsw4RaM00MrmkUGFaxCAHiON0QLXIx3ayd48Y5QI7Vezh4iZy3eiUjAyFrqG4jp bYpDUCIRSRt6nygIBu38CaFtU0Tu93n7iNh/ymcoPDhAuslKE+9gBXj+gAxrlrLP U9Rpl3T2/UR/iLlt/81eCO4WPCI= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Xa4d2v3oSeyUZnwtHdH4Z3 Sptfs=; b=K1o9zqldQ3l5l4S3EZ6EBR6YDf+IaeKm40yUhbRwfhzzm3Sew1KKiE Kh8ruith7GX999KMBBsZPZmIVo6HyhdIUYF24MStMahnrObUwmGJqsGfprkLi/+O OJgk3QKjN3vaUwO8XFFFo3LWvVmuoXJGA5jo9SKZev7TgqV4CPKng= 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=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=2.5.2, 2.5.1, atzeri, Atzeri X-HELO: mail-wm0-f41.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=c60w/1qHlhObYMKooT3wSXs8sADvJLwD5ioiocAXKHs=; b=EG3LC4JpR5taC8dp330vvTiIGR/uQ9arEFe9/FSsICkbMZ8SVixLcZRuxQRdbNGFil l1zXzn5fUjUGJfR3XAID1Ni+ItIfvskIkM0fhDNz5vAZsPVU7WcJMHlRzQZC4zjAPEMo 80TdPUPeP5/cGOKgPVR+MG+poNwFoBsQMRERQxiLs5smzcbYmtMKVMCylNlQDpH4zPz+ 5GsSjUUO5z6opNkus7z1NlPf1TnN6kkJj2qPtylh2yksJUrVYngdVjPl6nJtGE/u7zQZ iBPCz8hfJ9zqXtc4M6N1A/PvegWz2Kw9vCnsr2lAWKw85GH1l62hyoHJJDCCAfiYMp1a +Vww== X-Gm-Message-State: ALyK8tKDXVFzLeyuayaSGJZuOn64ue3SoE1yrpJxsvDtvQWMZBdtAbk/4xPC1X+ahqvHqg== X-Received: by 10.28.9.213 with SMTP id 204mr11347036wmj.88.1467035596613; Mon, 27 Jun 2016 06:53:16 -0700 (PDT) Subject: Re: gem broken ? To: "cygwin AT cygwin DOT com" References: <5495062c-6126-609a-46e1-587a18cb8de2 AT gmail DOT com> From: Marco Atzeri Message-ID: <691bacce-80d7-1634-2959-4844fb3f4c50@gmail.com> Date: Mon, 27 Jun 2016 15:53:05 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <5495062c-6126-609a-46e1-587a18cb8de2@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 27/06/2016 15:19, Marco Atzeri wrote: > on both 32bit and 64 bit (W7 X86_64) > > $ cygcheck -c rubygems > Cygwin Package Information > Package Version Status > rubygems 2.4.8-1 OK > > $ gem list > ERROR: Loading command: list (Fiddle::DLError) > can't load kernel32 > ERROR: While executing gem ... (NoMethodError) > undefined method `invoke_with_build_args' for nil:NilClass > > > First reported on > http://superuser.com/questions/1093954/gem-not-working-in-cygwin > > Regards > Marco it seems a consequence of cygwin 2.5.2 with $ uname -msvr CYGWIN_NT-6.1 2.5.1(0.297/5/3) 2016-04-21 22:14 x86_64 $ gem list *** LOCAL GEMS *** actionmailer (4.2.6) actionpack (4.2.6) actionview (4.2.6) [cut] test-unit (3.0.8) thor (0.19.1) thread_safe (0.3.5) tzinfo (1.2.2) -- 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