Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 708470

Summary: app-office/auto-multiple-choice-1.3.0-r1 crashes because it uses obsolete "use encoding" pragma
Product: Gentoo Linux Reporter: Carl Michal <michal>
Component: Current packagesAssignee: Gentoo Office Team <office>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Carl Michal 2020-02-06 14:29:13 UTC
auto-multiple-choice-1.3.0-r1 uses the no longer supported perl pragma:
use encoding 'utf-8', which causes AMC to crash.

Simply commenting out the 
use encoding 'utf8'
line from the three files in /usr/lib/AMC/perl where it occurs seems to solve the problem.