Opened 10 years ago

Closed 10 years ago

#44856 closed defect (duplicate)

source-highlight fails to upgrade on 10.9.4

Reported by: watsodw Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc: kurthindenburg (Kurt Hindenburg)
Port: source-highlight

Description

Seems to be a java issue. See log.

Change History (18)

Changed 10 years ago by watsodw

Attachment: main.log added

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Cc: nomaintainer@… removed

Please do not Cc nomaintainer@… because it is not a valid email address.

comment:2 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

Cc: khindenburg@… added

Cc Me!

comment:3 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

It builds fine here on Mavericks - the error is in the doc folder java->html files.

You were upgrading this port from an earlier version? If possible, uninstall and try again.

comment:4 in reply to:  3 Changed 10 years ago by watsodw

Replying to khindenburg@…:

It builds fine here on Mavericks - the error is in the doc folder java->html files.

You were upgrading this port from an earlier version? If possible, uninstall and try again.

Actually, this is an initial install, not upgrade. I used the wrong word. I keep trying, but the install always fails.

comment:5 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

I have xcode 5.1.1 while you have 5.0.2

  (source-highlight) version 3.1.7
  Prefix.........: /opt/local
  Using Boost....: -lboost_regex-mt
  C++ Compiler...: /usr/bin/clang++ -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include
  Linker.........: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 
  Doxygen........: NONE or not enabled
  Help2Man.......: NONE
  Ctags..........: /usr/bin/ctags

Yours:

(source-highlight) version 3.1.7
Prefix.........: /opt/local
 Using Boost....: -lboost_regex-mt
 C++ Compiler...: /usr/bin/clang++ -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include
 Linker.........: /Applications/Xcode-5.0.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64
 Doxygen........: NONE or not enabled
 Help2Man.......: NONE
 Ctags..........: /usr/bin/ctags

comment:6 Changed 10 years ago by watsodw

That's not it. I switched and it still failed. Also, using Xcode 5.0.2, I built source-highlight from source outside of Macports and it built fine.

comment:7 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

When it crashes, can you see what's in ~/Library/Logs/DiagnosticReports ?

comment:8 Changed 10 years ago by watsodw

I have attached the crash report files.

comment:9 Changed 10 years ago by neverpanic (Clemens Lang)

What does port -v installed boost print? I wonder whether you have one of the GCC variants selected on boost.

comment:10 Changed 10 years ago by watsodw

It returns:

boost @1.56.0_1+gcc48+no_single+no_static+python27+regex_match_extra.

comment:11 Changed 10 years ago by watsodw

Hey, I installed boost without a GCC variant, and installing source-highlight worked. I don't know why a GCC variant would cause a problem, but it did. Thanks, guys.

comment:12 Changed 10 years ago by neverpanic (Clemens Lang)

Resolution: duplicate
Status: newclosed

So this is a duplicate of #44911. See there for an explanation. As I stated in #44911, we should remove the GCC variants from boost.

Note: See TracTickets for help on using tickets.