[MacPorts] #18852: Can't install ushare, error configuring libdlna
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare, libdlna | Port: ------------------------------+--------------------------------------------- ---> Configuring libdlna Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libdlna/work/libdlna-0.2.3" && ./configure --prefix=/opt/local " returned error 1 Command output: Checking for compiler available... Checking for libavformat ... Error, can't find libavformat ! See file "config.log" produced by configure for more details. Error: The following dependencies failed to build: libdlna libupnp Error: Status 1 encountered during processing. -- Ticket URL: <http://trac.macports.org/ticket/18852> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare | Port: libdlna ------------------------------+--------------------------------------------- Changes (by macsforever2000@…): * keywords: ushare, libdlna => ushare * owner: macports-tickets@… => sfiera@… * priority: High => Normal * port: => libdlna Old description:
---> Configuring libdlna Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libdlna/work/libdlna-0.2.3" && ./configure --prefix=/opt/local " returned error 1 Command output: Checking for compiler available... Checking for libavformat ... Error, can't find libavformat ! See file "config.log" produced by configure for more details.
Error: The following dependencies failed to build: libdlna libupnp Error: Status 1 encountered during processing.
New description: {{{ ---> Configuring libdlna Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libdlna/work/libdlna-0.2.3" && ./configure --prefix=/opt/local " returned error 1 Command output: Checking for compiler available... Checking for libavformat ... Error, can't find libavformat ! See file "config.log" produced by configure for more details. Error: The following dependencies failed to build: libdlna libupnp Error: Status 1 encountered during processing. }}} -- -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare | Port: libdlna ------------------------------+--------------------------------------------- Changes (by sfiera@…): * status: new => assigned Comment: Are the ffmpeg or ffmpeg-devel ports installed on your system? (run `port installed ffmpeg\*`) Does whichever one is installed provide /opt/local/lib/libavformat.dylib? (run `port contents ffmpeg\*`) -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare | Port: libdlna ------------------------------+--------------------------------------------- Comment(by chutsu@…): ffmpeg is installed, provides libavformat.dylib. While trying to install ffmpeg-devel it gives error message below: sudo port install ffmpeg-devel ---> Fetching ffmpeg-devel ---> Verifying checksum(s) for ffmpeg-devel ---> Extracting ffmpeg-devel ---> Applying patches to ffmpeg-devel ---> Configuring ffmpeg-devel ---> Building ffmpeg-devel ---> Staging ffmpeg-devel into destroot ---> Installing ffmpeg-devel @17953_0+darwin_i386 ---> Activating ffmpeg-devel @17953_0+darwin_i386 Error: Target org.macports.activate returned: Image error: /opt/local/bin/ffmpeg is being used by the active ffmpeg port. Please deactivate this port first, or use the -f flag to force the activation. Error: Status 1 encountered during processing. -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare | Port: libdlna ------------------------------+--------------------------------------------- Comment(by sfiera@…): You only need one of ffmpeg or ffmpeg-devel on your system (in fact, as of now, ffmpeg-devel wouldn't work, so it's irrelevant). You're sure you have /opt/local/lib/libavformat.dylib (and it's not somewhere else)? -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare | Port: libdlna ------------------------------+--------------------------------------------- Comment(by chutsu@…): {{{ port contents ffmpeg Port ffmpeg contains: ... /opt/local/lib/libavformat.52.31.0.dylib /opt/local/lib/libavformat.52.dylib /opt/local/lib/libavformat.a /opt/local/lib/libavformat.dylib ... }}} -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare | Port: libdlna ------------------------------+--------------------------------------------- Changes (by devans@…): * cc: chutsu@… (removed) * cc: devans@… (added) Comment: See #188856 for patches that allow libdlna to configure and build with current ffmpeg/ffmpeg-devel. As stated previously, you can only use one of ffmpeg or ffmpeg-devel. Right now ffmpeg has just been updated and contains fixes for some regressions not in ffmpeg-devel so I would recommend that. {{{ sudo port deactivate ffmpeg-devel sudo port install ffmpeg }}} -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare | Port: libdlna ------------------------------+--------------------------------------------- Comment(by devans@…): Too many 8's. That's #18856. -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare | Port: libdlna ------------------------------+--------------------------------------------- Comment(by chutsu@…): I'm sorry but how do you apply the patches? Thanks -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare | Port: libdlna ------------------------------+--------------------------------------------- Comment(by devans@…): I would expect that sfiera (maintainer for libdlna) will apply the patches before too long so everyone can get the benefit so best to just be patient. -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare | Port: libdlna ------------------------------+--------------------------------------------- Comment(by devans@…): Patches to libdlna committed in r48291 so selfupdate your ports, upgrade anything that is outdated and see if this allows ushare to install (works for me). {{{ sudo port selfupdate sudo port upgrade outdated sudo port clean ushare sudo port install ushare }}} -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare | Port: libdlna ------------------------------+--------------------------------------------- Comment(by chutsu@…): Just wondering, after the installation of ushare, a ushare.conf in the directory /opt/local/etc/ is not found, I had to create it manually, does the installation not create a file with default settings? -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna ------------------------------+--------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ushare | Port: libdlna ------------------------------+--------------------------------------------- Comment(by devans@…): Looks like ushare installs {{{ /opt/local/etc/ushare.conf.sample }}} to avoid overwriting a users active .conf file. I take it the port installs properly now? -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna -------------------------------+-------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: ushare Port: libdlna | -------------------------------+-------------------------------------------- Changes (by devans@…): * status: assigned => closed * resolution: => fixed Comment: Assume fixed. -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18852: Can't install ushare, error configuring libdlna -------------------------------+-------------------------------------------- Reporter: chutsu@… | Owner: sfiera@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: ushare Port: libdlna | -------------------------------+-------------------------------------------- Comment(by chutsu@…): Yea its fixed. Thanks alot! -- Ticket URL: <http://trac.macports.org/ticket/18852#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts