Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192145 - media-video/tovid missing sys-devel/bc dependency
Summary: media-video/tovid missing sys-devel/bc dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL: http://www.createphpbb.com/tovid/view...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-11 13:06 UTC by Jose Maria Garcia Perez
Modified: 2007-09-13 10:12 UTC (History)
0 users

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


Attachments
tovid-0.31.ebuild (tovid-0.31.ebuild,2.57 KB, text/plain)
2007-09-12 20:29 UTC, Gen2
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Maria Garcia Perez 2007-09-11 13:06:01 UTC
It's necessary:
emerge bc

You can check it inside file "todisc": (line 372)
-----------------------------------------------------
bc_math()
# usage: bc_math "expression" [int]
{
    bc_out=$(bc <<< "scale=3;$1" 2>/dev/null)
    [[ -n $2 && $2 = "int" ]] && bc_out=${bc_out%.*}
    echo "$bc_out"
}
-----------------------------------------------------

I'm using tovid svn-r2336.



Reproducible: Always

Steps to Reproduce:
1.Using todisc and having to read a "filename.nav_log" file.


Actual Results:  
If you don't have bc installed, it won't be able to detect the length of the video in some cases.

Expected Results:  
After emerging "sys-devel/bc". It worked perfect.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-11 13:09:59 UTC
Is necessary for what exactly? Kindly stick ebuild name and version into summary and reopen then.
Comment 2 Jose Maria Garcia Perez 2007-09-11 13:23:51 UTC
(In reply to comment #1)
> Is necessary for what exactly? Kindly stick ebuild name and version into
> summary and reopen then.
> 

Sorry this is my first bug report.

"media-video/tovid" needs "sys-devel/bc"

(I don't know where should I say that the problem is related to: media-video/tovid ebuild).
Comment 3 Gen2 2007-09-12 20:28:39 UTC
Thanks for the report i'll attach the updated ebuild for tovid-0.31!
Comment 4 Gen2 2007-09-12 20:29:20 UTC
Created attachment 130765 [details]
tovid-0.31.ebuild