IRC channel logs

2025-06-27.log

back to list of logs

<almuhs>there are a dependency error in git package
<almuhs>Unsatisfied dependencies:
<almuhs> git : Depends: libcurl3t64-gnutls (>= 7.56.1) but it is not going to be installed
<almuhs> Depends: git-man (< 1:2.49.0-.) but 1:2.50.0-1 is to be installed
<almuhs>Error: Unable to correct problems, you have held broken packages.
<almuhs>Error: The following information from --solver 3.0 may provide additional context:
<almuhs> Unable to satisfy dependencies. Reached two conflicting decisions:
<almuhs> 1. git:hurd-i386=1:2.49.0-1 is selected for install
<almuhs> 2. git:hurd-i386 Depends git-man (< 1:2.49.0-.)
<almuhs> but none of the choices are installable:
<almuhs> [no choices]
<youpi>until the git testsuite gets fixed, that'll always happen whenever a new version is uploaded
<almuhs>understood
<damo22>damn, cloning from salsa is slow
<damo22>no its my driver
<damo22>youpi: which package do i need to look at to add rumpusbdisk to the installer? i tried looking in debian-installer package but there is no mention of rumpdisk
<damo22>is it hurd-udeb?
<youpi>it's hurd-udeb yes
<damo22>so rumpdisk is installed as non-static
<youpi>but the question is not really the debian packaging, but adding support for creating /dev entries etc.
<damo22>it must use the librump-udeb
<youpi>there is no such package, librump is still linked statically
<damo22>oh
<damo22>i think that is a limitation of rump currently
<youpi>probably rather just a bug
<youpi>that nobody took the time to look at so far
<damo22>if say, the disk driver is linked dynamically to the binary, it still needs to know to load it at runtime before running rump_init() ?
<youpi>load, you mean the .so?
<damo22>i guess
<damo22>ld.so should take care of it
<youpi>.so are always loaded before main() is called
<damo22>i remember trying to compile rumpdisk with dynamic rump
<damo22>it failed to probe the disk
<damo22>almost as if the driver was not linked at all
<damo22>if sd0 is usually for other things, what do we call usb sticks?
<damo22>ud0 ?