Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#38795 closed defect (invalid)

cmake files that weren't installed by the cmake port cause cmake to fail

Reported by: ozanyarman@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: ryandesign (Ryan Carsten Schmidt), cssdev
Port: cmake

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I have been experiencing a series of similar errors as ticket #34538 when attempting to install my since-a-long-time-broken copy of KDENLIVE on Mac OS X Snow Leopard (Macbook Pro 2008), getting no where after having done what the thread-owner has done with copying tclindex aliases to said missing locations. This is what happens when I type

sudo port install kdenlive

and I get the following error output:

sudo port install kdenlive
Password:
--->  Computing dependencies for pango
--->  Dependencies to be installed: harfbuzz graphite2 icu
--->  Configuring graphite2
Error: org.macports.configure for port graphite2 returned: configure failure: command execution failed
Error: Failed to install graphite2
Please see the log file for port graphite2 for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_graphite2/graphite2/main.log
Error: The following dependencies were not installed: harfbuzz graphite2 icu
Error: Unable to upgrade port: 1
Error: Unable to execute port: upgrade mlt failed
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ sudo port list inactive
pango-devel                    @1.32.5         x11/pango-devel
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ sudo port install harfbuzz
--->  Computing dependencies for harfbuzz
--->  Cleaning harfbuzz
--->  Scanning binaries for linking errors: 9.5%
Warning: Error parsing file /opt/local/bin/kdestroy: Error opening or reading file
--->  Scanning binaries for linking errors: 100.0%
--->  Found 3 broken file(s), matching files to ports
--->  Found 1 broken port(s), determining rebuild order
--->  Rebuilding in order
     soprano @2.7.4 
--->  Computing dependencies for soprano
--->  Fetching archive for soprano
--->  Attempting to fetch soprano-2.9.0_0.darwin_10.x86_64.tbz2 from http://lil.fr.packages.macports.org/soprano
--->  Attempting to fetch soprano-2.9.0_0.darwin_10.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/soprano
--->  Attempting to fetch soprano-2.9.0_0.darwin_10.x86_64.tbz2 from http://packages.macports.org/soprano
--->  Fetching distfiles for soprano
--->  Verifying checksum(s) for soprano
--->  Extracting soprano
--->  Applying patches to soprano
--->  Configuring soprano
Error: org.macports.configure for port soprano returned: configure failure: command execution failed
Please see the log file for port soprano for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_soprano/soprano/main.log
Error: Unable to upgrade port: 1
Error rebuilding soprano
    while executing
"error "Error rebuilding $portname""
    (procedure "revupgrade_scanandrebuild" line 382)
    invoked from within
"revupgrade_scanandrebuild broken_port_counts $opts"
    (procedure "macports::revupgrade" line 5)
    invoked from within
"macports::revupgrade $opts"
    (procedure "action_revupgrade" line 2)
    invoked from within
"action_revupgrade $action $portlist $opts"
    (procedure "action_target" line 94)
    invoked from within
"$action_proc $action $portlist [array get global_options]"
    (procedure "process_cmd" line 95)
    invoked from within
"process_cmd $remaining_args"
    invoked from within
