Changeset 33995
- Timestamp:
- Jun 10, 2012, 6:12:36 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601
- Files:
-
- 3 edited
-
Ohana/configure.tcsh (modified) (1 diff)
-
psconfig/pscheckmods (modified) (4 diffs)
-
psconfig/tagsets/ipp-3.0.perl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/configure.tcsh
r33983 r33995 210 210 endif 211 211 if ($profile) set LDFLAGS = "$LDFLAGS -Wl,--start-group -Wl,-Bstatic -Wl,-Bdynamic" 212 213 # XXX EAM : temporary while working on Ubuntu 12.04 / gcc 4.6.3 214 # XXX --no-as-needed fixes problems introduced by Ubuntu 11.10 use of --as-needed 215 # but this may be hiding an underlying link problem 216 set LDFLAGS = "$LDFLAGS -Wl,--no-as-needed" 212 217 213 218 set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib" -
branches/eam_branches/ipp-20120601/psconfig/pscheckmods
r31162 r33995 9 9 10 10 if ($VERBOSE) { print STDERR "checking in @INC\n"; } 11 12 ## XXX EAM $realfilename = "ISO8601.pm"; 13 ## XXX EAM $result = do $realfilename; 14 ## XXX EAM print "result: $result\n"; 15 ## XXX EAM print "$@\n"; 16 ## XXX EAM exit 2; 11 17 12 18 # &detailed_require ($ARGV[0]); … … 34 40 $filename =~ s|::|/|g; 35 41 $filename = "$filename.pm"; 36 print "$filename\n";42 # print "$filename\n"; 37 43 if (exists $INC{$filename}) { 38 44 return 1 if $INC{$filename}; … … 43 49 foreach $prefix (@INC) { 44 50 $realfilename = "$prefix/$filename"; 45 print "$realfilename\n";51 # print "real: $realfilename\n"; 46 52 if (-f $realfilename) { 47 53 $INC{$filename} = $realfilename; 54 # print "calling 'do' on $realfilename\n"; 48 55 $result = do $realfilename; 56 # print "result: $result\n"; 57 # exit 4; 49 58 last ITER; 50 59 } … … 52 61 die "Can't find $filename in \@INC"; 53 62 } 63 # print "here 1\n"; 54 64 if ($@) { 65 # print "here 2\n"; 66 # print "$@"; 55 67 $INC{$filename} = undef; 68 # print "here 2a\n"; 69 exit 2; 56 70 die $@; 57 71 } elsif (!$result) { 72 # print "here 3\n"; 73 # print "no result\n"; 74 exit 2; 58 75 delete $INC{$filename}; 59 76 die "$filename did not return true value"; 60 77 } else { 78 # print "here 4\n"; 79 # print "done with detailed_require\n"; 80 exit 2; 61 81 return $result; 62 82 } -
branches/eam_branches/ipp-20120601/psconfig/tagsets/ipp-3.0.perl
r31162 r33995 42 42 31 Parse::RecDescent Parse-RecDescent-1.94.tar.gz 1.94 NONE NONE 43 43 32 Class::Accessor Class-Accessor-0.30.tar.gz 0.19 NONE NONE 44 33 DateTime::Format::ISO8601 DateTime-Format-ISO8601-0.06.tar.gz 0.06 NONE NONE 44 # XXX EAM : comment this out for now while working on Ubuntu 12.04 / perl 5.14 45 # 33 DateTime::Format::ISO8601 DateTime-Format-ISO8601-0.06.tar.gz 0.06 NONE NONE 45 46 34 CGI CGI.pm-3.25.tar.gz 3 NONE NONE 46 47 35 Test::Cmd Test-Cmd-1.05.tar.gz 1.05 NONE NONE … … 81 82 70 Config::YAML Config-YAML-1.42.tar.gz 0 NONE NONE 82 83 # 72 File::ExtAttr File-ExtAttr-1.07.tar.gz 0 NONE NONE 83 73 DBI DBI-1.601.tar.gz 0 NONE NONE 84 # XXX EAM : comment this out for now while working on Ubuntu 12.04 / perl 5.14 85 # 73 DBI DBI-1.601.tar.gz 0 NONE NONE 84 86 71 DBD::mysql DBD-mysql-4.006.tar.gz 0 NONE NONE 85 87 # 74 Net::Server::Daemonize Net-Server-0.97.tar.gz 0.05 NONE NONE
Note:
See TracChangeset
for help on using the changeset viewer.
