Public bug reported:

Hello,

When using `g10k` version `0.9.7-1build1` from noble, the process is
stuck just after emitting the following log:

```
2024/04/29 18:57:11 DEBUG 1(): Resolving environment <branch> of source full
```

`strace` shows:
```

futex(0x9d49e8, FUTEX_WAIT_PRIVATE, 0, NULL

```

Command line used to start g10k:
```
g10k -debug -tags -checksum -branch <branch> -config /root/g10k-config.yaml
```

Config:
``` 
---
:cachedir: '/tmp/g10k'
use_cache_fallback: false
retry_git_commands: true

sources:
 full:
   remote: '<git repository http url>'
   basedir: '/root/puppet'
   force_forge_versions: true
   exit_if_unreachable: true
   warn_if_branch_is_missing: true
   invalid_branches: 'correct_and_warn'
```


Fetching the source from `https://git.launchpad.net/ubuntu/+source/g10k` and 
building it locally solve the issue.

Thanks

** Affects: g10k (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064162

Title:
  Noble package stuck while retrieving sources

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/g10k/+bug/2064162/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to