Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dancer-Plugin-Auth-Basic CPAN distribution.

Report information
The Basics
Id: 72587
Status: open
Priority: 0/
Queue: Dancer-Plugin-Auth-Basic

People
Owner: Nobody in particular
Requestors: John [...] jdpfu.com
Cc:
AdminCc:

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



Subject: Installation Issues Dancer::Plugin::Auth::Basic
Date: Mon, 21 Nov 2011 12:29:02 -0500
To: bug-Dancer-Plugin-Auth-Basic [...] rt.cpan.org
From: JD <John [...] jdpfu.com>
Dancer::Plugin::Auth::Basic Version 0.011 $ perl -v This is perl, v5.10.1 (*) built for i686-linux $ more /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS" I'm using perlbrew under my own userid. During the installation, 2 errors were seen that prevented cpan from installing the module successfully. README and README.pod both had 444 permissions. After changing the permissions to 644 on both files, I was able to manually perform the test and installation process. 591 chmod u+w * 595 perl ./Makefile.PL 596 make 597 make test 598 make install I'm not certain what the best long term fix is. Thanks. -jd
From: michaeljkrueger [...] me.com
Hello, I see the same issue when installing for the system Perl (5.14.3) on 64-bit Fedora 16: [revo@ala-revo-f16-64 ~]$ uname -a Linux ala-revo-f16-64 3.1.7-1.fc16.x86_64 #1 SMP Tue Jan 3 19:45:05 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux [revo@ala-revo-f16-64 ~]$ cat /etc/fedora-release Fedora release 16 (Verne) [revo@ala-revo-f16-64 ~]$ perl -V Summary of my perl5 (revision 5 version 14 subversion 3) configuration: Platform: osname=linux, osvers=2.6.32-279.9.1.el6.x86_64, archname=x86_64-linux-thread-multi uname='linux buildvm-25.phx2.fedoraproject.org 2.6.32-279.9.1.el6.x86_64 #1 smp fri aug 31 09:04:24 edt 2012 x86_64 x86_64 x86_64 gnulinux ' config_args='-des -Doptimize=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Dccdlflags=-Wl,--enable-new-dtags -DDEBUGGING=-g -Dversion=5.14.3 -Dmyhostname=localhost -Dperladmin=root@localhost -Dcc=gcc -Dcf_by=Red Hat, Inc. -Dprefix=/usr -Dvendorprefix=/usr -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl5 -Dsitearch=/usr/local/lib64/perl5 -Dprivlib=/usr/share/perl5 -Dvendorlib=/usr/share/perl5/vendor_perl -Darchlib=/usr/lib64/perl5 -Dvendorarch=/usr/lib64/perl5/vendor_perl -Darchname=x86_64-linux-thread-multi -Dlibpth=/usr/local/lib64 /lib64 /usr/lib64 -Duseshrplib -Dusethreads -Duseithreads -Dusedtrace=/usr/bin/dtrace -Duselargefiles -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl=n -Ubincompat5005 -Uversiononly -Dpager=/usr/bin/less -isr -Dd_gethostent_r_proto -Ud_endhostent_r_proto -Ud_sethostent_r_proto -Ud_endprotoent_r_proto -Ud_setprotoent_r_proto -Ud_endservent_r_proto -Ud_setservent_r_proto -Dscriptdir=/usr/bin' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic', cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include' ccversion='', gccversion='4.6.3 20120306 (Red Hat 4.6.3-2)', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='gcc', ldflags =' -fstack-protector' libpth=/usr/local/lib64 /lib64 /usr/lib64 libs=-lresolv -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat perllibs=-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.14.90' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,--enable-new-dtags -Wl,-rpath,/usr/lib64/perl5/CORE' cccdlflags='-fPIC', lddlflags='-shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API Built under linux Compiled at Jan 11 2013 13:10:35 @INC: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 . [revo@ala-revo-f16-64 ~]$ curl -L http://cpanmin.us | perl - --sudo --verbose Dancer::Plugin::Auth::Basic % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 327k 100 327k 0 0 321k 0 0:00:01 0:00:01 --:--:-- 6962k cpanm (App::cpanminus) 1.5019 on perl 5.014003 built for x86_64-linux-thread-multi Work directory is /home/revo/.cpanm/work/1359162898.28265 You have make /usr/bin/make You have LWP 6.04 You have /bin/tar: tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. You have /usr/bin/unzip Searching Dancer::Plugin::Auth::Basic on cpanmetadb ... --> Working on Dancer::Plugin::Auth::Basic Fetching http://www.cpan.org/authors/id/O/OD/ODYNIEC/Dancer-Plugin-Auth-Basic-0.02.tar.gz ... OK Unpacking Dancer-Plugin-Auth-Basic-0.02.tar.gz Dancer-Plugin-Auth-Basic-0.02 Dancer-Plugin-Auth-Basic-0.02/Changes Dancer-Plugin-Auth-Basic-0.02/MANIFEST Dancer-Plugin-Auth-Basic-0.02/MANIFEST.SKIP Dancer-Plugin-Auth-Basic-0.02/README.pod Dancer-Plugin-Auth-Basic-0.02/META.yml Dancer-Plugin-Auth-Basic-0.02/.gitignore Dancer-Plugin-Auth-Basic-0.02/META.json Dancer-Plugin-Auth-Basic-0.02/INSTALL Dancer-Plugin-Auth-Basic-0.02/Makefile.PL Dancer-Plugin-Auth-Basic-0.02/Build.PL Dancer-Plugin-Auth-Basic-0.02/README Dancer-Plugin-Auth-Basic-0.02/lib Dancer-Plugin-Auth-Basic-0.02/lib/Dancer Dancer-Plugin-Auth-Basic-0.02/lib/Dancer/Plugin Dancer-Plugin-Auth-Basic-0.02/lib/Dancer/Plugin/Auth Dancer-Plugin-Auth-Basic-0.02/lib/Dancer/Plugin/Auth/Basic.pm Dancer-Plugin-Auth-Basic-0.02/t Dancer-Plugin-Auth-Basic-0.02/t/boilerplate.t Dancer-Plugin-Auth-Basic-0.02/t/00-load.t Dancer-Plugin-Auth-Basic-0.02/t/pod-coverage.t Dancer-Plugin-Auth-Basic-0.02/t/manifest.t Dancer-Plugin-Auth-Basic-0.02/t/pod.t Entering Dancer-Plugin-Auth-Basic-0.02 Checking configure dependencies from META.yml Checking if you have Module::Build 0.4 ... Yes (0.4003) Checking if you have Pod::Select 0 ... Yes (1.36) Checking if you have Pod::Readme 0 ... Yes (0.11) Configuring Dancer-Plugin-Auth-Basic-0.02 ... Running Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Dancer-Plugin-Auth-Basic' version '0.02' OK Checking dependencies from MYMETA.json ... Checking if you have Test::More 0 ... Yes (0.98) Checking if you have Authen::Passphrase 0 ... Yes (0.008) Checking if you have Pod::Select 0 ... Yes (1.36) Checking if you have Pod::Readme 0 ... Yes (0.11) Checking if you have HTTP::Headers 0 ... Yes (6.00) Checking if you have Dancer 1.307 ... Yes (1.3110) Building and testing Dancer-Plugin-Auth-Basic-0.02 ... Building Dancer-Plugin-Auth-Basic Can't open README.pod for writing: Permission denied at /home/revo/.cpanm/work/1359162898.28265/Dancer-Plugin-Auth-Basic-0.02/_build/lib/My/Builder.pm line 11. FAIL ! Installing Dancer::Plugin::Auth::Basic failed. See /home/revo/.cpanm/build.log for details.