View Issue Details

IDProjectCategoryView StatusLast Update
0005894GNUnetbuild processpublic2021-02-28 13:40
Reporternikita Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status acknowledgedResolutionopen 
Summary0005894: configure time option to optionally replace localhost with whatever is provided in numbers
DescriptionWe should provide a configure time option to make this (taken from nixpkgs):

    # Brute force: since nix-worker chroots don't provide
    # /etc/{resolv.conf,hosts}, replace all references to `localhost'
    # by their IPv4 equivalent.
    find . \( -name \*.c -or -name \*.conf \) | \
      xargs sed -ie 's|\<localhost\>|127.0.0.1|g'

This however is not good, because 127.0.0.1 is not a hostname and some usages require the hostname mapping specifically.

We should get in touch with Nix and work out a proper solution.
Additional Informationplease file bugs and feature requests with us instead of patching around them.
TagsNo tags attached.

Relationships

related to 0006114 closedschanzen Tests failing on Guix System 

Activities

nikita

2019-11-20 12:38

developer   ~0015090

Discussion with Nix: https://github.com/NixOS/nixpkgs/issues/73793

Issue History

Date Modified Username Field Change
2019-09-13 19:38 nikita New Issue
2019-09-13 19:38 nikita Status new => assigned
2019-09-13 19:38 nikita Assigned To => nikita
2019-10-27 12:53 nikita Target Version 0.11.7 => 0.12.0
2019-10-27 12:53 nikita Description Updated
2019-11-16 18:40 Christian Grothoff Target Version 0.12.0 =>
2019-11-20 12:38 nikita Note Added: 0015090
2019-11-20 12:38 nikita Status assigned => acknowledged
2020-04-29 12:19 nikita Relationship added related to 0006114
2020-06-01 00:49 Adminknox Issue cloned: 0006304
2021-02-28 13:34 schanzen Assigned To nikita => schanzen
2021-02-28 13:40 schanzen Assigned To schanzen =>