惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Project Zero
Project Zero
B
Blog RSS Feed
爱范儿
爱范儿
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
D
Docker
B
Blog
大猫的无限游戏
大猫的无限游戏
V
Vulnerabilities – Threatpost
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
Schneier on Security
Spread Privacy
Spread Privacy
NISL@THU
NISL@THU
博客园 - 【当耐特】
IT之家
IT之家
云风的 BLOG
云风的 BLOG
L
Lohrmann on Cybersecurity
V
V2EX
Latest news
Latest news
S
Secure Thoughts
C
Check Point Blog
N
Netflix TechBlog - Medium
N
News | PayPal Newsroom
C
Cybersecurity and Infrastructure Security Agency CISA
The Register - Security
The Register - Security
The Cloudflare Blog
博客园_首页
博客园 - 三生石上(FineUI控件)
L
LINUX DO - 最新话题
W
WeLiveSecurity
G
GRAHAM CLULEY
量子位
T
The Exploit Database - CXSecurity.com
Security Latest
Security Latest
C
Cisco Blogs
Security Archives - TechRepublic
Security Archives - TechRepublic
GbyAI
GbyAI
A
Arctic Wolf
Attack and Defense Labs
Attack and Defense Labs
博客园 - 叶小钗
SecWiki News
SecWiki News
Vercel News
Vercel News
Engineering at Meta
Engineering at Meta
S
Security @ Cisco Blogs
小众软件
小众软件
N
News and Events Feed by Topic
WordPress大学
WordPress大学

AUR Newest Packages

AUR (en) - xcute AUR (en) - wallrift AUR (en) - smolvm-git AUR (en) - smolvm-bin AUR (en) - smolvm AUR (en) - chess-cat-git AUR (en) - uac-launch-control-bin AUR (en) - android-cli AUR (en) - rs-top AUR (en) - rudo-bin AUR (en) - marmalade-bin AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - mautrix-telegram-bin AUR (en) - ketesa AUR (en) - clawd-on-desk-bin AUR (en) - rebased-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - quillscribe AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - reflection AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - omarchy-emacs AUR (en) - pentest-ghostwriter AUR (en) - papagaia AUR (en) - outport-bin AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-git AUR (en) - giff-git AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - tasks-bin AUR (en) - ruri-git AUR (en) - gitmun-bin AUR (en) - python-cozempic AUR (en) - vim-prosession AUR (en) - paintfe-bin AUR (en) - paintfe AUR (en) - drop-bin AUR (en) - tritium-launcher-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - dota2-minify-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - excalidraw-desktop-bin AUR (en) - binaryobjectscanner-bin AUR (en) - openring-rs AUR (en) - openring-rs-bin AUR (en) - brave-origin-beta-bin AUR (en) - whisper.cpp-cuda-bin AUR (en) - libggml-cuda-bin AUR (en) - revdiff AUR (en) - tdesktop-nolimit AUR (en) - cert-checker AUR (en) - yaak-cli AUR (en) - yaak-cli-bin AUR (en) - deez-notes-bin AUR (en) - goosestation-libretro AUR (en) - whispers-cuda-bin AUR (en) - kei AUR (en) - foxguard AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - whispers-bin AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - agentop-bin AUR (en) - cosmic-ext-connected-git AUR (en) - kwin-dual-mode AUR (en) - skwd-daemon AUR (en) - ter-music-cn AUR (en) - elio-bin AUR (en) - keyboard-chattering-fix-git AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - sharey AUR (en) - ouijit-bin AUR (en) - usque-bin AUR (en) - twig-bin AUR (en) - ascendara-bin
AUR (en) - firebase-tools-bin
2026-06-18 · via AUR Newest Packages

Latest Comments

cF1nny commented on 2025-08-20 19:41 (UTC) (edited on 2025-08-20 19:42 (UTC) by cF1nny)

Yea not sure why that's not matching but the sums were off, I adjusted mine manually to the below to fetch the latest release, but @attakei will have to adjust the overall PKGBUILD as that md5sum seems to have been broken after the last update on 7/31.


