Bug 258573

Summary: www/chromium Could not install package: 'FAILED_TO_COPY_EXTENSION_FILE_TO_TEMP_DIRECTORY'
Product: Ports & Packages Reporter: Graham Perrin <grahamperrin>
Component: Individual Port(s)Assignee: Graham Perrin <grahamperrin>
Status: Closed Overcome By Events    
Severity: Affects Many People CC: Alexander88207, akumail9, alex, chromium, dch, dim.jakobi, dsh, dunnsims226566, freebsd, freebsd, iron.udjin, lapo, leres, marietto2008, matt, monebieli39, olevole, patovm04, raahil190, rene, xliiv
Priority: --- Flags: bugzilla: maintainer-feedback? (chromium)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://forums.freebsd.org/threads/82017/
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258679

Description Graham Perrin freebsd_committer freebsd_triage 2021-09-18 15:23:00 UTC
Reported at <https://forums.freebsd.org/threads/82056/>

----

Confirmed with chromium-92.0.4515.159_1 on FreeBSD 14.0-CURRENT. 

For example: 

Clip to DEVONthink
<https://chrome.google.com/webstore/detail/clip-to-devonthink/pjoafdokmbmkpolhcnmnkgaicbajigcc>

* was present but disabled
* I removed it
* the error occurred when I tried to add it.
Comment 1 Alexander Vereeken 2021-09-19 01:31:25 UTC
Hello,

there is also something in the console:

[56119:148004:0919/032819.470125:ERROR:bus.cc(393)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
Comment 2 Patricio Villar 2021-09-25 14:20:42 UTC
Hi, I'm currently running FreeBSD 13.0-RELEASE and can confirm that installing extensions isn't working either on Chromium-based browsers run through Linuxulator...
It all started happening with Chromium v92+
Comment 3 Matthias Wolf 2021-10-20 10:53:29 UTC
Should be fixed in v94.
Comment 4 Patricio Villar 2021-10-22 21:23:26 UTC
(In reply to Matthias Wolf from comment #3)
This still happens with Chromium v94.0.4606.81 when trying to install extensions... 

It's really strange as it happens with linux-Chrome too as stated before, but old versions such as v89 are not affected. 

(FreeBSD 13.0-RELEASE-p4)
Comment 5 Denis Shaposhnikov 2021-10-31 16:17:56 UTC
After upgrading to chromium-94.0.4606.81_1 I still can't install extensions because 

Could not install package: 'FAILED_TO_COPY_EXTENSION_FILE_TO_TEMP_DIRECTORY'
Comment 6 iron.udjin 2021-11-01 09:19:54 UTC
I have the same problem with chromium-94.0.4606.81_1.
Comment 7 Dextrous 2021-11-06 05:24:50 UTC
Chromium 94.0.4606.81
Comment 8 Aleks Michajlow 2021-11-10 09:49:34 UTC
I have the probleme with Chromium Version 94.0.4606.81
Comment 9 Graham Perrin freebsd_committer freebsd_triage 2021-11-15 01:29:44 UTC
Also not fixed for me. Let's assume that it's not fixed for many people. 



% pkg info -x chromium
chromium-94.0.4606.81_2
% pkg -vv | grep url
    url             : "pkg+http://pkg.FreeBSD.org/FreeBSD:14:amd64/latest",
    url             : "https://alpha.pkgbase.live/current/FreeBSD:14:amd64/latest",
    url             : "file:///usr/local/poudriere/data/packages/main-default",
% pkg -vv | grep enabled
    enabled         : yes,
    enabled         : no,
    enabled         : yes,
% uname -aKU
FreeBSD mowa219-gjp4-8570p-freebsd 14.0-CURRENT FreeBSD 14.0-CURRENT #115 main-n250650-ef396441ceb: Sat Nov 13 23:52:09 GMT 2021     root@mowa219-gjp4-8570p-freebsd:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG  amd64 1400041 1400041
%
Comment 10 gnikl 2021-11-15 14:11:57 UTC
(In reply to Graham Perrin from comment #9)
> Also not fixed for me. Let's assume that it's not fixed for many people.
If you can build Chromium yourself, then see bug #258679, comment #21 for a solution.

I assume that a more correct solution is to restore pre v92 behaviour by removing the use of sendfile() on FreeBSD. That is something the port owner have to decide.
Comment 11 Dimitri Jakobi 2021-12-08 16:52:31 UTC
The Bug still alive... I suggest a workaround: 1) download the extension you wont to install from the web, e.g. "uBlock0_1.39.3b4.chromium.zip" and unzip it (the folder name is "uBlock0.chromium"); 2) open Chromium, type "about://extensions" and activate "Developer mode"; 3) drag the folder "uBlock0.chromium" with the extracted plugin. This way it works fine.
Comment 12 Oleg Ginzburg 2021-12-21 10:20:55 UTC
same issue, FreeBSD 14.0-CURRENT + chromium-94.0.4606.81_2
Comment 13 Whoami 2021-12-22 10:29:47 UTC
Any ETA for resolution of the issue? Seeing it on my Virtual Machine
Comment 14 mario felicioni 2022-01-13 20:39:13 UTC
Confirmed with Cromium v. 94.0.4606.81 and FreeBSD 13.0-RELEASE-p4.
Comment 15 mario felicioni 2022-01-16 18:37:26 UTC
Hello.

