develooper Front page | perl.perl5.porters | Postings from August 2009

Storable problem after moving to new machine.

From:
Brent Clark
Date:
August 6, 2009 13:05
Subject:
Storable problem after moving to new machine.
Message ID:
4A7AA814.5080902@gmail.com
To whom it may concern

I just made a backup of my machine, and on running my script on my new 
machine, get

Byte order is not compatible at ../../lib/Storable.pm (autosplit into 
../../lib/auto/Storable/_retrieve.al) line 380, at 
/home/fiveaside/cgi-bin/packages/DataPot.pm line 133

If you could help me understand this.

Is this related because of this.
http://search.cpan.org/~ams/Storable-2.21/Storable.pm#64_bit_data_in_perl_5.6.0_and_5.6.1

that I cant access my storeable file.

These are the cpu details of my first machine

root@dms:/# cat /proc/cpuinfo
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 23
model name    : Intel(R) Core(TM)2 Quad CPU    Q9400  @ 2.66GHz
stepping    : 10
cpu MHz        : 2666.496
cache size    : 3072 KB
physical id    : 0
siblings    : 4
core id        : 0
cpu cores    : 4
apicid        : 0
initial apicid    : 0
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm 
constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx smx est tm2 
ssse3 cx16 xtpr sse4_1 lahf_lm
bogomips    : 5343.73
clflush size    : 64
power management:


As opposed to whats on my second machine


root@fred:~# cat /proc/cpuinfo
processor    : 0
vendor_id    : AuthenticAMD
cpu family    : 15
model        : 67
model name    : AMD Athlon(tm) 64 X2 Dual Core Processor 5600+
stepping    : 3
cpu MHz        : 2812.795
cache size    : 1024 KB
physical id    : 0
siblings    : 2
core id        : 0
cpu cores    : 2
fpu        : yes
fpu_exception    : yes
cpuid level    : 1
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt 
rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
bogomips    : 5630.78
TLB size    : 1024 4K pages
clflush size    : 64
cache_alignment    : 64
address sizes    : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc

processor    : 1
vendor_id    : AuthenticAMD
cpu family    : 15
model        : 67
model name    : AMD Athlon(tm) 64 X2 Dual Core Processor 5600+
stepping    : 3
cpu MHz        : 2812.795
cache size    : 1024 KB
physical id    : 0
siblings    : 2
core id        : 1
cpu cores    : 2
fpu        : yes
fpu_exception    : yes
cpuid level    : 1
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt 
rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
bogomips    : 5625.96
TLB size    : 1024 4K pages
clflush size    : 64
cache_alignment    : 64
address sizes    : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc

If you can help me understand this, I would be most grateful.

Kind Regards
Brent Clark



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About