[BlueOnyx:26233] Re: Cannot find build type: 5211R

Juerg Sommer jsommer at emailto.ch
Thu May 25 15:58:52 -05 2023


Hi Ken,

> I am trying to use the cmuImport to import a site from an older 
> BlueOnyx version to this 5211R, but am seeing this error message
> ERROR extractTar: Cannot find build type: 5211R

Michael would suggest to use EasyMigrate to you. :) I had also some bugs 
in cmuImport, but not all debugged yet. Maybe, one bug I found solve 
your problem:

/usr/cmu/perl/Archive.pm about line 567

containing:

} elsif($self->build =~ /^RaQ550$/ || $self->build =~ /^5100R$/ || 
$self->build =~ /^510[6-8]R$/ || $self->build =~ /^520[7-9]R$/ || 
$self->build =~ /^516[0-1]R$/ || $self->build =~ /^52[0-1]0R$/ || 
$self->build =~ /^5210R$/ || $self->build =~ /^TLAS1HE$/ || $self->build 
=~ /^TLAS2$/) {

replace it with:

} elsif($self->build =~ /^RaQ550$/ || $self->build =~ /^5100R$/ || 
$self->build =~ /^510[6-8]R$/ || $self->build =~ /^520[7-9]R$/ || 
$self->build =~ /^516[0-1]R$/ || $self->build =~ /^52[0-1][0-1]R$/ || 
$self->build =~ /^5210R$/ || $self->build =~ /^TLAS1HE$/ || $self->build 
=~ /^TLAS2$/) {

(change ^52[0-1]0R$ to ^52[0-1][0-1]R$ in about the middle of the line)

I also switched to EasyMigrate (https://www.blueonyx.it/easy-migrate), 
so I don't have completely debugged cmuImport. I'll suggest you to 
change to that, but maybe the fix above solves your problems. Be aware 
of the ssl-certificates, there's also a bug in /usr/cmu/perl/cmuCCE.pm 
with a wrong path in line ~393.

Best regards,
Juerg



More information about the Blueonyx mailing list