I'm running FreeBSD 13 + chromium browser. Because of this bug I'm not able to install any extension using the traditional method. Anyway I tried the workaround suggested :

download the extension you want to install from the web, e.g. "uBlock0_1.39.3b4.chromium.zip" and unzip it (the folder name is "uBlock0.chromium"); 2) open Chromium, type "about://extensions" and activate "Developer mode"; 3) drag the folder "uBlock0.chromium" with the extracted plugin. This way it works fine.

I tried to compile adblockplus :

https://gitlab.com/eyeo/adblockplus/abpui/adblockplusui/

from source,but it failed : (someone has a similar extension,already compiled and unpacked to suggest ? I can't "live" without an adblocker. thanks. 

marietto:/usr/home/marietto/Downloads/adblockplusui # npx gulp build -t chrome -c development
npx: installed 324 in 38.142s

[19:11:08] Local modules not found in /usr/home/marietto/Downloads/adblockplusui
[19:11:08] Try running: npm install
root@marietto:/usr/home/marietto/Downloads/adblockplusui # npm install
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!

> canvas@2.7.0 install /usr/home/marietto/Downloads/adblockplusui/node_modules/canvas
> node-pre-gyp install --fallback-to-build

node-pre-gyp WARN Using request for node-pre-gyp https download 
node-pre-gyp WARN Tried to download(404): https://github.com/Automattic/node-canvas/releases/download/v2.7.0/canvas-v2.7.0-node-v93-freebsd-unknown-x64.tar.gz 
node-pre-gyp WARN Pre-built binaries not found for canvas@2.7.0 and node@16.13.0 (node-v93 ABI, unknown) (falling back to source compile with node-gyp) 
(node:13456) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
(Use `node --trace-deprecation ...` to show where the warning was created)
gmake: Entering directory '/usr/home/marietto/Downloads/adblockplusui/node_modules/canvas/build'
  SOLINK_MODULE(target) Release/obj.target/canvas-postbuild.node
  COPY Release/canvas-postbuild.node
  CXX(target) Release/obj.target/canvas/src/backend/Backend.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
../src/backend/Backend.cc:111:10: warning: address of stack memory associated with local variable 'msg' returned [-Wreturn-stack-address]
  return msg.c_str();
         ^~~
2 warnings generated.
  CXX(target) Release/obj.target/canvas/src/backend/ImageBackend.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  CXX(target) Release/obj.target/canvas/src/backend/PdfBackend.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  CXX(target) Release/obj.target/canvas/src/backend/SvgBackend.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  CXX(target) Release/obj.target/canvas/src/bmp/BMPParser.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  CXX(target) Release/obj.target/canvas/src/Backends.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  CXX(target) Release/obj.target/canvas/src/Canvas.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
../src/Canvas.cc:411:49: warning: result of comparison of constant 4294967296 with expression of type 'uint32_t' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (static_cast<uint32_t>(canvas->nBytes()) > node::Buffer::kMaxLength) {
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
  CXX(target) Release/obj.target/canvas/src/CanvasGradient.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  CXX(target) Release/obj.target/canvas/src/CanvasPattern.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  CXX(target) Release/obj.target/canvas/src/CanvasRenderingContext2d.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  CXX(target) Release/obj.target/canvas/src/closure.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  CXX(target) Release/obj.target/canvas/src/color.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  CXX(target) Release/obj.target/canvas/src/Image.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
../src/Image.cc:1164:3: warning: 'rsvg_handle_get_dimensions' is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations]
  rsvg_handle_get_dimensions(_rsvg, dims);
  ^
/usr/local/include/librsvg-2.0/librsvg/rsvg.h:726:1: note: 'rsvg_handle_get_dimensions' has been explicitly marked deprecated here
RSVG_DEPRECATED_FOR(rsvg_handle_get_intrinsic_size_in_pixels)
^
/usr/local/include/librsvg-2.0/librsvg/rsvg.h:50:32: note: expanded from macro 'RSVG_DEPRECATED_FOR'
#define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API
                               ^
/usr/local/include/glib-2.0/glib/gmacros.h:1112:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/Image.cc:1203:24: warning: 'rsvg_handle_render_cairo' is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations]
  gboolean render_ok = rsvg_handle_render_cairo(_rsvg, cr);
                       ^
