Bug 185998 - net/py-avahi fails to install
Summary: net/py-avahi fails to install
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 15:00 UTC by Volodymyr Kostyrko
Modified: 2014-01-24 17:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volodymyr Kostyrko 2014-01-22 15:00:00 UTC
When installing net/py-avahi installation fails with:

===>  Checking if net/py-avahi already installed
===>   Registering installation for py27-avahi-0.6.31_7
===> Creating users and/or groups.
Using existing group 'avahi'.
Using existing user 'avahi'.
Installing py27-avahi-0.6.31_7...pkg-static: py27-avahi-0.6.31_7 conflicts with avahi-app-0.6.31 (installs files into the same place).  Problematic file: /usr/local/share/avahi/service-types
*** Error code 70

Stop.

Fix: 

Removing this line from pkg-plist:

%%DATADIR%%/service-types

fixes the problem for me.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-22 15:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-24 17:46:00 UTC
Author: kwm
Date: Fri Jan 24 17:45:53 2014
New Revision: 340921
URL: http://svnweb.freebsd.org/changeset/ports/340921
QAT: https://qat.redports.org/buildarchive/r340921/

Log:
  Fix file conflict with avahi-app.
  
  PR:		ports/185998
  Submitted by:	Volodymyr Kostyrko <arcade@b1t.name>

Modified:
  head/net/py-avahi/pkg-plist

Modified: head/net/py-avahi/pkg-plist
==============================================================================
--- head/net/py-avahi/pkg-plist	Fri Jan 24 16:53:49 2014	(r340920)
+++ head/net/py-avahi/pkg-plist	Fri Jan 24 17:45:53 2014	(r340921)
@@ -13,6 +13,5 @@ lib/avahi/service-types.db
 man/man1/avahi-bookmarks.1.gz
 man/man1/avahi-discover.1.gz
 share/applications/avahi-discover.desktop
-%%DATADIR%%/service-types
 @dirrm %%PYTHON_SITELIBDIR%%/avahi_discover
 @dirrm %%PYTHON_SITELIBDIR%%/avahi
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2014-01-24 17:46:12 UTC
State Changed
From-To: open->closed

Committed thanks!