Package Details: wxedid 0.0.31-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: GPL3
Submitter: net147
Maintainer: SunRed
Last Packager: SunRed
Votes: 13
Popularity: 0.79
First Submitted: 2018-12-11 00:33 (UTC)
Last Updated: 2024-04-11 18:22 (UTC)

Latest Comments

1 2 Next › Last »

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.

net147 commented on 2023-11-16 22:23 (UTC) (edited on 2023-11-16 22:23 (UTC) by net147)

@Strykar Perhaps a wxWidgets update broke it as it was working at the time I last updated the wxedid package. The issue would have to be fixed upstream in wxWidgets and/or wxEDID.

Strykar commented on 2023-11-16 21:39 (UTC)

This just core dumps invoked with or without switches.

bkb commented on 2022-07-17 11:17 (UTC)

All these wx things are basically broken. Some needs a newer version, some needs the old one. A long chain of dependency made it impossible to even switch from old to new or new to old, without uninstalling nearly the OS