/usr/local/include/librsvg-2.0/librsvg/rsvg-cairo.h:94:1: note: 'rsvg_handle_render_cairo' has been explicitly marked deprecated here
RSVG_DEPRECATED_FOR(rsvg_handle_render_document)
^
/usr/local/include/librsvg-2.0/librsvg/rsvg.h:50:32: note: expanded from macro 'RSVG_DEPRECATED_FOR'
#define RSVG_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) RSVG_API
                               ^
/usr/local/include/glib-2.0/glib/gmacros.h:1112:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
3 warnings generated.
  CXX(target) Release/obj.target/canvas/src/ImageData.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  CXX(target) Release/obj.target/canvas/src/init.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  CXX(target) Release/obj.target/canvas/src/register_font.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
1 warning generated.
  SOLINK_MODULE(target) Release/obj.target/canvas.node
  COPY Release/canvas.node
gmake: Leaving directory '/usr/home/marietto/Downloads/adblockplusui/node_modules/canvas/build'

> chromedriver@96.0.0 install /usr/home/marietto/Downloads/adblockplusui/node_modules/chromedriver
> node install.js

Current existing ChromeDriver binary is unavailable, proceeding with download and extraction.
Downloading from file:  https://chromedriver.storage.googleapis.com/96.0.4664.45/chromedriver_mac64.zip
Saving to file: /tmp/96.0.4664.45/chromedriver/chromedriver_mac64.zip
Received 1040K...
Received 2080K...
Received 3120K...
Received 4160K...
Received 5200K...
Received 6240K...
Received 7280K...
Received 8041K total.
Extracting zip contents to /tmp/96.0.4664.45/chromedriver.
Copying from /tmp/96.0.4664.45/chromedriver to target path /usr/home/marietto/Downloads/adblockplusui/node_modules/chromedriver/lib/chromedriver
Fixing file permissions.
Done. ChromeDriver binary available at /usr/home/marietto/Downloads/adblockplusui/node_modules/chromedriver/lib/chromedriver/chromedriver

> node-sass@4.14.1 install /usr/home/marietto/Downloads/adblockplusui/node_modules/node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.14.1/freebsd-x64-93_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.14.1/freebsd-x64-93_binding.node": 

HTTP error 404 Not Found

