You are not logged in.

#1 2016-01-24 16:15:23

ElMastro
Member
Registered: 2015-12-02
Posts: 57

Configuration in the 'gimp-gap' PKGBUILD

I post it here, as there aren't other post similar.
There's this package, gimp-gap in the AUR, that fails to compile the first time, but succed the second.

Exactly, it gets an error in src/gimp-gap-2.6.0/extern_libs, wich says:

rm -f /usr/local/lib/gimp-gap-2.6/libavformat.a \
rm -f /usr/local/lib/gimp-gap-2.6/libavcodec.a \
rm -f /usr/local/lib/gimp-gap-2.6/libmpeg3.a
rm: cannot remove ‘/usr/local/lib/gimp-gap-2.6/libavformat.a’: Permission denied
rm: cannot remove ‘/usr/local/lib/gimp-gap-2.6/libavcodec.a’: Permission denied
rm: cannot remove ‘/usr/local/lib/gimp-gap-2.6/libmpeg3.a’: Permission denied
Makefile:461: recipe for target 'install-data-hook' failed

Any idea would be appreciated, since it appears as this package keep getting problem with permissions, and this sound really strange to me.

Last edited by ElMastro (2016-01-27 16:53:55)

Offline

#2 2016-01-24 16:20:35

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,461

Re: Configuration in the 'gimp-gap' PKGBUILD

It's trying to delete things from /usr, of course that's not going to work.

Offline

#3 2016-01-24 17:03:21

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,441
Website

Re: Configuration in the 'gimp-gap' PKGBUILD

The PKGBUILD fails to list cmake as a dependency, but once that was installed, this built fine for me.

You are building with makepkg, right?

EDIT: please edit your post to change the title of this thread to something that at least remotely resembles the problem.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#4 2016-01-26 18:15:22

ElMastro
Member
Registered: 2015-12-02
Posts: 57

Re: Configuration in the 'gimp-gap' PKGBUILD

I'm sorry, I don't know how to change the title, please tell me. I've ried with cmake in the makedepends, but it doesn't work.

The error is now:

make[3]: uscita dalla directory "/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"
make[2]: uscita dalla directory "/tmp/src/gimp-gap-2.6.0/extern_libs"
Makefile:331: set di istruzioni per l'obiettivo "all-recursive" non riuscito
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory "/tmp/src/gimp-gap-2.6.0"
Makefile:270: set di istruzioni per l'obiettivo "all" non riuscito
make: *** [all] Errore 2

Any suggestion is appreciated, thanks

Offline

#5 2016-01-26 18:28:59

bstaletic
Member
Registered: 2014-02-02
Posts: 658

Re: Configuration in the 'gimp-gap' PKGBUILD

Post the same makepkg output but with LC_ALL=C to get output in english. You can edit your posts using the "edit" link in the lower right corner of your post.

Offline

#6 2016-01-26 19:00:05

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,441
Website

Re: Configuration in the 'gimp-gap' PKGBUILD

When you do post the output in English, please post all of it.  I'm pretty sure the relevant part of your output was before what you actually posted.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#7 2016-01-27 17:41:43

ElMastro
Member
Registered: 2015-12-02
Posts: 57

Re: Configuration in the 'gimp-gap' PKGBUILD

I hope the title suits better now.
I can't post the output as it's a few thousands lines long. Here's the final part of the standard error:

libavutil/common.h:128:44: note: in definition of macro 'FFSWAP'
 #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
                                            ^
libavutil/aes.c:186:13: note: containing loop
             for(j=0; j<16; j++)
             ^
