@emk2203 Thanks for catching this!
Search Criteria
Package Details: bc-gh 7.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/bc-gh.git (read-only, click to copy) |
---|---|
Package Base: | bc-gh |
Description: | Implementation of dc and POSIX bc with GNU extensions |
Upstream URL: | https://github.com/gavinhoward/bc |
Keywords: | arithmetic calculator cli rpn |
Licenses: | BSD-2-Clause |
Conflicts: | bc |
Provides: | bc, dc |
Submitter: | Gdh |
Maintainer: | Gdh (kseistrup) |
Last Packager: | kseistrup |
Votes: | 5 |
Popularity: | 1.04 |
First Submitted: | 2019-11-09 21:03 (UTC) |
Last Updated: | 2025-07-26 12:50 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libedit
Required by (450)
- 8852be-dkms-git (requires bc)
- 8852bu-dkms-git (requires bc)
- aaxtomp3-git (requires bc)
- actionswf (requires bc)
- actionswf (requires bc) (make)
- amdgpu-fancontrol-git (requires bc)
- android-devel (requires bc)
- ansiweather (requires bc)
- ansiweather-git (requires bc)
- aosp-devel (requires bc)
- apt-move (requires bc)
- arch-udev-usb-sync (requires bc)
- ascii-pony-git (requires bc)
- aursec (requires bc)
- aursec-git (requires bc)
- auto-sized-fzf-git (requires bc)
- autobright (requires bc)
- bash-snippets (requires bc)
- bash-snippets-git (requires bc)
- bashstyle-git (requires bc)
- Show 430 more...
Sources (2)
Latest Comments
kseistrup commented on 2025-07-26 12:50 (UTC)
emk2203 commented on 2025-07-26 11:59 (UTC)
After the compile, the install errors out with:
==> Starting check()...
make: *** No rule to make target 'check'. Stop.
==> ERROR: A failure occurred in check().
Aborting...
error: failed to build 'bc-gh-7.1.0-1':
error: packages failed to build: bc-gh-7.1.0-1
FIX: Change the check function in the PKGBUILD:
`check() {
cd "bc-$pkgver"
env LANG=C LC_ALL=C make check
}
to
check() {
cd "bc-$pkgver"
env LANG=C LC_ALL=C make test
}
Gdh commented on 2022-07-15 14:31 (UTC)
@n1x
@kseistrup is correct. We're using the GitHub links for now, and the reason is that Gitea download links are broken. Other people depend on my GitHub one as well. Despite what I would like, at least for bc, git.yzena.com is treated by everyone else as more of a backup, so the AUR might as well do the same.
kseistrup commented on 2022-07-15 14:28 (UTC)
@n1x
This is all in accordance with the agreement that I have with Gavin, the author.
n1x commented on 2022-07-15 12:44 (UTC)
A little reminder about the upstream repo move as per this commit, although release tarballs are still mirrored to GitHub.com, they are also published here.
kseistrup commented on 2021-11-10 08:49 (UTC)
Thanks for the update. However, the latest configure.sh
doesn't seem to recognize the -P
option:
==> Starting build()...
Illegal option -P
Pinned Comments