[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #23 from George Mitchell --- (In reply to commit-hook from comment #17) Following the commit in comment #17, I have successfully compiled sqlite3, and I have a compile of chromium in progress which has gotten past the

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #22 from Tatsuki Makino --- It seems to me that any way to fix it with a patch so that it can be built is good. However, I think there is something strange about the fact that _XOPEN_SOURCE was defined because there are

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #21 from Robert Nagy --- (In reply to Florian Walpen from comment #19) It is a compiler / freebsd-base change that triggered it, not a chromium change. Yes the patches are shared between OpenBSD and FreeBSD as I maintain the

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #20 from George Mitchell --- Having just now recovered from the trauma--whoops, I mean exercise--of fixing for CVE-2024-5274 (with the ad-hoc patch, which worked fine), I'll install the new chromium on my vast local network

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #19 from Florian Walpen --- (In reply to Robert Nagy from comment #15) > I cannot reproduce this on 13.3/amd64 so I assume this happens due to some > header poisoning from some dependencies. I suppose you did check that all of

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 Robert Nagy changed: What|Removed |Added Status|In Progress |Closed Resolution|---

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #17 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ba66b974729b45f6c2418d87d7403ef2e7b474d commit 4ba66b974729b45f6c2418d87d7403ef2e7b474d Author:

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 mario felicioni changed: What|Removed |Added CC||marietto2...@gmail.com ---

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #15 from Robert Nagy --- (In reply to Florian Walpen from comment #12) If that is to be upstreamed the comment needs to be fixed up as well. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #14 from Konstantin Belousov --- (In reply to Robert Nagy from comment #13) Removing the patch third__party_sqlite_BUILD.gn did not changed the outcome. The build still fails with the same alloca() errors from sqlite3_shim.c.

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 Robert Nagy changed: What|Removed |Added Status|New |In Progress -- You are receiving

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 Robert Nagy changed: What|Removed |Added CC||rn...@freebsd.org --- Comment #13

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #12 from Florian Walpen --- (In reply to George Mitchell from comment #10) I'd like to hear from the maintainer about this. Could well be that SQLITE_USE_ALLOCA was just disabled in databases/sqlite3 because of the issue with

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #11 from Florian Walpen --- Created attachment 251173 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=251173=edit Build www/chromium with proposed upstreamable fix. Fix the build as explained in previous comment,

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #10 from George Mitchell --- (In reply to Tatsuki Makino from comment #7) My compile using this patch is past the point of the error, so the patch does work. I just recompiled databases/sqlite3 to see what I could find out

Problem reports for chrom...@freebsd.org that need special attention

2024-06-02 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #9 from George Mitchell --- Should have noted: I'm on 13.2-RELEASE-p10. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-06-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 George Mitchell changed: What|Removed |Added CC||geo...@m5p.com --- Comment #8

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #7 from Tatsuki Makino --- Created attachment 251127 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=251127=edit ad-hoc patch for www/chromium I don't think we should do it like this patch :), but I think it will

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #6 from Florian Walpen --- I'm currently experimenting with the internal SQLite of devel/qtcreator, which is easier to test for me. Appending " && !defined(__FreeBSD__)" to the exceptions for APPLE and DARWIN works, but I think

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 Florian Walpen changed: What|Removed |Added CC||pavelivol...@gmail.com ---

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #4 from Tatsuki Makino --- The reason why alloca is not defined is likely to be the following part. # 14123 "../../third_party/sqlite/src/amalgamation/sqlite3.c" #define _XOPEN_SOURCE 600 This defines _POSIX_C_SOURCE and

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 Tatsuki Makino changed: What|Removed |Added CC||tatsuki_mak...@hotmail.com ---

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #2 from Florian Walpen --- Mixed that up, sorry: Linux has an alloca.h header which FreeBSD has not (defined in stdlib.h). The relevant SQLite config is SQLITE_USE_ALLOCA, and in devel/qtcreator where I had similar problems I

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 Florian Walpen changed: What|Removed |Added CC||d...@submerge.ch --- Comment #1

[Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 Bug ID: 279397 Summary: www/chromium sqlite3_shim.c compilation error Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New

maintainer-feedback requested: [Bug 279397] www/chromium sqlite3_shim.c compilation error

2024-05-30 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-chromium (Nobody) for maintainer-feedback: Bug 279397: www/chromium sqlite3_shim.c compilation error https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Description --- I started getting the error compiling chromium 125.0.6422.76_1, which is kept

maintainer-feedback requested: [Bug 279364] www/chromium: build failure on 14-STABLE (125.0.6422.76_1)

2024-05-28 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-chromium (Nobody) for maintainer-feedback: Bug 279364: www/chromium: build failure on 14-STABLE (125.0.6422.76_1) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279364 --- Description --- Please see attached poudriere log. ERROR at

[Bug 279364] www/chromium: build failure on 14-STABLE (125.0.6422.76_1)

2024-05-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279364 Bug ID: 279364 Summary: www/chromium: build failure on 14-STABLE (125.0.6422.76_1) Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any

Problem reports for chrom...@freebsd.org that need special attention

2024-05-26 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 Oleh Hushchenkov changed: What|Removed |Added CC||o.hushchen...@gmail.com ---

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 --- Comment #9 from Tomoaki AOKI --- (In reply to Robert Nagy from comment #8) Or use poudriere to build binary package locally. It installes dependencies INSIDE BUILDER JAILS, BUT NOT ONTO THE BARE-METAL ENVIRONMENT to build. If you

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 --- Comment #8 from Robert Nagy --- (In reply to Florian Walpen from comment #7) Exactly. If you don't want to have it installed during the build, then you are free to use the binary packages. -- You are receiving this mail because: You

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 --- Comment #7 from Florian Walpen --- (In reply to Ivan Rozhuk from comment #6) AFAIK pulse is used during build, but not installed as a dependency. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 --- Comment #6 from Ivan Rozhuk --- But I do not want ugly pulse in my system. Is it really necessary? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 --- Comment #5 from Florian Walpen --- Tomoaki, thanks for the help, but it's obviously not that ninja problem. Robert, thanks for your efforts, build is now past the pulse_stubs part, let's hope for the best :-) -- You are receiving

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 Robert Nagy changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 --- Comment #4 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e63ccbd60c54526e90ae3fbba9c105b6a31b6243 commit e63ccbd60c54526e90ae3fbba9c105b6a31b6243 Author:

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 Tomoaki AOKI changed: What|Removed |Added CC||junch...@dec.sakura.ne.jp ---

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 Florian Walpen changed: What|Removed |Added CC||d...@submerge.ch --- Comment #2

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 Ivan Rozhuk changed: What|Removed |Added Severity|Affects Only Me |Affects Some People -- You are

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 Ivan Rozhuk changed: What|Removed |Added CC||rozhuk...@gmail.com --- Comment #1

[Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 Bug ID: 279242 Summary: www/chromium: 125.0.6422.76 fails to build Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New

maintainer-feedback requested: [Bug 279242] www/chromium: 125.0.6422.76 fails to build

2024-05-23 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-chromium (Nobody) for maintainer-feedback: Bug 279242: www/chromium: 125.0.6422.76 fails to build https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279242 --- Description --- [ 43% 26987/62665] c++ -MD -MF obj/media/audio/libpulse_stubs/pulse_stubs.od

Problem reports for chrom...@freebsd.org that need special attention

2024-05-19 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and

[Bug 279144] www/chromium-124.0.6367.207 fails to build - ld.lld error

2024-05-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279144 --- Comment #2 from makot...@pm.me --- (In reply to cebulon from comment #1) Thank you! -- You are receiving this mail because: You are the assignee for the bug.

[Bug 279144] www/chromium-124.0.6367.207 fails to build - ld.lld error

2024-05-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279144 makot...@pm.me changed: What|Removed |Added Summary|chromium-124.0.6367.207 |www/chromium-124.0.6367.207

[Bug 279144] chromium-124.0.6367.207 fails to build - ld.lld error

2024-05-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279144 cebulon <2...@albigro.eu> changed: What|Removed |Added CC||2...@albigro.eu ---

maintainer-feedback requested: [Bug 279144] chromium-124.0.6367.207 fails to build - ld.lld error

2024-05-18 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-chromium (Nobody) for maintainer-feedback: Bug 279144: chromium-124.0.6367.207 fails to build - ld.lld error https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279144 --- Description --- Failed to build in FreeBSD 14.0-RELEASE, latest ports. This is the

[Bug 279144] chromium-124.0.6367.207 fails to build - ld.lld error

2024-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279144 Bug ID: 279144 Summary: chromium-124.0.6367.207 fails to build - ld.lld error Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New

Problem reports for chrom...@freebsd.org that need special attention

2024-05-12 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and

[Bug 278890] www/ungoogled-chromium: Update to 124.0.6367.155

2024-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278890 --- Comment #2 from commit-h...@freebsd.org --- A commit in branch 2024Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=27ddc8da18d7297672cdd79b6edcdff3ba536cc2 commit 27ddc8da18d7297672cdd79b6edcdff3ba536cc2 Author:

[Bug 278890] www/ungoogled-chromium: Update to 124.0.6367.155

2024-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278890 --- Comment #1 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee156f11d4d69167436ee53bec118d363a563735 commit ee156f11d4d69167436ee53bec118d363a563735 Author:

[Bug 278890] www/ungoogled-chromium: Update to 124.0.6367.155

2024-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278890 Robert Nagy changed: What|Removed |Added Resolution|--- |Overcome By Events

[Bug 278890] www/ungoogled-chromium: Update to 124.0.6367.155

2024-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278890 Bug ID: 278890 Summary: www/ungoogled-chromium: Update to 124.0.6367.155 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New

maintainer-feedback requested: [Bug 278890] www/ungoogled-chromium: Update to 124.0.6367.155

2024-05-10 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-chromium (Nobody) for maintainer-feedback: Bug 278890: www/ungoogled-chromium: Update to 124.0.6367.155 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278890 --- Description --- This should work after the source are published on

[Bug 278821] www/chromium: experiencing audio distortion when using webrtc and Universal Audio Volt 176 interface

2024-05-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278821 a...@ayan.net changed: What|Removed |Added CC||a...@ayan.net --- Comment #1 from

maintainer-feedback requested: [Bug 278821] www/chromium: experiencing audio distortion when using webrtc and Universal Audio Volt 176 interface

2024-05-06 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-chromium (Nobody) for maintainer-feedback: Bug 278821: www/chromium: experiencing audio distortion when using webrtc and Universal Audio Volt 176 interface https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278821 --- Description --- I've been successfully

[Bug 278821] www/chromium: experiencing audio distortion when using webrtc and Universal Audio Volt 176 interface

2024-05-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278821 Bug ID: 278821 Summary: www/chromium: experiencing audio distortion when using webrtc and Universal Audio Volt 176 interface Product: Ports & Packages Version: Latest

[Bug 268725] www/chromium: Microsoft Teams now refuses to use some webcams made by Logitech

2024-05-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268725 Marek Zarychta changed: What|Removed |Added Resolution|--- |Overcome By Events

Problem reports for chrom...@freebsd.org that need special attention

2024-05-05 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and

[Bug 278293] www/qt6-webengine and www/chromium: both fail to build on stable/14 with similar error

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278293 --- Comment #3 from Marek Zarychta --- Perhaps building www/qt6-webengine and www/chromium on poudriere-devel running in jail is the cause of problems with linking ? -- You are receiving this mail because: You are on the CC list for the

[Bug 278293] www/qt6-webengine and www/chromium: both fail to build on stable/14 with similar error

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278293 Marek Zarychta changed: What|Removed |Added CC||chrom...@freebsd.org,

[Bug 246449] www/chromium: enable PulseAudio by default.

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246449 Yuri Victorovich changed: What|Removed |Added Assignee|chrom...@freebsd.org|rn...@freebsd.org -- You are

[Bug 246449] www/chromium: enable PulseAudio by default.

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246449 --- Comment #8 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=762aa0135a4e18d32bd27bba5266fe6edd769d82 commit 762aa0135a4e18d32bd27bba5266fe6edd769d82 Author:

[Bug 246449] www/chromium: enable PulseAudio by default.

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246449 --- Comment #6 from Yuri Victorovich --- (In reply to Robert Nagy from comment #5) In addition to this chromium should also allow the user to choose what audio backend to use, regardless of what backends are installed. -- You are

[Bug 246449] www/chromium: enable PulseAudio by default.

2024-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246449 Robert Nagy changed: What|Removed |Added CC||rn...@freebsd.org

[Bug 278521] www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments

2024-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278521 --- Comment #19 from Yuri Victorovich --- (In reply to Oleh Hushchenkov from comment #18) With a patch - 14 days in case that maintainer wouldn't respond. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 278521] www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments

2024-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278521 --- Comment #18 from Oleh Hushchenkov --- (In reply to Yuri Victorovich from comment #17) Discussion about the flavorization can take years. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 278521] www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments

2024-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278521 --- Comment #17 from Yuri Victorovich --- (In reply to Oleh Hushchenkov from comment #16) Instead of reverting this change, I will create another PR with the flavorization suggestion, for www/chromium and www/firefox. -- You are

[Bug 278521] www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments

2024-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278521 --- Comment #16 from Oleh Hushchenkov --- (In reply to Yuri Victorovich from comment #15) > I am curious, why would you need chromium-alsa? Skype and Teams work better with ALSA backend. I used to build chromium from sources to enable

[Bug 278521] www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments

2024-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278521 --- Comment #15 from Yuri Victorovich --- (In reply to Oleh Hushchenkov from comment #14) I am curious, why would you need chromium-alsa? It is certainly possible to flavorize browsers on audio backend, instead of creating slave ports.

[Bug 278521] www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments

2024-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278521 --- Comment #14 from Oleh Hushchenkov --- (In reply to Yuri Victorovich from comment #13) It adds extra huge dependency to minimalistic setups without DE. Messing with default options is a wrong way from very beginning. As a commiter,

[Bug 278521] www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments

2024-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278521 --- Comment #13 from Yuri Victorovich --- (In reply to Oleh Hushchenkov from comment #12) Any reason? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 278521] www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments

2024-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278521 Oleh Hushchenkov changed: What|Removed |Added CC||o.hushchen...@gmail.com ---

[Bug 246449] www/chromium: enable PulseAudio by default.

2024-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246449 --- Comment #4 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=89e432ced730385869e5bf6df4b705facbd1c947 commit 89e432ced730385869e5bf6df4b705facbd1c947 Author:

[Bug 278521] www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments

2024-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278521 --- Comment #11 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=89e432ced730385869e5bf6df4b705facbd1c947 commit 89e432ced730385869e5bf6df4b705facbd1c947 Author:

[Bug 278521] www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments

2024-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278521 Yuri Victorovich changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 278521] www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments

2024-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278521 Yuri Victorovich changed: What|Removed |Added CC||to...@cedro.info --- Comment

[Bug 246449] www/chromium: enable PulseAudio by default.

2024-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246449 Yuri Victorovich changed: What|Removed |Added CC||y...@freebsd.org

[Bug 278521] www/chromium: Change default audio output to PULSEAUDIO to make chromium to play nice with desktop environments

2024-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278521 --- Comment #8 from Graham Perrin --- Duplicate of bug 246449? -- You are receiving this mail because: You are the assignee for the bug.

Problem reports for chrom...@freebsd.org that need special attention

2024-04-28 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and

[Bug 258573] www/chromium Could not install package: 'FAILED_TO_COPY_EXTENSION_FILE_TO_TEMP_DIRECTORY'

2024-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258573 Mark Linimon changed: What|Removed |Added Keywords||honeypot

[Bug 260387] www/chromium: Aw, snap: Error code: 5

2024-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260387 Mark Linimon changed: What|Removed |Added Keywords||honeypot -- You are receiving

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 --- Comment #12 from Robert Nagy --- (In reply to George Mitchell from comment #11) You only run into this when building with >=clang18 because a warning has been upgraded to an error. The warning was there already and the definition of

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 --- Comment #11 from George Mitchell --- Well, at least I'm not the only one working on this in the middle of the night! My sincere thank you to Robert Nagy and Tatsuki Makino for getting this debugged! Are we the only three people who

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 --- Comment #10 from commit-h...@freebsd.org --- A commit in branch 2024Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc43faef5fc5d7e7bf0f89c7bcdcbb94dd683ef6 commit bc43faef5fc5d7e7bf0f89c7bcdcbb94dd683ef6

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 Robert Nagy changed: What|Removed |Added Status|In Progress |Closed Resolution|---

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 --- Comment #9 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9fa5ded7494b548e2aca67bc839845d68604758f commit 9fa5ded7494b548e2aca67bc839845d68604758f Author:

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 Robert Nagy changed: What|Removed |Added Status|New |In Progress CC|

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 --- Comment #8 from Tatsuki Makino --- ${WRKSRC}/third_party/ffmpeg/BUILD.gn has -std=c99. I guess we need to pass cflags+=-std=c99 in some way to ${WRKSRC}/third_party/ffmpeg/chromium/scripts/build_ffmpeg.py running on the pre-configure

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 --- Comment #7 from George Mitchell --- (In reply to Tatsuki Makino from comment #6) Thank you! This surely sounds like where the real problem is, and I will try it on my machine in the morning (it's bed time for me right now). I was

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 Tatsuki Makino changed: What|Removed |Added CC||tatsuki_mak...@hotmail.com ---

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 --- Comment #5 from George Mitchell --- Still trying to figure out the right way to fix this bug. There are forty-two files names 'config.h' under work/chromium-124.0.6367.60 that #define HAVE_PTHREAD_SET_NAME_NP, and they all assert "/*

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 George Mitchell changed: What|Removed |Added Attachment #250204|0 |1 is obsolete|

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 --- Comment #3 from George Mitchell --- P.S. My sincere appreciation to whomever came up with the one thousand two hundred and eighty-five (!!) patches already in this package to enable chrome to be built and used on FreeBSD!. -- You are

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 --- Comment #2 from George Mitchell --- Created attachment 250204 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250204=edit Ugly fix reformatted as a proper patch May the spirit of Ada Lovelace forgive me; I have turned my

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 --- Comment #1 from George Mitchell --- The ugly fix I described does allow the compile to succeed. I assume no one else has run into this? (I should have mentioned that I am one of those poudriere spurners who uses portmaster.) -- You

[Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 Bug ID: 278560 Summary: www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure Product: Ports & Packages Version: Latest Hardware: Any OS:

maintainer-feedback requested: [Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure

2024-04-23 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-chromium (Nobody) for maintainer-feedback: Bug 278560: www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278560 --- Description --- ./../third_party/ffmpeg/libavutil/thread.h:228:19: error:

  1   2   3   4   5   6   7   8   9   10   >