Google Groups Home
Help | Sign in
trouble installing
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Boris Reitman  
View profile
 More options Feb 29, 11:14 am
From: Boris Reitman <boris.reit...@gmail.com>
Date: Fri, 29 Feb 2008 08:14:35 -0800 (PST)
Local: Fri, Feb 29 2008 11:14 am
Subject: trouble installing
Trying to install JSAN, and install a Test::Simple module.  I ran it
in perl debugger, and I get this stack trace
after I execute command,

$ perl -d /usr/local/bin/jsan --prefix=/usr/local/js install
Test.Simple

closing dbh with active statement handles at
/usr/share/perl5/Class/DBI/Loader/SQLite.pm line 110.
 at /usr/share/perl5/Class/DBI/Loader/SQLite.pm line 110

Class::DBI::Loader::SQLite::_tables('Class::DBI::Loader::SQLite=HASH(0x8ea4
d8c)') called at /usr/share/perl5/Class/DBI/Loader/Generic.pm line 142

Class::DBI::Loader::Generic::_load_classes('Class::DBI::Loader::SQLite=HASH
(0x8ea4d8c)') called at /usr/share/perl5/Class/DBI/Loader/Generic.pm
line 57
       Class::DBI::Loader::Generic::new('Class::DBI::Loader::SQLite',
'namespace',
 'JSAN::Indexer', 'dsn', 'dbi:SQLite:/home/boris/.jsan.index.sqlite',
'relationship
s', 1) called at /usr/share/perl5/Class/DBI/Loader.pm line 83
       Class::DBI::Loader::new('Class::DBI::Loader', 'dsn',
'dbi:SQLite:/home/bori
s/.jsan.index.sqlite', 'namespace', 'JSAN::Indexer', 'relationships',
1) called at
/usr/local/share/perl/5.8.8/JSAN/Indexer.pm line 26
       JSAN::Indexer::new('JSAN::Indexer') called at
/usr/local/share/perl/5.8.8/J
SAN/Shell.pm line 32
       JSAN::Shell::index('JSAN::Shell=HASH(0x8e8afb0)') called at
/usr/local/shar
e/perl/5.8.8/JSAN/Shell.pm line 41
       JSAN::Shell::install('JSAN::Shell=HASH(0x8e8afb0)',
'Test.Simple', '/usr/lo
cal/js') called at /usr/local/share/perl/5.8.8/JSAN.pm line 34
       JSAN::__ANON__[/usr/local/share/perl/5.8.8/JSAN.pm:35]
('JSAN::Shell=HASH(0x8e8afb0)',
'Test.Simple') called at /usr/local/share/perl/5.8.8/JSAN.pm line 65
       JSAN::execute('JSAN', 'install Test.Simple') called at
/usr/local/share/perl/5.8.8/JSAN.pm line 72
       JSAN::control('JSAN') called at /usr/local/bin/jsan line 10

===========

I had trouble with Class::DBI::DATA::Schema dependency, maybe it has
something to do with error above.
I forced the install of it, even though tests failed:

boris@freedom:~/.cpan/build/Class-DBI-DATA-Schema-1.00$ sudo make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/data............NOK 5
#   Failed test 'We have one film automatically set up'
#   at t/data.t line 21.
#          got: '0'
#     expected: '1'
Can't call method "rating" on an undefined value at t/data.t line 27.
# Looks like you planned 10 tests but only ran 7.
# Looks like you failed 1 test of 7 run.
# Looks like your test died just after 7.
t/data............dubious
       Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 5, 8-10
       Failed 4/10 tests, 60.00% okay
t/pod-coverage....skipped
       all skipped: Test::Pod::Coverage 1.00 required for testing POD
coverage
t/pod.............ok
Failed Test Stat Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------- ----
t/data.t     255 65280    10    7  70.00%  5 8-10
1 test skipped.
Failed 1/3 test scripts, 66.67% okay. 4/11 subtests failed, 63.64%
okay.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Boris Reitman  
View profile
 More options Feb 29, 11:33 am
From: Boris Reitman <boris.reit...@gmail.com>
Date: Fri, 29 Feb 2008 08:33:42 -0800 (PST)
Local: Fri, Feb 29 2008 11:33 am
Subject: Re: trouble installing
To add, I tried installing JSAN::Client and got this error during make
test,

t/02_transport........ok 1/22
#   Failed test 'The object isa URI::ToDisk'
#   at t/02_transport.t line 45.
#     The object isn't a reference

#   Failed test '->file_get returns URI::ToDisk as expected'
#   at t/02_transport.t line 46.
#          got: 'http://openjsan.org/index.sqlite'
#     expected: ''
Can't call method "path" without a package or object reference at t/
02_transport.t
line 47.

On Feb 29, 11:14 am, Boris Reitman <boris.reit...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jer...@marzhillstudios.com  
View profile
 More options Feb 29, 11:37 am
From: jer...@marzhillstudios.com
Date: Fri, 29 Feb 2008 16:37:25 +0000
Local: Fri, Feb 29 2008 11:37 am
Subject: Re: trouble installing
JSAN development appears to have stalled. I'm not sure the software is being supported by anyone right now. Which is sad really cause it held such promise.
Sent from my Verizon Wireless BlackBerry


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Cappiello  
View profile
 More options Feb 29, 11:55 am
From: John Cappiello <j...@apt202.net>
Date: Fri, 29 Feb 2008 11:55:02 -0500
Local: Fri, Feb 29 2008 11:55 am
Subject: Re: trouble installing

On Fri, Feb 29, 2008 at 04:37:25PM +0000, jer...@marzhillstudios.com wrote:
> JSAN development appears to have stalled. I'm not sure the software is
> being supported by anyone right now. Which is sad really cause it held
> such promise.

It's a bit stalled yes, but not dead.  I'll look into these issues as
time permits.  Currently we have a few infrastructure issues to resolve.

John

--
jcap


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jer...@marzhillstudios.com  
View profile
 More options Feb 29, 11:57 am
From: jer...@marzhillstudios.com
Date: Fri, 29 Feb 2008 16:57:53 +0000
Local: Fri, Feb 29 2008 11:57 am
Subject: Re: trouble installing
Awesome to hear.  Any way some of us can help? What issues are left?

Sent from my Verizon Wireless BlackBerry

-----Original Message-----
From: John Cappiello <j...@apt202.net>

Date: Fri, 29 Feb 2008 11:55:02
To:jsan@googlegroups.com
Subject: Re: trouble installing

On Fri, Feb 29, 2008 at 04:37:25PM +0000, jer...@marzhillstudios.com wrote:
> JSAN development appears to have stalled. I'm not sure the software is
> being supported by anyone right now. Which is sad really cause it held
> such promise.

It's a bit stalled yes, but not dead.  I'll look into these issues as
time permits.  Currently we have a few infrastructure issues to resolve.

John

--
jcap


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Cappiello  
View profile
 More options Feb 29, 2:40 pm
From: John Cappiello <j...@apt202.net>
Date: Fri, 29 Feb 2008 14:40:32 -0500
Local: Fri, Feb 29 2008 2:40 pm
Subject: Re: trouble installing

On Fri, Feb 29, 2008 at 04:57:53PM +0000, jer...@marzhillstudios.com wrote:
> Awesome to hear.  Any way some of us can help? What issues are left?

We lost a db, so one big things that has to be done is rebuilding that
db.  That's not as bad as it sounds, but I haven't finished yet.

Once that's done, rsync can be reenabled for all mirrors, and then
uploading enabled at the new master site.

I think it may be hard to coordinate development / fixing of those
issues, but I'd be happy to do it if there are people who think they can
dive in and get that done.

Once that's finally out of the way though, we can refocus on software
bugs, like the one reported today.

--
jcap


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Boris Reitman  
View profile
 More options Feb 29, 2:56 pm
From: "Boris Reitman" <boris.reit...@gmail.com>
Date: Fri, 29 Feb 2008 14:56:41 -0500
Local: Fri, Feb 29 2008 2:56 pm
Subject: Re: trouble installing
Can I just download an archive of all javascript modules so I can
start using it ?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google