After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 699138 - 2.6.0 compilation fails with: texi2html -monolithic -number doc/ffmpeg-doc.texi Option number is ambiguous (number-footnotes, number-sections)
2.6.0 compilation fails with: texi2html -monolithic -number doc/ffmpeg-doc.te...
Status: RESOLVED OBSOLETE
Product: gimp-gap
Classification: Other
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: hof
hof
Depends on:
Blocks:
 
 
Reported: 2013-04-28 14:04 UTC by Matteo 'Peach' Pescarin
Modified: 2018-05-24 10:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matteo 'Peach' Pescarin 2013-04-28 14:04:08 UTC
last bit of compilation:

$ make
[snip]
gcc -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-lin
k,"/home/peach/Programs/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rp
ath-link,"/home/peach/Programs/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -
Wl,-rpath-link,"/home/peach/Programs/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavf
ilter -Wl,-rpath-link,"/home/peach/Programs/gimp-gap-2.6.0/extern_libs/ffmpeg"
/libavdevice -Wl,-rpath-link,"/home/peach/Programs/gimp-gap-2.6.0/extern_libs/
ffmpeg"/libavformat -Wl,-rpath-link,"/home/peach/Programs/gimp-gap-2.6.0/exter
n_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/home/peach/Programs/gimp-gap-2.6.0
/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/drawtext.so -shared -Wl
,-soname,drawtext.so vhook/drawtext.o  `freetype-config --libs`
texi2html -monolithic -number doc/ffmpeg-doc.texi
Option number is ambiguous (number-footnotes, number-sections)
Try `texi2html --help' for more information.
gmake[3]: *** [doc/ffmpeg-doc.html] Error 2
gmake[3]: Leaving directory `/home/peach/Programs/gimp-gap-2.6.0/extern_libs/f
fmpeg'
make[2]: *** [/home/peach/Programs/gimp-gap-2.6.0/extern_libs/ffmpeg/libavform
at/libavformat.a] Error 2
make[2]: Leaving directory `/home/peach/Programs/gimp-gap-2.6.0/extern_libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/peach/Programs/gimp-gap-2.6.0'
make: *** [all] Error 2
$ 

please let me know if I can provide more information.
Comment 1 hof 2013-04-29 06:20:53 UTC
It seems that the version of texi2html that is installed on your system
is not compatible with the version required to build ffmpeg (docs).

texi2html 5.0 (or later) does not support '-number' option any longer. 


gimp-gap-2.6.0  comes with ffmpeg-0.5.tar.bz2

You may try to:

- compile gimp-gap from git repository
  using latest MASTER branch that comes with  ffmpeg 0.7.11
  (Note that Git latest MASTER is still compatible with
  GIMP-2.6.x with many bugs of the GIMP-GAP-2.6.0 version fixed.)

- compile ffmpeg with option --disable-doc
  (ffmpeg docs are not mandatory to build GIMP-GAP)
  to do so, add this option to the first line in the file
     <gimp-gap-dir>/extern_libs/configure_options_ffmpeg.txt
Comment 2 Matteo 'Peach' Pescarin 2013-05-04 10:31:07 UTC
I'll try your first solution.
I'm on gentoo, and currently I've got only >=ffmpeg-0.10.* available.
Currently ffmpeg is already compiled with --disable-doc so I wonder if it's a case of disabling docs on gap as well (haven't checked yet).
Comment 3 hof 2013-05-06 05:37:13 UTC
note that gimp-gap configure script builds with
the included extern_libs/ffmpeg.tar.gz tarball and links
the compiled libs statically per default.
Therefore the ffmpeg version installed on your system
should not matter..

see file extern_libs\README_extern_libs for more details.
Comment 4 GNOME Infrastructure Team 2018-05-24 10:23:26 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gimp-gap/issues/18.