Opened 11 years ago

Closed 4 years ago

#39172 closed defect (fixed)

poppler 0.22.4 seems to miss a dependency: source-highlight

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: poppler

Description

On Mac OS X 10.5.8, PPC Leopard, I upgraded poppler from 0.22.3_0 to 0.22.4_0 and saw this complaint:

  DOC   Building HTML
  DOC   Fixing cross-references
Can't exec "/opt/local/bin/source-highlight": No such file or directory at /opt/local/bin/gtkdoc-fixxref line 426.
Use of uninitialized value $highlighted_source in substitution (s///) at /opt/local/bin/gtkdoc-fixxref line 428.
Use of uninitialized value $highlighted_source in substitution (s///) at /opt/local/bin/gtkdoc-fixxref line 429.
Use of uninitialized value $highlighted_source in substitution (s///) at /opt/local/bin/gtkdoc-fixxref line 504.
Use of uninitialized value $highlighted_source in substitution (s///) at /opt/local/bin/gtkdoc-fixxref line 505.
Use of uninitialized value $highlighted_source in substitution (s///) at /opt/local/bin/gtkdoc-fixxref line 508.
Use of uninitialized value $highlighted_source in pattern match (m//) at /opt/local/bin/gtkdoc-fixxref line 512.
Use of uninitialized value $highlighted_source in concatenation (.) or string at /opt/local/bin/gtkdoc-fixxref line 518.
Can't exec "/opt/local/bin/source-highlight": No such file or directory at /opt/local/bin/gtkdoc-fixxref line 426.
Use of uninitialized value $highlighted_source in substitution (s///) at /opt/local/bin/gtkdoc-fixxref line 428.
Use of uninitialized value $highlighted_source in substitution (s///) at /opt/local/bin/gtkdoc-fixxref line 429.
Use of uninitialized value $highlighted_source in substitution (s///) at /opt/local/bin/gtkdoc-fixxref line 504.
Use of uninitialized value $highlighted_source in substitution (s///) at /opt/local/bin/gtkdoc-fixxref line 505.
Use of uninitialized value $highlighted_source in substitution (s///) at /opt/local/bin/gtkdoc-fixxref line 508.
Use of uninitialized value $highlighted_source in pattern match (m//) at /opt/local/bin/gtkdoc-fixxref line 512.
Use of uninitialized value $highlighted_source in concatenation (.) or string at /opt/local/bin/gtkdoc-fixxref line 518.
make[4]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.org_release_tarballs_ports_graphics_poppler/poppler/work/poppler-0.22.4/glib/reference'
Making all in demo

So it seems that source-highlight and boost are needed…

Change History (3)

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Cc: devans@… removed
Owner: changed from macports-tickets@… to devans@…

I’d rather disable documentation generation entirely than require boost. But that’s just me.

comment:2 in reply to:  1 Changed 11 years ago by cooljeanius (Eric Gallager)

Replying to larryv@…:

I’d rather disable documentation generation entirely than require boost. But that’s just me.

poppler already has a +docs variant; couldn't this could be put in that variant instead? Also, while you're changing the +docs variant, I'd appreciate if someone could fix #38525 too...

comment:3 Changed 4 years ago by kencu (Ken)

Resolution: fixed
Status: newclosed

docs variant removed. please reopen a new ticket if this is still an issue.

Note: See TracTickets for help on using tickets.