* errors in symlinks in alsa-oss rc1 with mandrake 9.0
@ 2002-12-15 17:44 iriXx
2002-12-16 9:58 ` Thierry Vignaud
2002-12-17 10:18 ` Friedrich Ewaldt
0 siblings, 2 replies; 4+ messages in thread
From: iriXx @ 2002-12-15 17:44 UTC (permalink / raw)
To: alsa-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi all
just a note to say i had to modify the symlinks to 'missing',
'mkinstalldirs' and 'install-sh' to get alsa-oss-0.9.0rc1 to install
under mandrake 9.0.
it seems that from 9.0 mandrake puts automake in /usr/share/automake-1.4
rather than /usr/share/automake. i dont know if anyone wants to add a
detection for this to the config script?
bw
m~
- --
iriXx
www.iriXx.org
copyleft: creativity, technology and freedom?
info@copyleftmedia.org.uk
www.copyleftmedia.org.uk
~ _
( ) ascii ribbon against html email
~ X
/ \ cat /dev/sda1 > /dev/dsp
~ *** stopping make sense ***
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE9/L+aGlmEEIa9/8YRApeaAJsGVSg/Bn9n0V+DdnapAFIR1C8boQCgqhHH
9M1ZetQs3d0qpvS/5mmN9Q0=
=cpwH
-----END PGP SIGNATURE-----
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: errors in symlinks in alsa-oss rc1 with mandrake 9.0
2002-12-15 17:44 errors in symlinks in alsa-oss rc1 with mandrake 9.0 iriXx
@ 2002-12-16 9:58 ` Thierry Vignaud
2002-12-17 10:18 ` Friedrich Ewaldt
1 sibling, 0 replies; 4+ messages in thread
From: Thierry Vignaud @ 2002-12-16 9:58 UTC (permalink / raw)
To: m; +Cc: alsa-devel
iriXx <m@iriXx.org> writes:
> just a note to say i had to modify the symlinks to 'missing',
> 'mkinstalldirs' and 'install-sh' to get alsa-oss-0.9.0rc1 to install
> under mandrake 9.0.
alsa-oss just build fine, look at myt libalsa-oss0 package in mandrake
contribs.
> it seems that from 9.0 mandrake puts automake in
> /usr/share/automake-1.4 rather than /usr/share/automake.
mdk9.0 come with both automake-1.4 and automake-1.6 since some
packages need the latter and some other the first one.
there's nothing wrong in having versionnated directories such as
/usr/share/automake.
there's nothing enforcing having /usr/share/automake.
only automake should access such files.
> i dont know if anyone wants to add a detection for this to the
> config script?
you should not have to rely on automake macros being in
/usr/share/automake and i failled to see where such assumption is
made in alsa-oss build system in cvs.
so there's no point in such script.
if some tarball of some with a pre build configure and the like, and
if some links're broken, aclocal, libtoolize, automake and autoconf
are your friends to fix them.
anyway, generating them from cvs does works on any system having
automake & autoconf.
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: errors in symlinks in alsa-oss rc1 with mandrake 9.0
2002-12-15 17:44 errors in symlinks in alsa-oss rc1 with mandrake 9.0 iriXx
2002-12-16 9:58 ` Thierry Vignaud
@ 2002-12-17 10:18 ` Friedrich Ewaldt
2002-12-17 10:48 ` Takashi Iwai
1 sibling, 1 reply; 4+ messages in thread
From: Friedrich Ewaldt @ 2002-12-17 10:18 UTC (permalink / raw)
To: m; +Cc: alsa-devel
Hi!
Exactly the same problem for me.
./configure fails for alsa-oss-0.9.0rc1 (extracted from
alsa-oss-0.9.0rc1.tar.bz2) because /usr/share/automake doesn't exist.
(There's only a /usr/share/automake-1.4 directory in my mandrake 9.0
installation).
here's part of 'ls -l alsa-oss-0.9.0rc1' output after extracting from
the tarball:
[...]
lrwxrwxrwx 1 root root 30 Dez 17 11:02 install-sh ->
/usr/share/automake/install-sh
lrwxrwxrwx 1 root root 27 Dez 17 11:02 missing ->
/usr/share/automake/missing
lrwxrwxrwx 1 root root 33 Dez 17 11:02 mkinstalldirs ->
/usr/share/automake/mkins
These 3 links are pointing to a path that doesn't exist.
Building from cvs using './cvscompile' works fine.
btw: What do I need this alsa-oss package for? I didn't miss any
functionality up to now without it, i.e I can cat wav files to /dev/dsp, ...
iriXx wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> hi all
> just a note to say i had to modify the symlinks to 'missing',
> 'mkinstalldirs' and 'install-sh' to get alsa-oss-0.9.0rc1 to install
> under mandrake 9.0.
>
> it seems that from 9.0 mandrake puts automake in /usr/share/automake-1.4
> rather than /usr/share/automake. i dont know if anyone wants to add a
> detection for this to the config script?
>
> bw
> m~
> - --
> iriXx
>
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: errors in symlinks in alsa-oss rc1 with mandrake 9.0
2002-12-17 10:18 ` Friedrich Ewaldt
@ 2002-12-17 10:48 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2002-12-17 10:48 UTC (permalink / raw)
To: Friedrich Ewaldt; +Cc: perex, m, alsa-devel
At Tue, 17 Dec 2002 11:18:41 +0100,
Friedrich Ewaldt wrote:
>
> Hi!
>
> Exactly the same problem for me.
> ./configure fails for alsa-oss-0.9.0rc1 (extracted from
> alsa-oss-0.9.0rc1.tar.bz2) because /usr/share/automake doesn't exist.
> (There's only a /usr/share/automake-1.4 directory in my mandrake 9.0
> installation).
>
> here's part of 'ls -l alsa-oss-0.9.0rc1' output after extracting from
> the tarball:
> [...]
> lrwxrwxrwx 1 root root 30 Dez 17 11:02 install-sh ->
> /usr/share/automake/install-sh
> lrwxrwxrwx 1 root root 27 Dez 17 11:02 missing ->
> /usr/share/automake/missing
> lrwxrwxrwx 1 root root 33 Dez 17 11:02 mkinstalldirs ->
> /usr/share/automake/mkins
> These 3 links are pointing to a path that doesn't exist.
ah, that explains the cause. we missed --copy option for automake.
anyway, cvscompile should work (as long as you installed autoconf,
automake and libtool).
Jaroslav, could you repackage the alsa-oss tarball at the next
release?
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-12-17 10:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-15 17:44 errors in symlinks in alsa-oss rc1 with mandrake 9.0 iriXx
2002-12-16 9:58 ` Thierry Vignaud
2002-12-17 10:18 ` Friedrich Ewaldt
2002-12-17 10:48 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.