[Cooker] does this have anything to do with sound issues?

2002-02-16 Thread SI Reasoning

I got these messages during a make_install. Since they
appear to be sound oriented and I have heard of some
problems there... I thought it may be of interest.

cp: warning: source file `mii.o' specified more than
once
cp: warning: source file `mii.o' specified more than
once
cp: warning: source file `mii.o' specified more than
once
cp: warning: source file `mii.o' specified more than
once
cp: warning: source file `mii.o' specified more than
once
cp: warning: source file `mii.o' specified more than
once
cp: warning: source file `aironet4500_core.o'
specified more than once
cp: warning: source file `aironet4500_proc.o'
specified more than once
cp: warning: source file `mii.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once
cp: warning: source file `slhc.o' specified more than
once
cp: warning: source file `mii.o' specified more than
once
cp: warning: source file `mii.o' specified more than
once
cp: warning: source file `8390.o' specified more than
once

cp: warning: source file `ad1848.o' specified more
than once
cp: warning: source file `ad1848.o' specified more
than once
cp: warning: source file `ad1848.o' specified more
than once
cp: warning: source file `uart401.o' specified more
than once
cp: warning: source file `ad1848.o' specified more
than once
cp: warning: source file `mpu401.o' specified more
than once
cp: warning: source file `ad1848.o' specified more
than once
cp: warning: source file `sb_lib.o' specified more
than once
cp: warning: source file `uart401.o' specified more
than once
cp: warning: source file `cs4232.o' specified more
than once
cp: warning: source file `uart401.o' specified more
than once
cp: warning: source file `ad1848.o' specified more
than once
cp: warning: source file `mpu401.o' specified more
than once
cp: warning: source file `ad1848.o' specified more
than once
cp: warning: source file `sb_lib.o' specified more
than once
cp: warning: source file `uart401.o' specified more
than once
cp: warning: source file `sb.o' specified more than
once
cp: warning: source file `sb_lib.o' specified more
than once
cp: warning: source file `uart401.o' specified more
than once
cp: warning: source file `mpu401.o' specified more
than once
cp: warning: source file `mpu401.o' specified more
than once
cp: warning: source file `ad1848.o' specified more
than once
cp: warning: source file `opl3.o' specified more than
once
cp: warning: source file `ad1848.o' specified more
than once
cp: warning: source file `sound.o' specified more than
once
cp: warning: source file `uart401.o' specified more
than once
cp: warning: source file `ac97_codec.o' specified more
than once
cp: warning: source file `opl3.o' specified more than
once
cp: warning: source file `uart401.o' specified more
than once
cp: warning: source file `msnd.o' specified more than
once
cp: warning: source file `ac97_codec.o' specified more
than once
cp: warning: source file `ac97_codec.o' specified more
than once
cp: warning: source file `ac97_codec.o' specified more
than once
cp: warning: source file `ac97_codec.o' specified more
than once
cp: warning: source file `ac97_codec.o' specified more
than once
cp: warning: source file `ac97_codec.o' specified more
than once
cp: warning: source file `ac97_codec.o' specified more
than once
cp: warning: source file `sound.o' specified more than
once


=
SI Reasoning
[EMAIL PROTECTED]

To announce that there must be no criticism of the president or that we are to stand 
by the president, right or wrong, is not only unpatriotic and servile, but is morally 
treasonable to the American public.
Theodore Roosevelt

__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com




Re: [Cooker] does this have anything to do with sound issues?

2002-02-16 Thread Borsenkow Andrej

On óÂÔ, 2002-02-16 at 13:19, SI Reasoning wrote:
 I got these messages during a make_install. Since they
 appear to be sound oriented and I have heard of some
 problems there... I thought it may be of interest.
 
 cp: warning: source file `mii.o' specified more than
 once

No. It has been discussed on lkml; new cp warns you if you try to do
something like

cp foo foo bar

these messages are harmless (albeit annoying) so nobody seems to waste
time fixing Makefiles.

IIRC it resulted in aborting build initially but I guess cp has been
modified to emit warning not error.

-andrej