On Sat, May 01, 2021 at 10:36:50PM +0300, Adrian Bunk wrote:
> On Sat, May 01, 2021 at 09:23:23PM +0200, Andreas Beckmann wrote:
> > On 01/05/2021 16.05, Adrian Bunk wrote:
> > > On Fri, Apr 02, 2021 at 11:11:45AM +0200, Andreas Beckmann wrote:
> > >    Setting up mono-runtime-sgen (6.8.0.105+dfsg-4~deb11anbe1) ...
> > >    Setting up mono-runtime (6.8.0.105+dfsg-4~deb11anbe1) ...
> > 
> > > What local changes do you have in these packages?
> > 
> > My suggested patch for #985066, otherwise I wouldn't be able to test
> > anything depending on src:mono. But that patch only adds a dependency and
> > drops harmful postinst code.
> >...
> 
> Dropping the postinst code causes the #986275 bug.
> 
> I can reproduce #986275 with the following in unstable:
>   apt-get install mono-runtime-common
>   # copy the buster version of the file
>   cp config /etc/mono/
>   apt-get install libglib3.0-cil
> 
> A Pre-Depends might be the correct fix for #985066 (untested).

Actually not, the root cause seems to be a cycle problem:

mono-runtime-common depends on mono-gac
mono-gac does not work with a file from the buster mono-runtime-common

cu
Adrian

Reply via email to