List Info

Thread: r12599 breaks make install




r12599 breaks make install
user name
2008-03-27 21:01:49
Dear:

r12599 breaks make install on Linux/Windows

It seems that double colon is used in a wrong way

On MinGW

I modified ffmpeg/makefile:

install-headers::
 echo "stupid r12599 modifcation will not reach
here"
 $(MAKE)                    -C libavutil   install-headers
 $(MAKE)                    -C libavcodec  install-headers
 $(MAKE)                    -C libavformat install-headers
 $(MAKE)                    -C libavdevice install-headers
 $(MAKE-$(CONFIG_POSTPROC)) -C libpostproc install-headers
 $(MAKE)                    -C libswscale  install-headers
 $(MAKE-$(CONFIG_AVFILTER)) -C libavfilter install-headers

run:
make install

There is not the message "stupid r12599 modifcation
will not reach here"

make install is captured by the top common.mak in
ffmpeg/makefile and die


Should we revert r12599?
-- 
-------------------------------------------------
Inspired by http://www.avcoder.net
Your potential. Our passion.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-develmplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel


Re: r12599 breaks make install
user name
2008-03-27 21:05:03
avcoder.net <ffmpeggmail.com> writes:

> Dear:
>
> r12599 breaks make install on Linux/Windows
>
> It seems that double colon is used in a wrong way
>
> On MinGW
>
> I modified ffmpeg/makefile:
>
> install-headers::
>  echo "stupid r12599 modifcation will not reach
here"
>  $(MAKE)                    -C libavutil  
install-headers
>  $(MAKE)                    -C libavcodec 
install-headers
>  $(MAKE)                    -C libavformat
install-headers
>  $(MAKE)                    -C libavdevice
install-headers
>  $(MAKE-$(CONFIG_POSTPROC)) -C libpostproc
install-headers
>  $(MAKE)                    -C libswscale 
install-headers
>  $(MAKE-$(CONFIG_AVFILTER)) -C libavfilter
install-headers
>
> run:
> make install
>
> There is not the message "stupid r12599
modifcation will not reach here"
>
> make install is captured by the top common.mak in
ffmpeg/makefile and die
>
> Should we revert r12599?

A much more radical fix is underway.  Please help me test
the
non-recursive make patch I just posted.

-- 
Måns Rullgård
mansmansr.com
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-develmplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel


Re: r12599 breaks make install
user name
2008-03-27 21:30:18
Dear:

On Fri, Mar 28, 2008 at 10:05 AM, Måns Rullgård <mansmansr.com> wrote:

> avcoder.net <ffmpeggmail.com> writes:
>
> > Dear:
> >
> > r12599 breaks make install on Linux/Windows
> >
> > It seems that double colon is used in a wrong way
> >
> > On MinGW
> >
> > I modified ffmpeg/makefile:
> >
> > install-headers::
> >  echo "stupid r12599 modifcation will not
reach here"
> >  $(MAKE)                    -C libavutil  
install-headers
> >  $(MAKE)                    -C libavcodec 
install-headers
> >  $(MAKE)                    -C libavformat
install-headers
> >  $(MAKE)                    -C libavdevice
install-headers
> >  $(MAKE-$(CONFIG_POSTPROC)) -C libpostproc
install-headers
> >  $(MAKE)                    -C libswscale 
install-headers
> >  $(MAKE-$(CONFIG_AVFILTER)) -C libavfilter
install-headers
> >
> > run:
> > make install
> >
> > There is not the message "stupid r12599
modifcation will not reach here"
> >
> > make install is captured by the top common.mak in
ffmpeg/makefile and
> die
> >
> > Should we revert r12599?
>
> A much more radical fix is underway.  Please help me
test the
> non-recursive make patch I just posted.
>
I still think the best solution is "revert
r12599"!


-- 
-------------------------------------------------
Inspired by http://www.avcoder.net
Your potential. Our passion.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-develmplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel


