Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/jrobinson/configure-for-cross
smoke-me/tonyc/selfloader-mixed-io-again
smoke-me/tonyc/24407-revert-selfloader
smoke-me/jkeenan/sync-with-cpan-JSON-PP-4.18-20260429
smoke-me/jkeenan/sync-with-cpan-Encode-3.24-20260429
-- I want an older branch --
Reports for branch
smoke-me/jrobinson/configure-for-cross
There's more than one sequence of commits recorded for this branch
Show duplicate emailed reports
Filter:
?
This sequence of commits was last seen 2013-01-22 12:31:10
Jess Robinson: Add missing $run prefix to some Configure tests
C
Jess Robinson: Set appropriate flags for linux or linux-like systems.
C
Jess Robinson: Revamp usecrosscompile section. Use sysroot for libpath/incpath if set. Set to/from/run scripts if targethost is passed, regardless of whether we are cross compiling
C
Jess Robinson: Rollback sysrootflag idea, add --sysroot to ccflags etc so that make in ExtUtils::MakeMaker etc will use it
C
Jess Robinson: Use the pure "sysroot" value from $Config to lookup sysroot path. Useful in cross-compiling.
C
Jess Robinson: Pass the --sysroot flag to the compiler, if -Dsysroot= is used.
C
Jess Robinson: Introduce sysroot variable to Configure
C
This sequence of commits was last seen 2013-01-15 15:31:08
Nicholas Clark: write_buildcustomize.pl now uses Config, so add a Makefile dependency.
C
FAIL(F)
darwin 11.4.2 (Mac OS X)
Intel Core i7
cc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
tony # develop-help.com
2013-01-15 22:34:00
Report
N
S
FAIL(F)
darwin 11.4.2 (Mac OS X)
Intel Core i7
cc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
tony # develop-help.com
2013-01-16 01:39:00
Report
N
S
FAIL(F)
darwin 11.4.2 (Mac OS X)
Intel Core i7
g++ 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
tony # develop-help.com
2013-01-16 10:00:00
Report
N
S
FAIL(F)
darwin 12.2.0 (Mac OS X)
Intel Core 2 Duo
cc 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))
tony # develop-help.com
2013-01-15 21:25:00
Report
N
S
FAIL(F)
linux 2.6.32-5-amd64 [debian]
x86_64
cc 4.4.5
tony # develop-help.com
2013-01-15 20:20:35
Report
N
S
FAIL(F)
linux 2.6.32-5-amd64 [debian]
x86_64
cc 4.4.5
tony # develop-help.com
2013-01-21 23:33:04
Report
N
S
FAIL(X)
linux 2.6.32-5-kirkwood [debian]
armv5tel
cc 4.4.5
tony # develop-help.com
2013-01-17 04:11:00
Report
N
S
FAIL(F)
linux 3.2.0-31-generic [debian]
x86_64
clang 4.2.1 Compatible Clang 3.3 (trunk 168545)
perl # greerga.m-l.org
2013-01-15 16:08:00
Report
N
Log
S
FAIL(XFm)
linux 3.2.0-31-generic [debian]
x86_64
g++ 4.7.2
perl # greerga.m-l.org
2013-01-19 21:19:00
Report
N
Log
S
FAIL(F)
linux 3.2.0-31-generic [debian]
x86_64
g++ 4.7.2
perl # greerga.m-l.org
2013-01-15 16:10:00
Report
N
Log
S
FAIL(F)
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2013-01-15 19:55:00
Report
N
Log
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2013-01-15 23:31:50
Report
DB
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2013-01-21 15:32:22
Report
DB
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2013-01-21 15:07:00
Report
N
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2013-01-15 23:19:00
Report
N
S
FAIL(F)
Solaris 2.11
i386
cc Sun C 5.12 SunOS_i386 2011/11/16
tony # develop-help.com
2013-01-16 11:02:36
Report
DB
S
FAIL(F)
Solaris 2.11
i386
cc Sun C 5.12 SunOS_i386 2011/11/16
tony # develop-help.com
2013-01-16 10:55:00
Report
N
S
Jess Robinson: Merge branch 'jrobinson/configure-for-cross' of github.com:castaway/perl into jrobinson/configure-for-cross
C
Jess Robinson: Re-organise the creation of Config.pm to allow $^O to be "osname" from config.sh, instead of miniperl's $^O.
C
Jess Robinson: Cope with osnames that look like "*linux*" which happens when cross-compiling.
C
Jess Robinson: Remve extra "was file copied" check using run-ssh, this doesn't seem to be of much use. Also introduce $targetport to allow running on a non-standard ssh port (such as when using user networking on qemu and redirecting a local port to the e
C
Jess Robinson: Fix Makefile so that host dir is removed in make distclean
C
Jess Robinson: Run all the miniperl calls remotely, not via RUN
C
Jess Robinson: Force removal of existing files in host/ dir when building new miniperl (cross-compiling)
C
Jess Robinson: Fix accidental bashisms introduced into Configure
C
Jess Robinson: Hints file for android cross-compiling.
C
Jess Robinson: Build host miniperl and generate_uudmap binaries when cross compiling, for local use
C
Jess Robinson: Stop using Config{run} to check the version of (mini)perl we are running
C
Jess Robinson: Setup $^O to be the target os when building Core. This allows the correct hints files to be loaded when building modules
C
Jess Robinson: No xconfig.h is produced when cross-compiling, we have a normal config.h
C
Jess Robinson: Stop using $run for anything other than testing compiled tests in Configure. (When cross-compiling we want to run miniperl etc on the compile host, not the test target)
C
Jess Robinson: Add missing $run prefix to some Configure tests
C
Jess Robinson: Set appropriate flags for linux or linux-like systems.
C
Jess Robinson: Revamp usecrosscompile section. Use sysroot for libpath/incpath if set. Set to/from/run scripts if targethost is passed, regardless of whether we are cross compiling
C
Jess Robinson: Rollback sysrootflag idea, add --sysroot to ccflags etc so that make in ExtUtils::MakeMaker etc will use it
C
Jess Robinson: Use the pure "sysroot" value from $Config to lookup sysroot path. Useful in cross-compiling.
C
Jess Robinson: Pass the --sysroot flag to the compiler, if -Dsysroot= is used.
C
Jess Robinson: Introduce sysroot variable to Configure
C
Jess Robinson: Hints file for android cross-compiling.
C
Jess Robinson: Build host miniperl and generate_uudmap binaries when cross compiling, for local use
C