Rt2-to-3 1.8 bug?

dumped from rt 2.0.15 mysql on RH 7.3 and it seemed to work.

moved it all over to the new test box, ran dumpfile-to-rt-3.0 and…

.t-55
[Thu Apr 17 12:29:09 2003] [crit]: Wide character in subroutine entry at
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/Encode.pm line 154.
(/var/www/html/lib/RT.pm:228)

The new box is RH 9 with the stock Apache 2, etc.

It looks like users and groups are fine though. It just barfs at ticket 56

I also experienced difficulties with the new 1.8 util.

.t-55
[Thu Apr 17 12:29:09 2003] [crit]: Wide character in subroutine entry at
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/Encode.pm line 154.
(/var/www/html/lib/RT.pm:228)

The new box is RH 9 with the stock Apache 2, etc.

It looks like users and groups are fine though. It just barfs at ticket 56

I have the 1.8 import util as well. Dumped fine, however on the
dump-to-rt-3.0 I get this… Users and groups dump fine.

Running mysql 4.0.12, rt3.0.1, on FreeBSD 4.8-STABLE. Dependencies were
satisfied as well with the new 3.0.1.

Importing groups
Importing tickets…t-1
.t-2
[Thu Apr 17 14:45:38 2003] [crit]: What do I do with NewValue for
HASH(0xac0d760). It is a HASH at ./dumpfile-to-rt-3.0 line 346.
(/usr/local/rt3/lib/RT.pm:228)

Cassidy

[Thu Apr 17 12:29:09 2003] [crit]: Wide character in subroutine entry at
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/Encode.pm line 154.
(/var/www/html/lib/RT.pm:228)

I’ve seen that error from other perl applications under Red Hat 8/9
machines. Try export LANG=C and then run the script again. If that works,
then it’s an i18n related thing.
See:

Under the Distribution General Notes section.

-james

That seems to have fixed it. Thanks!–On Thursday, April 17, 2003 3:28 PM -0400 James O’Kane jo2y@midnightlinux.com wrote:

On Thu, 17 Apr 2003, Cassidy B. Larson wrote:

[Thu Apr 17 12:29:09 2003] [crit]: Wide character in subroutine entry
at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/Encode.pm line 154.
(/var/www/html/lib/RT.pm:228)

I’ve seen that error from other perl applications under Red Hat 8/9
machines. Try export LANG=C and then run the script again. If that works,
then it’s an i18n related thing.
See:
Red Hat Customer Portal - Access to 24x7 support and knowledge

Under the Distribution General Notes section.

-james