[MacPorts] #34951: mpeg4ip fails to build on default compiler
#34951: mpeg4ip fails to build on default compiler -------------------------------+-------------------------------------------- Reporter: bbowers@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -------------------------------+-------------------------------------------- Running Xcode 4.3, receive the following which is corrected by changing the default compiler. [Users/bbowers] > install mpeg4ip ---> Computing dependencies for mpeg4ip ---> Fetching archive for mpeg4ip ---> Attempting to fetch mpeg4ip-1.5.0.1_3.darwin_11.x86_64.tbz2 from http://packages.macports.org/mpeg4ip ---> Fetching distfiles for mpeg4ip ---> Verifying checksum(s) for mpeg4ip ---> Extracting mpeg4ip ---> Applying patches to mpeg4ip ---> Configuring mpeg4ip ---> Building mpeg4ip Error: org.macports.build for port mpeg4ip returned: command execution failed Please see the log file for port mpeg4ip for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_mpeg4ip/mpeg4ip/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port mpeg4ip failed [Users/bbowers] > clean mpeg4ip ---> Cleaning mpeg4ip [Users/bbowers] > install mpeg4ip configure.compiler=llvm-gcc-4.2 ---> Computing dependencies for mpeg4ip ---> Fetching archive for mpeg4ip ---> Attempting to fetch mpeg4ip-1.5.0.1_3.darwin_11.x86_64.tbz2 from http://packages.macports.org/mpeg4ip ---> Fetching distfiles for mpeg4ip ---> Verifying checksum(s) for mpeg4ip ---> Extracting mpeg4ip ---> Applying patches to mpeg4ip ---> Configuring mpeg4ip ---> Building mpeg4ip ---> Staging mpeg4ip into destroot ---> Installing mpeg4ip @1.5.0.1_3 ---> Activating mpeg4ip @1.5.0.1_3 ---> Cleaning mpeg4ip ---> Updating database of binaries: 100.0% ---> Scanning binaries for linking errors: 100.0% ---> No broken files found. -- Ticket URL: <https://trac.macports.org/ticket/34951> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34951: mpeg4ip fails to build with clang -------------------------------+-------------------------------------------- Reporter: bbowers@… | Owner: reid@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: clang | Port: mpeg4ip -------------------------------+-------------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) * owner: macports-tickets@… => reid@… * keywords: => clang * port: => mpeg4ip Old description:
Running Xcode 4.3, receive the following which is corrected by changing the default compiler.
[Users/bbowers] > install mpeg4ip ---> Computing dependencies for mpeg4ip ---> Fetching archive for mpeg4ip ---> Attempting to fetch mpeg4ip-1.5.0.1_3.darwin_11.x86_64.tbz2 from http://packages.macports.org/mpeg4ip ---> Fetching distfiles for mpeg4ip ---> Verifying checksum(s) for mpeg4ip ---> Extracting mpeg4ip ---> Applying patches to mpeg4ip ---> Configuring mpeg4ip ---> Building mpeg4ip Error: org.macports.build for port mpeg4ip returned: command execution failed Please see the log file for port mpeg4ip for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_mpeg4ip/mpeg4ip/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port mpeg4ip failed
[Users/bbowers] > clean mpeg4ip ---> Cleaning mpeg4ip
[Users/bbowers] > install mpeg4ip configure.compiler=llvm-gcc-4.2 ---> Computing dependencies for mpeg4ip ---> Fetching archive for mpeg4ip ---> Attempting to fetch mpeg4ip-1.5.0.1_3.darwin_11.x86_64.tbz2 from http://packages.macports.org/mpeg4ip ---> Fetching distfiles for mpeg4ip ---> Verifying checksum(s) for mpeg4ip ---> Extracting mpeg4ip ---> Applying patches to mpeg4ip ---> Configuring mpeg4ip ---> Building mpeg4ip ---> Staging mpeg4ip into destroot ---> Installing mpeg4ip @1.5.0.1_3 ---> Activating mpeg4ip @1.5.0.1_3 ---> Cleaning mpeg4ip ---> Updating database of binaries: 100.0% ---> Scanning binaries for linking errors: 100.0% ---> No broken files found.
New description: Running Xcode 4.3, receive the following which is corrected by changing the default compiler. {{{ [Users/bbowers] > install mpeg4ip ---> Computing dependencies for mpeg4ip ---> Fetching archive for mpeg4ip ---> Attempting to fetch mpeg4ip-1.5.0.1_3.darwin_11.x86_64.tbz2 from http://packages.macports.org/mpeg4ip ---> Fetching distfiles for mpeg4ip ---> Verifying checksum(s) for mpeg4ip ---> Extracting mpeg4ip ---> Applying patches to mpeg4ip ---> Configuring mpeg4ip ---> Building mpeg4ip Error: org.macports.build for port mpeg4ip returned: command execution failed Please see the log file for port mpeg4ip for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_mpeg4ip/mpeg4ip/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port mpeg4ip failed [Users/bbowers] > clean mpeg4ip ---> Cleaning mpeg4ip [Users/bbowers] > install mpeg4ip configure.compiler=llvm-gcc-4.2 ---> Computing dependencies for mpeg4ip ---> Fetching archive for mpeg4ip ---> Attempting to fetch mpeg4ip-1.5.0.1_3.darwin_11.x86_64.tbz2 from http://packages.macports.org/mpeg4ip ---> Fetching distfiles for mpeg4ip ---> Verifying checksum(s) for mpeg4ip ---> Extracting mpeg4ip ---> Applying patches to mpeg4ip ---> Configuring mpeg4ip ---> Building mpeg4ip ---> Staging mpeg4ip into destroot ---> Installing mpeg4ip @1.5.0.1_3 ---> Activating mpeg4ip @1.5.0.1_3 ---> Cleaning mpeg4ip ---> Updating database of binaries: 100.0% ---> Scanning binaries for linking errors: 100.0% ---> No broken files found. }}} -- Comment: Brad: Please remember to use WikiFormatting, to fill in the Port field, and to Cc the maintainer of the port. Reid: See wiki:ProblemHotlist#compiler. -- Ticket URL: <https://trac.macports.org/ticket/34951#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34951: mpeg4ip fails to build with clang -------------------------------+-------------------------------------------- Reporter: bbowers@… | Owner: reid@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: clang | Port: mpeg4ip -------------------------------+-------------------------------------------- Comment(by rmstonecipher@…): A temporary workaround has been committed in r95546. -- Ticket URL: <https://trac.macports.org/ticket/34951#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34951: mpeg4ip fails to build with clang -------------------------------+-------------------------------------------- Reporter: bbowers@… | Owner: reid@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: clang | Port: mpeg4ip -------------------------------+-------------------------------------------- Comment(by jmr@…): Could someone please attach or otherwise point out a log from a build using clang? -- Ticket URL: <https://trac.macports.org/ticket/34951#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34951: mpeg4ip fails to build with clang ------------------------+-------------------- Reporter: bbowers@… | Owner: reid@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Resolution: fixed | Keywords: clang Port: mpeg4ip | ------------------------+-------------------- Changes (by jeremyhu@…): * status: new => closed * resolution: => fixed Comment: Works for me with: {{{ Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) Target: x86_64-apple-darwin12.4.0 Thread model: posix }}} If you report logs with failing clang versions, we can blacklist individual versions. r110381 -- Ticket URL: <https://trac.macports.org/ticket/34951#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts