bug#81490: 32.0.50; wrong-type-argument internal to package-install
Philip Kaludercic <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Mats Lidell <[email protected]> writes: >> Philip Kaludercic writes: >> Do you know if this issue also occurs with the pre-release Emacs 31? > > No. The "third party" docker images we use are only built for releases and > latest master as I understand it. > >> This backtrace gives me no indication where exactly this bug comes from, >> and looking at the parameter list we are not passing any suspicious >> values to the function. Are you sure that this is not an issue with the >> Docker container? > > No, I'm not sure. I can't recreate the issue with the same docker image on the > hardware that I have access to. Whether the difference is within the speed of > my machines or the docker setup in a Github workflow I don't know. Hmm, that is annoying, otherwise we could have taken the Dockerfile and adjusted it to use a pre-release build (somehow). > I was thinking there might have been some asynchronous behavior introduced > with Emacs 31 since it looks from the backtrace that the package information > has been collected but still not complete!? No, or at least not non-interactively. Can you share exactly what functions or commands from package you are invoking? > Sorry I can't be of more help here. > > %% Mats