Re: r12599 breaks make install
user name
2008-03-28 05:49:55
On Fri, Mar 28, 2008 at 10:30:18AM +0800, avcoder.net
wrote:
> 
> On Fri, Mar 28, 2008 at 10:05 AM, Måns Rullgård
<mansmansr.com> wrote:
> 
> > avcoder.net <ffmpeggmail.com> writes:
> >
> > > r12599 breaks make install on Linux/Windows
> > >
> > > It seems that double colon is used in a wrong
way
> > >
> > > On MinGW
> > >
> > > I modified ffmpeg/makefile:
> > >
> > > install-headers::
> > >  echo "stupid r12599 modifcation will
not reach here"
> > >  $(MAKE)                    -C libavutil  
install-headers
> > >  $(MAKE)                    -C libavcodec 
install-headers
> > >  $(MAKE)                    -C libavformat
install-headers
> > >  $(MAKE)                    -C libavdevice
install-headers
> > >  $(MAKE-$(CONFIG_POSTPROC)) -C libpostproc
install-headers
> > >  $(MAKE)                    -C libswscale 
install-headers
> > >  $(MAKE-$(CONFIG_AVFILTER)) -C libavfilter
install-headers
> > >
> > > run:
> > > make install
> > >
> > > There is not the message "stupid r12599
modifcation will not reach here"
> > >
> > > make install is captured by the top
common.mak in ffmpeg/makefile and die
> > >
> > > Should we revert r12599?
> >
> > A much more radical fix is underway.  Please help
me test the
> > non-recursive make patch I just posted.
> 
> I still think the best solution is "revert
r12599"!

I still think this is PEBCAK.  It has never been
reproducible in any way
and your claim about double colon rules is nonsense.

Diego
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-develmplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel


Re: r12599 breaks make install
user name
2008-03-28 08:37:23
On date Friday 2008-03-28 11:49:55 +0100, Diego Biurrun
encoded:
> On Fri, Mar 28, 2008 at 10:30:18AM +0800, avcoder.net
wrote:
> > 
> > On Fri, Mar 28, 2008 at 10:05 AM, Måns Rullgård
<mansmansr.com> wrote:
> > 
> > > avcoder.net <ffmpeggmail.com> writes:
> > >
> > > > r12599 breaks make install on
Linux/Windows
> > > >
> > > > It seems that double colon is used in a
wrong way
> > > >
> > > > On MinGW
> > > >
> > > > I modified ffmpeg/makefile:
> > > >
> > > > install-headers::
> > > >  echo "stupid r12599 modifcation
will not reach here"
> > > >  $(MAKE)                    -C libavutil
  install-headers
> > > >  $(MAKE)                    -C
libavcodec  install-headers
> > > >  $(MAKE)                    -C
libavformat install-headers
> > > >  $(MAKE)                    -C
libavdevice install-headers
> > > >  $(MAKE-$(CONFIG_POSTPROC)) -C
libpostproc install-headers
> > > >  $(MAKE)                    -C
libswscale  install-headers
> > > >  $(MAKE-$(CONFIG_AVFILTER)) -C
libavfilter install-headers
> > > >
> > > > run:
> > > > make install
> > > >
> > > > There is not the message "stupid
r12599 modifcation will not reach here"
> > > >
> > > > make install is captured by the top
common.mak in ffmpeg/makefile and die
> > > >
> > > > Should we revert r12599?
> > >
> > > A much more radical fix is underway.  Please
help me test the
> > > non-recursive make patch I just posted.
> > 
> > I still think the best solution is "revert
r12599"!

or update to r12616.

> I still think this is PEBCAK.  It has never been
reproducible in any way
> and your claim about double colon rules is nonsense.

Maybe he got some conflict in some Makefile, and make fails
because of
the >>>>mine thing.

Regards.
-- 
Stefano Sabatini
Linux user number 337176 (see http://counter.li.org)
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-develmplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel


[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )