Search Criteria
Package Details: bashdb 5.2_1.2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bashdb.git (read-only, click to copy) |
|---|---|
| Package Base: | bashdb |
| Description: | A debugger for Bash scripts loosely modeled on the gdb command syntax |
| Upstream URL: | http://bashdb.sourceforge.net/ |
| Licenses: | GPL |
| Submitter: | Barthalion |
| Maintainer: | severach (bartus) |
| Last Packager: | bartus |
| Votes: | 16 |
| Popularity: | 0.001421 |
| First Submitted: | 2018-01-05 15:52 (UTC) |
| Last Updated: | 2025-10-09 12:25 (UTC) |
Dependencies (4)
- bash (bash-devel-gitAUR, bash-gitAUR)
- pygmentize (python-pygments)
- python-pygments
- texi2html (make)
Required by (2)
- vim-bash-support (optional)
- vim-bash-support-git (optional)
Latest Comments
1 2 Next › Last »
Uniq commented on 2023-01-19 04:49 (UTC) (edited on 2023-06-16 12:53 (UTC) by Uniq)
This is broken when using https://aur.archlinux.org/packages/dashbinsh
A fix is to patch the configure script's shebang to be /bin/bash instead of /bin/sh, or by running the configure script with
bash configureinstead of./configureAlso this will probably break again when bash is updated to 5.2 in the repos
Badderman commented on 2022-07-08 13:51 (UTC) (edited on 2022-07-08 13:55 (UTC) by Badderman)
Source link seems expired, to fix it:
suzakuwcx commented on 2022-05-05 16:44 (UTC) (edited on 2022-05-05 16:45 (UTC) by suzakuwcx)
Source link seems expired, change the link to the new one can successful build again:
source=("https://altushost-swe.dl.sourceforge.net/project/bashdb/bashdb/5.0-1.1.2/bashdb-5.0-1.1.2.tar.bz2")
RubenKelevra commented on 2021-03-24 09:32 (UTC)
Still doesn't build for me with bash 5.1.
@bartus the dependency isn't correct - if it's bash >=5.0 it should build with (and everything above) bash 5.0.
danievdm commented on 2021-01-31 14:13 (UTC)
Great thanks I'll keep an eye on that.
bartus commented on 2021-01-31 09:19 (UTC)
I've poked developer about
bash:5.1support so now we have a separate branchbash-5.1with betterbash:5.1tolerancedanievdm commented on 2021-01-30 08:46 (UTC)
Great thanks I'll test it too when patched.
bartus commented on 2021-01-30 08:27 (UTC) (edited on 2021-01-30 08:42 (UTC) by bartus)
I've tested it briefly with
bash:5.1and it seams to work just fine. Will patchconfigureto enable build againstbash:5.1Let throw this on the users, see what happens ٩(ˊ〇ˋ*)وUps, just notice I'm not on the maintainer list here (@severach please hire (~˘▽˘)~ )
Well here's the patch
Merge with
git am -s < <(curl -s http://ix.io/2NIE)danievdm commented on 2021-01-28 20:18 (UTC)
Seems out of date for current Bash v5.1:
dracorp commented on 2018-05-21 18:23 (UTC) (edited on 2018-05-21 18:24 (UTC) by dracorp)
1 2 Next › Last »