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 140969 - Problem configuring gst-plugins 0.8.1
Problem configuring gst-plugins 0.8.1
Status: RESOLVED DUPLICATE of bug 140994
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.1
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-23 19:32 UTC by Pierre
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2004-04-23 19:32:06 UTC
[...]
checking MPEG2DEC_CFLAGS... -I/usr/local/include/mpeg2dec
checking MPEG2DEC_LIBS... -L/usr/local/lib -lmpeg2
checking for mjpegtools >= 1.6.1.93... yes
checking MPEG2ENC_CFLAGS... -I/usr/local/include/mjpegtools
-I/usr/local/include/mjpegtools/mpeg2enc -I/usr/local/include/mjpegtools/mplex 
                                                                               
                                                        
checking MPEG2ENC_LIBS... -L/usr/local/lib -lmjpegutils
checking mpeg2encoder.hh usability... yes
checking mpeg2encoder.hh presence... yes
checking for mpeg2encoder.hh... yes
checking for valid mpeg2enc objects... no
configure: *** These plugins will not be built: mpeg2enc
[...]

In the config.log file :

[...]
configure:40915: checking MPEG2DEC_CFLAGS
configure:40918: result: -I/usr/local/include/mpeg2dec  
configure:40921: checking MPEG2DEC_LIBS
configure:40924: result: -L/usr/local/lib -lmpeg2  
configure:41085: checking for mjpegtools >= 1.6.1.93
configure:41089: result: yes
configure:41093: checking MPEG2ENC_CFLAGS
configure:41096: result: -I/usr/local/include/mjpegtools
-I/usr/local/include/mjpegtools/mpeg2enc -I/usr/local/include/mjpegtools/mplex  
configure:41099: checking MPEG2ENC_LIBS
configure:41102: result: -L/usr/local/lib -lmjpegutils  
configure:41141: checking mpeg2encoder.hh usability
configure:41154: g++ -c -s -O3 -march=i686  -I/usr/local/include/mjpegtools
-I/usr/local/include/mjpegtools/mpeg2enc -I/usr/local/include/mjpegtools/mplex 
 conftest.cc >&5
configure:41157: $? = 0
configure:41160: test -s conftest.o
configure:41163: $? = 0
configure:41173: result: yes
configure:41177: checking mpeg2encoder.hh presence
configure:41188: g++ -E  -I/usr/local/include/mjpegtools
-I/usr/local/include/mjpegtools/mpeg2enc -I/usr/local/include/mjpegtools/mplex 
 conftest.cc
configure:41194: $? = 0
configure:41213: result: yes
configure:41249: checking for mpeg2encoder.hh
configure:41256: result: yes
configure:41265: checking for valid mpeg2enc objects
configure:41296: g++ -o conftest -s -O3 -march=i686 
-I/usr/local/include/mjpegtools -I/usr/local/include/mjpegtools/mpeg2enc
-I/usr/local/include/mjpegtools/mplex    conftest.cc  -L/usr/local/lib
-lmjpegutils   -lmpeg2encpp -lm -lpthread >&5
configure:41299: $? = 0
configure:41301: ./conftest
   INFO: [conftest] SETTING EXTENDED MMX for MOTION!
   INFO: [conftest] SETTING MMX for TRANSFORM!
   INFO: [conftest] SETTING EXTENDED MMX for PREDICTION!
./configure: line 1: 13900 Segmentation fault      ./conftest$ac_exeext
configure:41304: $? = 139
configure: program exited with status 139
configure: failed program was:
[...]

I have mjpegtools 1.6.2 installed.
Comment 1 Benjamin Otte (Company) 2004-04-25 11:58:03 UTC
Copied from configure.ac:
    dnl libmpeg2enc was first included in mjpegtools-1.6.2-rc3 (1.6.1.92)
    dnl since many distros include mjpegtools specifically without mplex
    dnl and mpeg2enc, we check for mpeg2enc on its own, too.

Could it be that your distro falls under that category?
Comment 2 Benjamin Otte (Company) 2004-04-25 11:59:49 UTC
Obviously this was already checked in the duplicate.

*** This bug has been marked as a duplicate of 140994 ***
Comment 3 Benjamin Otte (Company) 2004-04-25 19:32:13 UTC
I'd think it's the same reason that causes this. So I'd thought it's best to
have it in one bug for now.