Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191781 - rtorrent-0.7.8 ebuild fails due to unescaped newline
Summary: rtorrent-0.7.8 ebuild fails due to unescaped newline
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-09 01:19 UTC by Michael Arntzenius
Modified: 2007-09-09 01:37 UTC (History)
0 users

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


Attachments
ignore this, it probably won't fix the problem, stupid mistake (rtorrent-0.7.8.ebuild.patch,206 bytes, patch)
2007-09-09 01:22 UTC, Michael Arntzenius
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Arntzenius 2007-09-09 01:19:08 UTC
The rtorrent-0.7.8 ebuild fails because it has an unescaped newline, causing it to interpret an option for a command as a command itself:

config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/core/Makefile
config.status: creating src/display/Makefile
config.status: creating src/input/Makefile
config.status: creating src/rpc/Makefile
config.status: creating src/ui/Makefile
config.status: creating src/utils/Makefile
config.status: creating config.h
config.status: executing depfiles commands
/usr/portage/net-p2p/rtorrent/rtorrent-0.7.8.ebuild: line 34: --disable-dependency-tracking: command not found

Reproducible: Always

Steps to Reproduce:
1. emerge net-p2p/rtorrent-0.7.8
Comment 1 Michael Arntzenius 2007-09-09 01:22:29 UTC
Created attachment 130381 [details, diff]
ignore this, it probably won't fix the problem, stupid mistake
Comment 2 Michael Arntzenius 2007-09-09 01:37:05 UTC
Agh, that patch I submitted won't work, and the problem has been solved now that I've emerge --sync'ed. Bug fixed.