Skip Menu |

This queue is for tickets about the Time-timegm CPAN distribution.

Report information
The Basics
Id: 95097
Status: open
Priority: 0/
Queue: Time-timegm

People
Owner: Nobody in particular
Requestors: steveshriver [...] yahoo.com
Cc:
AdminCc:

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



Subject: installation concern
Date: Sun, 27 Apr 2014 09:12:56 -0700 (PDT)
To: "bug-Algorithm-Cron [...] rt.cpan.org" <bug-Algorithm-Cron [...] rt.cpan.org>
From: Steve Shriver <steveshriver [...] yahoo.com>
Hi, Just ran the install from cpan on my mac os x (10.8.5) using perl 5.12.4 and got some minor errors.  Hope this helps. Be glad to send more output or additional info if needed.  Smile, Steve   PEVANS/ExtUtils-CChecker-0.09.tar.gz   ./Build test -- OK Running Build install Building ExtUtils-CChecker Installing /Users/steveshriver/Documents/perl/lib/perl5/ExtUtils/CChecker.pm Installing /Users/steveshriver/Documents/perl/man/man3/ExtUtils::CChecker.3pm   PEVANS/ExtUtils-CChecker-0.09.tar.gz   ./Build install  -- OK Running make for P/PE/PEVANS/Time-timegm-0.01.tar.gz   CPAN.pm: Building P/PE/PEVANS/Time-timegm-0.01.tar.gz ld: warning: directory not found for option '-L/usr/local/lib' ld: warning: directory not found for option '-L/usr/local/lib' test-1040-1.c:4:20: warning: implicit declaration of function '_mkgmtime' is invalid in C99       [-Wimplicit-function-declaration]         time_t t = _mkgmtime(&tm);                    ^ 1 warning generated. test-1040-1.c:4:20: warning: implicit declaration of function '_mkgmtime' is invalid in C99       [-Wimplicit-function-declaration]         time_t t = _mkgmtime(&tm);                    ^ 1 warning generated. ld: warning: directory not found for option '-L/usr/local/lib' Undefined symbols for architecture i386:   "__mkgmtime", referenced from:       _main in test-1040-1.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) ld: warning: directory not found for option '-L/usr/local/lib' ld: warning: directory not found for option '-L/usr/local/lib'   ---------- :-) -------------------------------------- Steve Shriver, Web Developer & Photographer c) 919.522.9721 e) SteveShriver@yahoo.com
On Sun Apr 27 12:13:07 2014, steveshriver@yahoo.com wrote: Show quoted text
> Hi, > > Just ran the install from cpan on my mac os x (10.8.5) using perl > 5.12.4 and got some minor errors.  Hope this helps. Be glad to send > more output or additional info if needed.
... Show quoted text
> Running make for P/PE/PEVANS/Time-timegm-0.01.tar.gz > >   CPAN.pm: Building P/PE/PEVANS/Time-timegm-0.01.tar.gz > > ld: warning: directory not found for option '-L/usr/local/lib' > ld: warning: directory not found for option '-L/usr/local/lib' > test-1040-1.c:4:20: warning: implicit declaration of function > '_mkgmtime' is invalid in C99 >       [-Wimplicit-function-declaration] >         time_t t = _mkgmtime(&tm); >                    ^ > 1 warning generated. > test-1040-1.c:4:20: warning: implicit declaration of function > '_mkgmtime' is invalid in C99 >       [-Wimplicit-function-declaration] >         time_t t = _mkgmtime(&tm); >                    ^ > 1 warning generated. > ld: warning: directory not found for option '-L/usr/local/lib' > Undefined symbols for architecture i386: >   "__mkgmtime", referenced from: >       _main in test-1040-1.o > ld: symbol(s) not found for architecture i386 > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > ld: warning: directory not found for option '-L/usr/local/lib' > ld: warning: directory not found for option '-L/usr/local/lib'
This is relating to Time-timegm, not Algorithm-Cron. I've moved the ticket accordingly. -- Paul Evans