Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474084 - net-misc/modemmanager-9999 fails to build due to removal of test/*.py files from repo
Summary: net-misc/modemmanager-9999 fails to build due to removal of test/*.py files f...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-06-21 22:24 UTC by Serg Truf
Modified: 2013-07-20 19:35 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serg Truf 2013-06-21 22:24:47 UTC
net-misc/modemmanager-9999: could not be compiled due to removal of test/*.py files from git repo

Reproducible: Always

Steps to Reproduce:
1. try to emerge 9999 version of modemmanager
2. see error
3. profit



to resolve issue we just need to remove sed lines form prepare stage

diff modemmanager-9999-r1.ebuild /usr/portage/net-misc/modemmanager/modemmanager-9999.ebuild 
50,51c50,51
<     #  sed -e 's@\(^#!.*python\)@\12.7@' \
<     #         -i test/*.py || die
---
>       sed -e 's@\(^#!.*python\)@\12.7@' \
>               -i test/*.py || die
Comment 1 Manuel Lauss 2013-07-18 08:14:42 UTC
I can confirm that.  Additionally, modemmanger-9999 has a stray "{exec_prefix}" in /usr/share/dbus-1/system-servies/org.freedesktop.ModemManager1.service:

Exec=${exec_prefix}/sbin/ModemManager
Comment 2 Pacho Ramos gentoo-dev 2013-07-20 19:32:17 UTC
*modemmanager-1.0.0 (20 Jul 2013)

  20 Jul 2013; Pacho Ramos <pacho@gentoo.org> +modemmanager-1.0.0.ebuild,
  -modemmanager-0.7.990.ebuild, -modemmanager-9999.ebuild:
  Version bump, drop old. Also remove 9999 ebuild as nobody is really
  maintaining it.