From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14 Description of problem: Hi @ all The API2.pm located in /usr/lib/perl5/vendor_perl/5.10.0/PDF/ contains the following line in the BEGINN section: > @FontDirs = ( qw[ /usr/share/fonts/dejavu-fonts /usr/share/fonts ] ); The path to the DeJaVu font files is wrong! The correct path is /usr/share/fonts/dejavu! This is the correct code: > @FontDirs = ( qw[ /usr/share/fonts/dejavu /usr/share/fonts ] ); This bug produces a crash of the PDF::API2 module if you load a DeJaVu font. Best regards, Manuel Hecht Development OTRS::ITSM Version-Release number of selected component (if applicable): perl-PDF-API2.noarch 0.69-3.fc9 How reproducible: Always Steps to Reproduce: Load a DeJaVu font in a perl file to reproduce the error: e. g. my $Font = $PDF->ttfont( 'DejaVuSans.ttf' ); Actual Results: The perl script dead with an syntax error. Expected Results: Additional info:
perl-PDF-API2-0.69-5.fc7 has been submitted as an update for Fedora 7
perl-PDF-API2-0.69-5.fc8 has been submitted as an update for Fedora 8
perl-PDF-API2-0.69-5.fc9 has been submitted as an update for Fedora 9
perl-PDF-API2-0.69-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-PDF-API2'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-4434
perl-PDF-API2-0.69-5.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.
perl-PDF-API2-0.69-5.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.
perl-PDF-API2-0.69-5.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.