[MacPorts] #50657: clang-3.9 +openmp: Subversion check out failed (was: Installation of clang-3.9 with +opengl flag fails)
MacPorts
noreply at macports.org
Thu Feb 18 03:49:33 PST 2016
#50657: clang-3.9 +openmp: Subversion check out failed
-----------------------------------+------------------------
Reporter: panos.sanfrancisco@… | Owner: jeremyhu@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: clang-3.9 |
-----------------------------------+------------------------
Changes (by ryandesign@…):
* cc: larryv@… (added)
* owner: macports-tickets@… => jeremyhu@…
* keywords: clang-3.9 =>
* port: => clang-3.9
Old description:
> ganglion:janus panos$ sudo port install clang-3.9 +openmp
> ---> Computing dependencies for clang-3.9
> ---> Dependencies to be installed: clang_select ld64 ld64-latest libomp
> llvm-3.9 python27 db48 python2_select sqlite3
> ---> Fetching archive for clang_select
> ---> Attempting to fetch clang_select-1.0_0.darwin_15.noarch.tbz2 from
> http://packages.macports.org/clang_select
> ---> Attempting to fetch clang_select-1.0_0.darwin_15.noarch.tbz2.rmd160
> from http://packages.macports.org/clang_select
> ---> Installing clang_select @1.0_0
> ---> Activating clang_select @1.0_0
> ---> Cleaning clang_select
> ---> Fetching archive for ld64-latest
> ---> Attempting to fetch
> ld64-latest-253.3_0+llvm37.darwin_15.x86_64.tbz2 from
> http://packages.macports.org/ld64-latest
> ---> Attempting to fetch
> ld64-latest-253.3_0+llvm37.darwin_15.x86_64.tbz2.rmd160 from
> http://packages.macports.org/ld64-latest
> ---> Installing ld64-latest @253.3_0+llvm37
> ---> Activating ld64-latest @253.3_0+llvm37
> ---> Cleaning ld64-latest
> ---> Fetching archive for ld64
> ---> Attempting to fetch ld64-2_0.darwin_15.x86_64.tbz2 from
> http://packages.macports.org/ld64
> ---> Attempting to fetch ld64-2_0.darwin_15.x86_64.tbz2.rmd160 from
> http://packages.macports.org/ld64
> ---> Installing ld64 @2_0
> ---> Activating ld64 @2_0
> ---> Cleaning ld64
> ---> Fetching archive for libomp
> ---> Attempting to fetch libomp-0.0_260306.darwin_15.x86_64.tbz2 from
> http://packages.macports.org/libomp
> ---> Attempting to fetch libomp-0.0_260306.darwin_15.x86_64.tbz2 from
> http://sjc.us.packages.macports.org/libomp
> ---> Attempting to fetch libomp-0.0_260306.darwin_15.x86_64.tbz2 from
> http://sea.us.packages.macports.org/macports/packages/libomp
> ---> Fetching distfiles for libomp
> ---> Verifying checksums for libomp
> ---> Extracting libomp
> ---> Configuring libomp
> ---> Building libomp
> ---> Staging libomp into destroot
> ---> Installing libomp @0.0_260306
> ---> Activating libomp @0.0_260306
>
> Use with clang-3.[78] (when built with +openmp variant) by adding
> "-fopenmp" to your compile and link lines.
> (Or "-I/opt/local/include/libomp -L/opt/local/lib/libomp -fopenmp"
> if clang is installed without +openmp.)
>
> ---> Cleaning libomp
> ---> Fetching archive for llvm-3.9
> ---> Attempting to fetch
> llvm-3.9-3.9-r259341_1+assertions+debug.darwin_15.x86_64.tbz2 from
> http://packages.macports.org/llvm-3.9
> ---> Attempting to fetch
> llvm-3.9-3.9-r259341_1+assertions+debug.darwin_15.x86_64.tbz2.rmd160 from
> http://packages.macports.org/llvm-3.9
> ---> Installing llvm-3.9 @3.9-r259341_1+assertions+debug
> ---> Activating llvm-3.9 @3.9-r259341_1+assertions+debug
> ---> Cleaning llvm-3.9
> ---> Fetching archive for db48
> ---> Attempting to fetch db48-4.8.30_4.darwin_15.x86_64.tbz2 from
> http://packages.macports.org/db48
> ---> Attempting to fetch db48-4.8.30_4.darwin_15.x86_64.tbz2.rmd160 from
> http://packages.macports.org/db48
> ---> Installing db48 @4.8.30_4
> ---> Activating db48 @4.8.30_4
> ---> Cleaning db48
> ---> Fetching archive for python2_select
> ---> Attempting to fetch python2_select-0.0_1.darwin_15.noarch.tbz2 from
> http://packages.macports.org/python2_select
> ---> Attempting to fetch
> python2_select-0.0_1.darwin_15.noarch.tbz2.rmd160 from
> http://packages.macports.org/python2_select
> ---> Installing python2_select @0.0_1
> ---> Activating python2_select @0.0_1
> ---> Cleaning python2_select
> ---> Fetching archive for sqlite3
> ---> Attempting to fetch sqlite3-3.10.2_0.darwin_15.x86_64.tbz2 from
> http://packages.macports.org/sqlite3
> ---> Attempting to fetch sqlite3-3.10.2_0.darwin_15.x86_64.tbz2.rmd160
> from http://packages.macports.org/sqlite3
> ---> Installing sqlite3 @3.10.2_0
> ---> Activating sqlite3 @3.10.2_0
> ---> Cleaning sqlite3
> ---> Fetching archive for python27
> ---> Attempting to fetch python27-2.7.11_0.darwin_15.x86_64.tbz2 from
> http://packages.macports.org/python27
> ---> Attempting to fetch python27-2.7.11_0.darwin_15.x86_64.tbz2.rmd160
> from http://packages.macports.org/python27
> ---> Installing python27 @2.7.11_0
> ---> Activating python27 @2.7.11_0
>
> To make this the default Python or Python 2 (i.e., the version run by the
> 'python' or 'python2' commands), run one or both of:
>
> sudo port select --set python python27
> sudo port select --set python2 python27
>
> ---> Cleaning python27
> ---> Fetching archive for clang-3.9
> ---> Attempting to fetch
> clang-3.9-3.9-r259341_1+analyzer+assertions+debug+openmp.darwin_15.x86_64.tbz2
> from http://packages.macports.org/clang-3.9
> ---> Attempting to fetch
> clang-3.9-3.9-r259341_1+analyzer+assertions+debug+openmp.darwin_15.x86_64.tbz2
> from http://sjc.us.packages.macports.org/clang-3.9
> ---> Attempting to fetch
> clang-3.9-3.9-r259341_1+analyzer+assertions+debug+openmp.darwin_15.x86_64.tbz2
> from http://sea.us.packages.macports.org/macports/packages/clang-3.9
> ---> Fetching distfiles for clang-3.9
> Error: org.macports.fetch for port clang-3.9 returned: Subversion check
> out failed
> Please see the log file for port clang-3.9 for details:
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_llvm-3.9/clang-3.9/main.log
> To report a bug, follow the instructions in the guide:
> http://guide.macports.org/#project.tickets
> Error: Processing of port clang-3.9 failed
New description:
{{{
ganglion:janus panos$ sudo port install clang-3.9 +openmp
---> Computing dependencies for clang-3.9
---> Dependencies to be installed: clang_select ld64 ld64-latest libomp
llvm-3.9 python27 db48 python2_select sqlite3
---> Fetching archive for clang_select
---> Attempting to fetch clang_select-1.0_0.darwin_15.noarch.tbz2 from
http://packages.macports.org/clang_select
---> Attempting to fetch clang_select-1.0_0.darwin_15.noarch.tbz2.rmd160
from http://packages.macports.org/clang_select
---> Installing clang_select @1.0_0
---> Activating clang_select @1.0_0
---> Cleaning clang_select
---> Fetching archive for ld64-latest
---> Attempting to fetch ld64-latest-253.3_0+llvm37.darwin_15.x86_64.tbz2
from http://packages.macports.org/ld64-latest
---> Attempting to fetch
ld64-latest-253.3_0+llvm37.darwin_15.x86_64.tbz2.rmd160 from
http://packages.macports.org/ld64-latest
---> Installing ld64-latest @253.3_0+llvm37
---> Activating ld64-latest @253.3_0+llvm37
---> Cleaning ld64-latest
---> Fetching archive for ld64
---> Attempting to fetch ld64-2_0.darwin_15.x86_64.tbz2 from
http://packages.macports.org/ld64
---> Attempting to fetch ld64-2_0.darwin_15.x86_64.tbz2.rmd160 from
http://packages.macports.org/ld64
---> Installing ld64 @2_0
---> Activating ld64 @2_0
---> Cleaning ld64
---> Fetching archive for libomp
---> Attempting to fetch libomp-0.0_260306.darwin_15.x86_64.tbz2 from
http://packages.macports.org/libomp
---> Attempting to fetch libomp-0.0_260306.darwin_15.x86_64.tbz2 from
http://sjc.us.packages.macports.org/libomp
---> Attempting to fetch libomp-0.0_260306.darwin_15.x86_64.tbz2 from
http://sea.us.packages.macports.org/macports/packages/libomp
---> Fetching distfiles for libomp
---> Verifying checksums for libomp
---> Extracting libomp
---> Configuring libomp
---> Building libomp
---> Staging libomp into destroot
---> Installing libomp @0.0_260306
---> Activating libomp @0.0_260306
Use with clang-3.[78] (when built with +openmp variant) by adding
"-fopenmp" to your compile and link lines.
(Or "-I/opt/local/include/libomp -L/opt/local/lib/libomp -fopenmp"
if clang is installed without +openmp.)
---> Cleaning libomp
---> Fetching archive for llvm-3.9
---> Attempting to fetch
llvm-3.9-3.9-r259341_1+assertions+debug.darwin_15.x86_64.tbz2 from
http://packages.macports.org/llvm-3.9
---> Attempting to fetch
llvm-3.9-3.9-r259341_1+assertions+debug.darwin_15.x86_64.tbz2.rmd160 from
http://packages.macports.org/llvm-3.9
---> Installing llvm-3.9 @3.9-r259341_1+assertions+debug
---> Activating llvm-3.9 @3.9-r259341_1+assertions+debug
---> Cleaning llvm-3.9
---> Fetching archive for db48
---> Attempting to fetch db48-4.8.30_4.darwin_15.x86_64.tbz2 from
http://packages.macports.org/db48
---> Attempting to fetch db48-4.8.30_4.darwin_15.x86_64.tbz2.rmd160 from
http://packages.macports.org/db48
---> Installing db48 @4.8.30_4
---> Activating db48 @4.8.30_4
---> Cleaning db48
---> Fetching archive for python2_select
---> Attempting to fetch python2_select-0.0_1.darwin_15.noarch.tbz2 from
http://packages.macports.org/python2_select
---> Attempting to fetch
python2_select-0.0_1.darwin_15.noarch.tbz2.rmd160 from
http://packages.macports.org/python2_select
---> Installing python2_select @0.0_1
---> Activating python2_select @0.0_1
---> Cleaning python2_select
---> Fetching archive for sqlite3
---> Attempting to fetch sqlite3-3.10.2_0.darwin_15.x86_64.tbz2 from
http://packages.macports.org/sqlite3
---> Attempting to fetch sqlite3-3.10.2_0.darwin_15.x86_64.tbz2.rmd160
from http://packages.macports.org/sqlite3
---> Installing sqlite3 @3.10.2_0
---> Activating sqlite3 @3.10.2_0
---> Cleaning sqlite3
---> Fetching archive for python27
---> Attempting to fetch python27-2.7.11_0.darwin_15.x86_64.tbz2 from
http://packages.macports.org/python27
---> Attempting to fetch python27-2.7.11_0.darwin_15.x86_64.tbz2.rmd160
from http://packages.macports.org/python27
---> Installing python27 @2.7.11_0
---> Activating python27 @2.7.11_0
To make this the default Python or Python 2 (i.e., the version run by the
'python' or 'python2' commands), run one or both of:
sudo port select --set python python27
sudo port select --set python2 python27
---> Cleaning python27
---> Fetching archive for clang-3.9
---> Attempting to fetch
clang-3.9-3.9-r259341_1+analyzer+assertions+debug+openmp.darwin_15.x86_64.tbz2
from http://packages.macports.org/clang-3.9
---> Attempting to fetch
clang-3.9-3.9-r259341_1+analyzer+assertions+debug+openmp.darwin_15.x86_64.tbz2
from http://sjc.us.packages.macports.org/clang-3.9
---> Attempting to fetch
clang-3.9-3.9-r259341_1+analyzer+assertions+debug+openmp.darwin_15.x86_64.tbz2
from http://sea.us.packages.macports.org/macports/packages/clang-3.9
---> Fetching distfiles for clang-3.9
Error: org.macports.fetch for port clang-3.9 returned: Subversion check
out failed
Please see the log file for port clang-3.9 for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_llvm-3.9/clang-3.9/main.log
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port clang-3.9 failed
}}}
--
Comment:
The log says:
{{{
:info:fetch svn: E155000: Destination directory exists; please remove the
directory or use --force to overwrite
:info:fetch svn: E155000: 'trunk' already exists
}}}
This is because you did not run `sudo port clean clang-3.9` before trying
again; please run that now, as mentioned in the
[https://guide.macports.org/chunked/project.html#project.tickets ticket
filing instructions]. If it fails again, please attach the new main.log
file.
--
Ticket URL: <https://trac.macports.org/ticket/50657#comment:1>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list