[MacPorts] #37830: VLC @2.0.5_1 fails to upgrade ld: unknown option: -force_load
#37830: VLC @2.0.5_1 fails to upgrade ld: unknown option: -force_load ------------------------------+-------------------------------- Reporter: nonstop.server@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: VLC ------------------------------+-------------------------------- Upgrading port VLC from 2.0.5_0 to 2.0.5_1 fails with error message: {{{ CCLD libdolby_surround_decoder_plugin.la /usr/bin/nm: no name list /usr/bin/nm: no name list ld: unknown option: -force_load collect2: ld returned 1 exit status make[4]: *** [libspatializer_plugin.la] Error 1 }}} Version Information: {{{ Mac OS Version: ProductName: Mac OS X ProductVersion: 10.5.8 BuildVersion: 9L31a Darwin 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386 Xcode Version: Xcode 3.1.4 Component versions: DevToolsCore-1204.0; DevToolsSupport-1186.0 BuildVersion: 9M2809 Macports Version: Version: 2.1.2 }}} -- Ticket URL: <https://trac.macports.org/ticket/37830> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37830: VLC @2.0.5_1 fails to upgrade ld: unknown option: -force_load -------------------------------+------------------------ Reporter: nonstop.server@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: VLC | -------------------------------+------------------------ Changes (by ryandesign@…): * cc: jeremyhu@… (removed) * owner: macports-tickets@… => jeremyhu@… -- Ticket URL: <https://trac.macports.org/ticket/37830#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37830: VLC @2.0.5_1 fails to upgrade ld: unknown option: -force_load -------------------------------+------------------------ Reporter: nonstop.server@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: VLC | -------------------------------+------------------------ Comment (by jeremyhu@…): Sigh. -- Ticket URL: <https://trac.macports.org/ticket/37830#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37830: VLC @2.0.5_1 fails to upgrade ld: unknown option: -force_load -------------------------------+------------------------ Reporter: nonstop.server@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: VLC | -------------------------------+------------------------ Comment (by jeremyhu@…): The only change between the first revision of 2.0.5 (r101233) and the current revision (r102174) is a revision bump and compiler choice changes: http://trac.macports.org/changeset?reponame=&new=102174%40trunk%2Fdports%2Fm... -- Ticket URL: <https://trac.macports.org/ticket/37830#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37830: VLC @2.0.5_1 fails to upgrade ld: unknown option: -force_load -------------------------------+------------------------ Reporter: nonstop.server@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: VLC | -------------------------------+------------------------ Comment (by jeremyhu@…): It looks like you're falling back on /opt/local/bin/gcc-apple-4.0 to build ... -- Ticket URL: <https://trac.macports.org/ticket/37830#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37830: VLC @2.0.5_1 fails to upgrade ld: unknown option: -force_load -------------------------------+------------------------ Reporter: nonstop.server@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: VLC | -------------------------------+------------------------ Comment (by jeremyhu@…): r102268 Leaving open to remind me to revert after base 2.2 is out. -- Ticket URL: <https://trac.macports.org/ticket/37830#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37830: VLC @2.0.5_1 fails to upgrade ld: unknown option: -force_load -------------------------------+------------------------ Reporter: nonstop.server@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: VLC | -------------------------------+------------------------ Comment (by nonstop.server@…): Replying to [comment:3 jeremyhu@…]: My apologies, but it seems I did not provide you with all relevant information when filing this ticket.[[BR]] I only realized this after seeing your comment on the compiler choice changes.[[BR]] I failed to mention that on top of latest VLC Portfile I run a patch to enable the use of clang 3.1 instead of version 3.0.[[BR]] The patch with additional changes has been attached to this ticket for your inspection. -- Ticket URL: <https://trac.macports.org/ticket/37830#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37830: VLC @2.0.5_1 fails to upgrade ld: unknown option: -force_load -------------------------------+------------------------ Reporter: nonstop.server@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: VLC | -------------------------------+------------------------ Comment (by jeremyhu@…): With the new blacklisting, you should be able to set those preferences yourself (at your own risk) by setting default_compilers in macports.conf. For example, if you don't like the current options for Leopard: {{{ {gcc-4.2 apple-gcc-4.2 gcc-4.0 macports-clang-3.2} }}} You can add this to /opt/local/etc/macports/macports.conf to prefer clang: {{{ default_compilers macports-clang-3.2 apple-gcc-4.2 gcc-4.2 gcc-4.0 }}} Note that many ports just check for "clang" rather than all the options, and this feature is a "developer" feature which is not recommended unless you like finding and fixing all the problems it uncovers ;) -- Ticket URL: <https://trac.macports.org/ticket/37830#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37830: VLC @2.0.5_1 fails to upgrade ld: unknown option: -force_load -------------------------------+------------------------ Reporter: nonstop.server@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: VLC | -------------------------------+------------------------ Comment (by nonstop.server@…): Replying to [comment:7 jeremyhu@…]: Thank you for the tip, I'll try using this feature. -- Ticket URL: <https://trac.macports.org/ticket/37830#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37830: VLC @2.0.5_1 fails to upgrade ld: unknown option: -force_load -------------------------------+------------------------ Reporter: nonstop.server@… | Owner: jeremyhu@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: VLC | -------------------------------+------------------------ Changes (by jeremyhu@…): * status: new => closed * resolution: => fixed -- Ticket URL: <https://trac.macports.org/ticket/37830#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts