fails to build under latest perl (5.10.0)

Bug #262877 reported by xagile
2
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Low
Unassigned

Bug Description

Looks like the handling of command line flags in perl has changed slightly which causes the build to break. Here is the output:

set -e; \
 d=`sed -n 's,/,-,g;s,.*\$[D]ate: \(..........\).*,\1,p' inkscape.pod`; \
 pod2man inkscape.pod \
   | sed 's/^\.TH .*/.TH INKSCAPE 1 "'"$d"'" "Inkscape-0.46" "Inkscape"/' \
   | perl -pe 'if (/^\[\% .*INCLUDE.*AUTHORS.* \%\]/) { open(FOO, "./AUTHORS");$_ = join(",\n", map { chomp; $_ } <FOO>) . "\n"; }' \
   | perl ./fix-roff-punct \
   | perl -CI ./utf8-to-roff \
   > tmp.$$ \
  && mv -f tmp.$$ inkscape.1
Too late for "-CI" option at ./utf8-to-roff line 1.
make[2]: *** [inkscape.1] Error 9

Tags: build
Revision history for this message
Luca Bruno (lucab) wrote :

This bug has already been fixed in SVN trunk (r18573). Try that or backport the fix to your need...

Changed in inkscape:
importance: Undecided → Low
milestone: none → 0.46.1
status: New → Fix Committed
jazzynico (jazzynico)
Changed in inkscape:
milestone: 0.46.1 → 0.47
tags: added: build
ScislaC (scislac)
Changed in inkscape:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.