libavutil/aes.c:133:22: warning: array subscript is above array bounds [-Warray-bounds]
     if(!enc_multbl[0][sizeof(enc_multbl)/sizeof(enc_multbl[0][0])-1]){
                      ^
libavutil/aes.c:133:22: warning: array subscript is above array bounds [-Warray-bounds]
     if(!enc_multbl[0][sizeof(enc_multbl)/sizeof(enc_multbl[0][0])-1]){
                      ^
libavutil/aes.c:133:22: warning: array subscript is above array bounds [-Warray-bounds]
     if(!enc_multbl[0][sizeof(enc_multbl)/sizeof(enc_multbl[0][0])-1]){
                      ^
libavutil/fifo.c: In function 'av_fifo_write':
libavutil/fifo.c:80:30: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     av_fifo_generic_write(f, (void *)buf, size, NULL);
                              ^
libavutil/fifo.c: In function 'av_fifo_write':
libavutil/fifo.c:80:30: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     av_fifo_generic_write(f, (void *)buf, size, NULL);
                              ^
libavutil/fifo.c: In function 'av_fifo_write':
libavutil/fifo.c:80:30: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     av_fifo_generic_write(f, (void *)buf, size, NULL);
                              ^
In file included from libavutil/lfg.c:25:0:
libavutil/lfg.c: In function 'av_lfg_init':
libavutil/intreadwrite.h:37:33: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define AV_WN32(a, b) (((struct unaligned_32 *) (a))->l) = (b)
                                 ^
libavutil/intreadwrite.h:99:25: note: in expansion of macro 'AV_WN32'
 #  define AV_WL32(p, d) AV_WN32(p, d)
                         ^
libavutil/lfg.c:32:9: note: in expansion of macro 'AV_WL32'
         AV_WL32(tmp, seed); tmp[4]=i;
         ^
libavutil/intreadwrite.h:33:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define AV_RN32(a) (((const struct unaligned_32 *) (a))->l)
                                    ^
libavutil/intreadwrite.h:98:25: note: in expansion of macro 'AV_RN32'
 #  define AV_RL32(x)    AV_RN32(x)
                         ^
libavutil/lfg.c:34:24: note: in expansion of macro 'AV_RL32'
         c->state[i  ]= AV_RL32(tmp);
                        ^
In file included from libavutil/lfg.c:25:0:
libavutil/lfg.c: In function 'av_lfg_init':
libavutil/intreadwrite.h:37:33: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define AV_WN32(a, b) (((struct unaligned_32 *) (a))->l) = (b)
                                 ^
libavutil/intreadwrite.h:99:25: note: in expansion of macro 'AV_WN32'
 #  define AV_WL32(p, d) AV_WN32(p, d)
                         ^
libavutil/lfg.c:32:9: note: in expansion of macro 'AV_WL32'
         AV_WL32(tmp, seed); tmp[4]=i;
         ^
libavutil/intreadwrite.h:33:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define AV_RN32(a) (((const struct unaligned_32 *) (a))->l)
                                    ^
libavutil/intreadwrite.h:98:25: note: in expansion of macro 'AV_RN32'
 #  define AV_RL32(x)    AV_RN32(x)
                         ^
libavutil/lfg.c:34:24: note: in expansion of macro 'AV_RL32'
         c->state[i  ]= AV_RL32(tmp);
                        ^
In file included from libavutil/lfg.c:25:0:
libavutil/lfg.c: In function 'av_lfg_init':
libavutil/intreadwrite.h:37:33: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define AV_WN32(a, b) (((struct unaligned_32 *) (a))->l) = (b)
                                 ^
libavutil/intreadwrite.h:99:25: note: in expansion of macro 'AV_WN32'
 #  define AV_WL32(p, d) AV_WN32(p, d)
                         ^
libavutil/lfg.c:32:9: note: in expansion of macro 'AV_WL32'
         AV_WL32(tmp, seed); tmp[4]=i;
         ^
libavutil/intreadwrite.h:33:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define AV_RN32(a) (((const struct unaligned_32 *) (a))->l)
                                    ^
libavutil/intreadwrite.h:98:25: note: in expansion of macro 'AV_RN32'
 #  define AV_RL32(x)    AV_RN32(x)
                         ^
libavutil/lfg.c:34:24: note: in expansion of macro 'AV_RL32'
         c->state[i  ]= AV_RL32(tmp);
                        ^
In file included from ffmpeg.c:37:0:
libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
In file included from ffmpeg.c:37:0:
libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
ffmpeg.c: In function 'print_report':
ffmpeg.c:1057:27: warning: variable 'os' set but not used [-Wunused-but-set-variable]
     AVFormatContext *oc, *os;
                           ^
ffmpeg.c: In function 'print_report':
ffmpeg.c:1057:27: warning: variable 'os' set but not used [-Wunused-but-set-variable]
     AVFormatContext *oc, *os;
                           ^
In file included from ffmpeg.c:37:0:
libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
ffmpeg.c: In function 'print_report':
ffmpeg.c:1057:27: warning: variable 'os' set but not used [-Wunused-but-set-variable]
     AVFormatContext *oc, *os;
                           ^
ffplay.c: In function 'video_thread':
ffplay.c:1353:9: warning: variable 'len1' set but not used [-Wunused-but-set-variable]
     int len1, got_picture;
         ^
ffplay.c: In function 'subtitle_thread':
ffplay.c:1406:9: warning: variable 'len1' set but not used [-Wunused-but-set-variable]
     int len1, got_subtitle;
         ^
ffplay.c: In function 'update_sample_display':
ffplay.c:1479:20: warning: variable 'channels' set but not used [-Wunused-but-set-variable]
     int size, len, channels;
                    ^
ffplay.c: In function 'main':
ffplay.c:2601:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     flush_pkt.data= "FLUSH";
                   ^
ffplay.c: In function 'video_thread':
ffplay.c:1353:9: warning: variable 'len1' set but not used [-Wunused-but-set-variable]
     int len1, got_picture;
         ^
ffplay.c: In function 'subtitle_thread':
ffplay.c:1406:9: warning: variable 'len1' set but not used [-Wunused-but-set-variable]
     int len1, got_subtitle;
         ^
ffplay.c: In function 'update_sample_display':
ffplay.c:1479:20: warning: variable 'channels' set but not used [-Wunused-but-set-variable]
     int size, len, channels;
                    ^
ffplay.c: In function 'main':
ffplay.c:2601:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     flush_pkt.data= "FLUSH";
                   ^
ffplay.c: In function 'video_thread':
ffplay.c:1353:9: warning: variable 'len1' set but not used [-Wunused-but-set-variable]
     int len1, got_picture;
         ^
ffplay.c: In function 'subtitle_thread':
ffplay.c:1406:9: warning: variable 'len1' set but not used [-Wunused-but-set-variable]
     int len1, got_subtitle;
         ^
ffplay.c: In function 'update_sample_display':
ffplay.c:1479:20: warning: variable 'channels' set but not used [-Wunused-but-set-variable]
     int size, len, channels;
                    ^
ffplay.c: In function 'main':
ffplay.c:2601:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     flush_pkt.data= "FLUSH";
                   ^
ffserver.c: In function 'http_parse_request':
ffserver.c:1246:32: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
     get_word(cmd, sizeof(cmd), (const char **)&p);
                                ^
ffserver.c:1256:32: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
     get_word(url, sizeof(url), (const char **)&p);
                                ^
ffserver.c:1259:42: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
     get_word(protocol, sizeof(protocol), (const char **)&p);
                                          ^
In file included from ffserver.c:39:0:
ffserver.c: In function 'parse_ffconfig':
libavutil/intreadwrite.h:33:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define AV_RN32(a) (((const struct unaligned_32 *) (a))->l)
                                    ^
libavutil/intreadwrite.h:98:25: note: in expansion of macro 'AV_RN32'
 #  define AV_RL32(x)    AV_RN32(x)
                         ^
ffserver.c:4195:39: note: in expansion of macro 'AV_RL32'
                 video_enc.codec_tag = AV_RL32(arg);
                                       ^
ffserver.c: In function 'http_parse_request':
ffserver.c:1246:32: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
     get_word(cmd, sizeof(cmd), (const char **)&p);
                                ^
ffserver.c:1256:32: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
     get_word(url, sizeof(url), (const char **)&p);
                                ^
ffserver.c:1259:42: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
     get_word(protocol, sizeof(protocol), (const char **)&p);
                                          ^
In file included from ffserver.c:39:0:
ffserver.c: In function 'parse_ffconfig':
libavutil/intreadwrite.h:33:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define AV_RN32(a) (((const struct unaligned_32 *) (a))->l)
                                    ^
libavutil/intreadwrite.h:98:25: note: in expansion of macro 'AV_RN32'
 #  define AV_RL32(x)    AV_RN32(x)
                         ^
ffserver.c:4195:39: note: in expansion of macro 'AV_RL32'
                 video_enc.codec_tag = AV_RL32(arg);
                                       ^
ffserver.c: In function 'http_parse_request':
ffserver.c:1246:32: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
     get_word(cmd, sizeof(cmd), (const char **)&p);
                                ^
ffserver.c:1256:32: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
     get_word(url, sizeof(url), (const char **)&p);
                                ^
ffserver.c:1259:42: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
     get_word(protocol, sizeof(protocol), (const char **)&p);
                                          ^
In file included from ffserver.c:39:0:
ffserver.c: In function 'parse_ffconfig':
libavutil/intreadwrite.h:33:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define AV_RN32(a) (((const struct unaligned_32 *) (a))->l)
                                    ^
libavutil/intreadwrite.h:98:25: note: in expansion of macro 'AV_RN32'
 #  define AV_RL32(x)    AV_RN32(x)
                         ^
ffserver.c:4195:39: note: in expansion of macro 'AV_RL32'
                 video_enc.codec_tag = AV_RL32(arg);
                                       ^
In file included from vhook/fish.c:48:0:
./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
In file included from vhook/fish.c:48:0:
./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
In file included from vhook/null.c:23:0:
./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
In file included from vhook/null.c:23:0:
./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
vhook/null.c: In function 'Process':
vhook/null.c:64:16: warning: variable 'pict' set but not used [-Wunused-but-set-variable]
     AVPicture *pict = picture;
                ^
vhook/null.c: In function 'Process':
vhook/null.c:64:16: warning: variable 'pict' set but not used [-Wunused-but-set-variable]
     AVPicture *pict = picture;
                ^
In file included from vhook/watermark.c:63:0:
./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
In file included from vhook/watermark.c:63:0:
./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
In file included from vhook/watermark.c:63:0:
./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
vhook/watermark.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status
make[3]: *** [vhook/watermark.so] Error 1
make[2]: *** [/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg/libavcodec/libavcodec.a] Error 2
make[2]: *** Waiting for unfinished jobs....
vhook/watermark.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status
make[3]: *** [vhook/watermark.so] Error 1
make[2]: *** [/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg/libavutil/libavutil.a] Error 2
In file included from vhook/ppm.c:29:0:
./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
vhook/ppm.c: In function 'Process':
vhook/ppm.c:338:35: warning: 'out_height' may be used uninitialized in this function [-Wmaybe-uninitialized]
         ci->fromRGB_convert_ctx = sws_getCachedContext(ci->fromRGB_convert_ctx,
                                   ^
vhook/ppm.c:338:35: warning: 'out_width' may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from vhook/imlib2.c:48:0:
./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
vhook/imlib2.c: In function 'Configure':
vhook/imlib2.c:161:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     ci->expr_x = "0.0";
                ^
vhook/imlib2.c:162:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     ci->expr_y = "0.0";
                ^
In file included from vhook/drawtext.c:48:0:
./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
  ^
vhook/drawtext.c: In function 'draw_glyph':
vhook/drawtext.c:353:43: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses]
                       if ( (r-1 >= 0) && (! bitmap->buffer[(r-1)*bitmap->pitch +c/8] & (0x80>>(c%8))) )
                                           ^
vhook/drawtext.c:358:47: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses]
                       if ( (r+1 < height) && (! bitmap->buffer[(r+1)*bitmap->pitch +c/8] & (0x80>>(c%8))) )
                                               ^
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
==> ERROR: A failure occurred in package().
    Aborting...

and of the standard output:

gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros      -fPIC -DPIC -c -o ffmpeg.o ffmpeg.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros      -fPIC -DPIC -c -o cmdutils.o cmdutils.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros      -fPIC -DPIC -c -o cmdutils.o cmdutils.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros      -fPIC -DPIC -c -o cmdutils.o cmdutils.c
gcc -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o ffmpeg_g ffmpeg.o cmdutils.o -lavdevice -lavformat -lavcodec -lavutil -lz -lbz2 -lm -lfaac -lfaad -lmp3lame -lm -lxvidcore    -lasound -ldl -ldl -lasound -lasound
gcc -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o ffmpeg_g ffmpeg.o cmdutils.o -lavdevice -lavformat -lavcodec -lavutil -lz -lbz2 -lm -lfaac -lfaad -lmp3lame -lm -lxvidcore    -lasound -ldl -ldl -lasound -lasound
cp -p ffmpeg_g ffmpeg
strip ffmpeg
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros      -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fPIC -DPIC -c -o ffplay.o ffplay.c
cp -p ffmpeg_g ffmpeg
strip ffmpeg
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros      -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fPIC -DPIC -c -o ffplay.o ffplay.c
gcc -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o ffmpeg_g ffmpeg.o cmdutils.o -lavdevice -lavformat -lavcodec -lavutil -lz -lbz2 -lm -lfaac -lfaad -lmp3lame -lm -lxvidcore    -lasound -ldl -ldl -lasound -lasound
cp -p ffmpeg_g ffmpeg
strip ffmpeg
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros      -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fPIC -DPIC -c -o ffplay.o ffplay.c
gcc -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o ffplay_g ffplay.o cmdutils.o -lavdevice -lavformat -lavcodec -lavutil -lz -lbz2 -lm -lfaac -lfaad -lmp3lame -lm -lxvidcore    -lasound -ldl -ldl -lasound -lasound -L/usr/lib -lSDL -lpthread
cp -p ffplay_g ffplay
strip ffplay
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros      -fPIC -DPIC -c -o ffserver.o ffserver.c
gcc -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o ffplay_g ffplay.o cmdutils.o -lavdevice -lavformat -lavcodec -lavutil -lz -lbz2 -lm -lfaac -lfaad -lmp3lame -lm -lxvidcore    -lasound -ldl -ldl -lasound -lasound -L/usr/lib -lSDL -lpthread
gcc -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o ffplay_g ffplay.o cmdutils.o -lavdevice -lavformat -lavcodec -lavutil -lz -lbz2 -lm -lfaac -lfaad -lmp3lame -lm -lxvidcore    -lasound -ldl -ldl -lasound -lasound -L/usr/lib -lSDL -lpthread
cp -p ffplay_g ffplay
strip ffplay
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros      -fPIC -DPIC -c -o ffserver.o ffserver.c
cp -p ffplay_g ffplay
strip ffplay
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros      -fPIC -DPIC -c -o ffserver.o ffserver.c
gcc -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -Wl,-E -o ffserver_g ffserver.o cmdutils.o -lavdevice -lavformat -lavcodec -lavutil -lz -lbz2 -lm -lfaac -lfaad -lmp3lame -lm -lxvidcore    -lasound -ldl -ldl -lasound -lasound
cp -p ffserver_g ffserver
strip ffserver
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros `imlib2-config --cflags` `freetype-config --cflags` -fPIC -DPIC -c -o vhook/fish.o vhook/fish.c
gcc -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -Wl,-E -o ffserver_g ffserver.o cmdutils.o -lavdevice -lavformat -lavcodec -lavutil -lz -lbz2 -lm -lfaac -lfaad -lmp3lame -lm -lxvidcore    -lasound -ldl -ldl -lasound -lasound
cp -p ffserver_g ffserver
strip ffserver
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros `imlib2-config --cflags` `freetype-config --cflags` -fPIC -DPIC -c -o vhook/fish.o vhook/fish.c
gcc -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -L"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -Wl,-E -o ffserver_g ffserver.o cmdutils.o -lavdevice -lavformat -lavcodec -lavutil -lz -lbz2 -lm -lfaac -lfaad -lmp3lame -lm -lxvidcore    -lasound -ldl -ldl -lasound -lasound
cp -p ffserver_g ffserver
strip ffserver
gcc -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/fish.so -shared -Wl,-soname,fish.so vhook/fish.o  
gcc -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/fish.so -shared -Wl,-soname,fish.so vhook/fish.o  
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros `imlib2-config --cflags` `freetype-config --cflags` -fPIC -DPIC -c -o vhook/null.o vhook/null.c
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros `imlib2-config --cflags` `freetype-config --cflags` -fPIC -DPIC -c -o vhook/null.o vhook/null.c
gcc -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/null.so -shared -Wl,-soname,null.so vhook/null.o  
gcc -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/null.so -shared -Wl,-soname,null.so vhook/null.o  
gcc -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/fish.so -shared -Wl,-soname,fish.so vhook/fish.o  
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros `imlib2-config --cflags` `freetype-config --cflags` -fPIC -DPIC -c -o vhook/watermark.o vhook/watermark.c
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros `imlib2-config --cflags` `freetype-config --cflags` -fPIC -DPIC -c -o vhook/watermark.o vhook/watermark.c
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros `imlib2-config --cflags` `freetype-config --cflags` -fPIC -DPIC -c -o vhook/watermark.o vhook/watermark.c
gcc -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/watermark.so -shared -Wl,-soname,watermark.so vhook/watermark.o  
gcc -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/watermark.so -shared -Wl,-soname,watermark.so vhook/watermark.o  
Makefile:111: recipe for target 'vhook/watermark.so' failed
make[3]: Leaving directory '/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg'
Makefile:445: recipe for target '/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg/libavcodec/libavcodec.a' failed
Makefile:111: recipe for target 'vhook/watermark.so' failed
make[3]: Leaving directory '/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg'
Makefile:450: recipe for target '/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg/libavutil/libavutil.a' failed
gcc -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/watermark.so -shared -Wl,-soname,watermark.so vhook/watermark.o  
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros `imlib2-config --cflags` `freetype-config --cflags` -fPIC -DPIC -c -o vhook/ppm.o vhook/ppm.c
gcc -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/ppm.so -shared -Wl,-soname,ppm.so vhook/ppm.o  
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros `imlib2-config --cflags` `freetype-config --cflags` -fPIC -DPIC -c -o vhook/imlib2.o vhook/imlib2.c
gcc -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavutil -Wl,-Bsymbolic -o vhook/imlib2.so -shared -Wl,-soname,imlib2.so vhook/imlib2.o  `imlib2-config --libs`
gcc -fPIC -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros `imlib2-config --cflags` `freetype-config --cflags` -fPIC -DPIC -c -o vhook/drawtext.o vhook/drawtext.c
gcc -lm -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libpostproc -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libswscale -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavfilter -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavdevice -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/src/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`
rm -f libavdevice/libavdevice.a
ar rc libavdevice/libavdevice.a libavdevice/alldevices.o libavdevice/alsa-audio-common.o libavdevice/alsa-audio-dec.o libavdevice/alsa-audio-enc.o libavdevice/dv1394.o libavdevice/oss_audio.o libavdevice/v4l2.o 
ranlib libavdevice/libavdevice.a
rm -f libavformat/libavformat.a
ar rc libavformat/libavformat.a libavformat/allformats.o libavformat/cutils.o libavformat/metadata.o libavformat/metadata_compat.o libavformat/options.o libavformat/os_support.o libavformat/sdp.o libavformat/utils.o libavformat/avio.o libavformat/aviobuf.o libavformat/raw.o libavformat/id3v2.o libavformat/adtsenc.o libavformat/aiff.o libavformat/riff.o libavformat/amr.o libavformat/apc.o libavformat/ape.o libavformat/asfdec.o libavformat/asf.o libavformat/asfcrypt.o libavformat/asfenc.o libavformat/assdec.o libavformat/assenc.o libavformat/au.o libavformat/avidec.o libavformat/avienc.o libavformat/swfenc.o libavformat/avs.o libavformat/vocdec.o libavformat/voc.o libavformat/bethsoftvid.o libavformat/bfi.o libavformat/c93.o libavformat/crcenc.o libavformat/daud.o libavformat/dsicin.o libavformat/dv.o libavformat/dvenc.o libavformat/dxa.o libavformat/eacdata.o libavformat/electronicarts.o libavformat/ffmdec.o libavformat/ffmenc.o libavformat/flacdec.o libavformat/flacenc.o libavformat/flic.o libavformat/flvdec.o libavformat/flvenc.o libavformat/avc.o libavformat/4xm.o libavformat/framecrcenc.o libavformat/gif.o libavformat/gxf.o libavformat/gxfenc.o libavformat/audiointerleave.o libavformat/idcin.o libavformat/iff.o libavformat/img2.o libavformat/ipmovie.o libavformat/movenc.o libavformat/isom.o libavformat/iss.o libavformat/lmlm4.o libavformat/matroskaenc.o libavformat/matroska.o libavformat/matroskadec.o libavformat/mm.o libavformat/mmf.o libavformat/mov.o libavformat/mp3.o libavformat/mpc.o libavformat/mpc8.o libavformat/mpegenc.o libavformat/mpeg.o libavformat/mpegts.o libavformat/mpegtsenc.o libavformat/mpjpeg.o libavformat/msnwc_tcp.o libavformat/mtv.o libavformat/mvi.o libavformat/mxfdec.o libavformat/mxf.o libavformat/mxfenc.o libavformat/ncdec.o libavformat/nsvdec.o libavformat/nutdec.o libavformat/nut.o libavformat/nutenc.o libavformat/nuv.o libavformat/oggdec.o libavformat/oggparseflac.o libavformat/oggparseogm.o libavformat/oggparsespeex.o libavformat/oggparsetheora.o libavformat/oggparsevorbis.o libavformat/oggenc.o libavformat/oma.o libavformat/pva.o libavformat/r3d.o libavformat/rtsp.o libavformat/rl2.o libavformat/rmdec.o libavformat/rm.o libavformat/rmenc.o libavformat/idroq.o libavformat/rpl.o libavformat/rtp.o libavformat/rtp_aac.o libavformat/rtp_mpv.o libavformat/rtpenc.o libavformat/rtpenc_h264.o libavformat/rdt.o libavformat/rtpdec.o libavformat/rtp_h264.o libavformat/segafilm.o libavformat/siff.o libavformat/smacker.o libavformat/sol.o libavformat/psxstr.o libavformat/swfdec.o libavformat/thp.o libavformat/tiertexseq.o libavformat/tta.o libavformat/txd.o libavformat/vc1test.o libavformat/vc1testenc.o libavformat/sierravmd.o libavformat/vocenc.o libavformat/wav.o libavformat/wc3movie.o libavformat/westwood.o libavformat/wv.o libavformat/xa.o libavformat/yuv4mpeg.o libavformat/framehook.o libavformat/file.o libavformat/gopher.o libavformat/http.o libavformat/rtpproto.o libavformat/tcp.o libavformat/udp.o 
ranlib libavformat/libavformat.a
rm -f libavcodec/libavcodec.a
ar rc libavcodec/libavcodec.a libavcodec/allcodecs.o libavcodec/audioconvert.o libavcodec/bitstream.o libavcodec/bitstream_filter.o libavcodec/dsputil.o libavcodec/eval.o libavcodec/faanidct.o libavcodec/imgconvert.o libavcodec/jrevdct.o libavcodec/opt.o libavcodec/options.o libavcodec/parser.o libavcodec/raw.o libavcodec/resample.o libavcodec/resample2.o libavcodec/simple_idct.o libavcodec/utils.o libavcodec/aandcttab.o libavcodec/faandct.o libavcodec/jfdctfst.o libavcodec/jfdctint.o libavcodec/fft.o libavcodec/golomb.o libavcodec/mdct.o libavcodec/imgresample.o libavcodec/rdft.o libavcodec/aac.o libavcodec/aactab.o libavcodec/mpeg4audio.o libavcodec/aac_parser.o libavcodec/aac_ac3_parser.o libavcodec/aasc.o libavcodec/msrledec.o libavcodec/eac3dec.o libavcodec/ac3dec.o libavcodec/ac3tab.o libavcodec/ac3dec_data.o libavcodec/ac3.o libavcodec/ac3enc.o libavcodec/alac.o libavcodec/alacenc.o libavcodec/lpc.o libavcodec/sp5xdec.o libavcodec/mjpegdec.o libavcodec/mjpeg.o libavcodec/apedec.o libavcodec/asv1.o libavcodec/mpeg12data.o libavcodec/atrac3.o libavcodec/avs.o libavcodec/bethsoftvideo.o libavcodec/bfi.o libavcodec/bmp.o libavcodec/bmpenc.o libavcodec/c93.o libavcodec/cavs.o libavcodec/cavsdec.o libavcodec/cavsdsp.o libavcodec/mpegvideo.o libavcodec/cinepak.o libavcodec/cljr.o libavcodec/cook.o libavcodec/cscd.o libavcodec/cyuv.o libavcodec/dca.o libavcodec/dnxhddec.o libavcodec/dnxhddata.o libavcodec/dnxhdenc.o libavcodec/mpegvideo_enc.o libavcodec/motion_est.o libavcodec/ratecontrol.o libavcodec/dsicinav.o libavcodec/dvbsubdec.o libavcodec/dvbsub.o libavcodec/dvdsubdec.o libavcodec/dvdsubenc.o libavcodec/dv.o libavcodec/dxa.o libavcodec/eacmv.o libavcodec/eatgq.o libavcodec/eaidct.o libavcodec/eatgv.o libavcodec/eatqi.o libavcodec/mpeg12.o libavcodec/error_resilience.o libavcodec/8bps.o libavcodec/8svx.o libavcodec/escape124.o libavcodec/ffv1.o libavcodec/rangecoder.o libavcodec/huffyuv.o libavcodec/flacdec.o libavcodec/flacenc.o libavcodec/flashsv.o libavcodec/flashsvenc.o libavcodec/flicvideo.o libavcodec/h263dec.o libavcodec/h263.o libavcodec/4xm.o libavcodec/fraps.o libavcodec/huffman.o libavcodec/gifdec.o libavcodec/lzw.o libavcodec/gif.o libavcodec/h261dec.o libavcodec/h261.o libavcodec/h261enc.o libavcodec/h263_parser.o libavcodec/h264.o libavcodec/h264idct.o libavcodec/h264pred.o libavcodec/h264_parser.o libavcodec/cabac.o libavcodec/idcinvideo.o libavcodec/imc.o libavcodec/indeo2.o libavcodec/indeo3.o libavcodec/dpcm.o libavcodec/interplayvideo.o libavcodec/jpeglsdec.o libavcodec/jpegls.o libavcodec/jpeglsenc.o libavcodec/kmvc.o libavcodec/ljpegenc.o libavcodec/mjpegenc.o libavcodec/loco.o libavcodec/mace.o libavcodec/mdec.o libavcodec/mimic.o libavcodec/mjpegbdec.o libavcodec/mlpdec.o libavcodec/mlp_parser.o libavcodec/mlp.o libavcodec/mmvideo.o libavcodec/motionpixels.o libavcodec/mpegaudiodec.o libavcodec/mpegaudiodecheader.o libavcodec/mpegaudio.o libavcodec/mpegaudiodata.o libavcodec/mpegaudioenc.o libavcodec/mpc7.o libavcodec/mpc.o libavcodec/mpc8.o libavcodec/mpegvideo_xvmc.o libavcodec/mpeg12enc.o libavcodec/mpeg4video_parser.o libavcodec/msmpeg4.o libavcodec/msmpeg4data.o libavcodec/msrle.o libavcodec/msvideo1.o libavcodec/lcldec.o libavcodec/nellymoserdec.o libavcodec/nellymoser.o libavcodec/nellymoserenc.o libavcodec/nuv.o libavcodec/rtjpeg.o libavcodec/pnmenc.o libavcodec/pnm.o libavcodec/pcx.o libavcodec/png.o libavcodec/pngdec.o libavcodec/pngenc.o libavcodec/ptx.o libavcodec/qcelpdec.o libavcodec/qcelp_lsp.o libavcodec/celp_math.o libavcodec/celp_filters.o libavcodec/qdm2.o libavcodec/qdrw.o libavcodec/qpeg.o libavcodec/qtrle.o libavcodec/qtrleenc.o libavcodec/ra144.o libavcodec/ra288.o libavcodec/rawdec.o libavcodec/rawenc.o libavcodec/rl2.o libavcodec/roqvideodec.o libavcodec/roqvideo.o libavcodec/roqvideoenc.o libavcodec/elbg.o libavcodec/roqaudioenc.o libavcodec/rpza.o libavcodec/rv10.o libavcodec/rv30.o libavcodec/rv34.o libavcodec/rv30dsp.o libavcodec/rv40.o libavcodec/rv40dsp.o libavcodec/sgidec.o libavcodec/sgienc.o libavcodec/rle.o libavcodec/shorten.o libavcodec/smacker.o libavcodec/smc.o libavcodec/snow.o libavcodec/sonic.o libavcodec/sunrast.o libavcodec/svq1dec.o libavcodec/svq1.o libavcodec/svq1enc.o libavcodec/targa.o libavcodec/targaenc.o libavcodec/vp3.o libavcodec/xiph.o libavcodec/vp3dsp.o libavcodec/tiertexseqv.o libavcodec/tiff.o libavcodec/faxcompr.o libavcodec/tiffenc.o libavcodec/lzwenc.o libavcodec/truemotion1.o libavcodec/truemotion2.o libavcodec/truespeech.o libavcodec/tscc.o libavcodec/tta.o libavcodec/txd.o libavcodec/s3tc.o libavcodec/ulti.o libavcodec/vb.o libavcodec/vc1.o libavcodec/vc1data.o libavcodec/vc1dsp.o libavcodec/intrax8.o libavcodec/intrax8dsp.o libavcodec/vcr1.o libavcodec/vmdav.o libavcodec/vmnc.o libavcodec/vorbis_dec.o libavcodec/vorbis.o libavcodec/vorbis_data.o libavcodec/vorbis_enc.o libavcodec/vp5.o libavcodec/vp56.o libavcodec/vp56data.o libavcodec/vp6.o libavcodec/vp6dsp.o libavcodec/vqavideo.o libavcodec/wavpack.o libavcodec/wmadec.o libavcodec/wma.o libavcodec/wmaenc.o libavcodec/wmv2dec.o libavcodec/wmv2.o libavcodec/wmv2enc.o libavcodec/wnv1.o libavcodec/ws-snd1.o libavcodec/xan.o libavcodec/xl.o libavcodec/xsubdec.o libavcodec/lclenc.o libavcodec/zmbv.o libavcodec/zmbvenc.o libavcodec/pcm.o libavcodec/adpcm.o libavcodec/adxdec.o libavcodec/adxenc.o libavcodec/g726.o libavcodec/ac3_parser.o libavcodec/libfaac.o libavcodec/libfaad.o libavcodec/libmp3lame.o libavcodec/libxvidff.o libavcodec/libxvid_rc.o libavcodec/cavs_parser.o libavcodec/dca_parser.o libavcodec/dirac_parser.o libavcodec/dnxhd_parser.o libavcodec/dvbsub_parser.o libavcodec/dvdsub_parser.o libavcodec/h261_parser.o libavcodec/mjpeg_parser.o libavcodec/mpegaudio_parser.o libavcodec/mpegvideo_parser.o libavcodec/pnm_parser.o libavcodec/vc1_parser.o libavcodec/vp3_parser.o libavcodec/dump_extradata_bsf.o libavcodec/h264_mp4toannexb_bsf.o libavcodec/imx_dump_header_bsf.o libavcodec/mjpega_dump_header_bsf.o libavcodec/movsub_bsf.o libavcodec/mp3_header_compress_bsf.o libavcodec/mp3_header_decompress_bsf.o libavcodec/noise_bsf.o libavcodec/remove_extradata_bsf.o 
ranlib libavcodec/libavcodec.a
rm -f libavutil/libavutil.a
ar rc libavutil/libavutil.a libavutil/adler32.o libavutil/aes.o libavutil/avstring.o libavutil/base64.o libavutil/crc.o libavutil/des.o libavutil/fifo.o libavutil/intfloat_readwrite.o libavutil/lfg.o libavutil/lls.o libavutil/log.o libavutil/lzo.o libavutil/mathematics.o libavutil/md5.o libavutil/mem.o libavutil/random.o libavutil/rational.o libavutil/rc4.o libavutil/sha1.o libavutil/tree.o libavutil/utils.o 
ranlib libavutil/libavutil.a
make[3]: Leaving directory '/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg'
make[2]: Leaving directory '/tmp/src/gimp-gap-2.6.0/extern_libs'
Makefile:331: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/tmp/src/gimp-gap-2.6.0'
Makefile:270: recipe for target 'all' failed

It has been compiled with the options "--disable-ffmpeg --disable-libmpeg3", to try to fix the previous error in ext_libs.
If I compile it twice, it works. Sorry for the long post.

Offline

#8 2016-02-17 17:48:42

ElMastro
Member
Registered: 2015-12-02
Posts: 57

Re: Configuration in the 'gimp-gap' PKGBUILD

All right, I've tried diffing the log and teh error output for the two compilations, and I ended with two conclusion:

1)It skips the "make all" the second time, as it says Make: "nothing to do with all", and the first time it ended saying there were problems with "all-recursive"
2)Something doesn't work in vhooks, as the output says:

< In file included from vhook/fish.c:48:0:
< ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
<  #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
<   ^
< In file included from vhook/fish.c:48:0:
< ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
<  #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
<   ^
< In file included from vhook/fish.c:48:0:
< ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
<  #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
<   ^
< In file included from vhook/null.c:23:0:
< ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
<  #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
<   ^
< In file included from vhook/null.c:23:0:
< ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
<  #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
<   ^
< vhook/null.c: In function ‘Process’:
< vhook/null.c:64:16: warning: variable ‘pict’ set but not used [-Wunused-but-set-variable]
<      AVPicture *pict = picture;
<                 ^
< vhook/null.c: In function ‘Process’:
< vhook/null.c:64:16: warning: variable ‘pict’ set but not used [-Wunused-but-set-variable]
<      AVPicture *pict = picture;
<                 ^
< In file included from vhook/null.c:23:0:
< ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
<  #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
<   ^
< vhook/null.c: In function ‘Process’:
< vhook/null.c:64:16: warning: variable ‘pict’ set but not used [-Wunused-but-set-variable]
<      AVPicture *pict = picture;
<                 ^
< In file included from vhook/watermark.c:63:0:
< ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
<  #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
<   ^
< In file included from vhook/watermark.c:63:0:
< ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
<  #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
<   ^
< In file included from vhook/watermark.c:63:0:
< ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
<  #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
<   ^
< vhook/watermark.o: file non riconosciuto: File truncated
< collect2: error: ld returned 1 exit status
< make[3]: *** [vhook/watermark.so] Errore 1
< make[2]: *** [/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg/libavcodec/libavcodec.a] Errore 2
< make[2]: *** Attesa per i processi non terminati....
< vhook/watermark.o: file non riconosciuto: File truncated
< collect2: error: ld returned 1 exit status
< make[3]: *** [vhook/watermark.so] Errore 1
< make[2]: *** [/tmp/src/gimp-gap-2.6.0/extern_libs/ffmpeg/libavformat/libavformat.a] Errore 2
< In file included from vhook/ppm.c:29:0:
< ./libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. [-Wcpp]
<  #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
<   ^
< vhook/ppm.c: In function ‘Process’:
< vhook/ppm.c:338:35: warning: ‘out_height’ may be used uninitialized in this function [-Wmaybe-uninitialized]
<          ci->fromRGB_convert_ctx = sws_getCachedContext(ci->fromRGB_convert_ctx,
---

and it appears as this function is deprecated, and this is obviously a problem from the source.

Offline

Board footer

Powered by FluxBB