Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GTK3 Testing] [ArchLinux] GTK2 and GTK3 symbols in same package!? #49

Closed
clfarron4 opened this issue May 3, 2014 · 5 comments
Closed

Comments

@clfarron4
Copy link

FYI, I am using this repository: http://wiki.mate-desktop.org/archlinux_custom_repo#gtk3

claire ~ % pacman -Q eom                                           :(
eom 1.9.0.20140502.37bba55-1
claire ~ % eom

(eom:25577): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
[1]    25577 trace trap (core dumped)  eom

claire ~ % journalctl -b | grep eom
May 03 20:39:04 claire kernel: traps: eom[24665] trap int3 ip:7f193d4f3993 sp:7fff35ab3bc0 error:0
May 03 20:39:04 claire systemd-coredump[24670]: Process 24665 (eom) dumped core.
May 03 20:39:17 claire kernel: traps: eom[25020] trap int3 ip:7f1798866993 sp:7fff9a08c320 error:0
May 03 20:39:17 claire systemd-coredump[25021]: Process 25020 (eom) dumped core.
May 03 20:39:25 claire kernel: traps: eom[25247] trap int3 ip:7f38a5aa0993 sp:7fffd5b75e90 error:0
May 03 20:39:25 claire systemd-coredump[25248]: Process 25247 (eom) dumped core.
May 03 20:39:39 claire kernel: traps: eom[25577] trap int3 ip:7f1d91fcc993 sp:7ffff86ce650 error:0
May 03 20:39:39 claire systemd-coredump[25584]: Process 25577 (eom) dumped core.
@infirit
Copy link
Contributor

infirit commented May 3, 2014

@flexiondotorg looking at the log it appears eom is building against gtk2.

checking which gtk+ version to compile against... 2.0

Taken from http://pkgbuild.com/~flexiondotorg/mate-unstable-gtk3/1.9/x86_64/logs/eom-1.9.0.20140503.37bba55-1-x86_64-build.log

@clfarron4
Copy link
Author

You beat me to it @infirit . I just had a look here, and it looks like there's still GTK2 stuff in the PKGBUILD: mate-desktop-legacy-archive/archlinux-packages@9435d48

@infirit
Copy link
Contributor

infirit commented May 3, 2014

@clfarron4 if you can, rebuild with --with-gtk=3.0 and see if this fixes your problem.

@stefano-k
Copy link
Collaborator

eom is not yet migrated to GTK3
http://wiki.mate-desktop.org/status:gtk3

@clfarron4
Copy link
Author

Oh ok @stefano-k .That explains why it won't build when I set the gtk to GTK3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants