From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 490057236480 X-Google-Groups: supmua X-Google-Thread: 3030fda1bf,84fc934da9a14f27 X-Google-Attributes: gid3030fda1bf,domainid0,public,googlegroup X-Google-NewGroupId: yes X-Received: by 10.112.126.194 with SMTP id na2mr769813lbb.18.1425480699136; Wed, 04 Mar 2015 06:51:39 -0800 (PST) X-BeenThere: supmua@googlegroups.com Received: by 10.180.198.198 with SMTP id je6ls124790wic.54.gmail; Wed, 04 Mar 2015 06:51:38 -0800 (PST) X-Received: by 10.180.11.34 with SMTP id n2mr1197069wib.2.1425480698561; Wed, 04 Mar 2015 06:51:38 -0800 (PST) Return-Path: Received: from relay-3.mailobj.net (relay-3.mailobj.net. [213.182.54.6]) by gmr-mx.google.com with ESMTP id el6si340781wib.2.2015.03.04.06.51.38 for ; Wed, 04 Mar 2015 06:51:38 -0800 (PST) Received-SPF: pass (google.com: domain of gui-gui@netcourrier.com designates 213.182.54.6 as permitted sender) client-ip=213.182.54.6; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of gui-gui@netcourrier.com designates 213.182.54.6 as permitted sender) smtp.mail=gui-gui@netcourrier.com Received: from www-2 (www-2.in.mailobj.net [192.168.90.194]) by relay-3.mailobj.net (Postfix) with SMTP id 4CA9CBDC7F; Wed, 4 Mar 2015 15:50:01 +0100 (CET) Received: from [163.173.9.4] by www-2.netcourrier.com with http webmail; Wed, 4 Mar 2015 15:51:38 +0100 (CET) X-EA-Auth: fNeRYNUomiLQD96yfZhCy2/CqNt7enGQM4+KINVn5xtajm7Weh9UQYq02jb Bk+8wg1tC9KpmhM3LXnJzTIvUQQ== From: gui-gui@netcourrier.com To: "Jan Winkelmann" , supmua@googlegroups.com Date: Wed, 4 Mar 2015 15:51:38 +0100 (CET) Subject: Re: Re: sup broken with ruby 2.2? X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA14.11/r20150128 Message-ID: In-Reply-To: Content-Type: multipart/alternative; boundary="----=_NextPart_001_54f71bfa_7b3d_34be29fa" ------=_NextPart_001_54f71bfa_7b3d_34be29fa Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable I get it to install by installing xapian-ruby first and then sup: gem install xapian-ruby gpgme sup --=20 Guillaume ---- Message d'origine ---- De : "Jan Winkelmann" =C0 : supmua@googlegroups.com Objet : Re: sup broken with ruby 2.2? Date : 04/03/2015 15:37:40 CET Copie =E0 : gui-gui@netcourrier.com I have the same issue with sup-0.21: [...] Building native extensions. =A0This could take a while... /usr/bin/ruby mkrf_conf_xapian.rb xapian: platform specific dependencies.. xapian: installing xapian-ruby.. ERROR: =A0Error installing sup: ERROR: Failed to build gem native extension. =A0 =A0 Building has failed. See above output for more information on the = failure. rake failed, exit code 1 The patch posted has been merged before 0.21 so I don't think it helped. I= 'm on Arch Linux using Ruby 2.2.0. Did anyone get it to work? On Tuesday, January 6, 2015 at 11:13:26 AM UTC+1, gui...@netcourrier.com w= rote:=20 Hello all, I updated my system to ruby 2.2 and I can't get sup to work. At first it didn't work so I figured I needed to recompile it, so I remove= d and reinstalled it. However, simply typing 'gem install sup' fails with t= his message: Fetching: sup-0.20.0.gem (100%) Building native extensions.=A0 This could take a while... ERROR:=A0 Error installing sup: =A0=A0=A0 ERROR: Failed to build gem native extension. =A0=A0=A0 /usr/bin/ruby mkrf_conf_xapian.rb xapian: installing xapian-ruby.. xapian: platform specific dependencies.. rake failed, exit code 1 Gem files will remain installed in /home/guiniol/.gem/ruby/2.2.0/gems/sup-= 0.20.0 for inspection. Results logged to /home/guiniol/.gem/ruby/2.2.0/extensions/x86_64-linux/2.= 2.0/sup-0.20.0/gem_make.out I figured the problem was with xapian, so I tried to first install xapian-= ruby and then sup, which works. However, sup doesn't launch. I get this err= or instead: /usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': c= annot load such file -- dl/import (LoadError) =A0=A0=A0 from /usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:= in `require' =A0=A0=A0 from /home/guiniol/.gem/ruby/2.2.0/gems/sup-0.20.0/bin/sup:111:i= n `' =A0=A0=A0 from /home/guiniol/.gem/ruby/2.2.0/gems/sup-0.20.0/bin/sup:74:in= `' =A0=A0=A0 from /home/guiniol/.gem/ruby/2.2.0/bin/sup:23:in `load' =A0=A0=A0 from /home/guiniol/.gem/ruby/2.2.0/bin/sup:23:in `
' Has anyone else tried sup with ruby 2.2? Is there anything I can try to ge= t it to work? Cheers, Guillaume ------=_NextPart_001_54f71bfa_7b3d_34be29fa Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable I get it to install by installing xapian-ruby first and then sup:gem install xapian-ruby gpgme sup

--
Guillaume


---- = Message d'origine ----
De : "Jan Winkelmann" <subway.cookie@gmail.com>
=C0 : supmua@googlegroups.com
Objet : Re: sup broken with ruby 2.2?
Date : 04/03/2015 15:37:40 CET
Copie =E0 : gui-gui@netcourrier.com

I have the same issue with sup-0.21:

<= font face=3D"courier new, monospace">[...]
Building native extensions.  This cou= ld take a while...
/= usr/bin/ruby mkrf_conf_xapian.rb
xapian: platform specific dependencies..
xapian: installing xapian-ruby..
ERROR:  Error installin= g sup:
ERROR: Failed to bui= ld gem native extension.

  &nb= sp; Building has failed. See above output for more information on the failu= re.
rake failed, exi= t code 1

The patch posted has been me= rged before 0.21 so I don't think it helped. I'm on Arch Linux using Ruby 2= .2.0.

Did anyone get it to work?

On = Tuesday, January 6, 2015 at 11:13:26 AM UTC+1, gui...@netcourrier.com wrote= :
Hello all,

I updated my system to ruby 2.2 and I can't get sup= to work.
At first it didn't work so I figured I needed to recompile it,= so I removed and reinstalled it. However, simply typing 'gem install sup' = fails with this message:

Fetching: sup-0.20.0.gem (100%)
Building= native extensions.  This could take a while...
ERROR:  Error = installing sup:
    ERROR: Failed to build gem native ext= ension.

    /usr/bin/ruby mkrf_conf_xapian.rb
xapi= an: installing xapian-ruby..
xapian: platform specific dependencies..
rake failed, exit code 1

Gem files will remain installed in /ho= me/guiniol/.gem/ruby/2.2.0/gems/sup-0.20.0 for inspection.
Results = logged to /home/guiniol/.gem/ruby/2.2.0/extensions/x86_64-linux/2.2.0/= sup-0.20.0/gem_make.out


I figured the problem was with xapi= an, so I tried to first install xapian-ruby and then sup, which works. Howe= ver, sup doesn't launch. I get this error instead:

/usr/lib/ruby/2.2= .0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot lo= ad such file -- dl/import (LoadError)
    from /usr/lib/r= uby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
=     from /home/guiniol/.gem/ruby/2.2.0/gems/sup-0.20.0/= bin/sup:111:in `<module:Redwood>'
    from /home/gu= iniol/.gem/ruby/2.2.0/gems/sup-0.20.0/bin/sup:74:in `<top (required= )>'
    from /home/guiniol/.gem/ruby/2.2.0/bin/su= p:23:in `load'
    from /home/guiniol/.gem/ruby/2.2.0/bin/sup:23:in `<main>'


Has anyone else tried sup with ru= by 2.2? Is there anything I can try to get it to work?

Cheers,
Guillaume
------=_NextPart_001_54f71bfa_7b3d_34be29fa--