Hint: If github.com is not accessible in your location
      try setting a proxy via HTTP_PROXY, e.g. 

      export HTTP_PROXY=http://example.com:1234

or configure npm proxy via

      npm config set proxy http://example.com:8080

> electron@2.0.18 postinstall /usr/home/marietto/Downloads/adblockplusui/node_modules/electron
> node install.js

Downloading electron-v2.0.18-freebsd-x64.zip
Error: GET https://github.com/electron/electron/releases/download/v2.0.18/electron-v2.0.18-freebsd-x64.zip returned 404
/usr/home/marietto/Downloads/adblockplusui/node_modules/electron/install.js:54
  throw err
  ^

Error: Failed to find Electron v2.0.18 for freebsd-x64 at https://github.com/electron/electron/releases/download/v2.0.18/electron-v2.0.18-freebsd-x64.zip
    at Request.<anonymous> (/usr/home/marietto/Downloads/adblockplusui/node_modules/nugget/index.js:169:61)
    at Request.emit (node:events:390:28)
    at Request.onRequestResponse (/usr/home/marietto/Downloads/adblockplusui/node_modules/request/request.js:1059:10)
    at ClientRequest.emit (node:events:390:28)
    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:623:27)
    at HTTPParser.parserOnHeadersComplete (node:_http_common:128:17)
    at TLSSocket.socketOnData (node:_http_client:487:22)
    at TLSSocket.emit (node:events:390:28)
    at addChunk (node:internal/streams/readable:315:12)
    at readableAddChunk (node:internal/streams/readable:289:9)
npm WARN The package glob is included as both a dev and production dependency.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"freebsd","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! electron@2.0.18 postinstall: `node install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the electron@2.0.18 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2022-01-16T18_12_58_931Z-debug.log
root@marietto:/usr/home/marietto/Downloads/adblockplusui # npx gulp build -t chrome -c development
npx: installed 324 in 27.892s
Local gulp not found in /usr/home/marietto/Downloads/adblockplusui
Try running: npm install gulp

marietto:/usr/home/marietto/Downloads/adblockplusui # npm install gulp

npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.

> electron@2.0.18 postinstall /usr/home/marietto/Downloads/adblockplusui/node_modules/electron
> node install.js

Downloading electron-v2.0.18-freebsd-x64.zip
Error: GET https://github.com/electron/electron/releases/download/v2.0.18/electron-v2.0.18-freebsd-x64.zip returned 404
/usr/home/marietto/Downloads/adblockplusui/node_modules/electron/install.js:54
  throw err
  ^

Error: Failed to find Electron v2.0.18 for freebsd-x64 at https://github.com/electron/electron/releases/download/v2.0.18/electron-v2.0.18-freebsd-x64.zip
    at Request.<anonymous> (/usr/home/marietto/Downloads/adblockplusui/node_modules/nugget/index.js:169:61)
    at Request.emit (node:events:390:28)
    at Request.onRequestResponse (/usr/home/marietto/Downloads/adblockplusui/node_modules/request/request.js:1059:10)
    at ClientRequest.emit (node:events:390:28)
    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:623:27)
    at HTTPParser.parserOnHeadersComplete (node:_http_common:128:17)
    at TLSSocket.socketOnData (node:_http_client:487:22)
    at TLSSocket.emit (node:events:390:28)
    at addChunk (node:internal/streams/readable:315:12)
    at readableAddChunk (node:internal/streams/readable:289:9)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/glob-watcher/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"freebsd","arch":"x64"})
npm WARN stylelint-config-eyeo@1.0.3 requires a peer of stylelint@^8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN stylelint-config-recommended@1.0.0 requires a peer of stylelint@^8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN stylelint-order@0.7.0 requires a peer of stylelint@^8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN The package glob is included as both a dev and production dependency.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"freebsd","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! electron@2.0.18 postinstall: `node install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the electron@2.0.18 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/marietto/.npm/_logs/2022-01-16T18_14_10_748Z-debug.log
Comment 16 Dimitri Jakobi 2022-02-02 19:22:03 UTC
How to get for example Adblock Plus working on Chrome/FreeBSD (workaround):