pkgname=firebase-tools-bin
pkgver=14.12.1
pkgrel=1
pkgdesc=" The Firebase Command Line Tools (bundled official standalone binary)"
arch=('x86_64')
url="https://github.com/firebase/firebase-tools"
license=('MIT')
depends=(
  'glibc'

  'gcc-libs'

)
conflicts=('firebase-tools')
options=('!strip' '!debug')
source=(
    "firebase-tools-linux-14.12.1::https://github.com/firebase/firebase-tools/releases/download/v14.12.1/firebase-tools-linux"
    "LICENSE-14.12.1::https://github.com/firebase/firebase-tools/raw/v14.12.1/LICENSE"
    )
md5sums=(
    '473113d6430d1f23515217fbda8fb5e5'
    '6ea8f4d1de9a164d33ffe95483a58af4'
    )

package() {
    binPath=${srcdir}/firebase-tools-linux-14.12.1
    chmod +x ${binPath}
    install -Dm644 "${srcdir}/LICENSE-14.12.1" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    install -Dm755 "${binPath}" "${pkgdir}/usr/bin/firebase"
    rm ${srcdir}/firebase-tools-linux-*
    rm ${srcdir}/LICENSE-*
}

Woonters commented on 2025-08-20 13:13 (UTC)

mzwallow commented on 2025-05-16 14:32 (UTC)

Getting ERROR: One or more files did not pass the validity check!.

==> Validating source files with md5sums...
    firebase-tools-linux-14.4.0 ... FAILED
    LICENSE-14.4.0 ... Passed
==> ERROR: One or more files did not pass the validity check!

$ md5sum firebase-tools-linux-14.4.0
38df06438e3c9c386cdf6b33a2b08d80  firebase-tools-linux-14.4.0
$ md5sum LICENSE-14.4.0 
6ea8f4d1de9a164d33ffe95483a58af4  LICENSE-14.4.0

sbavert commented on 2024-07-13 06:47 (UTC) (edited on 2024-07-13 06:47 (UTC) by sbavert)

Facing an issue where starting the emulator causes it to crash if the UI option is enabled.

Console message:

⚠  ui: Fatal error occurred: 
   Emulator UI has exited with code: 1, 
   stopping all running emulators

ui.log file $ cat ui-debug.log

node:internal/modules/cjs/loader:986
    throw new ERR_REQUIRE_ESM(filename, true);
    ^

Error [ERR_REQUIRE_ESM]: require() of ES Module /home/sbeve72/.cache/firebase/emulators/ui-v1.12.1/server/server.mjs not supported.
Instead change the require of /home/sbeve72/.cache/firebase/emulators/ui-v1.12.1/server/server.mjs to a dynamic import() which is available in all CommonJS modules.
    at Function.runMain (pkg/prelude/bootstrap.js:1979:12) {
  code: 'ERR_REQUIRE_ESM'
}

Node.js v18.5.0

Fraterius commented on 2024-04-02 23:35 (UTC)

Ok after quick IRC session I've managed to fix this by disabling debug option in makepkg.conf. Apparently makepkg is currently broken, not the PKGBUILD. For silikeite the fix was the cached version of the package and not the old PKGBUILD (that also doesn't work). Here are my options:

OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto)

Here is the upstream issue: https://gitlab.archlinux.org/pacman/pacman/-/issues/114

Fraterius commented on 2024-04-02 23:00 (UTC)

I'm getting the same error: Pkg: Error reading from file

It's extremely wired as there's not much that is being done in the PKGBUILD. But what I eventually got to, is that the final binary is simply broken. I've got no idea why is this happening.

In the end I'm getting such binary:

du -sh /usr/bin/firebase
45M /usr/bin/firebase

md5sum /usr/bin/firebase
202b972b9ab7d3082f3e69457427d1b2  /usr/bin/firebase

I've tried building with makepkg, with paru and even without compression cause I thought that maybe compression is the issue here. I always end up with the same result. Is it possible that the line:

install -Dm755 "${binPath}" "${pkgdir}/usr/bin/firebase"

is responsible for this? I've updated the system like twice ans still getting the same result. Really no idea where this is coming from...

silikeite commented on 2024-03-17 06:15 (UTC)

Getting Pkg: Error reading from file from 13.5.1-1. Reverting to 13.5.0-1 fixes this issue, so I assume this is a regression in the PKGBUILD?

mmoya commented on 2024-02-08 11:55 (UTC)

Please consider reusing pkgver value down in the script.

attakei commented on 2023-11-18 03:23 (UTC)

Thank you for feedback. I append deps now.

micwoj92 commented on 2023-11-04 11:37 (UTC)

Please add glibc and gcc-libs to depends.