Skip Menu |

This queue is for tickets about the Froody CPAN distribution.

Report information
The Basics
Id: 20029
Status: resolved
Priority: 0/
Queue: Froody

People
Owner: Nobody in particular
Requestors: dha [...] panix.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Build failure on OS X
Oddly, in the "Broken in" section above, 42.006 isn't an option. Odd, since that's what I seem to have... :-/ on Building, I get this error: Can't copy('bin/find_froody_exceptions', 'blib/script/find_froody_exceptions'): No such file or directory at /usr/local/lib/perl5/site_perl/5.8.8/Module/Build/Base.pm line 3963. And, sure enough, it does seem to be missing. perl 5.8.8, Mac OS 10.4.6
From: STIG
On Wed Jun 21 12:51:39 2006, guest wrote: Show quoted text
> Oddly, in the "Broken in" section above, 42.006 isn't an option. Odd, > since that's what I seem to have... :-/
rt.cpan.org probably not updated yet; that release is very fresh. Show quoted text
> Can't copy('bin/find_froody_exceptions', > 'blib/script/find_froody_exceptions'): No such file or directory at > /usr/local/lib/perl5/site_perl/5.8.8/Module/Build/Base.pm line 3963. > > And, sure enough, it does seem to be missing.
Yep, it is. I forgot to update MANIFEST. Stig
I've just fixed the MANIFEST and uploaded a new release. -- Stig
Subject: Re: [rt.cpan.org #20029] Build failure on OS X
Date: Thu, 22 Jun 2006 15:44:44 -0400
To: via RT <bug-Froody [...] rt.cpan.org>
From: "David H. Adler" <dha [...] panix.com>
On Thu, Jun 22, 2006 at 04:44:11AM -0400, via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=20029 > > > I've just fixed the MANIFEST and uploaded a new release. -- Stig
Ok, it seems to work, but a few things you might want to clean up: " * Optional prerequisite Logger is not installed" I don't see a module called "Logger" on CPAN. And also some warnings and such (including an unexpected test success), in case you care: ~/Froody-42.007 15:36:40% ./Build test t/000compile..........ok t/001pragmas..........ok t/002deps.............ok t/003pod..............ok 8/157 skipped: various reasons t/004uselib...........ok t/api.................ok 2/49unknown key 'blah' defined within a terse structure at 'range' for method 'testproject.object.extra'. at /Users/dha/Froody-42.007/blib/lib/Froody/Walker.pm line 93 t/api.................ok 1/49 skipped: Logger not available t/copy................ok t/dispatch............ok t/err_isa.............ok t/error...............ok t/high-level..........ok 3/14This shouldn't kill froody at t/lib/DTest/Test.pm line 36, <DATA> line 16. t/high-level..........ok 1/14 unexpectedly succeeded TODO PASSED test 14 t/implementation......ok 1/6unknown key 'ignored' defined within a terse structure at 'just' for method 'wibble.frobniz.validate'. at /Users/dha/Froody-42.007/blib/lib/Froody/Walker.pm line 93 t/implementation......ok 1/6 skipped: Logger not available t/inv_rem.............ok t/lazy_loaded_spec....ok 1/11bad element 'fire' in node 'err' (not in spec) at /Users/dha/Froody-42.007/blib/lib/Froody/Walker.pm line 93 bad element 'napster' in node 'err' (not in spec) at /Users/dha/Froody-42.007/blib/lib/Froody/Walker.pm line 93 t/lazy_loaded_spec....ok t/method..............ok t/method_basic........ok t/multipart...........ok t/pluggable...........ok t/reflection..........ok t/reflection2.........ok t/repos...............ok t/rsp_basic...........ok t/rsp_convert.........ok t/rsp_err.............ok t/rsp_evil_edges......ok 1/4 unexpectedly succeeded TODO PASSED test 4 t/rsp_perlds..........ok t/rsp_terse...........ok t/rsp_xml.............ok t/structure...........ok t/walker..............ok 1/19bad element 'evil' in node 'top' (not in spec) at /Users/dha/Froody-42.007/blib/lib/Froody/Walker.pm line 93 bad attr 'foo' in node 'top' (not in spec) at /Users/dha/Froody-42.007/blib/lib/Froody/Walker.pm line 93 unknown key 'foo' defined within a terse structure at 'top' for method '<unknown>'. at /Users/dha/Froody-42.007/blib/lib/Froody/Walker.pm line 93 t/walker..............ok 3/19 skipped: Logger not available t/xml.................ok All tests successful (2 subtests UNEXPECTEDLY SUCCEEDED), 13 subtests skipped. Passed TODO Stat Wstat TODOs Pass List of Passed ------------------------------------------------------------------------------- t/high-level.t 2 1 14 t/rsp_evil_edges.t 4 1 4 Files=31, Tests=868, 227 wallclock secs (43.61 cusr + 14.31 csys = 57.92 CPU) best, dha -- David H. Adler - <dha@panix.com> - http://www.panix.com/~dha/ I'm occasionally callous and strange. - Willow
Show quoted text
> " * Optional prerequisite Logger is not installed" > I don't see a module called "Logger" on CPAN.
No, that's internal Fotango leakage, I'm afraid. `perldoc Froody::Logger` explains that bit. Show quoted text
> And also some warnings and such (including an unexpected test > success), in case you care:
Thanks. We are aware of and will get around to fixing those. Stig
Subject: Re: [rt.cpan.org #20029] Build failure on OS X
Date: Fri, 23 Jun 2006 12:40:25 -0400
To: via RT <bug-Froody [...] rt.cpan.org>
From: "David H. Adler" <dha [...] panix.com>
On Fri, Jun 23, 2006 at 04:07:48AM -0400, via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=20029 > >
> > " * Optional prerequisite Logger is not installed" > > I don't see a module called "Logger" on CPAN.
> > No, that's internal Fotango leakage, I'm afraid. `perldoc Froody::Logger` explains that bit.
I figured it was something like that. Show quoted text
> > And also some warnings and such (including an unexpected test > > success), in case you care:
> > Thanks. We are aware of and will get around to fixing those.
Again, I figured you probably knew that, but I was going for thoroughness. :-) best, dha -- David H. Adler - <dha@panix.com> - http://www.panix.com/~dha/ I mean, if you're going to sell a non-regulated, quasi-legal medication, the least you can do is glue down the safety seal. - http://www.zug.com/pranks/penis/index03.html