Bug 157438 - Missing dependecy in multimedia/miro
Summary: Missing dependecy in multimedia/miro
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-30 22:00 UTC by Grzegorz Blach
Modified: 2011-06-16 07:30 UTC (History)
0 users

See Also:


Attachments
patch-Makefile.txt (618 bytes, patch)
2011-05-31 14:03 UTC, Armin Pirkovitsch
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2011-05-30 22:00:24 UTC
After update miro to 4.0.1, miro crash during startup.
I need install audio/py-mutagen to run.



miro output:
Traceback (most recent call last):
  File "/usr/local/bin/miro.real", line 172, in <module>
    import miro.storedatabase
  File "/usr/local/lib/python2.7/site-packages/miro/storedatabase.py", line 68, in <module>
    from miro import convert20database
  File "/usr/local/lib/python2.7/site-packages/miro/convert20database.py", line 52, in <module>
    from miro import databaseupgrade
  File "/usr/local/lib/python2.7/site-packages/miro/databaseupgrade.py", line 49, in <module>
    from miro import schema
  File "/usr/local/lib/python2.7/site-packages/miro/schema.py", line 361, in <module>
    from miro.feed import (Feed, FeedImpl, RSSFeedImpl, SavedSearchFeedImpl,
  File "/usr/local/lib/python2.7/site-packages/miro/feed.py", line 72, in <module>
    from miro.item import FeedParserValues
  File "/usr/local/lib/python2.7/site-packages/miro/item.py", line 67, in <module>
    from miro import metadata
  File "/usr/local/lib/python2.7/site-packages/miro/metadata.py", line 39, in <module>
    from miro import coverart
  File "/usr/local/lib/python2.7/site-packages/miro/coverart.py", line 38, in <module>
    from mutagen import id3, mp4, flac
ImportError: No module named mutagen

Fix: 

Add audio/py-mutagen to miro dependency
How-To-Repeat: Install miro on system without py-mutagen
and try to run it.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-30 22:00:37 UTC
Maintainer of multimedia/miro,

Please note that PR ports/157438 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157438

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-30 22:00:39 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Armin Pirkovitsch 2011-05-31 14:03:23 UTC
I've attached the necessary patch.

Cheers,
Armin
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-06-16 07:26:32 UTC
wen         2011-06-16 06:26:23 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/miro      Makefile 
  Log:
  - Add missing depends.
  
  PR:             ports/157438
  Submitted by:   Grzegorz Blach <magik@roorback.net>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.35      +3 -1      ports/multimedia/miro/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Wen Heping freebsd_committer freebsd_triage 2011-06-16 07:27:53 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!