"if { [llength $remaining_args] > 0 } {

    # If there are remaining arguments, process those as a command
    set exit_status [process_cmd $remaining..."
    (file "/opt/local/bin/port" line 4785)
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ 

As you can see, I again reach a dead end when trying to install harfbuzz or graphite2. The issue with the latter in the log points to the absence of pango-devel, which I forcibly installed in place of my current pango @1.30.1_3+universal+x11 (active) only to revert back upon said chronic failure. I use two other programs (SCALA by Manuel op de Coul & FontForge) which depend on the normal pango, so I cannot remain on pango-devel for long.

There was also the issue of gcc not being set at all, but I managed to learn how to make it active from among my available cmake compilers by "sudo port select --set gcc XXX". This is my current gcc setting:

port select --list gcc
Available versions for gcc:
	apple-gcc42
	gcc40
	gcc42
	llvm-gcc42
	mp-gcc44
	mp-gcc45
	mp-gcc48 (active)
	none

How can I get KDENLIVE to install back again? My Macports Version is: 2.1.3. Here is a link to the soprano compilation error main.log

attachment:ticket:34538:main.2.log

Thanks,
Dr. Oz.


Replying to internetj@…:

soprano fails with ":debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory while executing" as what appears to be the operative failure.

Putting a symlink to the similarly named file in .../Resources/Scripts results in the building giving the same error for: "/usr/lib/tclIndex".

Another symlink moves the error to "~/Library/Tcl/tclIndex"

And the third time's the charm, so here's a bug report.

Attachments (2)

main.log (12.4 KB) - added by ozanyarman@… 11 years ago.
Graphite2 and soprano failing to compile for port KDENLIVE due to Unix Makefiles not seen?
TestBigEndian.cmake (4.5 KB) - added by ozanyarman@… 11 years ago.
The original location was an alias pointing to this file.

Download all attachments as: .zip

Change History (24)

comment:1 Changed 11 years ago by ozanyarman@…

To clear matters further, I have XCode 3.2.6 installed with Terminal Utilities (Unix Makefiles) already, and XQuartz 2.7.4 (xorg-server 1.13.0).

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Description: modified (diff)
Keywords: cmake error unix makefiles missing removed

"port list" doesn't do what you think it does. You want port installed instead.

Having a compiler selected via port select can cause problems for the small minority of ports that are not UsingTheRightCompiler; if you do not specifically need gcc to be gcc-4.8, I recommend you use port select to select "none" for gcc.

Your graphite2 build attempt shown above was incomplete. Please clean graphite2 and try again and if it fails again, attach its main.log file to this ticket.

comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

At this point in time, pango and pango-devel provide the same software (version 1.32.5), but that will change in the future when pango-devel is updated to a new development version. Unless you have a specific need for testing possibly unstable development features of pango, you should be using the pango port, not the pango-devel port.

comment:4 Changed 11 years ago by ozanyarman@…

I have been cleaning and trying reinstalls for over two months regarding the port KDENLIVE, reaching each time the same dead end with soprano or graphite2 failing to compile due to:

CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.

Maybe pango-devel is not at all the issue here, and I only tried to see if it would get me further than where I am now, since one of the failing port's main.log seemed to indicate its absence. Never mind that if it's irrelevant.

Here is the terminal output and attached main.log from graphite2:

port select --list gcc
Available versions for gcc:
	apple-gcc42 (active)
	gcc40
	gcc42
	llvm-gcc42
	mp-gcc44
	mp-gcc45
	mp-gcc48
	none
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ sudo port select --set gcc none
Password:
Selecting 'none' for 'gcc' succeeded. 'none' is now active.
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ sudo port clean kdenlive
--->  Cleaning kdenlive
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ sudo port install kdenlive
--->  Computing dependencies for pango
--->  Dependencies to be installed: harfbuzz graphite2 icu
--->  Configuring graphite2
Error: org.macports.configure for port graphite2 returned: configure failure: command execution failed
Error: Failed to install graphite2
Please see the log file for port graphite2 for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_graphite2/graphite2/main.log
Error: The following dependencies were not installed: harfbuzz graphite2 icu
Error: Unable to upgrade port: 1
Error: Unable to execute port: upgrade mlt failed
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ sudo port clean kdenlive
--->  Cleaning kdenlive
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ sudo port clean graphite2
--->  Cleaning graphite2
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ sudo port clean soprano
--->  Cleaning soprano
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ sudo port clean harfbuzz
--->  Cleaning harfbuzz
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ sudo port clean icu
--->  Cleaning icu
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ sudo port install kdenlive
--->  Computing dependencies for pango
--->  Dependencies to be installed: harfbuzz graphite2 icu
--->  Fetching archive for graphite2
--->  Attempting to fetch graphite2-1.2.1_0+universal.darwin_10.i386-x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/graphite2
--->  Attempting to fetch graphite2-1.2.1_0+universal.darwin_10.i386-x86_64.tbz2 from http://lil.fr.packages.macports.org/graphite2
--->  Attempting to fetch graphite2-1.2.1_0+universal.darwin_10.i386-x86_64.tbz2 from http://packages.macports.org/graphite2
--->  Fetching distfiles for graphite2
--->  Verifying checksum(s) for graphite2
--->  Extracting graphite2
--->  Applying patches to graphite2
--->  Configuring graphite2
Error: org.macports.configure for port graphite2 returned: configure failure: command execution failed
Error: Failed to install graphite2
Please see the log file for port graphite2 for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_graphite2/graphite2/main.log
Error: The following dependencies were not installed: harfbuzz graphite2 icu
Error: Unable to upgrade port: 1
Error: Unable to execute port: upgrade mlt failed

What can you make of the problem Ryan?

Thanks for your aid, Dr. Oz.

Last edited 11 years ago by ozanyarman@… (previous) (diff)

Changed 11 years ago by ozanyarman@…

Attachment: main.log added

Graphite2 and soprano failing to compile for port KDENLIVE due to Unix Makefiles not seen?

comment:5 Changed 11 years ago by ozanyarman@…

Note that I had searched the internet all this time in the past months looking for answers and came here finally in the hopes that experts can figure out what's going on. My Macbook Pro suffered quite some hardware repairs - motherboard change, screen, battery, hardrive replacement, etc... - along with an upgrade to the 64-bit snow leopard OS. Along the way I made the grave mistake of doing a self-update of ports or only that of KDENLIVE, which failed back then and has ever since become broken. Below is perhaps a remnant from that episode?

.
.
.
--->  Scanning binaries for linking errors: 9.5%
Warning: Error parsing file /opt/local/bin/kdestroy: Error opening or reading file
--->  Scanning binaries for linking errors: 100.0%
--->  Found 3 broken file(s), matching files to ports
--->  Found 1 broken port(s), determining rebuild order
--->  Rebuilding in order
.
.
.

Whatever the issue, the kde dependency required to run kdenlive seems also broken and the kdelibs reported similar errors in the past when building KDENLIVE.

comment:6 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Thanks for the graphite2 log. Both it and the soprano log show this error:

:info:configure CMake Error: Error in cmake code at
:info:configure /opt/local/share/cmake/modules/TestBigEndian.cmake:1:
:info:configure Parse error.  Expected a command name, got unquoted argument with text "book".

Could you attach the file /opt/local/share/cmake/modules/TestBigEndian.cmake so that we can see what's in it, and also let us know where this file came from? (Did it come from a port—what does "port provides /opt/local/share/cmake/modules/TestBigEndian.cmake" say?) Note that the cmake port installs the file /opt/local/share/cmake-2.8/Modules/TestBigEndian.cmake.

You mention having upgraded to Snow Leopard. If you had a different OS previously, did you follow the Migration instructions?

Changed 11 years ago by ozanyarman@…

Attachment: TestBigEndian.cmake added

The original location was an alias pointing to this file.

comment:7 Changed 11 years ago by ozanyarman@…

This is the output for TestBigEndian.cmake file's origin under /opt/local/share/cmake-2.8/Modules:

Last login: Sun Apr 14 05:36:13 on ttys000
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ port provides /opt/local/share/cmake/modules/TestBigEndian.cmake
/opt/local/share/cmake/modules/TestBigEndian.cmake is not provided by a MacPorts port.
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ 

I did reinstall Xcode and Macports previously several times, did complete clean up of all ports as well... I shall check on the rest of the migration instructions now.

Last edited 11 years ago by ozanyarman@… (previous) (diff)

comment:8 Changed 11 years ago by ozanyarman@…

Aside from the update to macports.conf - which I don't understand what to do with exactly - all my installed ports seem to be working fine so far, as evidenced by the fact that SCALA is working as well as FontForge:

http://www.huygens-fokker.org/scala/downloads.html

All, that is, except mending up the broken (thence uninstalled) KDENLIVE, stuck at soprano and graphite2 levels. Earlier kdelibs dependencies were an issue during build, somewhat cured thanks to recent port fix I guess, which could still become an issue if the current episode is resolved.

comment:9 Changed 11 years ago by ozanyarman@…

Here is a list of installed ports:

akonadi @1.9.0_0+mysql5 (active) platform='darwin 10' archs='x86_64'
  apple-gcc42 @5666.3_10 (active) platform='darwin 10' archs='x86_64'
  apr @1.4.6_1 (active) platform='darwin 10' archs='x86_64'
  apr-util @1.4.1_0 (active) platform='darwin 10' archs='x86_64'
  aspell @0.60.6_4+nonls (active) platform='darwin 10' archs='x86_64'
  aspell-dict-en @7.1_0 (active) platform='darwin 10' archs='noarch'
  atk @2.8.0_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  atlas @3.9.76_0+gcc45 (active) platform='darwin 10' archs='x86_64'
  attica @0.4.0_0 (active) platform='darwin 10' archs='x86_64'
  autoconf @2.69_0 (active) platform='darwin 10' archs='noarch'
  automake @1.13.1_0 (active) platform='darwin 10' archs='noarch'
  automoc @0.9.88_4 (active) platform='darwin 10' archs='x86_64'
  avahi @0.6.31_3+gtk+python27 (active) platform='darwin 10' archs='x86_64'
  bison @2.7_0 (active) platform='darwin 10' archs='x86_64'
  blobwars @1.19_0 (active) platform='darwin 10' archs='x86_64'
  boost @1.53.0_1+no_single+no_static+python27 (active) platform='darwin 10' archs='x86_64'
  bzip2 @1.0.6_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  cairo @1.12.14_0+universal+x11 (active) platform='darwin 10' archs='i386 x86_64'
  cctools @836_0+llvm30 (active) platform='darwin 10' archs='x86_64'
  cctools-headers @836_0 (active) platform='darwin 10' archs='noarch'
  cdrtools @3.00_1 (active) platform='darwin 10' archs='x86_64'
  clang-3.1 @3.1_7+analyzer+python27 (active) platform='darwin 10' archs='x86_64'
  clang_select @0.1_0 (active) platform='darwin 10' archs='noarch'
  cloog @0.17.0_1 (active) platform='darwin 10' archs='x86_64'
  clucene @2.3.3.4_0 (active) platform='darwin 10' archs='x86_64'
  cmake @2.8.10_1+universal (active) platform='darwin 10' archs='i386 x86_64'
  coreutils @8.17_0 (active) platform='darwin 10' archs='x86_64'
  cppunit @1.12.1_0 (active) platform='darwin 10' archs='x86_64'
  curl @7.29.0_1+ssl (active) platform='darwin 10' archs='x86_64'
  curl-ca-bundle @7.29.0_0 (active) platform='darwin 10' archs='noarch'
  cyrus-sasl2 @2.1.25_2+kerberos (active) platform='darwin 10' archs='x86_64'
  db46 @4.6.21_7+universal (active) platform='darwin 10' archs='i386 x86_64'
  dbus @1.6.8_0+startupitem+universal (active) platform='darwin 10' archs='i386 x86_64'
  dbus-glib @0.100_0 (active) platform='darwin 10' archs='x86_64'
  dbus-python26 @0.83.2_0 (active) platform='darwin 10' archs='x86_64'
  dbus-python27 @0.84.0_0 (active) platform='darwin 10' archs='x86_64'
  dbusmenu-qt @0.9.0_0 (active) platform='darwin 10' archs='x86_64'
  dirac @1.0.2_1 (active) platform='darwin 10' archs='x86_64'
  docbook-xml @5.0_2 (active) platform='darwin 10' archs='noarch'
  docbook-xml-4.1.2 @5.0_1 (active) platform='darwin 10' archs='noarch'
  docbook-xml-4.2 @5.0_1 (active) platform='darwin 10' archs='noarch'
  docbook-xml-4.3 @5.0_1 (active) platform='darwin 10' archs='noarch'
  docbook-xml-4.4 @5.0_1 (active) platform='darwin 10' archs='noarch'
  docbook-xml-4.5 @5.0_1 (active) platform='darwin 10' archs='noarch'
  docbook-xml-5.0 @5.0_1 (active) platform='darwin 10' archs='noarch'
  docbook-xsl @1.76.1_1 (active) platform='darwin 10' archs='noarch'
  docbook-xsl-ns @1.76.1_0 (active) platform='darwin 10' archs='noarch'
  doxygen @1.8.3_3 (active) platform='darwin 10' archs='x86_64'
  dvdauthor @0.7.1_0 (active) platform='darwin 10' archs='x86_64'
  dyld-headers @210.2.3_0 (active) platform='darwin 10' archs='noarch'
  e @0.02718_0 (active) platform='darwin 10' archs='x86_64'
  eigen3 @3.0.5_0+cmake (active) platform='darwin 10' archs='x86_64'
  enchant @1.6.0_1 (active) platform='darwin 10' archs='x86_64'
  exiv2 @0.23_0 (active) platform='darwin 10' archs='x86_64'
  expat @2.1.0_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  faac @1.28_2 (active) platform='darwin 10' archs='x86_64'
  faad2 @2.7_0 (active) platform='darwin 10' archs='x86_64'
  ffmpeg @1.2_1+gpl2 (active) platform='darwin 10' archs='x86_64'
  fftw-3 @3.3.3_1 (active) platform='darwin 10' archs='x86_64'
  file @5.12_2 (active) platform='darwin 10' archs='x86_64'
  flac @1.2.1_1 (active) platform='darwin 10' archs='x86_64'
  flex @2.5.37_1 (active) platform='darwin 10' archs='x86_64'
  fontconfig @2.10.2_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  fontforge @20110222_1 (active) platform='darwin 10' archs='x86_64'
  freetype @2.4.10_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  frei0r-plugins @1.4_0 (active) platform='darwin 10' archs='x86_64'
  gavl @1.2.0_1 (active) platform='darwin 10' archs='x86_64'
  gawk @4.0.1_0 (active) platform='darwin 10' archs='x86_64'
  gcc44 @4.4.7_1 (active) platform='darwin 10' archs='x86_64'
  gcc45 @4.5.4_6 (active) platform='darwin 10' archs='x86_64'
  gcc48 @4.8-20130303_0 (active) platform='darwin 10' archs='x86_64'
  gcc_select @0.1_8 (active) platform='darwin 10' archs='noarch'
  gd2 @2.0.35_14 (active) platform='darwin 10' archs='x86_64'
  gdbm @1.10_2+universal (active) platform='darwin 10' archs='i386 x86_64'
  gdk-pixbuf2 @2.26.5_4+universal+x11 (active) platform='darwin 10' archs='i386 x86_64'
  getopt @1.1.4_1+universal (active) platform='darwin 10' archs='i386 x86_64'
  gettext @0.18.2.1_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  ghostscript @9.06_3 (active) platform='darwin 10' archs='x86_64'
  giflib @4.2.1_0+x11 (active) platform='darwin 10' archs='x86_64'
  git-core @1.8.1.3_0+credential_osxkeychain+doc+pcre+python27 (active) platform='darwin 10' archs='x86_64'
  glib2 @2.36.0_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  glpk @4.47_0 (active) platform='darwin 10' archs='x86_64'
  gmake @3.82_0 (active) platform='darwin 10' archs='x86_64'
  gmp @5.0.5_0 (active) platform='darwin 10' archs='x86_64'
  gnome-common @2.28.0_0 (active) platform='darwin 10' archs='noarch'
  gnome-doc-utils @0.20.6_0+python27 (active) platform='darwin 10' archs='noarch'
  gnupg @1.4.13_1 (active) platform='darwin 10' archs='x86_64'
  gobject-introspection @1.36.0_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  gperf @3.0.4_2+universal (active) platform='darwin 10' archs='i386 x86_64'
  gpgme @1.3.2_0 (active) platform='darwin 10' archs='x86_64'
  grantlee @0.2.0_0 (active) platform='darwin 10' archs='x86_64'
  graphite2 @1.2.1_0 (active) platform='darwin 10' archs='x86_64'
  graphviz @2.30.1_0+pangocairo+x11 (active) platform='darwin 10' archs='x86_64'
  groff @1.21_2 (active) platform='darwin 10' archs='x86_64'
  gsed @4.2.1_2 (active) platform='darwin 10' archs='x86_64'
  gtk-doc @1.18_0+python27 (active) platform='darwin 10' archs='noarch'
  gtk2 @2.24.16_0+universal+x11 (active) platform='darwin 10' archs='i386 x86_64'
  gts @0.7.6_2 (active) platform='darwin 10' archs='x86_64'
  gzip @1.4_0 (active) platform='darwin 10' archs='x86_64'
  harfbuzz @0.9.15_0 (active) platform='darwin 10' archs='x86_64'
  help2man @1.41.1_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  hicolor-icon-theme @0.12_0 (active) platform='darwin 10' archs='noarch'
  hunspell @1.3.2_0 (active) platform='darwin 10' archs='x86_64'
  hunspell-dict-en_US @2006-02-07_0 (active) platform='darwin 10' archs='x86_64'
  icu @49.1.2_1 (active) platform='darwin 10' archs='x86_64'
  ilmbase @1.0.2_0 (active) platform='darwin 10' archs='x86_64'
  ImageMagick @6.8.0-7_2+q16 (active) platform='darwin 10' archs='x86_64'
  intltool @0.50.2_0 (active) platform='darwin 10' archs='noarch'
  isl @0.10_1 (active) platform='darwin 10' archs='x86_64'
  iso-codes @3.35_0 (active) platform='darwin 10' archs='noarch'
  jack @0.121.3_0 (active) platform='darwin 10' archs='x86_64'
  jasper @1.900.1_10+universal (active) platform='darwin 10' archs='i386 x86_64'
  jbig2dec @0.11_1 (active) platform='darwin 10' archs='x86_64'
  jbigkit @2.0_2 (active) platform='darwin 10' archs='x86_64'
  jpeg @9_1+universal (active) platform='darwin 10' archs='i386 x86_64'
  kerberos5 @1.7.2_0 (active) platform='darwin 10' archs='x86_64'
  lame @3.99.5_0 (active) platform='darwin 10' archs='x86_64'
  lcms @1.19_5 (active) platform='darwin 10' archs='x86_64'
  lcms2 @2.4_2 (active) platform='darwin 10' archs='x86_64'
  ld64 @127.2_6+llvm30 (active) platform='darwin 10' archs='x86_64'
  libao @1.1.0_0 (active) platform='darwin 10' archs='x86_64'
  libart_lgpl @2.3.21_0 (active) platform='darwin 10' archs='x86_64'
  libassuan @2.0.2_0 (active) platform='darwin 10' archs='x86_64'
  libdaemon @0.14_0 (active) platform='darwin 10' archs='x86_64'
  libdc1394 @2.1.3_0 (active) platform='darwin 10' archs='x86_64'
  libdmtx @0.7.2_2 (active) platform='darwin 10' archs='x86_64'
  libdv @1.0.0_0 (active) platform='darwin 10' archs='x86_64'
  libdvdcss @1.2.12_0 (active) platform='darwin 10' archs='x86_64'
  libdvdread @4.2.0_0 (active) platform='darwin 10' archs='x86_64'
  libedit @20121213-3.0_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  libffi @3.0.13_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  libglade2 @2.6.4_6 (active) platform='darwin 10' archs='x86_64'
  libgpg-error @1.10_0 (active) platform='darwin 10' archs='x86_64'
  libical @0.43_1 (active) platform='darwin 10' archs='x86_64'
  libiconv @1.14_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  libid3tag @0.15.1b_2 (active) platform='darwin 10' archs='x86_64'
  libidn @1.26_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  libiodbc @3.52.8_2 (active) platform='darwin 10' archs='x86_64'
  libLASi @1.1.1_0 (active) platform='darwin 10' archs='x86_64'
  libmad @0.15.1b_3 (active) platform='darwin 10' archs='x86_64'
  libmikmod @3.2.0_0 (active) platform='darwin 10' archs='x86_64'
  libmng @1.0.10_3 (active) platform='darwin 10' archs='x86_64'
  libmodplug @0.8.8.4_0 (active) platform='darwin 10' archs='x86_64'
  libmpc @1.0.1_0 (active) platform='darwin 10' archs='x86_64'
  libogg @1.3.0_1 (active) platform='darwin 10' archs='x86_64'
  liboil @0.3.17_1 (active) platform='darwin 10' archs='x86_64'
  libopus @1.0.2_0 (active) platform='darwin 10' archs='x86_64'
  libpaper @1.1.24_0 (active) platform='darwin 10' archs='x86_64'
  libpixman @0.28.2_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  libpng @1.5.15_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  libsamplerate @0.1.8_0 (active) platform='darwin 10' archs='x86_64'
  libsdl @1.2.15_3+x11 (active) platform='darwin 10' archs='x86_64'
  libsdl_image @1.2.12_3 (active) platform='darwin 10' archs='x86_64'
  libsdl_mixer @1.2.12_0 (active) platform='darwin 10' archs='x86_64'
  libsdl_net @1.2.8_0 (active) platform='darwin 10' archs='x86_64'
  libsdl_ttf @2.0.11_0 (active) platform='darwin 10' archs='x86_64'
  libsndfile @1.0.25_0 (active) platform='darwin 10' archs='x86_64'
  libspiro @20071029_0 (active) platform='darwin 10' archs='x86_64'
  libssh @0.5.2_0 (active) platform='darwin 10' archs='x86_64'
  libstdcxx-devel @4.8-20130303_1 (active) platform='darwin 10' archs='x86_64'
  libtheora @1.1.1_1 (active) platform='darwin 10' archs='x86_64'
  libtool @2.4.2_3+universal (active) platform='darwin 10' archs='i386 x86_64'
  libuninameslist @20091231_0 (active) platform='darwin 10' archs='x86_64'
  libunwind-headers @35.1_0 (active) platform='darwin 10' archs='noarch'
  libusb @1.0.9_0 (active) platform='darwin 10' archs='x86_64'
  libusb-compat @0.1.4_0 (active) platform='darwin 10' archs='x86_64'
  libvorbis @1.3.3_0 (active) platform='darwin 10' archs='x86_64'
  libvpx @1.1.0_0 (active) platform='darwin 10' archs='x86_64'
  libxml2 @2.9.0_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  libxslt @1.1.27_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  llvm-3.0 @3.0_12 (active) platform='darwin 10' archs='x86_64'
  llvm-3.1 @3.1_6 (active) platform='darwin 10' archs='x86_64'
  llvm_select @0.2_0 (active) platform='darwin 10' archs='noarch'
  lzo2 @2.06_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  m4 @1.4.16_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  MacPorts_Framework @1.2.1_1 (active) platform='darwin 10' archs='x86_64'
  mhash @0.9.9.9_0 (active) platform='darwin 10' archs='x86_64'
  mlt @0.8.8_0 (active) platform='darwin 10' archs='x86_64'
  mpfr @3.1.1-p2_0 (active) platform='darwin 10' archs='x86_64'
  mysql5 @5.1.66_2 (active) platform='darwin 10' archs='x86_64'
  ncurses @5.9_2+universal (active) platform='darwin 10' archs='i386 x86_64'
  neon @0.29.6_1 (active) platform='darwin 10' archs='x86_64'
  netpbm @10.61.01_0 (active) platform='darwin 10' archs='x86_64'
  nosetests_select @0.1_0 (active) platform='darwin 10' archs='noarch'
  opencore-amr @0.1.3_0 (active) platform='darwin 10' archs='x86_64'
  opencv @2.4.3_5 (active) platform='darwin 10' archs='x86_64'
  openexr @1.7.0_0 (active) platform='darwin 10' archs='x86_64'
  openjpeg @1.5.0_5 (active) platform='darwin 10' archs='x86_64'
  openldap @2.4.31_2 (active) platform='darwin 10' archs='x86_64'
  openslp @1.2.1_2 (active) platform='darwin 10' archs='x86_64'
  openssl @1.0.1e_1+universal (active) platform='darwin 10' archs='i386 x86_64'
  orc @0.4.16_0 (active) platform='darwin 10' archs='x86_64'
  oxygen-icons @4.8.3_0 (active) platform='darwin 10' archs='noarch'
  p5.12-error @0.170.160_4 (active) platform='darwin 10' archs='noarch'
  p5.12-getopt-long @2.380.0_3 (active) platform='darwin 10' archs='noarch'
  p5.12-libintl-perl @1.160.0_2 (active) platform='darwin 10' archs='x86_64'
  p5.12-locale-gettext @1.50.0_7+universal (active) platform='darwin 10' archs='i386 x86_64'
  p5.12-pathtools @3.330.0_3 (active) platform='darwin 10' archs='x86_64'
  p5.12-scalar-list-utils @1.230.0_3 (active) platform='darwin 10' archs='x86_64'
  p5.12-term-readkey @2.300.0_3 (active) platform='darwin 10' archs='x86_64'
  p5.12-xml-parser @2.400.0_4 (active) platform='darwin 10' archs='x86_64'
  p7zip @9.20.1_1 (active) platform='darwin 10' archs='x86_64'
  pango @1.30.1_3+universal+x11 (active) platform='darwin 10' archs='i386 x86_64'
  pango-devel @1.32.5_0+x11 platform='darwin 10' archs='x86_64'
  pcre @8.32_1 (active) platform='darwin 10' archs='x86_64'
  perl5 @5.12.4_0+perl5_12 (active) platform='darwin 10' archs='noarch'
  perl5.8 @5.8.9_7+universal (active) platform='darwin 10' archs='i386 x86_64'
  perl5.12 @5.12.4_1+universal (active) platform='darwin 10' archs='i386 x86_64'
  phonon @4.6.0_0 (active) platform='darwin 10' archs='x86_64'
  pkgconfig @0.28_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  popt @1.16_0 (active) platform='darwin 10' archs='x86_64'
  ppl @1.0_0 (active) platform='darwin 10' archs='x86_64'
  prison @1.0_0 (active) platform='darwin 10' archs='x86_64'
  psutils @p17_1 (active) platform='darwin 10' archs='x86_64'
  pth @2.0.7_0 (active) platform='darwin 10' archs='x86_64'
  py26-cairo @1.8.10_2 (active) platform='darwin 10' archs='x86_64'
  py26-distribute @0.6.27_0 (active) platform='darwin 10' archs='x86_64'
  py26-gobject @2.26.0_3 (active) platform='darwin 10' archs='x86_64'
  py26-gtk @2.22.0_2 (active) platform='darwin 10' archs='x86_64'
  py26-libxml2 @2.7.8_0 (active) platform='darwin 10' archs='x86_64'
  py26-nose @1.1.2_2 (active) platform='darwin 10' archs='noarch'
  py26-numpy @1.6.2_0 (active) platform='darwin 10' archs='x86_64'
  py26-tkinter @2.6.8_2 (active) platform='darwin 10' archs='x86_64'
  py27-cairo @1.8.10_2 (active) platform='darwin 10' archs='x86_64'
  py27-distribute @0.6.28_0 (active) platform='darwin 10' archs='x86_64'
  py27-gdbm @2.7.3_0 (active) platform='darwin 10' archs='x86_64'
  py27-gobject @2.26.0_3 (active) platform='darwin 10' archs='x86_64'
  py27-gtk @2.22.0_3+x11 (active) platform='darwin 10' archs='x86_64'
  py27-libxml2 @2.7.8_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  py27-nose @1.2.1_0 (active) platform='darwin 10' archs='noarch'
  py27-numpy @1.6.2_0 (active) platform='darwin 10' archs='x86_64'
  py27-tkinter @2.7.3_2 (active) platform='darwin 10' archs='x86_64'
  python26 @2.6.8_0 (active) platform='darwin 10' archs='x86_64'
  python27 @2.7.3_1+universal (active) platform='darwin 10' archs='i386 x86_64'
  python_select @0.3_2 (active) platform='darwin 10' archs='noarch'
  qca @2.0.3_0 (active) platform='darwin 10' archs='x86_64'
  qimageblitz @0.0.6_0 (active) platform='darwin 10' archs='x86_64'
  qjson @0.7.1_1 (active) platform='darwin 10' archs='x86_64'
  qrencode @3.1.1_2 (active) platform='darwin 10' archs='x86_64'
  qt4-mac @4.8.4_6 (active) platform='darwin 10' archs='x86_64'
  qt4-mac-mysql5-plugin @4.8.4_0 (active) platform='darwin 10' archs='x86_64'
  qt4_select @0.3_3 (active) platform='darwin 10' archs='noarch'
  raptor2 @2.0.8_0 (active) platform='darwin 10' archs='x86_64'
  rarian @0.8.1_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  rasqal @0.9.29_0 (active) platform='darwin 10' archs='x86_64'
  readline @6.2.000_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  redland @1.0.15_0+db46 (active) platform='darwin 10' archs='x86_64'
  rsync @3.0.9_2 (active) platform='darwin 10' archs='x86_64'
  schroedinger @1.0.11_0 (active) platform='darwin 10' archs='x86_64'
  scons @2.2.0_0 (active) platform='darwin 10' archs='noarch'
  serf0 @0.7.2_0 (active) platform='darwin 10' archs='x86_64'
  serf1 @1.1.0_0 (active) platform='darwin 10' archs='x86_64'
  shared-desktop-ontologies @0.9.0_0 (active) platform='darwin 10' archs='noarch'
  shared-mime-info @1.0_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  smake @1.2.1_0 (active) platform='darwin 10' archs='x86_64'
  smpeg @0.4.4_9 (active) platform='darwin 10' archs='x86_64'
  soprano @2.7.4_0 (active) platform='darwin 10' archs='x86_64'
  sox @14.4.1_0 (active) platform='darwin 10' archs='x86_64'
  speex @1.2rc1_0 (active) platform='darwin 10' archs='x86_64'
  sqlite3 @3.7.16.1_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  strigi @0.7.7_4 (active) platform='darwin 10' archs='x86_64'
  subversion @1.7.5_0 (active) platform='darwin 10' archs='x86_64'
  tcl @8.6.0_1+corefoundation+threads (active) platform='darwin 10' archs='x86_64'
  tcp_wrappers @20_2 (active) platform='darwin 10' archs='x86_64'
  texi2html @5.0_0 (active) platform='darwin 10' archs='noarch'
  texinfo @4.13_2 (active) platform='darwin 10' archs='x86_64'
  tiff @4.0.3_1+universal (active) platform='darwin 10' archs='i386 x86_64'
  tk @8.6.0_1+quartz (active) platform='darwin 10' archs='x86_64'
  twolame @0.3.13_1 (active) platform='darwin 10' archs='x86_64'
  urw-fonts @1.0.7pre44_0 (active) platform='darwin 10' archs='noarch'
  virtuoso @6.1.6_1 (active) platform='darwin 10' archs='x86_64'
  wavpack @4.60.1_0 (active) platform='darwin 10' archs='x86_64'
  webp @0.2.1_2 (active) platform='darwin 10' archs='x86_64'
  x264 @20130327_0 (active) platform='darwin 10' archs='x86_64'
  Xft2 @2.3.1_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xmlcatmgr @2.2_1+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-bigreqsproto @1.1.2_0 (active) platform='darwin 10' archs='noarch'
  xorg-compositeproto @0.4.2_0 (active) platform='darwin 10' archs='noarch'
  xorg-damageproto @1.2.1_0 (active) platform='darwin 10' archs='noarch'
  xorg-fixesproto @5.0_0 (active) platform='darwin 10' archs='noarch'
  xorg-inputproto @2.2.99.1_0 (active) platform='darwin 10' archs='noarch'
  xorg-kbproto @1.0.6_0 (active) platform='darwin 10' archs='noarch'
  xorg-libice @1.0.8_0 (active) platform='darwin 10' archs='x86_64'
  xorg-libpthread-stubs @0.3_0 (active) platform='darwin 10' archs='noarch'
  xorg-libsm @1.2.1_0 (active) platform='darwin 10' archs='x86_64'
  xorg-libX11 @1.5.0_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-libXau @1.0.7_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-libXaw @1.0.11_0 (active) platform='darwin 10' archs='x86_64'
  xorg-libxcb @1.9_0+python27+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-libXcomposite @0.4.4_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-libXcursor @1.1.13_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-libXdamage @1.1.4_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-libXdmcp @1.1.1_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-libXext @1.3.1_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-libXfixes @5.0_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-libXi @1.6.2_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-libXinerama @1.1.2_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-libxkbfile @1.0.8_0 (active) platform='darwin 10' archs='x86_64'
  xorg-libxkbui @1.0.2_0 (active) platform='darwin 10' archs='x86_64'
  xorg-libXmu @1.1.1_0 (active) platform='darwin 10' archs='x86_64'
  xorg-libXrandr @1.4.0_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-libXScrnSaver @1.2.2_0 (active) platform='darwin 10' archs='x86_64'
  xorg-libXt @1.1.3_0 (active) platform='darwin 10' archs='x86_64'
  xorg-randrproto @1.4.0_0 (active) platform='darwin 10' archs='noarch'
  xorg-renderproto @0.11.1_0 (active) platform='darwin 10' archs='noarch'
  xorg-scrnsaverproto @1.2.2_0 (active) platform='darwin 10' archs='noarch'
  xorg-util-macros @1.17_0 (active) platform='darwin 10' archs='noarch'
  xorg-xcb-proto @1.8_0+python27 (active) platform='darwin 10' archs='noarch'
  xorg-xcb-util @0.3.9_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  xorg-xcmiscproto @1.2.2_0 (active) platform='darwin 10' archs='noarch'
  xorg-xextproto @7.2.1_0 (active) platform='darwin 10' archs='noarch'
  xorg-xf86bigfontproto @1.2.0_0 (active) platform='darwin 10' archs='noarch'
  xorg-xineramaproto @1.2.1_0 (active) platform='darwin 10' archs='noarch'
  xorg-xproto @7.0.23_0 (active) platform='darwin 10' archs='noarch'
  xorg-xtrans @1.2.7_0 (active) platform='darwin 10' archs='noarch'
  xpm @3.5.10_0 (active) platform='darwin 10' archs='x86_64'
  xrender @0.9.7_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  XviD @1.3.2_3 (active) platform='darwin 10' archs='x86_64'
  xz @5.0.4_0+universal (active) platform='darwin 10' archs='i386 x86_64'
  yasm @1.1.0_0 (active) platform='darwin 10' archs='x86_64'
  zlib @1.2.7_0+universal (active) platform='darwin 10' archs='i386 x86_64'

comment:10 in reply to:  7 ; Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

The file you attached is identical to /opt/local/share/cmake-2.8/Modules/TestBigEndian.cmake on my system.

Replying to ozanyarman@…:

Last login: Sun Apr 14 05:36:13 on ttys000
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ port provides /opt/local/share/cmake/modules/TestBigEndian.cmake
/opt/local/share/cmake/modules/TestBigEndian.cmake is not provided by a MacPorts port.

And it's an alias? Or a symlink? Either way I'd say it doesn't belong and should be removed.

I did reinstall Xcode and Macports previously several times, did complete clean up of all ports as well... I shall check on the rest of the migration instructions now.

Ok good.

comment:11 in reply to:  10 ; Changed 11 years ago by ozanyarman@…

I temporarily trashed the TestBigEndian.cmake and its alias (it says alias in Finder, and I can't tell the difference between an alias or a symlink), and the following error occured again at the step where graphite2 was being installed:

:info:configure CMake Error at CMakeLists.txt:3 (include):
:info:configure   include could not find load file:
:info:configure 
:info:configure     TestBigEndian
:info:configure 
:info:configure 
:info:configure CMake Error: Error in cmake code at
:info:configure /opt/local/share/cmake/modules/CMakeUnixFindMake.cmake:1:
:info:configure Parse error.  Expected a command name, got unquoted argument with text "book".
:info:configure CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.

Upon multiple failures these past months in installing KDENLIVE, I had had installed some weeks ago a CMAKE 2.8-10 Mac OS App, which is in my Utilities folder now. But it didn't help with stuff either. Perhaps it made matters worse with installing superfluous .cmake files? Maybe I ought to do complete overhaul and reinstall a single instance of a CMAKE?

Else, should I do something about the macports.conf file? Or should I force all ports to rebuild with x86_64 architecture?

Thanks for your assistance, Dr. Oz.

Replying to ryandesign@…:

The file you attached is identical to /opt/local/share/cmake-2.8/Modules/TestBigEndian.cmake on my system.

Replying to ozanyarman@…:

Last login: Sun Apr 14 05:36:13 on ttys000
Ozan-Yarmans-MacBook-Pro:~ ozanyarman$ port provides /opt/local/share/cmake/modules/TestBigEndian.cmake
/opt/local/share/cmake/modules/TestBigEndian.cmake is not provided by a MacPorts port.

And it's an alias? Or a symlink? Either way I'd say it doesn't belong and should be removed.

I did reinstall Xcode and Macports previously several times, did complete clean up of all ports as well... I shall check on the rest of the migration instructions now.

Ok good.

Last edited 11 years ago by ozanyarman@… (previous) (diff)

comment:12 Changed 11 years ago by ozanyarman@…

This is my current macports.conf file under /opt/local/etc/macports:

# MacPorts system wide configuration file
# $Id: macports.conf.in 55280 2009-08-08 02:45:30Z jmr@macports.org $

# Set the directory in which to install ports
prefix			/opt/local

# Set the user to run MacPorts compiles, etc as when privileges are dropped during an install
macportsuser		root

# Where to store MacPorts working data
portdbpath		/opt/local/var/macports

# Type of storage to use for the port registry information, "flat" or "sqlite"
# NOTE: sqlite not yet supported.
portdbformat		flat

# Type of installation to do for ports, "direct" or "image".  See macports.conf(5) and online documentation.
portinstalltype		image

# PATH settings that are used for external tools (configure, make, etc.) while installing ports. The default
# paths are given in the example; it need not be uncommented.  Customizing binpath is intended for advanced users only.
#binpath		/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin

# Directory containing Xcode Tools
developer_dir       /Developer

# Directory containing Applications from ports.
applications_dir	/Applications/MacPorts

# Directory containing Frameworks from ports.
frameworks_dir		/opt/local/Library/Frameworks

# Where to find the sources list.
sources_conf		/opt/local/etc/macports/sources.conf

# Where to find global variants definition file (optional)
variants_conf		/opt/local/etc/macports/variants.conf

# Create and use binary archive packages for installation/reinstallation ease
portarchivemode		no

# Where to store/retrieve ports binary archive files
portarchivepath		/opt/local/var/macports/packages

# Type of binary archive packages to create when using archive mode
#
# Note: Multiple types ARE allowed and must be a colon or comma
# separated list of choices (NO spaces). Use of multiple types will
# cause archive creation to build all the specified types in one step.
# Unarchive uses multiple types as a search list to locate the archive,
# first archive to match one of the specified types in order is used.
#
# Supported types: tgz (default), tar, tbz, tbz2, tlz, txz, xar, zip, cpgz, cpio
portarchivetype		tgz

# CPU architecture to compile for. Defaults to i386 or ppc on Mac OS X 10.5
# and earlier, depending on the CPU type detected at runtime. On Mac OS X 10.6
# the default is x86_64 if the CPU supports it, i386 otherwise.
#build_arch			i386

# Use ccache (C/C++ compiler cache) - see http://ccache.samba.org/
configureccache		no

# Use distcc (distributed compiler) - see http://distcc.samba.org/
configuredistcc		no

# Use pipes rather than intermediate files when compiling C/C++/etc
configurepipe		no

# Lowered scheduling priority (0-20) to use for make when building ports
buildnicevalue		0

# Number of simultaneous make jobs (commands) to use when building ports. This
# value may be set to 0 so the number of simultaneous make jobs will be set to
# the number of CPU cores that are automatically detected, or the number of GB
# of physical memory plus one, whichever is less.
#buildmakejobs		0

# Set whether to automatically execute "clean" after "install" of ports
portautoclean		yes

# Rsync server to fetch MacPorts sources from. Note that this is only used
# for selfupdate. The source(s) for the ports tree are set in sources.conf.
# Known mirrors at time of writing (see http://trac.macports.org/wiki/Mirrors
# for the current list):
#   rsync.macports.org        - California, USA (master)
#   trd.no.rsync.macports.org - Trondheim, Norway
rsync_server		rsync.macports.org

# Rsync directory from which to pull the base/ component (infrastructure) of MacPorts
rsync_dir			release/base/

# Rsync options
rsync_options		-rtzv --delete-after

# Options for Universal Binaries (+universal variant)

# machine architectures
universal_archs		x86_64 i386

# Options for generated startup items
# startupitem_type may be "default", "systemstarter", "launchd", or "none";
# if the option is empty or "default" then a startupitem type appropriate
# to the platform will be chosen. Mac OS X 10.4 Tiger and above will default to
# launchd, while older Mac OS X systems will default to systemstarter. If
# option "none" is chosen, port startupitems are ignored and no startupitems
# are installed.
startupitem_type	default

# Extra environment variables to keep. Any variables listed here are added
# to the list of variables that are not removed from the environment used
# while processing ports
# extra_env		KEEP_THIS THIS_TOO

# Proxy support
# Precedence is: env, macports.conf, System Preferences
# That is, if it's set in the environment, that will be used instead of
# anything here or in System Preferences.  Setting proxy_override_env to yes
# will cause any proxies set here (or in System Preferences if set there but
# not here) to override what's in the environment.
# Note that System Preferences doesn't have an rsync proxy definition.
# Also note, on 10.5, sudo will clear many environment variables including
# those for proxy support.
# Equivalent envioronment variables: http_proxy, HTTPS_PROXY, FTP_PROXY,
# RSYNC_PROXY, NO_PROXY
#
#proxy_override_env    yes
# HTTP proxy:
#proxy_http            hostname:12345
# HTTPS proxy:
#proxy_https       hostname:12345
# FTP proxy:
#proxy_ftp         hostname:12345
# rsync proxy:
#proxy_rsync       hostname:12345
# hosts not to go through the proxy (comma-separated, applies to HTTP, HTTPS,
# and FTP, but not rsync):
#proxy_skip            internal1, internal2, internal3

comment:13 in reply to:  11 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to ozanyarman@…:

I temporarily trashed the TestBigEndian.cmake and its alias

You should delete the alias or symlink in /opt/local/share/cmake/modules, since MacPorts said it didn't install it. You should not delete the original in /opt/local/share/cmake-2.8/Modules since MacPorts said that was installed by the cmake port and is presumably needed for something. If you already deleted the original from /opt/local/share/cmake-2.8/Modules, you can get it back by deactivating and re-activating the cmake port:

sudo port -f deactivate cmake
sudo port activate cmake

and the following error occured again at the step where graphite2 was being installed:

:info:configure CMake Error: Error in cmake code at
:info:configure /opt/local/share/cmake/modules/CMakeUnixFindMake.cmake:1:
:info:configure Parse error.  Expected a command name, got unquoted argument with text "book".

Looks like the same problem with another file. Do the same thing: find out if that file was provided by MacPorts; if not, delete it.

Upon multiple failures these past months in installing KDENLIVE, I had had installed some weeks ago a CMAKE 2.8-10 Mac OS App, which is in my Utilities folder now. But it didn't help with stuff either. Perhaps it made matters worse with installing superfluous .cmake files? Maybe I ought to do complete overhaul and reinstall a single instance of a CMAKE?

If you would like a separate copy of cmake installed outside of MacPorts, you're of course welcome to have that, but MacPorts certainly doesn't need it; MacPorts will use its own version of cmake. One would hope that the separate copy of cmake would not install any files into the MacPorts /opt/local directory but I've never used it so I can't say for certain.

Else, should I do something about the macports.conf file? Or should I force all ports to rebuild with x86_64 architecture?

If you have not followed the migration procedures after upgrading to a new major version of OS X, then yes, you should do so.

Replying to ozanyarman@…:

This is my current macports.conf file under /opt/local/etc/macports:

Certainly at least this line is wrong:

macportsuser		root

Perform the steps in the migration instructions to manually compare your old macports.conf with the new macports.conf.default and adopt any changes that we've made in macports.conf.default over the years.

comment:14 Changed 11 years ago by ozanyarman@…

After deleting the following symlinks from /opt/local/share/cmake/modules, the compilation of graphite, soprano and icu worked:

CMakeCInformation.cmake
CMakeCommonLanguageInclude.cmake
CMakeCXXInformation.cmake
CMakeDetermineCCompiler.cmake
CMakeDetermineCXXCompiler.cmake
CMakeDetermineSystem.cmake
CMakeFindBinUtils.cmake
CMakeGenericSystem.cmake
CMakeSystemSpecificInformation.cmake
CMakeTestCCompiler.cmake
CMakeTestCompilerCommon.cmake
CMakeTestCXXCompiler.cmake
CMakeUnixFindMake.cmake
TestBigEndian.cmake

I will progress on to KDENLIVE and expect nothing to hinder me now, thanks to your help Ryan.

BTW, I tried to revert my macports.conf macportsuser from root to the default specified macports, but no packages would install then. I let it remain as root.

comment:15 Changed 11 years ago by ozanyarman@…

I had to delete a lot more similar irrelevant .cmake files for soprano, but eventually got it done, as well as KDENLIVE.

comment:16 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Port: cmake added; soprano graphite2 kdenlive removed
Resolution: invalid
Status: newclosed
Summary: Follow-up on ticket 34538cmake files that weren't installed by the cmake port cause cmake to fail

Great, glad you got it working.

If you'd like help troubleshooting why using the correct macportsuser doesn't work, please write to the macports-users mailing list.

comment:17 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: css@… added

comment:18 Changed 11 years ago by ozanyarman@…

I might have spoken just a bit too soon, as I still have to keep deleting unproperly linked .cmake files to pave the way for my KDENLIVE installation. Macports is dealing with too many broken dependencies on the way... With each little progress I keep deleting a bit more and I get further. I don't know why so many irrelevant cmake modules are there to begin with...

Does it make any difference if I keep my macports.conf user as root?

comment:19 in reply to:  18 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to ozanyarman@…:

I might have spoken just a bit too soon, as I still have to keep deleting unproperly linked .cmake files to pave the way for my KDENLIVE installation. Macports is dealing with too many broken dependencies on the way... With each little progress I keep deleting a bit more and I get further. I don't know why so many irrelevant cmake modules are there to begin with...

You should be able to delete all the cmake files that don't belong in one go. You could use this to check all of them at once:

port provides /opt/local/share/cmake/modules/*

Does it make any difference if I keep my macports.conf user as root?

Using "root" is less secure. The macportsuser is the user MacPorts uses when building software. Usually we like to use the "macports" user, which is a user MacPorts creates for this purpose, which doesn't have permission to modify most of the other files on your system. Whereas if you use "root", then while building, MacPorts technically has the ability to do anything to any of your files. A badly-written (or malicious) build or configuration script could inadvertently (or intentionally) delete or change your files, or install files you didn't expect that aren't tracked by MacPorts. That shouldn't happen, of course, since there is a manual human-controlled process for getting new ports and port updates into MacPorts in the first place, so any such problems should be detected by someone before an update is committed and made available to you.

comment:20 Changed 11 years ago by ozanyarman@…

KDENLIVE was fully compiled and is running after long last! Thanks again Ryan. You can consider this thread closed.

Ok, I'm changing the user to macports. But the error remains:

Error: Unable to execute port: Could not open file: /opt/local/var/macports/sources/rsync.macports.org/release/ports/XXX/XXX/Portfile

Don't think I'll be building much else after this anyway.

sudo port provides /opt/local/share/cmake/modules/* yields the following, but I didn't need anything else removed to build KDENLIVE.

/opt/local/share/cmake/modules/AddFileDependencies.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/AutomocInfo.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/BasicConfigVersion-AnyNewerVersion.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/BasicConfigVersion-ExactVersion.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/BasicConfigVersion-SameMajorVersion.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/BundleUtilities.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeASM-ATTInformation.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeASMCompiler.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeASMInformation.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeASM_MASMInformation.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeASM_NASMInformation.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeAddFortranSubdirectory is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeAddFortranSubdirectory.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeAddNewLanguage.txt is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeBackwardCompatibilityC.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeBackwardCompatibilityCXX.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeBorlandFindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeBuildSettings.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeCCompiler.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeCCompilerABI.c is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeCCompilerId.c.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeCXXCompiler.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeCXXCompilerABI.cpp is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeCXXCompilerId.cpp.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeCompilerABI.h is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeConfigurableFile.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeDependentOption.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeDetermineASM-ATTCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeDetermineASMCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeDetermineASM_MASMCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeDetermineASM_NASMCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeDetermineCompilerABI.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeDetermineCompilerId.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeDetermineFortranCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeDetermineJavaCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeDetermineRCCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeDetermineVSServicePack.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeExpandImportedTargets.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeExportBuildSettings.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeFindCodeBlocks.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeFindEclipseCDT4.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeFindFrameworks.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeFindPackageMode.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeFindWMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeFindXCode.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeForceCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeFortranCompiler.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeFortranCompilerABI.F is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeFortranCompilerId.F.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeFortranInformation.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeImportBuildSettings.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeJOMFindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeJavaCompiler.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeJavaInformation.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeMSYSFindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeMinGWFindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeNMakeFindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeNinjaFindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakePackageConfigHelpers.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeParseImplicitLinkInfo.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakePlatformId.h.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakePrintSystemInformation.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakePushCheckState.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeRCCompiler.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeRCInformation.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeSystem.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeTestASM-ATTCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeTestASMCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeTestASM_MASMCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeTestASM_NASMCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeTestForFreeVC.cxx is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeTestFortranCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeTestGNU.c is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeTestJavaCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeTestNMakeCLVersion.c is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeTestRCCompiler.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeTestWatcomVersion.c is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeVS10FindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeVS11FindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeVS6BackwardCompatibility.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeVS6FindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeVS71FindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeVS7BackwardCompatibility.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeVS7FindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeVS8FindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeVS9FindMake.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CMakeVerifyManifest.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPack.DS_Store.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPack.Description.plist.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPack.Info.plist.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPack.OSXScriptLauncher.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPack.OSXScriptLauncher.rsrc.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPack.OSXX11.Info.plist.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPack.OSXX11.main.scpt.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPack.RuntimeScript.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPack.STGZ_Header.sh.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPack.VolumeIcon.icns.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPack.background.png.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPack.distribution.dist.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPackBundle.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPackComponent.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPackCygwin.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPackDMG.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPackDeb.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPackNSIS.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPackPackageMaker.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPackRPM.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CPackZIP.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CTestScriptMode.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckCCompilerFlag.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckCSourceCompiles.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckCSourceRuns.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckCXXSourceRuns.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckForPthreads.c is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckFortranFunctionExists.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckFunctionExists.c is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckIncludeFile.c.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckIncludeFile.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckIncludeFile.cxx.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckIncludeFileCXX.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckLanguage.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckLibraryExists.lists.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckPrototypeDefinition.c.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckPrototypeDefinition.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckSizeOf.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckStructHasMember.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckTypeSize.c.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckTypeSize.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckTypeSizeMap.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckVariableExists.c is not provided by a MacPorts port.
/opt/local/share/cmake/modules/CheckVariableExists.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/Compiler is not provided by a MacPorts port.
/opt/local/share/cmake/modules/Dart.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/DartConfiguration.tcl.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/DeployQt4.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/Documentation.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/DummyCXXFile.cxx is not provided by a MacPorts port.
/opt/local/share/cmake/modules/ExternalProject.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FLTKCompatibility.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindALSA.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindASPELL.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindAVIFile.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindArmadillo.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindBISON.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindBLAS.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindBoost.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindBullet.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindCABLE.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindCUDA is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindCUDA.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindCURL.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindCVS.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindCoin3D.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindCups.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindCurses.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindCxxTest.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindCygwin.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindDCMTK.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindDart.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindDevIL.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindEXPAT.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindFLEX.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindFLTK.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindFLTK2.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindFreetype.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindGCCXML.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindGDAL.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindGIF.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindGLU.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindGLUT.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindGTK.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindGTK2.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindGTest.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindGettext.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindGit.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindGnuTLS.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindGnuplot.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindHDF5.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindHSPELL.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindHTMLHelp.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindITK.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindImageMagick.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindJPEG.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindJasper.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindJava.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindLAPACK.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindLATEX.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindLibArchive.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindLibXml2.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindLibXslt.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindLua50.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindLua51.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindMFC.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindMPEG.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindMPEG2.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindMPI.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindMatlab.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindMotif.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindOpenAL.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindOpenGL.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindOpenMP.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindOpenSceneGraph.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindOpenThreads.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindPHP4.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindPNG.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindPerlLibs.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindPhysFS.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindPike.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindPostgreSQL.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindProducer.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindProtobuf.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindPythonInterp.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindPythonLibs.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindQCA2.cmake is provided by: qca
/opt/local/share/cmake/modules/FindQt.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindQt3.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindQuickTime.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindRTI.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindRuby.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindSDL.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindSDL_image.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindSDL_mixer.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindSDL_net.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindSDL_sound.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindSDL_ttf.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindSWIG.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindSelfPackers.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindSquish.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindSubversion.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindTCL.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindTIFF.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindTclStub.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindTclsh.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindUnixCommands.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindVTK.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindWget.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindWish.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindX11.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindXMLRPC.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindZLIB.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/Findosg.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgAnimation.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgDB.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgFX.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgGA.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgIntrospection.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgManipulator.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgParticle.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgPresentation.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgProducer.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgQt.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgShadow.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgSim.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgTerrain.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgText.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgUtil.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgViewer.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgVolume.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindosgWidget.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/Findosg_functions.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindwxWidgets.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FindwxWindows.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FortranCInterface is not provided by a MacPorts port.
/opt/local/share/cmake/modules/FortranCInterface.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/GNUInstallDirs.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/GenerateExportHeader.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/GetPrerequisites.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/ITKCompatibility.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/InstallRequiredSystemLibraries.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/IntelVSImplicitPath is not provided by a MacPorts port.
/opt/local/share/cmake/modules/MacOSXBundleInfo.plist.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/MacOSXFrameworkInfo.plist.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/NSIS.InstallOptions.ini.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/NSIS.template.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/Platform is not provided by a MacPorts port.
/opt/local/share/cmake/modules/ProcessorCount.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/Qt4ConfigDependentSettings.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/Qt4Macros.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/RepositoryInfo.txt.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/SelectLibraryConfigurations.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/SquishRunTestCase.bat is not provided by a MacPorts port.
/opt/local/share/cmake/modules/SquishRunTestCase.sh is not provided by a MacPorts port.
/opt/local/share/cmake/modules/SquishTestScript.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/SystemInformation.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/SystemInformation.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/TestCXXAcceptsFlag.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/TestEndianess.c.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/TestForANSIForScope.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/TestForANSIStreamHeaders.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/TestForANSIStreamHeaders.cxx is not provided by a MacPorts port.
/opt/local/share/cmake/modules/TestForAnsiForScope.cxx is not provided by a MacPorts port.
/opt/local/share/cmake/modules/TestForSSTREAM.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/TestForSSTREAM.cxx is not provided by a MacPorts port.
/opt/local/share/cmake/modules/TestForSTDNamespace.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/TestForSTDNamespace.cxx is not provided by a MacPorts port.
/opt/local/share/cmake/modules/UseEcos.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/UseJava.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/UseJavaClassFilelist.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/UseJavaSymlinks.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/UsePkgConfig.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/UseQt4.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/UseSWIG.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/UseVTK40.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/UseVTKBuildSettings40.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/UseVTKConfig40.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/Use_wxWindows.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/UsewxWidgets.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/VTKCompatibility.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/WriteBasicConfigVersionFile.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/ecos_clean.cmake is not provided by a MacPorts port.
/opt/local/share/cmake/modules/exportheader.cmake.in is not provided by a MacPorts port.
/opt/local/share/cmake/modules/phonon is a directory.
/opt/local/share/cmake/modules/readme.txt is not provided by a MacPorts port.

comment:21 in reply to:  20 ; Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to ozanyarman@…:

Ok, I'm changing the user to macports. But the error remains:

Error: Unable to execute port: Could not open file: /opt/local/var/macports/sources/rsync.macports.org/release/ports/XXX/XXX/Portfile

Sounds like the permissions of at least one of the directories leading up to that Portfile are such that the macports user cannot read it.

sudo port provides /opt/local/share/cmake/modules/* yields the following, but I didn't need anything else removed to build KDENLIVE.

So according to that, everything except FindQCA2.cmake didn't come from MacPorts and could be removed.

comment:22 in reply to:  21 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to ryandesign@…:

Replying to ozanyarman@…:

sudo port provides /opt/local/share/cmake/modules/* yields the following, but I didn't need anything else removed to build KDENLIVE.

So according to that, everything except FindQCA2.cmake didn't come from MacPorts and could be removed.

Correction: "port provides" is case-sensitive, but Mac filesystems usually aren't. The folder's real name should be "Modules" but you typed "modules". Try again with:

port provides /opt/local/share/cmake/Modules/*

If the folder name on your machine is actually "modules" and not "Modules" this was a bug (#38831) that was fixed (r105451, r105452, r105453) but you may have to manually fix the case of the folder name.

Note: See TracTickets for help on using tickets.