-
# Bug Report #
This might be an `ostree` bug?
Builds using the coreos-assembler container with `-e SOURCE_DATE_EPOCH=${fixed_epoch}`, a fixed config commit, and run with `build --version=${fixed_b…
-
# Bug Report #
## Environment ##
What operating system is being used to run coreos-assembler?
Fedora 35 SB
What operating system is being assembled?
FCOS 36 testing-devel
Is coreos-a…
-
http://www.c-jump.com/CIS77/CPU/x86/lecture.html#X77_0010_real_encoding
https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-2a-manual.…
-
Hello,
would it be possible to make the tap compatible with Linux?
When trying to install this openssl version on Ubuntu, it fails because of macos specific commands:
```
x86_64cpuid.s: Assemb…
-
CC libavformat/segafilmenc.o
CC libavformat/segment.o
CC libavformat/serdec.o
CC libavformat/sga.o
CC libavformat/shortendec.o
CC libavformat/sierravmd.o
./libavcod…
-
In macOS, clang, the assembler, the linker, and assorted tools are fat binaries (arm64 + x86_64) *and* support cross-compilation with the `-arch arm64` and `-arch x86_64` options. But when no `-arch`…
-
using command : clang hello.cpp -o hello -lstdc++ is OK, but:
clang hello.cpp -o hello -lstdc++ -ccc-print-phases
+- 0: input, "hello.cpp", c++
+- 1: preprocessor, {0}, c++-…
-
Right now, as documented in `BUILDING.md` this library requires `clang` in the path for this `-msvc` target which of course is quite unexpected.
This leads to a rather frustrating experience using…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR20511](https://bugs.llvm.org/show_bug.cgi?id=20511) |
| Status | NEW |
| Importance | P normal |
|…
-
On ArchLinux x86_64 with `ffmpeg4.4` installed I am getting
```
$ make
..
..
./libavutil/mem.h:174:1: warning: ‘alloc_size’ attribute ignored on a function returning ‘int’ [-Wattributes]
174…