New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #24736 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

LaTeXiT fails to install

Reported by: barry.j.mcinnes@… Owned by: singingwolfboy@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: michaelld@…
Port: LaTeXiT

Description

From clean 1.8.2 install, tried -f isntall, -d output is attached. Darwin mac27.psd.esrl.noaa.gov 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386

Attachments

LaTeXiT.log (107.6 KB) - added by barry.j.mcinnes@… 3 years ago.
-d output
LaTeXiT_Portfile.diff (472 bytes) - added by michaelld@… 3 years ago.
LaTeXiT Portfile diff to allow for clean build on 10.5 (and, hopefully 10.6).

Change History

Changed 3 years ago by barry.j.mcinnes@…

-d output

comment:1 Changed 3 years ago by macsforever2000@…

  • Keywords LaTeXiT removed
  • Owner changed from macports-tickets@… to singingwolfboy@…
  • Port set to LaTeXiT
  • Cc singingwolfboy@… removed

comment:2 Changed 3 years ago by singingwolfboy@…

  • Status changed from new to assigned

I emailed Pierre Chatelier, the guy who wrote and maintains LaTeXiT, about this issue 6 months ago. He wasn't able to figure out how to fix it -- apparently, the problem is with the Sparkle updater framework, not with LaTeXiT directly. I've sent him another email asking if he's made any progress. If any developers have any experience with Sparkle, could they look over the codebase and see if there are any glaring issues?

comment:3 Changed 3 years ago by michaelld@…

I've emailed Pierre as well a few days ago; no answer yet. I then played around in XCode under 10.5 to see if I could resolve the issue. If you order the targets as "Automator-CreateEquations", then "LaTeXiT Helper", and finally "LaTeXiT" then everything compiles and works correctly, without errors. Using either "All" target, whether as Development or Deployment, results in 1 or 2 errors under 10.5, and performs unnecessary tasks on the side (e.g., creating the DMG containing LaTeXiT and readme files). I don't know how to order multiple XCode targets in a Portfile, but maybe someone else does?

comment:4 Changed 3 years ago by michaelld@…

  • Cc michaelld@… added

Cc Me!

comment:5 Changed 3 years ago by michaelld@…

I'm attaching a Portfile diff that works for me on 10.5 Intel. Please give it a try on whatever OSX version you have. It simply changes the target from "All" to what I wrote above in that order, and the configuration to "Development" since that seems to work without errors.

Changed 3 years ago by michaelld@…

LaTeXiT Portfile diff to allow for clean build on 10.5 (and, hopefully 10.6).

comment:6 Changed 3 years ago by singingwolfboy@…

  • Status changed from assigned to closed
  • Resolution set to fixed

@michaelld: thanks! Applied and committed in r68314.

Note: See TracTickets for help on using tickets.