Package Details: wxhexeditor-git 0.25.r98.gc22ce20-1

Git Clone URL: https://aur.archlinux.org/wxhexeditor-git.git (read-only, click to copy)
Package Base: wxhexeditor-git
Description: A free hex editor / disk editor for Linux, Windows and MacOSX
Upstream URL: http://www.wxhexeditor.org
Licenses: GPL2
Conflicts: wxhexeditor
Provides: wxhexeditor
Submitter: stevenhoneyman
Maintainer: severach (mxfm)
Last Packager: severach
Votes: 36
Popularity: 0.018246
First Submitted: 2015-03-24 17:55 (UTC)
Last Updated: 2022-12-16 03:25 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

EUA commented on 2015-11-26 04:43 (UTC)

Fixed for py3 ;)

crabvk commented on 2015-10-19 04:36 (UTC) (edited on 2015-10-19 04:37 (UTC) by crabvk)

I get > AttributeError: 'dict_keys' object has no attribute 'sort' fixed by replacing #!/usr/bin/python with #!/usr/bin/python2 in resources/bin2c_mod.py:1

Alister.Hood commented on 2014-09-16 22:45 (UTC)

Oh. If I just download the source and build it manually without makepkg then it builds fine.

Alister.Hood commented on 2014-09-16 22:44 (UTC)

# ls -lh /usr/bin/ld{,.*} -rwxr-xr-x 2 root root 488K Jun 13 02:05 /usr/bin/ld -rwxr-xr-x 2 root root 488K Jun 13 02:05 /usr/bin/ld.bfd -rwxr-xr-x 1 root root 4.2M Jun 13 02:05 /usr/bin/ld.gold # ld --version|head -n1 GNU ld (GNU Binutils) 2.24 # grep 'fuse-ld' /etc/makepkg.conf ~/.makepkg.conf grep: /root/.makepkg.conf: No such file or directory I have the same issue regardless of whether I use makepkg itself or not. Guess I'd better do a system upgrade to make sure that isn't the problem - I've been putting it off because it tends to be a bit of a mission after being away for a long time.

stevenhoneyman commented on 2014-09-16 21:31 (UTC)

Here's some things to check to see if you're on the default linker (which works): $ ls -lh /usr/bin/ld{,.*} -rwxr-xr-x 2 root root 832K 2014-09-07 23:20 /usr/bin/ld -rwxr-xr-x 2 root root 832K 2014-09-07 23:20 /usr/bin/ld.bfd -rwxr-xr-x 1 root root 4.2M 2014-09-07 23:20 /usr/bin/ld.gold $ ld --version|head -n1 GNU ld (GNU Binutils) 2.24 $ grep 'fuse-ld' /etc/makepkg.conf ~/.makepkg.conf (no matches) Are you building using makepkg itself, or a pacman wrapper like "yaourt" etc?

Alister.Hood commented on 2014-09-16 21:23 (UTC)

I don't believe I've changed the default link method. Any pointers?

Alister.Hood commented on 2014-09-16 21:22 (UTC)

Still fails with this: HexDialogs.cpp:(.text+0xf798): undefined reference to `wxUpdateUIEvent::Clone() const'

stevenhoneyman commented on 2014-09-16 18:19 (UTC)

Yes, it's a bit broken! Patched it up though, builds OK now. @queueRam - your link error is ld.gold related. I get the same, but bfd works fine. If you've changed the default through any other method than -fuse-ld=gold, you'll need to change that yourself. The cflag way is 'worked around' in this 461-1 PKGBUILD.