ggardet

Results 42 comments of ggardet

1. openSUSE Tumbleweed 2. LTO is link-time optimization. See comment above and/or https://en.opensuse.org/openSUSE:LTO Here is the log for configure: ``` [ 64s] + CONFIG_SHELL=/usr/bin/bash [ 64s] + export CONFIG_SHELL [...

The configure command is provided above. https://github.com/simsong/bulk_extractor/issues/360#issuecomment-1153915841 This is run on the openSUSE build system (OBS) which uses internal Arm machines, without remote access. I have no Arm machine with...

> I just tried to repro on my M1 Mac by setting `-flto=auto` on `CFLAGS`, `CXXFLAGS`, and `LDFLAGS` prior to running configure. With clang/llvm, it does not seem to be...

> Can you try GCC12.1 and let me know how it goes? There are many reports that GCC12 was not fully baked. This is already version `12.1.0+git27`

> For example, do I want the desktop or the enterprise? Thanks. Better to install openSUSE Tumbleweed, where the issue is: https://get.opensuse.org/tumbleweed/

Tried just now on openSUSE Tumbleweed aarch64, with GCC 12.2.1+git416 and the build still hangs.

@alexandergraul I am missing `aarch64`, `armv7hl` and `armv6hl` packages from `openSUSE:Factory:ARM`, `openSUSE:Leap:*:ARM`.

It also fails on aarch64 with version `3.15.5`.

This is on build farms, so the CPUs can be very busy. I guess we could increase the threshold?

Please note we would need to set `v8` variant for `aarch64/arm64`. See: https://bugzilla.opensuse.org/show_bug.cgi?id=1170063 `Skopeo` now has `--override-variant` option https://github.com/containers/skopeo/pull/793