public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: fix build error on aarch64 - implicit instantiation of undefined template 'std::numeric_limits<unsigned long>'
@ 2026-08-07 16:05 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:05 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : 569a8a36e9f9be3a57cd958c1bdad59cfc5f8439
Author : Than Ngo <than@redhat.com>
Date   : 2023-08-15T10:46:24+02:00
Stats  : +11/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/569a8a36e9f9be3a57cd958c1bdad59cfc5f8439?branch=epel9-next

Log:
fix build error on aarch64 - implicit instantiation of undefined template 'std::numeric_limits<unsigned long>'

---
diff --git a/chromium-116-missing-header-files.patch b/chromium-116-missing-header-files.patch
index 1356e12..14983d9 100644
--- a/chromium-116-missing-header-files.patch
+++ b/chromium-116-missing-header-files.patch
@@ -409,7 +409,6 @@ diff -up chromium-115.0.5790.32/skia/ext/skcolorspace_trfn.cc.me chromium-115.0.
  
  namespace skia {
  
-diff -up chromium-96.0.4664.45/third_party/webrtc/common_video/h264/pps_parser.h.missing-cstdint chromium-96.0.4664.45/third_party/webrtc/common_video/h264/pps_parser.h
 diff -up chromium-96.0.4664.45/third_party/webrtc/common_video/h264/sps_parser.h.missing-cstdint chromium-96.0.4664.45/third_party/webrtc/common_video/h264/sps_parser.h
 --- chromium-96.0.4664.45/third_party/webrtc/common_video/h264/sps_parser.h.missing-cstdint	2021-11-19 17:05:31.379750350 -0500
 +++ chromium-96.0.4664.45/third_party/webrtc/common_video/h264/sps_parser.h	2021-11-19 17:07:35.191520127 -0500
@@ -456,7 +455,6 @@ diff -up chromium-96.0.4664.45/third_party/webrtc/audio/utility/channel_mixer.cc
  #include "audio/utility/channel_mixer.h"
  
  #include "audio/utility/channel_mixing_matrix.h"
-diff -up chromium-96.0.4664.45/third_party/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc.missing-cstring chromium-96.0.4664.45/third_party/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc
 diff -up chromium-96.0.4664.45/third_party/webrtc/modules/video_coding/utility/ivf_file_reader.cc.missing-cstring chromium-96.0.4664.45/third_party/webrtc/modules/video_coding/utility/ivf_file_reader.cc
 --- chromium-96.0.4664.45/third_party/webrtc/modules/video_coding/utility/ivf_file_reader.cc.missing-cstring	2021-11-12 05:28:10.000000000 -0500
 +++ chromium-96.0.4664.45/third_party/webrtc/modules/video_coding/utility/ivf_file_reader.cc	2021-11-19 17:10:02.928438701 -0500
@@ -468,3 +466,14 @@ diff -up chromium-96.0.4664.45/third_party/webrtc/modules/video_coding/utility/i
  #include <string>
  #include <vector>
  
+diff -up chromium-116.0.5845.96/third_party/abseil-cpp/absl/debugging/internal/stacktrace_aarch64-inl.inc.me chromium-116.0.5845.96/third_party/abseil-cpp/absl/debugging/internal/stacktrace_aarch64-inl.inc
+--- chromium-116.0.5845.96/third_party/abseil-cpp/absl/debugging/internal/stacktrace_aarch64-inl.inc.me	2023-08-15 10:42:54.732984421 +0200
++++ chromium-116.0.5845.96/third_party/abseil-cpp/absl/debugging/internal/stacktrace_aarch64-inl.inc	2023-08-15 10:43:31.125950897 +0200
+@@ -13,6 +13,7 @@
+ #include <cassert>
+ #include <cstdint>
+ #include <iostream>
++#include <limits>
+ 
+ #include "absl/base/attributes.h"
+ #include "absl/debugging/internal/address_is_readable.h"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07 16:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:05 [rpms/chromium] epel9-next: fix build error on aarch64 - implicit instantiation of undefined template 'std::numeric_limits<unsigned long>' Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox