|
Bugzilla – Full Text Bug Listing |
| Summary: | guix problem when installing/building some packages | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | J V M <javier_vm> |
| Component: | Other | Assignee: | Tomas Cech <sleep_walker> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | javier_vm, jbrielmaier |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | example of problematic manifest | ||
|
Description
J V M
2024-06-18 07:03:40 UTC
So I just learnt that in opensuse this file is in `/usr/etc/services`. So I guess that either a symlink to that file or changing something in guix config to point there would be the correct thing to do. I have never seen this error. Would that be possible to share your `package.scm` with me, so I can reproduce it locally? I wonder why would Guix depend on /etc/services. Generic thought would be that it's problem of Guix and not openSUSE as it depends on outside files. Created attachment 875822 [details]
example of problematic manifest
(In reply to Tomas Cech from comment #2) > I have never seen this error. Would that be possible to share your > `package.scm` with me, so I can reproduce it locally? It happened to me when installing R packages through guix.install package (only in installations based on git repos). Please, find attached in my previous message an example test.scm file created by this guix.install R package. > I wonder why would Guix depend on /etc/services. Generic thought would be > that it's problem of Guix and not openSUSE as it depends on outside files. I have no idea if this is a Guix problem or an opensuse problem, but I guess Guix need some (minimal) interaction with the rest of the system (maybe to fetch the git repo?). I think it is a default in the initial configuration, so I guess the package should change the default option to /usr/etc/services. Hi, I have seen this error message in the past. My workaround was touching `/etc/services` My educated guess is that it's hard coded in the guix-daemon: https://git.savannah.gnu.org/cgit/guix.git/tree/nix/libstore/build.cc?id=7f29030cd85e5e8c5110e4772ee4491a7a3d41a3#n2063 So a workaround for openSUSE would be to replace it there with `/usr/etc/services`. We also should file a bug upstream as I think this should be configurable as it not only is the case in openSUSE. ~Jonathan |