Bug 47713 - multimedia/ffmpeg - "make deinstall reinstall" failure
Summary: multimedia/ffmpeg - "make deinstall reinstall" failure
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-31 08:00 UTC by parv
Modified: 2004-03-14 04:51 UTC (History)
1 user (show)

See Also:


Attachments
Makefile.patch (532 bytes, patch)
2003-11-13 07:27 UTC, Anish Mistry
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description parv 2003-01-31 08:00:30 UTC
after "make install", "make deinstall reinstall" fails...


  ===>   Registering installation for ffmpeg-0.4.6_1
  ...
  ===>  Deinstalling for ffmpeg-0.4.6_1
  ===>  Installing for ffmpeg-0.4.6_1
  ===>   ffmpeg-0.4.6_1 depends on shared library: gnugetopt.1 - found
  ===>   ffmpeg-0.4.6_1 depends on shared library: a52.0 - found
  ===>   ffmpeg-0.4.6_1 depends on shared library: mp3lame.0 - found
  ===>   ffmpeg-0.4.6_1 depends on shared library: vorbisenc.2 - found
  gmake -C libavcodec all
  gmake[1]: Entering directory `/usr3/ports/multimedia/ffmpeg/work/ffmpeg-0.4.6/libavcodec'
  cc -O -pipe -march=pentiumpro -I/usr2/local/include  -O3 -ffast-math -fomit-frame-pointer -Wall -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o dsputil.o dsputil.c
  In file included from dsputil.c:21:
  avcodec.h:4: ffmpeg/common.h: No such file or directory
  In file included from dsputil.c:22:
  dsputil.h:22: ffmpeg/common.h: No such file or directory
  dsputil.h:23: ffmpeg/avcodec.h: No such file or directory
  In file included from dsputil.c:21:
  avcodec.h:283: syntax error before `uint8_t'
  avcodec.h:283: syntax error before `uint8_t'
  avcodec.h:283: syntax error before `int8_t'
  avcodec.h:283: syntax error before `uint8_t'
  avcodec.h:283: syntax error before `uint64_t'
  avcodec.h:384: syntax error before `UINT8'
  avcodec.h:838: syntax error before `uint64_t'
  avcodec.h:861: syntax error before `UINT8'
  avcodec.h:864: syntax error before `UINT8'
  avcodec.h:874: syntax error before `UINT8'
  avcodec.h:977: syntax error before `UINT8'
  avcodec.h:1018: syntax error before `INT16'
  avcodec.h:1023: syntax error before `UINT8'
  avcodec.h:1024: syntax error before `UINT8'
  avcodec.h:1027: syntax error before `UINT8'
  avcodec.h:1029: syntax error before `UINT8'
  In file included from dsputil.c:22:
  dsputil.h:37: syntax error before `ff_alternate_horizontal_scan'
  dsputil.h:37: warning: type defaults to `int' in declaration of `ff_alternate_horizontal_scan'
  dsputil.h:37: warning: data definition has no type or storage class
  dsputil.h:38: syntax error before `ff_alternate_vertical_scan'
  dsputil.h:38: warning: type defaults to `int' in declaration of `ff_alternate_vertical_scan'

  ...about 1800 lines of other errors...

  Stop in /usr3/ports/multimedia/ffmpeg.
  *** Error code 1

...i couldn't bring myself to send 98 KB of error log in this pr.
it's availble though by request.

How-To-Repeat: 
try to do "make deinstall reinstall"
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2003-02-01 03:39:26 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs

Ports stuff.
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-03-22 21:38:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to Maintainer
Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2003-09-08 02:22:23 UTC
State Changed
From-To: open->feedback

Is this still reproduceable with new versions?
Comment 4 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2004-03-14 04:51:15 UTC
State Changed
From-To: feedback->closed

Committed, thanks!