[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#30879: Commit bc499b113 broke guix on address@hidden, improper <oper
From: |
Ludovic Courtès |
Subject: |
bug#30879: Commit bc499b113 broke guix on address@hidden, improper <operating-system> field initialization |
Date: |
Thu, 22 Mar 2018 00:04:06 +0100 |
Eric Bavier <address@hidden> skribis:
[...]
> In gnu/system.scm:
> 501: 3 [operating-system-services # # #f]
> 476: 2 [essential-services # # #f]
> 576: 1 [operating-system-etc-service #]
> In gnu/system/nss.scm:
> 217: 0 [name-service-switch->string (# # # # ...)]
>
> gnu/system/nss.scm:217:19: In procedure name-service-switch->string:
> gnu/system/nss.scm:217:19: In procedure struct_vtable: Wrong type argument in
> position 1 (expecting struct): (#<<service> type: #<service-type login ...
This looks like another record issue: the code is accessing the
`services' field instead of the `name-service-switch' field, which is
right next to it.
So it looks like there are still stale .go files somewhere being picked
up. This time it would mean that nss.go is up-to-date and system.go is
stale, since nss.go assumes an offset for `name-service-switch' that is
+1 compared to that of system.go.
Could you maybe try:
rm -rf ~/.cache/guile
make clean-go
strace -f -o log make
and check in `log' whether .go files outside of the build tree are being
used?
Thanks,
Ludo'.
- bug#30879: Commit bc499b113 broke guix on address@hidden, improper <operating-system> field initialization, Eric Bavier, 2018/03/20
- bug#30879: Commit bc499b113 broke guix on address@hidden, improper <operating-system> field initialization, Ludovic Courtès, 2018/03/20
- bug#30879: Commit bc499b113 broke guix on address@hidden, improper <operating-system> field initialization, Eric Bavier, 2018/03/21
- bug#30879: Commit bc499b113 broke guix on address@hidden, improper <operating-system> field initialization, Ludovic Courtès, 2018/03/21
- bug#30879: Commit bc499b113 broke guix on address@hidden, improper <operating-system> field initialization, Eric Bavier, 2018/03/21
- bug#30879: Commit bc499b113 broke guix on address@hidden, improper <operating-system> field initialization,
Ludovic Courtès <=
- bug#30879: Commit bc499b113 broke guix on address@hidden, improper <operating-system> field initialization, Eric Bavier, 2018/03/22
- bug#30879: Commit bc499b113 broke guix on address@hidden, improper <operating-system> field initialization, Ludovic Courtès, 2018/03/22
- bug#30879: Commit bc499b113 broke guix on address@hidden, improper <operating-system> field initialization, Eric Bavier, 2018/03/29