Package Details: dia 0.97.3-9

Git Clone URL: https://aur.archlinux.org/dia.git (read-only, click to copy)
Package Base: dia
Description: A GTK+ based diagram creation program
Upstream URL: http://live.gnome.org/Dia
Licenses: GPL
Submitter: Foxboron
Maintainer: eclairevoyant
Last Packager: Foxboron
Votes: 14
Popularity: 0.75
First Submitted: 2022-08-27 09:54 (UTC)
Last Updated: 2022-08-27 09:54 (UTC)

Latest Comments

1 2 Next › Last »

MarsSeed commented on 2024-03-22 14:07 (UTC) (edited on 2024-04-11 13:06 (UTC) by MarsSeed)

Yes, use dia-git.

marek22k commented on 2024-03-22 12:00 (UTC)

Are there a way to install dia without python2?

eclairevoyant commented on 2023-07-17 22:16 (UTC) (edited on 2023-07-17 22:52 (UTC) by eclairevoyant)

@Nathan67 Don't flag non-VCS packages as OOD, they will simply be unflagged. If you want the version without python2 then use dia-git. T̶h̶e̶ ̶b̶u̶i̶l̶d̶ ̶e̶r̶r̶o̶r̶ ̶i̶s̶ ̶a̶g̶a̶i̶n̶ ̶b̶e̶c̶a̶u̶s̶e̶ ̶y̶o̶u̶ ̶u̶s̶e̶d̶ ̶a̶ ̶b̶r̶o̶k̶e̶n̶ ̶p̶a̶c̶k̶a̶g̶e̶,̶ ̶s̶e̶e̶ ̶p̶i̶n̶n̶e̶d̶ ̶c̶o̶m̶m̶e̶n̶t̶.̶

EDIT: Actually it looks like python2-bin has been fixed, dia now builds in a clean chroot with it. So idk what is wrong on your system.

leanhtai01 commented on 2023-03-25 05:01 (UTC) (edited on 2023-03-25 05:02 (UTC) by leanhtai01)

As @susurri mentioned, please update the PKGBUILD, replace --with-python with --without-python to solves the build issue.

susurri commented on 2022-12-28 21:02 (UTC)

configuring --without-python solves the build issue. python2 has reached EOL for years and python support should be dropped until the upstream moves to python3.

jantman commented on 2022-12-22 20:33 (UTC)

Wikipedia might give an ancient release date, but there's definitely current development going on in the official git repo: https://gitlab.gnome.org/GNOME/dia/-/tree/master

eclairevoyant commented on 2022-11-30 00:34 (UTC) (edited on 2022-11-30 00:34 (UTC) by eclairevoyant)

The warnings are mostly just the same warnings about deprecated preprocessor symbols such as G_FUNC_INLINE and G_CONST_RETURN. Still builds successfully.

oriba commented on 2022-11-30 00:11 (UTC)

The program / package could not be built. Dia seems not to be maintained anymore. Wikipedia dates Dia 0.97.3 to September 2014. Rarely I have seen so many warnings in program compilation, and finally an error brought the mess of compilation to an end.

eclairevoyant commented on 2022-11-01 23:27 (UTC)

@hfath if you're using python2-bin, I suggest not using that and using python2 AUR package instead. Builds fine for me in a clean chroot.

hfath commented on 2022-10-26 11:59 (UTC)

The build as of today breaks with

[...]
pydia-color.c:116:6: error: 'cmpfunc' undeclared here (not in a function)
  116 |     (cmpfunc)PyDiaColor_Compare,
      |      ^~~~~~~
pydia-color.c:116:14: error: expected '}' before 'PyDiaColor_Compare'
  116 |     (cmpfunc)PyDiaColor_Compare,
      |              ^~~~~~~~~~~~~~~~~~