Hi Christian, On Fri, 13 Aug 2021 09:22:10 +0200 (CEST) Christian Himpe <hi...@mpi-magdeburg.mpg.de> wrote:
> all seems to work, yet installing "sendfile", "http-session", "srfi-18" gave: > > ``` > Warning: Deprecated identifier `current-milliseconds' > ``` > > Otherwise: > > Operating system: Ubuntu Mate 20.04 > Hardware platform: x86-64 > C Compiler: gcc 10.3.0 > Installation works?: yes > Tests work?: yes > Installation of eggs works?: yes Thanks for the feedback. Regarding the warnings, they are unfortunate, but expected. `current-milliseconds' has been deprecated in favor of `current-process-milliseconds', but the latter is not available in previous versions of the 5.x series, so egg developers can't really just use `current-process-milliseconds' instead of `current-milliseconds' in 5.x. All the best. Mario -- http://parenteses.org/mario