Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708470 - app-office/auto-multiple-choice-1.3.0-r1 crashes because it uses obsolete "use encoding" pragma
Summary: app-office/auto-multiple-choice-1.3.0-r1 crashes because it uses obsolete "us...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-06 14:29 UTC by Carl Michal
Modified: 2020-11-28 18:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.