Bug 108533

Summary: [PATCH] audio/ruby18-xmms2 is broken
Product: Ports & Packages Reporter: Michal Janke <m.yankee>
Component: Individual Port(s)Assignee: Alexander Botero-Lowry <alexbl>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Michal Janke 2007-01-30 03:50:13 UTC
audio/ruby18-xmms2 does not build because of the same conflict described in http://www.freebsd.org/cgi/query-pr.cgi?pr=107423

Same patch as submited for above fixes the problem.
Synopsis: Failure trying to build audio/ruby18-xmms2
Output:

===>  Building for ruby18-xmms2-0.2.d.8_1
scons: Reading SConscript files ...
git-rev-parse: not found
Checking for working C compiler... yes
Checking for Ruby 1.8 or greater...  1.8.5
Checking for Ruby 1.8 or greater...  1.8.5
Checking for Ruby 1.8 or greater...  1.8.5
Checking for glib-2.0  ... yes
Checking for C header file CoreFoundation/CoreFoundation.h... no
Checking for glib-2.0 >= 2.6.0  ... yes
Checking for avahi-client  ... yes
Checking for avahi-glib  ... yes
Checking for C header file dns_sd.h... yes
Checking for DNSServiceRegister() in C library dns_sd... yes

scons: warning: Two different environments were specified for target //usr/local/share/xmms2/scripts/startup.d/xmms2-mdns-launcher.sh,
        but they appear to have the same action: installFunc(target, source, env)
File "/usr/ports/audio/ruby-xmms2/work/xmms2-0.2DrHouse/xmmsenv.py", line 185, in Install

scons: *** Multiple ways to build the same target were specified for: //usr/local/share/xmms2/scripts/startup.d/xmms2-mdns-launcher.sh  (from ['src/clients/mdns/avahi/xmms2-mdns-launcher.sh'] and from ['src/clients/mdns/dns_sd/xmms2-mdns-launcher.sh'])
File "/usr/ports/audio/ruby-xmms2/work/xmms2-0.2DrHouse/xmmsenv.py", line 185, in Install
*** Error code 2

Stop in /usr/ports/audio/ruby-xmms2.
*** Error code 1

Fix: 

see PR 107423:
http://www.freebsd.org/cgi/query-pr.cgi?pr=107423
How-To-Repeat: try to build audio/ruby-xmms2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-30 03:50:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alexbl

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-02 09:37:21 UTC
alexbl      2007-02-02 09:37:15 UTC

  FreeBSD ports repository

  Modified files:
    audio/xmms2          Makefile 
  Log:
   - Remove some 4.x stuff
   - go over and cleanup the logic for the mDNS checks to hopefully
     resolve the double target mDNS problem caused by avahi. [1], [2]
  
  PR:             108533 [1], 108538 [2]
  
  Revision  Changes    Path
  1.27      +3 -12     ports/audio/xmms2/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 3 Alexander Botero-Lowry freebsd_committer freebsd_triage 2007-05-28 00:44:39 UTC
State Changed
From-To: open->closed

DrJekyll should finally put this to rest