Package Details: brave-bin 1:1.66.110-1

Git Clone URL: https://aur.archlinux.org/brave-bin.git (read-only, click to copy)
Package Base: brave-bin
Description: Web browser that blocks ads and trackers by default (binary release)
Upstream URL: https://brave.com
Keywords: brave browser
Licenses: BSD, MPL2, custom:chromium
Conflicts: brave
Provides: brave, brave-browser
Submitter: toropisco
Maintainer: alerque (alosarjos)
Last Packager: alosarjos
Votes: 769
Popularity: 13.51
First Submitted: 2016-04-06 13:16 (UTC)
Last Updated: 2024-05-16 16:32 (UTC)

Dependencies (8)

Required by (6)

Sources (4)

Pinned Comments

alerque commented on 2021-11-27 03:11 (UTC)

@ant0n et all, lets keep the comments here about packaging issues, general Brave usage issues should go in another forum to not clutter up this comment space. I'm deleting comments that have no relation to packaging. Grey areas like crashes that could be blamed on Arch can stay until proven otherwise, but things like how to configure Brave to handle popups or site X or whatever just don't belong here. Thanks for understanding.

Latest Comments

« First ‹ Previous 1 .. 51 52 53 54 55 56 57 Next › Last »

kozaki commented on 2016-03-14 12:08 (UTC)

@vorbote, I reported trying to be usefull; no need to make it personal. My "limited command of the English language" as you wrote doesn't impede me to confirm the PKGBUILD I have to correct the path to 'app.png' or it fails is this package's that can be found here: <https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=brave-browser-bin> (tried to make it clear by quoting it on 2016-03-11 20:30 btw). I'm glad it builds elsewehre without changing the path; no big deal. I'm interested understanding where this PKGBUILD issue comes from, != "loosing time" IMHO.

toropisco commented on 2016-03-12 22:53 (UTC)

@soimort Yes, that is correct. Apparently they are building binaries in Ubuntu with outdated nodejs, npm and, worse, g++/libstdc++ versions. As Arch uses, in general, the latest upstream releases there are unavoidable compatibility problems. Building from source does not help either due to the same ABI differences between the upstream electron and Arch's g++. One of he joys of C++ libraries.

soimort commented on 2016-03-12 22:47 (UTC)

It's certainly an upstream issue though, the binary release throws a lot of segfaults on my Arch machine (freetype2 2.6.3-1). [431811.937668] Brave[1039]: segfault at 7fff964542d0 ip 00007fcb4209ee67 sp 00007fff96451710 error 6 in libfreetype.so.6.12.3[7fcb4203a000+b9000] [431903.283281] Brave[1275]: segfault at 7ffda34dfd08 ip 0000000000b66b5a sp 00007ffda34dfd10 error 6 in Brave[400000+369e000] [431993.854196] Brave[1398]: segfault at 7ffdf9403fb8 ip 00007fdaede9a7cd sp 00007ffdf9403f80 error 6 in libfreetype.so.6.12.3[7fdaede38000+b9000] [432243.487119] Brave[1824]: segfault at 7fff8023a708 ip 00007fe051eed7cd sp 00007fff8023a6d0 error 6 in libfreetype.so.6.12.3[7fe051e8b000+b9000] [432253.123910] Brave[1895]: segfault at 7ffd8f9457c8 ip 00007fe96acdf7cd sp 00007ffd8f945790 error 6 in libfreetype.so.6.12.3[7fe96ac7d000+b9000]

toropisco commented on 2016-03-12 19:20 (UTC)

@kozaki, I can understand that your command of the English language be limited, as it is apparently the case; I'm not a native speaker myself. Please stop wasting my time and yours. You have spent three weeks reporting a bug that doesn't exit in this package. As I wrote on 2016-03-11 20:07 UTC, if you are trying to report a bug with the git version, please do so in the appropirate place. The fact that I maintain both packages is irrelevant. Thank you.

kozaki commented on 2016-03-11 20:30 (UTC)

Edited my last post with correct paths. Yes I think so: PKGBUILD: # Maintainer: Please see AUR package page for current maintainer(s) and contact information. pkgname=brave-browser-bin pkgver=0.8.0 pkgrel=1 ... install -D -m0644 "$startdir"/app.png "$pkgdir"/usr/share/pixmaps/brave-browser-bin.png Path to app.png : (/makepkg/brave-browser-bin)─ (6 files, 44Kb)─> [1][0]$ find . -name app.png ./src/app.png

toropisco commented on 2016-03-11 20:07 (UTC) (edited on 2016-03-11 21:04 (UTC) by toropisco)

@kozaki Are you sure you are reporting the bug to the correct package? The PKGBUILD for this particular package is correct and works as intended. If you have problems with the *git* package report your problems there, but for your information, it works *fine*. It may be unbuildable at the moment but that is out of our hands as far as we know. I always build the three brave packages presently in AUR, using clean chroots created with devtools both in EXT4 and BTRFS. I encourage you to do the same before reporting back.

kozaki commented on 2016-03-11 19:31 (UTC) (edited on 2016-03-11 20:21 (UTC) by kozaki)

Excuse the delay to answer. It isn't double quotes or else but app.png standing in: $startdir"/src/app.png not in: $startdir"/app.png in your PKGBUILD. fs = ext4.

toropisco commented on 2016-03-03 15:17 (UTC)

I don't either.

mischka commented on 2016-03-03 15:04 (UTC)

Brave works fine for me, I'm not sure what you guys are talking about http://i.imgur.com/1tgzrco.png

toropisco commented on 2016-03-03 11:28 (UTC)

@kozaki And the full path? Not that it should matter, $srcdir is double-quoted for a reason.