From cbecker333 at gmail.com Wed Jul 15 13:41:58 2009 From: cbecker333 at gmail.com (Christopher Becker) Date: Wed, 15 Jul 2009 10:41:58 -0700 Subject: [typo] Can't install typo using installer Message-ID: <36855F10-B39D-448C-8221-07F480EA0FC4@gmail.com> Hi, Tried on my macbook w/leopard and my debian server, can't get it to work. I always get this: config.gem: Unpacked gem htmlentities-4.0.0 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. config.gem: Unpacked gem calendar_date_select-1.15 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. config.gem: Unpacked gem coderay-0.8.260 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. config.gem: Unpacked gem json-1.1.3 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. rake aborted! can't activate json (= 1.1.7, runtime), already activated json-1.1.3 running rake gems:refresh_specs , as advised, delightfully gives the exact same f'ing error: config.gem: Unpacked gem htmlentities-4.0.0 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. config.gem: Unpacked gem calendar_date_select-1.15 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. config.gem: Unpacked gem coderay-0.8.260 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. config.gem: Unpacked gem json-1.1.3 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. rake aborted! can't activate json (= 1.1.7, runtime), already activated json-1.1.3 TIA -Chris From bburdick at gmail.com Wed Jul 15 14:11:25 2009 From: bburdick at gmail.com (Ben Burdick) Date: Wed, 15 Jul 2009 14:11:25 -0400 Subject: [typo] Can't install typo using installer In-Reply-To: <36855F10-B39D-448C-8221-07F480EA0FC4@gmail.com> References: <36855F10-B39D-448C-8221-07F480EA0FC4@gmail.com> Message-ID: You try manually installing the json gem? sudo gem install json On Jul 15, 2009, at 1:41 PM, Christopher Becker wrote: > Hi, > > Tried on my macbook w/leopard and my debian server, can't get it to > work. > > I always get this: > config.gem: Unpacked gem htmlentities-4.0.0 in vendor/gems has no > specification file. Run 'rake gems:refresh_specs' to fix this. > config.gem: Unpacked gem calendar_date_select-1.15 in vendor/gems > has no specification file. Run 'rake gems:refresh_specs' to fix this. > config.gem: Unpacked gem coderay-0.8.260 in vendor/gems has no > specification file. Run 'rake gems:refresh_specs' to fix this. > config.gem: Unpacked gem json-1.1.3 in vendor/gems has no > specification file. Run 'rake gems:refresh_specs' to fix this. > rake aborted! > can't activate json (= 1.1.7, runtime), already activated json-1.1.3 > > > running > rake gems:refresh_specs > , as advised, delightfully gives the exact same f'ing error: > config.gem: Unpacked gem htmlentities-4.0.0 in vendor/gems has no > specification file. Run 'rake gems:refresh_specs' to fix this. > config.gem: Unpacked gem calendar_date_select-1.15 in vendor/gems > has no specification file. Run 'rake gems:refresh_specs' to fix this. > config.gem: Unpacked gem coderay-0.8.260 in vendor/gems has no > specification file. Run 'rake gems:refresh_specs' to fix this. > config.gem: Unpacked gem json-1.1.3 in vendor/gems has no > specification file. Run 'rake gems:refresh_specs' to fix this. > rake aborted! > can't activate json (= 1.1.7, runtime), already activated json-1.1.3 > > > TIA > -Chris > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From cbecker333 at gmail.com Wed Jul 15 14:26:11 2009 From: cbecker333 at gmail.com (Christopher Becker) Date: Wed, 15 Jul 2009 11:26:11 -0700 Subject: [typo] Can't install typo using installer In-Reply-To: References: <36855F10-B39D-448C-8221-07F480EA0FC4@gmail.com> Message-ID: <45F667D2-925E-486F-8629-980D155D886C@gmail.com> Yeah, I actually installed all the gems it listed, successfully, and retried. Unfortunately, no change. On Jul 15, 2009, at 11:11 AM, Ben Burdick wrote: > You try manually installing the json gem? sudo gem install json > > On Jul 15, 2009, at 1:41 PM, Christopher Becker wrote: > >> Hi, >> >> Tried on my macbook w/leopard and my debian server, can't get it to >> work. >> >> I always get this: >> config.gem: Unpacked gem htmlentities-4.0.0 in vendor/gems has no >> specification file. Run 'rake gems:refresh_specs' to fix this. >> config.gem: Unpacked gem calendar_date_select-1.15 in vendor/gems >> has no specification file. Run 'rake gems:refresh_specs' to fix this. >> config.gem: Unpacked gem coderay-0.8.260 in vendor/gems has no >> specification file. Run 'rake gems:refresh_specs' to fix this. >> config.gem: Unpacked gem json-1.1.3 in vendor/gems has no >> specification file. Run 'rake gems:refresh_specs' to fix this. >> rake aborted! >> can't activate json (= 1.1.7, runtime), already activated json-1.1.3 >> >> >> running >> rake gems:refresh_specs >> , as advised, delightfully gives the exact same f'ing error: >> config.gem: Unpacked gem htmlentities-4.0.0 in vendor/gems has no >> specification file. Run 'rake gems:refresh_specs' to fix this. >> config.gem: Unpacked gem calendar_date_select-1.15 in vendor/gems >> has no specification file. Run 'rake gems:refresh_specs' to fix this. >> config.gem: Unpacked gem coderay-0.8.260 in vendor/gems has no >> specification file. Run 'rake gems:refresh_specs' to fix this. >> config.gem: Unpacked gem json-1.1.3 in vendor/gems has no >> specification file. Run 'rake gems:refresh_specs' to fix this. >> rake aborted! >> can't activate json (= 1.1.7, runtime), already activated json-1.1.3 >> >> >> TIA >> -Chris >> >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From bburdick at gmail.com Wed Jul 15 14:34:35 2009 From: bburdick at gmail.com (Ben Burdick) Date: Wed, 15 Jul 2009 14:34:35 -0400 Subject: [typo] Can't install typo using installer In-Reply-To: <45F667D2-925E-486F-8629-980D155D886C@gmail.com> References: <36855F10-B39D-448C-8221-07F480EA0FC4@gmail.com> <45F667D2-925E-486F-8629-980D155D886C@gmail.com> Message-ID: hmmm.. I would try removing all previous versions of the json gem as well if you haven't tried that already. On Jul 15, 2009, at 2:26 PM, Christopher Becker wrote: > Yeah, I actually installed all the gems it listed, successfully, and > retried. Unfortunately, no change. > > On Jul 15, 2009, at 11:11 AM, Ben Burdick wrote: > >> You try manually installing the json gem? sudo gem install json >> >> On Jul 15, 2009, at 1:41 PM, Christopher Becker wrote: >> >>> Hi, >>> >>> Tried on my macbook w/leopard and my debian server, can't get it >>> to work. >>> >>> I always get this: >>> config.gem: Unpacked gem htmlentities-4.0.0 in vendor/gems has no >>> specification file. Run 'rake gems:refresh_specs' to fix this. >>> config.gem: Unpacked gem calendar_date_select-1.15 in vendor/gems >>> has no specification file. Run 'rake gems:refresh_specs' to fix >>> this. >>> config.gem: Unpacked gem coderay-0.8.260 in vendor/gems has no >>> specification file. Run 'rake gems:refresh_specs' to fix this. >>> config.gem: Unpacked gem json-1.1.3 in vendor/gems has no >>> specification file. Run 'rake gems:refresh_specs' to fix this. >>> rake aborted! >>> can't activate json (= 1.1.7, runtime), already activated json-1.1.3 >>> >>> >>> running >>> rake gems:refresh_specs >>> , as advised, delightfully gives the exact same f'ing error: >>> config.gem: Unpacked gem htmlentities-4.0.0 in vendor/gems has no >>> specification file. Run 'rake gems:refresh_specs' to fix this. >>> config.gem: Unpacked gem calendar_date_select-1.15 in vendor/gems >>> has no specification file. Run 'rake gems:refresh_specs' to fix >>> this. >>> config.gem: Unpacked gem coderay-0.8.260 in vendor/gems has no >>> specification file. Run 'rake gems:refresh_specs' to fix this. >>> config.gem: Unpacked gem json-1.1.3 in vendor/gems has no >>> specification file. Run 'rake gems:refresh_specs' to fix this. >>> rake aborted! >>> can't activate json (= 1.1.7, runtime), already activated json-1.1.3 >>> >>> >>> TIA >>> -Chris >>> >>> _______________________________________________ >>> Typo-list mailing list >>> Typo-list at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/typo-list >> >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From cbecker333 at gmail.com Wed Jul 15 15:31:24 2009 From: cbecker333 at gmail.com (Christopher Becker) Date: Wed, 15 Jul 2009 12:31:24 -0700 Subject: [typo] Can't install typo using installer In-Reply-To: References: <36855F10-B39D-448C-8221-07F480EA0FC4@gmail.com> <45F667D2-925E-486F-8629-980D155D886C@gmail.com> Message-ID: <376C80D3-AC5F-483D-9C2A-BECD462AD7A2@gmail.com> Good idea, while it didn't work it got me on the right track - rm -rf vendor/gems/json-1.1.3/ with the bundled gem removed from the vendor folder, install finishes successfully. Thanks for the help! On Jul 15, 2009, at 11:34 AM, Ben Burdick wrote: > hmmm.. I would try removing all previous versions of the json gem > as well if you haven't tried that already. > > On Jul 15, 2009, at 2:26 PM, Christopher Becker wrote: > >> Yeah, I actually installed all the gems it listed, successfully, >> and retried. Unfortunately, no change. >> >> On Jul 15, 2009, at 11:11 AM, Ben Burdick wrote: >> >>> You try manually installing the json gem? sudo gem install json >>> >>> On Jul 15, 2009, at 1:41 PM, Christopher Becker wrote: >>> >>>> Hi, >>>> >>>> Tried on my macbook w/leopard and my debian server, can't get it >>>> to work. >>>> >>>> I always get this: >>>> config.gem: Unpacked gem htmlentities-4.0.0 in vendor/gems has no >>>> specification file. Run 'rake gems:refresh_specs' to fix this. >>>> config.gem: Unpacked gem calendar_date_select-1.15 in vendor/gems >>>> has no specification file. Run 'rake gems:refresh_specs' to fix >>>> this. >>>> config.gem: Unpacked gem coderay-0.8.260 in vendor/gems has no >>>> specification file. Run 'rake gems:refresh_specs' to fix this. >>>> config.gem: Unpacked gem json-1.1.3 in vendor/gems has no >>>> specification file. Run 'rake gems:refresh_specs' to fix this. >>>> rake aborted! >>>> can't activate json (= 1.1.7, runtime), already activated >>>> json-1.1.3 >>>> >>>> >>>> running >>>> rake gems:refresh_specs >>>> , as advised, delightfully gives the exact same f'ing error: >>>> config.gem: Unpacked gem htmlentities-4.0.0 in vendor/gems has no >>>> specification file. Run 'rake gems:refresh_specs' to fix this. >>>> config.gem: Unpacked gem calendar_date_select-1.15 in vendor/gems >>>> has no specification file. Run 'rake gems:refresh_specs' to fix >>>> this. >>>> config.gem: Unpacked gem coderay-0.8.260 in vendor/gems has no >>>> specification file. Run 'rake gems:refresh_specs' to fix this. >>>> config.gem: Unpacked gem json-1.1.3 in vendor/gems has no >>>> specification file. Run 'rake gems:refresh_specs' to fix this. >>>> rake aborted! >>>> can't activate json (= 1.1.7, runtime), already activated >>>> json-1.1.3 >>>> >>>> >>>> TIA >>>> -Chris >>>> >>>> _______________________________________________ >>>> Typo-list mailing list >>>> Typo-list at rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/typo-list >>> >>> _______________________________________________ >>> Typo-list mailing list >>> Typo-list at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/typo-list >> >> _______________________________________________ >> Typo-list mailing list >> Typo-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/typo-list > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list