[mythtv-commits] Ticket #6512: compiling for 2.6.29.2

MythTV mythtv at cvs.mythtv.org
Fri May 1 08:17:01 UTC 2009


#6512: compiling for 2.6.29.2
------------------------------+---------------------------------------------
 Reporter:  cybernard         |        Owner:  ijr           
     Type:  defect            |       Status:  infoneeded_new
 Priority:  minor             |    Milestone:  unknown       
Component:  MythTV - General  |      Version:  head          
 Severity:  medium            |   Resolution:                
  Mlocked:  0                 |  
------------------------------+---------------------------------------------
Changes (by Dibblah):

  * status:  new => infoneeded_new


Old description:

> Using kernel 2.6.29.2
> I have been able to compile mythtv against all versions of the kernel
> except the 2.6.29.x series.
> I can not compile mythtv(20467), it errors with the following message.
>

>
>  -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include/QtXml
> -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include/QtSql
> -I/usr/include -I/usr/local/include -I/usr/src/linux-2.6.29.1/include
> -I../libmythsamplerate -I../libmythsoundtouch -I../libmythfreesurround
> -I../libavcodec -I../libavutil -I../libmythdb -I../.. -I.. -I.
> -I../libmythupnp -I../libmythui -I. -I. -o audiooutputalsa.o
> audiooutputalsa.cpp
> audiooutputalsa.cpp: In member function âint
> AudioOutputALSA::SetParameters(snd_pcm_t*, snd_pcm_format_t, unsigned
> int, unsigned int, unsigned int, unsigned int)â:
> audiooutputalsa.cpp:459: warning: âint
> snd_pcm_sw_params_set_xfer_align(snd_pcm_t*, snd_pcm_sw_params_t*,
> snd_pcm_uframes_t)â is deprecated (declared at
> /usr/include/alsa/pcm.h:1115)
> audiooutputalsa.cpp:459: warning: âint
> snd_pcm_sw_params_set_xfer_align(snd_pcm_t*, snd_pcm_sw_params_t*,
> snd_pcm_uframes_t)â is deprecated (declared at
> /usr/include/alsa/pcm.h:1115)
> make[2]: *** [mythcdrom-linux.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory `/src/mythtv/mythtv/libs/libmyth'
> make[1]: *** [sub-libmyth-make_default] Error 2
> make[1]: Leaving directory `/src/mythtv/mythtv/libs'
> make: *** [sub-libs-make_default-ordered] Error 2
>
> Later,
> Jonathan

New description:

 Using kernel 2.6.29.2
 I have been able to compile mythtv against all versions of the kernel
 except the 2.6.29.x series.
 I can not compile mythtv(20467), it errors with the following message.

 {{{

  -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include/QtXml
 -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include/QtSql
 -I/usr/include -I/usr/local/include -I/usr/src/linux-2.6.29.1/include
 -I../libmythsamplerate -I../libmythsoundtouch -I../libmythfreesurround
 -I../libavcodec -I../libavutil -I../libmythdb -I../.. -I.. -I.
 -I../libmythupnp -I../libmythui -I. -I. -o audiooutputalsa.o
 audiooutputalsa.cpp
 audiooutputalsa.cpp: In member function âint
 AudioOutputALSA::SetParameters(snd_pcm_t*, snd_pcm_format_t, unsigned int,
 unsigned int, unsigned int, unsigned int)â:
 audiooutputalsa.cpp:459: warning: âint
 snd_pcm_sw_params_set_xfer_align(snd_pcm_t*, snd_pcm_sw_params_t*,
 snd_pcm_uframes_t)â is deprecated (declared at
 /usr/include/alsa/pcm.h:1115)
 audiooutputalsa.cpp:459: warning: âint
 snd_pcm_sw_params_set_xfer_align(snd_pcm_t*, snd_pcm_sw_params_t*,
 snd_pcm_uframes_t)â is deprecated (declared at
 /usr/include/alsa/pcm.h:1115)
 make[2]: *** [mythcdrom-linux.o] Error 1
 make[2]: *** Waiting for unfinished jobs....
 make[2]: Leaving directory `/src/mythtv/mythtv/libs/libmyth'
 make[1]: *** [sub-libmyth-make_default] Error 2
 make[1]: Leaving directory `/src/mythtv/mythtv/libs'
 make: *** [sub-libs-make_default-ordered] Error 2

 }}}

 Later,
 Jonathan

--

Comment:

 This does not actually show an error. It appears that you are compiling
 with -j > 1. The actual error is above the part you posted.

 Can you recompile without parallel compilation and post the actual build
 error?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6512#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list