<div dir="ltr">I did this first:<div><br></div><div>0:56-43> /opt/local/bin/clang-mp-9.0 --version<br>clang version 9.0.1 <br>Target: x86_64-apple-darwin11.4.2<br>Thread model: posix<br>InstalledDir: /opt/local/libexec/llvm-9.0/bin<br></div><div><br></div><div>For the last attempt to install source-highlight I did not include the '<span style="color:rgb(80,0,80)">configure.compiler=macports-cl</span><span style="color:rgb(80,0,80)">ang-9.0</span>' portion. So I did  the following and got:</div><div><br></div><div>1:49-45> sudo port clean source-highlight <br>Password:<br>--->  Cleaning source-highlight<br>1:53-46> sudo port -s install source-highlight configure.compiler=macports-clang-9.0<br>--->  Computing dependencies for source-highlight<br>--->  Fetching distfiles for source-highlight<br>--->  Verifying checksums for source-highlight<br>--->  Extracting source-highlight<br>--->  Configuring source-highlight<br>--->  Building source-highlight<br>--->  Staging source-highlight into destroot<br>--->  Installing source-highlight @3.1.9_0<br>--->  Deactivating source-highlight @3.1.8_2<br>--->  Cleaning source-highlight<br>--->  Activating source-highlight @3.1.9_0<br>--->  Cleaning source-highlight<br>--->  Updating database of binaries<br>--->  Updating database of C++ stdlib usage              <br>--->  Scanning binaries for linking errors<br>--->  Found 18 broken files, matching files to ports     <br>--->  Found 4 broken ports, determining rebuild order<br>You can always run 'port rev-upgrade' again to fix errors.<br>The following ports will be rebuilt:<br> ffmpeg @3.2.4+gpl2+x11<br> lcms @1.19<br> dvdauthor @0.7.1<br> wget @1.19.1+ssl<br>Continue? [Y/n]:</div><div><br></div><div>I think this means source-highlight is now OK, so I thought I would let you know.  Now I am going to say yes to the continue question and move on to whatever happens next.  Thank you very much for your help, patiences, and understanding.<br></div><div>Tom</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 5, 2021 at 9:53 PM Bill Cole <<a href="mailto:macportsusers-20171215@billmail.scconsult.com">macportsusers-20171215@billmail.scconsult.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2021-05-05 at 19:39:33 UTC-0400 (Wed, 5 May 2021 19:39:33 -0400)<br>
tom eee <<a href="mailto:eeetom87@gmail.com" target="_blank">eeetom87@gmail.com</a>><br>
is rumored to have said:<br>
<br>
> /Developer is gone and Xcode 4.6.3 in service.  Still failing build.  <br>
> See<br>
> attachment.  Thanks, Tom<br>
<br>
That log shows that you are back at the original problem, whose proposed <br>
solution was to force the use of a newer version of the clang compiler <br>
by running these:<br>
<br>
    sudo port clean source-highlight<br>
    sudo port -s install source-highlight <br>
configure.compiler=macports-clang-9.0<br>
<br>
<br>
However, I've lost track of whether we've actually solved the problem <br>
you hit the last time you tried that: a broken installation of <br>
clang-9.0. To make sure that problem is fixed, run this:<br>
<br>
    /opt/local/bin/clang-mp-9.0 --version<br>
<br>
That should put out something like this:<br>
<br>
    clang version 9.0.1<br>
    Target: i386-apple-darwin11.4.2<br>
    Thread model: posix<br>
    InstalledDir: /opt/local/libexec/llvm-9.0/bin<br>
<br>
<br>
<br>
> On Wed, May 5, 2021 at 5:14 PM Ryan Schmidt <<a href="mailto:ryandesign@macports.org" target="_blank">ryandesign@macports.org</a>> <br>
> wrote:<br>
><br>
>><br>
>><br>
>> On May 5, 2021, at 12:19, tom eee wrote:<br>
>><br>
>>> Second, I retried 'sudo port install source-light' with no success.  <br>
>>> The<br>
>> main.log was very big, so I cut out a big portion of the middle and<br>
>> attached it to this email.<br>
>><br>
>> The log still shows the same error described in<br>
>> <a href="https://trac.macports.org/ticket/59258" rel="noreferrer" target="_blank">https://trac.macports.org/ticket/59258</a> and shows that MacPorts still<br>
>> recognizes that you have Xcode 4.2.<br>
>><br>
>> Deleting parts of logs can make it harder for us to help you. A <br>
>> better<br>
>> file size reduction choice is to compress the log.<br>
>><br>
>><br>
>>> Third, I downloaded Xcode 4.6.3 and when the opened dmg directed me <br>
>>> to<br>
>> install the Xcode in my Application folder, I checked for what was <br>
>> already<br>
>> there first, only to discover that I had Xcode 4.6.3 installed in the<br>
>> Application folder since 2013!  I then looked in the Developer folder <br>
>> and<br>
>> discovered Xcode 4.2 was there.  So I am confused about how to make <br>
>> Xcode<br>
>> 4.6.3 the version that MacPorts sees when it is doing it's thing and <br>
>> do I<br>
>> now have to do some update for Developer?<br>
>><br>
>> The /Developer folder is obsolete. You can delete it. It is where <br>
>> Apple<br>
>> used to install Xcode and associated files, but sometime after Xcode <br>
>> 4.2<br>
>> they stopped doing that. Xcode now belongs in /Applications.<br>
>><br>
>> You can use "xcode-select -print-path" to see what Xcode your system <br>
>> is<br>
>> configured to use. MacPorts will use this Xcode.<br>
>><br>
>> Assuming it does not say the path is<br>
>> /Applications/Xcode.app/Contents/Developer, change it to that by <br>
>> running<br>
>> "sudo xcode-select -switch <br>
>> /Applications/Xcode.app/Contents/Developer"<br>
>><br>
>> Then you can run "sudo port clean source-highlight" and try to <br>
>> install it<br>
>> again.<br>
>><br>
>><br>
<br>
<br>
-- <br>
Bill Cole<br>
<a href="mailto:bill@scconsult.com" target="_blank">bill@scconsult.com</a> or <a href="mailto:billcole@apache.org" target="_blank">billcole@apache.org</a><br>
(AKA @grumpybozo and many *@<a href="http://billmail.scconsult.com" rel="noreferrer" target="_blank">billmail.scconsult.com</a> addresses)<br>
Not Currently Available For Hire<br>
</blockquote></div>