Package Details: wxedid 0.0.32-1

Git Clone URL: https://aur.archlinux.org/wxedid.git (read-only, click to copy)
Package Base: wxedid
Description: wxWidgets-based EDID (Extended Display Identification Data) editor
Upstream URL: https://sourceforge.net/projects/wxedid/
Licenses: GPL-3.0-or-later
Submitter: net147
Maintainer: SunRed
Last Packager: SunRed
Votes: 14
Popularity: 0.142796
First Submitted: 2018-12-11 00:33 (UTC)
Last Updated: 2024-12-02 08:31 (UTC)

Latest Comments

1 2 Next › Last »

SunRed commented on 2024-11-29 06:51 (UTC)

@lquidfire Apparently I haven't mentioned it here before even though I referenced my makepkg.conf I use but in fact I already do that (and yes, I could improve that script a bit).
That's why I couldn't reproduce the issues people commented here so far and discarded their messages as using a probably outdated makepkg.conf or some other system configuration polluting their build environments.

lquidfire commented on 2024-11-28 06:32 (UTC) (edited on 2024-11-28 06:34 (UTC) by lquidfire)

The package builds in a clean chroot0, and also on my system.

Could you please share your config.log?

@SunRed: If I may make the suggestion: Since you share this PKGBUILD on the AUR (not just for your personal use), it would be recommended to always test in a clean chroot.

Ryuu_Risto commented on 2024-11-27 23:29 (UTC)

Package fails to build with default makepkg.conf. Still the fortify_source error.

maaarghk commented on 2024-05-20 18:39 (UTC)

I think this package does need updated per arzeth's comment, I have the following flags and options in makepkg conf - which I think is default, I can't recall editing it - and it fails with the same fortify_source error:

#CPPFLAGS=""
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \
        -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security \
        -fstack-clash-protection -fcf-protection \
        -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer"
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now \
         -Wl,-z,pack-relative-relocs"
LTOFLAGS="-flto=auto"
RUSTFLAGS="-Cforce-frame-pointers=yes"
#-- Make Flags: change this for DistCC/SMP systems
MAKEFLAGS="-j2"
#-- Debugging flags
DEBUG_CFLAGS="-g"
DEBUG_CXXFLAGS="$DEBUG_CFLAGS"
DEBUG_RUSTFLAGS="-C debuginfo=2"

BUILDENV=(!distcc color !ccache check !sign)
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto)

Although for reasons I don't really understand this results in this output:

==> Starting build()...
CPPFLAGS="-D_FORTIFY_SOURCE=2"
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"

SunRed commented on 2024-05-07 18:34 (UTC)

@arzeth Sorry I didn't see your comment earlier. I myself test the packages with a rather highly optimized makepkg.conf due to which I may not have encountered this problem but -O2 should already be present in the default one on Arch.

arzeth commented on 2024-04-18 20:26 (UTC)

I had to add

export CPPFLAGS="${CPPFLAGS} -O2"

after the cd line

because otherwise

/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure: error: (E) rcd_autogen failed

even though I have -Ofast in CFLAGS and CXXFLAGS in /etc/makepkg.conf

rbm78bln commented on 2024-03-20 07:20 (UTC) (edited on 2024-03-20 07:21 (UTC) by rbm78bln)

Please update:

pkgver=0.0.31

md5sums=('c754a158f568b4bf0de6802fbf6f652a')

Works perfectly fine for me.

Thanks.

Max-P commented on 2024-03-17 03:20 (UTC)

Version 0.0.31 works just fine with whatever wxwidgets is current

Xaap commented on 2024-01-06 18:09 (UTC) (edited on 2024-01-06 18:11 (UTC) by Xaap)

A workaround in the meantime without downgrading is to use some fresh user account, no gtk theme set, no specific fonts, etc... This works, even though it may have a small chance of segfaulting at launch, just retry.

exsign commented on 2023-12-28 23:12 (UTC)

@Strykar Following the comment of @net147 downgraded wxwidgets-gtk3 to version 3.2.2.1. Working for now.