* conflict between alsa-lib and libasound2-data regarding alsa.conf file:
@ 2017-10-23 16:58 arne
2017-10-24 11:06 ` Tanu Kaskinen
0 siblings, 1 reply; 3+ messages in thread
From: arne @ 2017-10-23 16:58 UTC (permalink / raw)
To: alsa-devel; +Cc: sp113438
Hi,
Debian conflicts between alsa-lib_1.1.4 and libasound2-data 1.1.3:
in the source tree of alsa-lib I do:
./configure && make && sudo checkinstall
and the result is:
Unpacking alsa-lib (1.1.4.1-1) ...
dpkg: error processing
archive /home/temp/alsa-lib-1.1.4.1/alsa-lib_1.1.4.1-1_amd64.deb
(--install): trying to overwrite '/usr/share/alsa/alsa.conf', which is
also in package libasound2-data 1.1.3-5
This is on a Debian amd64 stable computer
Thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: conflict between alsa-lib and libasound2-data regarding alsa.conf file:
2017-10-23 16:58 conflict between alsa-lib and libasound2-data regarding alsa.conf file: arne
@ 2017-10-24 11:06 ` Tanu Kaskinen
2017-10-24 14:57 ` Takashi Sakamoto
0 siblings, 1 reply; 3+ messages in thread
From: Tanu Kaskinen @ 2017-10-24 11:06 UTC (permalink / raw)
To: arne, alsa-devel
On Mon, 2017-10-23 at 18:58 +0200, arne wrote:
> Hi,
>
> Debian conflicts between alsa-lib_1.1.4 and libasound2-data 1.1.3:
>
> in the source tree of alsa-lib I do:
>
> ./configure && make && sudo checkinstall
>
> and the result is:
>
> Unpacking alsa-lib (1.1.4.1-1) ...
> dpkg: error processing
> archive /home/temp/alsa-lib-1.1.4.1/alsa-lib_1.1.4.1-1_amd64.deb
> (--install): trying to overwrite '/usr/share/alsa/alsa.conf', which is
> also in package libasound2-data 1.1.3-5
This is a Debian packaging issue. It's better to contact the Debian
alsa-lib package maintainer(s) directly.
--
Tanu
https://www.patreon.com/tanuk
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: conflict between alsa-lib and libasound2-data regarding alsa.conf file:
2017-10-24 11:06 ` Tanu Kaskinen
@ 2017-10-24 14:57 ` Takashi Sakamoto
0 siblings, 0 replies; 3+ messages in thread
From: Takashi Sakamoto @ 2017-10-24 14:57 UTC (permalink / raw)
To: Tanu Kaskinen, arne, alsa-devel
Hi,
On Oct 24 2017 20:06, Tanu Kaskinen wrote:
> On Mon, 2017-10-23 at 18:58 +0200, arne wrote:
>> Hi,
>>
>> Debian conflicts between alsa-lib_1.1.4 and libasound2-data 1.1.3:
>>
>> in the source tree of alsa-lib I do:
>>
>> ./configure && make && sudo checkinstall
>>
>> and the result is:
>>
>> Unpacking alsa-lib (1.1.4.1-1) ...
>> dpkg: error processing
>> archive /home/temp/alsa-lib-1.1.4.1/alsa-lib_1.1.4.1-1_amd64.deb
>> (--install): trying to overwrite '/usr/share/alsa/alsa.conf', which is
>> also in package libasound2-data 1.1.3-5
>
> This is a Debian packaging issue. It's better to contact the Debian
> alsa-lib package maintainer(s) directly.
In debian upstream, libasound2 package based on alsa-lib v1.1.4 is not
released yet[1]. I think you tried packaging by yourself.
As long as I know, for the 'alsa.conf' file itself, alsa-lib doesn't get
any change. Furthermore, as long as I generate libasound2 package based
on alsa-lib v1.1.4.1 release with handy-modified debian stuffs from
v1.1.3 package, I cannot reproduce the bug.
$ dpkg-deb -c ../libasound2_1.1.4-1_amd64.deb
drwxr-xr-x root/root 0 2017-02-14 04:12 ./
drwxr-xr-x root/root 0 2017-02-14 04:12 ./usr/
drwxr-xr-x root/root 0 2017-02-14 04:12 ./usr/lib/
drwxr-xr-x root/root 0 2017-02-14 04:12 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root 1087656 2017-02-14 04:12
./usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
drwxr-xr-x root/root 0 2017-02-14 04:12 ./usr/share/
drwxr-xr-x root/root 0 2017-02-14 04:12 ./usr/share/doc/
drwxr-xr-x root/root 0 2017-02-14 04:12 ./usr/share/doc/libasound2/
-rw-r--r-- root/root 841 2017-02-14 04:12
./usr/share/doc/libasound2/NEWS.Debian.gz
-rw-r--r-- root/root 18612 2017-02-14 04:12
./usr/share/doc/libasound2/changelog.Debian.gz
-rw-r--r-- root/root 119241 2017-02-14 04:12
./usr/share/doc/libasound2/changelog.gz
-rw-r--r-- root/root 1560 2017-02-14 04:12
./usr/share/doc/libasound2/copyright
drwxr-xr-x root/root 0 2017-02-14 04:12
./usr/share/doc/libasound2/examples/
-rw-r--r-- root/root 2879 2017-02-14 04:12
./usr/share/doc/libasound2/examples/asoundrc.txt.gz
lrwxrwxrwx root/root 0 2017-02-14 04:12
./usr/lib/x86_64-linux-gnu/libasound.so.2 -> libasound.so.2.0.0
I doubt that you have some mistakes in your procedure to packaging for
it. Anyway, this doesn't matter to ALSA upstream. Please have
conversation in any debian community activity.
[1] https://packages.debian.org/search?keywords=libasound2
Regards
Takashi Sakamoto
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-24 14:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-23 16:58 conflict between alsa-lib and libasound2-data regarding alsa.conf file: arne
2017-10-24 11:06 ` Tanu Kaskinen
2017-10-24 14:57 ` Takashi Sakamoto
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.