Package Details: ddd 3.4.1-1

Git Clone URL: https://aur.archlinux.org/ddd.git (read-only, click to copy)
Package Base: ddd
Description: A graphical front-end for command-line debuggers such as GDB, JDB, pydb, perl debugger...
Upstream URL: http://www.gnu.org/software/ddd/
Keywords: debugging gdb
Licenses: GPL-3.0-or-later, LGPL-3.0-or-later
Submitter: arojas
Maintainer: matthewq337
Last Packager: matthewq337
Votes: 24
Popularity: 0.65
First Submitted: 2017-11-23 07:10 (UTC)
Last Updated: 2024-08-25 17:53 (UTC)

Dependencies (14)

Required by (0)

Sources (1)

Pinned Comments

DrLarck commented on 2021-03-27 12:00 (UTC)

@codazoa I had the same problem.

After running ddd using the terminal ($ ddd) I had multiple warning messages saying something like : "Cannot convert string "...." to type FontStruct"

After a couple of research and spending hours to find a fix, I've finally found this : "Some programs only work with bitmap fonts. Two major packages with bitmap fonts are available, xorg-fonts-75dpi and xorg-fonts-100dpi." (From the AUR : https://wiki.archlinux.org/index.php/xorg)

So basically, you need to run this command :

$ xdpyinfo | grep resolution

And get the xorg-fonts-XXdpi (with XX = 75 or 100) that is closer to the output value of the command above.

You can install a xorg-fonts package using pacman :

$ sudo pacman -S xorg-fonts-100dpi

Once you've done that, run :

$ sudo pacman -S gdb

Then reboot and everything should work.

Latest Comments

« First ‹ Previous 1 2 3 4

uffe commented on 2018-01-19 09:40 (UTC)

I have the same problem:

==> Verifying source file signatures with gpg... ddd-3.3.12.tar.gz ... FAILED (unknown public key 6656C593E5158D1A) ==> ERROR: One or more PGP signatures could not be verified!

gpg --recv 6656C593E5158D1A

gpg: no valid OpenPGP data found. gpg: Total number processed: 0

CyrIng commented on 2017-12-21 07:52 (UTC) (edited on 2017-12-21 07:53 (UTC) by CyrIng)

gpg instructions does not make any difference; still unable to update.

james commented on 2017-12-01 20:24 (UTC)

@Jkx gpg --recv-keys 6656C593E5158D1A gpg --edit-key 6656C593E5158D1A trust 3 quit Run makepkg -si again

Jkx commented on 2017-12-01 10:28 (UTC)

Same on manjaro. Packager signature is wrong.

pha-qu commented on 2017-11-27 22:08 (UTC)

Hi the pgp for the source package is failing: -> Found ddd-3.3.12-gcc44.patch ==> Validating source files with sha1sums... ddd-3.3.12.tar.gz ... Passed ddd-3.3.12.tar.gz.sig ... Passed ddd-3.3.12-gcc44.patch ... Passed ==> Verifying source file signatures with gpg... ddd-3.3.12.tar.gz ... FAILED (unknown public key 6656C593E5158D1A) ==> ERROR: One or more PGP signatures could not be verified! Could be my problem for not updating ASAP?