Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18569 - Incorrent mailcap entry for bittorrent
Summary: Incorrent mailcap entry for bittorrent
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-31 22:34 UTC by Vadim Berezniker
Modified: 2003-04-01 11:10 UTC (History)
0 users

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


Attachments
updated ebuild for bittorrent (bittorrent-3.2.1b.ebuild,983 bytes, text/plain)
2003-04-01 08:50 UTC, FRLinux
Details
updated ebuild for bittorrent (bittorrent-3.2.1b.ebuild,983 bytes, text/plain)
2003-04-01 08:50 UTC, FRLinux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vadim Berezniker 2003-03-31 22:34:21 UTC
The ebuild for version 3.2.1 of net-p2p/bittorrent has the following line:
echo 'application/x-bittorrent; /usr/bin/btdownloadprefetched.py %s; test=test
-n "$DISPLAY"' >> /etc/mailcap
which was fine for the earlier version, but that util is no longer present and
the readme file says to add a different line so the ebuild line should look like
echo 'application/x-bittorrent; /usr/bin/btdownloadgui.py %s; test=test -n
"$DISPLAY"' >> /etc/mailcap

Reproducible: Always
Steps to Reproduce:
Comment 1 Vadim Berezniker 2003-03-31 23:04:52 UTC
of course i'm an idition and btdownloadgui.py %s does not work. 
Their install text is incorrect.

It's supposed to be something like this now btdowngui.py --url file://%s
except I don't know how to make it safe from any kind of vulnerability or something ..
Comment 2 FRLinux 2003-04-01 08:49:14 UTC
I saw the same problem, i've taken the opportunity which works properly on 
my system. As the ebuild is not very complicated, it should do fine. I've 
removed the ~x86 keyword bit to avoid having a warning. 
 
Steph 
Comment 3 FRLinux 2003-04-01 08:50:13 UTC
Created attachment 10084 [details]
updated ebuild for bittorrent

This updates to 3.2.1b and fixes the /etc/mailcap entry.

Steph
Comment 4 FRLinux 2003-04-01 08:50:52 UTC
Created attachment 10085 [details]
updated ebuild for bittorrent

This updates to 3.2.1b and fixes the /etc/mailcap entry.

Steph
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2003-04-01 09:48:39 UTC
sorry bittorrent-3.2.1b ? i thought 3.2.1 was already the latest version?

anyway, the /etc/mailcap handling is much more robust and works with upgrades or new installs. emerge sync; emerge bittorrent for the fixes
Comment 6 FRLinux 2003-04-01 11:05:24 UTC
That's what i call quick response :) 
 
Didn't want 3.2.1b in ? 
 
Steph 
Comment 7 Alastair Tse (RETIRED) gentoo-dev 2003-04-01 11:10:53 UTC
ah ha .. now i see it. it wasn't very clear on the main webpage until i looked in the mailing list.

3.2.1b will be in portage shortly.