1) download the extension as a *.crx file, 2) extract it into a folder, 3) drug and drop this folder into the "extensions" tab in Chrome (chrome://extensions/, "Developer mode" must be activated).  

To download an extension (Adblock plus as example) from the Chrome web store I've used Firefox, since Chromium will not let you save *.crx files for security reasons. In Firefox you go to the Chrome web store, search for Adblock plus, click it, copy the URL of this website (https://chrome.google.com/webstore/detail/adblock-plus-free-ad-bloc/cfhdojbkjhnklbpkdaibdccddilifddb). 

After that go to the site http://crxextractor.com/ , click "Start for free", insert the copied  link from the Chrome web store into the field "URL from ChromeWebStore" (see the left side on that page). Download the *.crx file. 

On the right side on http://crxextractor.com/ you see "Drop downloaded .CRX and get source code". Drop or load the *.crx file you've just downloaded and save the resulting *.zip file. 

This *.zip contains a folder with the extension. You should extract it on your disk ("Extract Here"). The extracted folder you just drug and drop into the "extensions" tab in Chrome (chrome://extensions/, the "Developer mode" in the top right corner must be activated).

I've just tried to install "Adblock Plus" and "ublock origin" this way - everything worked fine. I hope, this will help a bit.
Comment 17 Graham Perrin freebsd_committer freebsd_triage 2022-02-06 07:21:43 UTC
<https://forums.freebsd.org/posts/554849>: 

> I added an extension (Authenticator), then downloaded a file.

please: was <https://cgit.freebsd.org/ports/commit/?id=aa70a996eae7376396a5dd8a9e5105bebb6bc72c> the fix?
Comment 18 Patricio Villar 2022-02-13 12:05:44 UTC
Finally, Chromium v97.0.4692.99 is not affected by this bug anymore.
(At least on FreeBSD 13.0-STABLE #0 stable/13-n249171-098780e8fe9 which is what I'm currently running.)
Comment 19 Alexander Vereeken 2022-02-13 20:00:28 UTC
I can confirm it too.

97.0.4692.99

stable/13-n249403-c437ff145c
Comment 20 mario felicioni 2022-02-14 07:01:24 UTC
This bug has not been fixed totally. I will show you two scenarios where it has not been fixed :

1) After several attempts I've been able to install succesfully Chrome (not Chromium),following this tutorial :

https://forums.freebsd.org/threads/linuxulator-how-to-run-google-chrome-linux-binary-on-freebsd.77559/

It runs without problems,it's a shame that it does not allow to install extensions,because this bug has been fixed for chromium,but not for Chrome and brave,as u can see below : (and yes,I'm running the latest version,97. I mean,this bug has been fixed for chromium version 97,but not for chrome 97). Brave is also affected by this bug :

https://ibb.co/jVT3J4s
https://ibb.co/Ptf3mbD
https://ibb.co/jfDbDSJ
Comment 21 Graham Perrin freebsd_committer freebsd_triage 2022-02-14 07:23:18 UTC
(In reply to mario felicioni from comment #20)

Thanks, let's continue that in the moderated area of FreeBSD Forums, or (if you like) spin off to a separate topic where members are free to post without moderation. 

From <https://forums.freebsd.org/posts/556344> (awaiting moderation): 

> … 258573 still open only because information about the fix is 
> missing; whilst Chrome is a side interest, it is (technically) 
> not the wwww/chromium port; there is no port of Google Chrome. Thanks.
Comment 22 Jonh son 2022-10-22 03:14:19 UTC
MARKED AS SPAM
Comment 23 Graham Perrin freebsd_committer freebsd_triage 2023-01-02 11:03:58 UTC
Overcome by events. 

chromium@ if you can identify the commit(s) through which this was fixed, please add a comment. 

Thanks
Comment 24 dole 2023-04-12 23:55:06 UTC
MARKED AS SPAM