Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81858 - media-video/dvdrip & perl 5.8.x wrapper
Summary: media-video/dvdrip & perl 5.8.x wrapper
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Disenchanted (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-13 07:20 UTC by MAL
Modified: 2006-02-14 22:23 UTC (History)
2 users (show)

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


Attachments
Patch to remove postinst msg (TEMPFILE,809 bytes, patch)
2005-08-08 09:57 UTC, Sven Vermeulen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MAL 2005-02-13 07:20:05 UTC
The latest dvdrip states in it's einfo output:

* for Perl 5.8.x you have to set PERLIO to read TOC properly
* for bash: export PERLIO=stdio
* for csh:  setenv PERLIO stdio
* into your /.rc

Why not add a wrapper script to the ebuild, that checks perl version and runs dvdrip with PERLIO=stdio if necessary, and without if not.

Reproducible: Always
Steps to Reproduce:
Comment 1 MAL 2005-07-28 03:43:46 UTC
noise?
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2005-08-08 08:19:09 UTC
Perl 5.8 is stable on all archs (there isn't an older perl in Portage anyway),
we should set this variable by default imo (a /etc/conf.d/blabla file?)
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2005-08-08 09:57:24 UTC
Created attachment 65455 [details, diff]
Patch to remove postinst msg

This patch removes the postinst messages completely:

1. there already is a check for perl (and PERLIO is set) in /usr/bin/dvdrip
2. we should disable the nptl workaround completely, not only on amd64. See bug
99885
Comment 4 Disenchanted (RETIRED) gentoo-dev 2006-02-14 22:23:25 UTC
done