You are not logged in.

#701 2012-08-01 17:06:41

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

Thanks a lot for the fixes NoOneX! libindicate should build fine now. I'll upload the new gnome-settings-daemon-ubuntu and gnome-control-center-ubuntu packages once my system is finished updating smile

Offline

#702 2012-08-01 17:17:39

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

b9anders wrote:

BTW, is there a reason that "gnome-control-center-ubuntu" has "cheese" in its required dependencies? Seems silly for me to have on my system given my lack of webcam.

It's because the "User Accounts" settings links against cheese:

[chenxiaolong@cxl-d6657k1.lan.cxl.epac.to ~]$ ldd /usr/lib/control-center-1/panels/libuser-accounts.so | grep cheese
	libcheese-gtk.so.21 => /usr/lib/libcheese-gtk.so.21 (0x00007f7fca89e000)
	libcheese.so.3 => /usr/lib/libcheese.so.3 (0x00007f7fca68e000)

Offline

#703 2012-08-01 19:00:03

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

pekmop1024 wrote:

chenxiaolong, thanks for your work!
in 1-2 days I will update the repo.
BTW, what is total packages quantity in all fresh PKGBUILDs?

And, what I have... libindicate is not building because of including gmessages.h, and gnome-settings-daemon-ubuntu is not building because of some problems with "print notifications".

The PKGBUILD's that were updated are gnome-control-center-ubuntu, gnome-settings-daemon-ubuntu, libindicate, unity, indicator-datetime, compiz-ubuntu, nautilus-ubuntu, nux, geis, grail, gnome-bluetooth-ubuntu, frame, evemu, plasma-widget-menubar, overlay-scrollbar, bamf, gtk3-ubuntu, and gtk2-ubuntu.

So...18 new PKGBUILD's big_smile

The build issues should now be fixed thanks to NoOneX.

Offline

#704 2012-08-01 20:49:31

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!

chenxiaolong, 0001_No_gmessages.h.patch is missing on github
also, my question about packages quantity was not about changed packages, but total packages number, sorry if I mislead you by my bad english smile

Last edited by pekmop1024 (2012-08-01 20:52:02)


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#705 2012-08-01 22:10:36

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

pekmop1024 wrote:

chenxiaolong, 0001_No_gmessages.h.patch is missing on github
also, my question about packages quantity was not about changed packages, but total packages number, sorry if I mislead you by my bad english smile

Oops, I forgot to upload the patch. It should be there now smile

As for the package numbers, there are 67 total PKGBUILDs, which create 86 binary packages (because some are split packages).

By the way, your english isn't bad. I just didn't see "total packages" in your previous post big_smile

Offline

#706 2012-08-01 23:06:15

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!

Still problems here.
indicator-applet including unnecessary gtypes.h, and nux is not building at all. sad may be needed some non-default compiler flags? Build log is here.

Last edited by pekmop1024 (2012-08-01 23:20:42)


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#707 2012-08-02 05:20:42

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

pekmop1024 wrote:

Still problems here.
indicator-applet including unnecessary gtypes.h, and nux is not building at all. sad may be needed some non-default compiler flags? Build log is here.

The indicator-applet issue is now fixed. Nux fails to compile because of the recent glew 1.8.0 update. The PKGBUILD now downloads and statically compiles nux with glew 1.7.0, so it should work now smile

If there are any more build issues, please let me know.

Offline

#708 2012-08-02 08:49:20

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!

chenxiaolong, still same problem with nux. There is some more makefiles need to be patched for build on clean system without glew. Patch is here smile may be add glew 1.8 as conflict?
also, compiz-ubuntu compiling is stuck on libcompiz_core.so sad

Last edited by pekmop1024 (2012-08-02 09:02:52)


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#709 2012-08-02 22:17:37

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

pekmop1024 wrote:

chenxiaolong, still same problem with nux. There is some more makefiles need to be patched for build on clean system without glew. Patch is here smile may be add glew 1.8 as conflict?
also, compiz-ubuntu compiling is stuck on libcompiz_core.so sad

No need to add glew 1.8 as a conflict. It should be working now (hopefully...) smile I'm still waiting for the Compiz build to fail. I'll edit my post in a little bit.

EDIT: Could you post your build log for compiz-ubuntu? With the latest updates, I can build it just fine. My build log: http://paste.kde.org/527444/

Last edited by chenxiaolong (2012-08-02 22:34:16)

Offline

#710 2012-08-02 23:01:46

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#711 2012-08-03 01:50:48

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

pekmop1024 wrote:

Ahh, it was a dependency issue. I've added pyrex to the dependencies.

Offline

#712 2012-08-03 04:08:59

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!

All ok with compiz, thanks!
But now unity is not building sad log.

Last edited by pekmop1024 (2012-08-03 04:09:31)


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#713 2012-08-03 07:28:31

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

pekmop1024 wrote:

All ok with compiz, thanks!
But now unity is not building sad log.

Could you try building Unity again?

EDIT: nux will need to be rebuilt again first.

Last edited by chenxiaolong (2012-08-03 07:28:50)

Offline

#714 2012-08-03 15:05:39

Stonebone
Member
From: Göteborg, Sweden
Registered: 2005-07-03
Posts: 11
Website

Re: Progress on Unity under Arch Linux!

I also have problems building. The reason nux doesn't build with glew 1.8.0 seems to be a bug in glew: https://sourceforge.net/tracker/?func=d … tid=523274

Patching glew might be easier than trying to build nux with glew 1.7.0?

Offline

#715 2012-08-03 20:50:10

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!

unity packages building only if glew 1.8.0 is removed from system.
so may be remove glew dep from nux PKGBUILD (it's linked statically with glew 1.7 anyway)?

so... unity is ok after removing glew 1.8, but unity-2d is not (not because of glew, just massive dep hell smile ). Log.

UPD. Is unity-2d deprecated with unity 6.0 release? I heard something about this...

Last edited by pekmop1024 (2012-08-03 22:32:57)


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#716 2012-08-04 01:46:20

bwat47
Member
Registered: 2009-10-07
Posts: 638

Re: Progress on Unity under Arch Linux!

pekmop1024 wrote:

unity packages building only if glew 1.8.0 is removed from system.
so may be remove glew dep from nux PKGBUILD (it's linked statically with glew 1.7 anyway)?

so... unity is ok after removing glew 1.8, but unity-2d is not (not because of glew, just massive dep hell smile ). Log.

UPD. Is unity-2d deprecated with unity 6.0 release? I heard something about this...

I recall hearing that they backpedaled on the decision to deprecate unity2d for now, because of accessability issues with unity3d (issues that aren't present in unity2d). I don't have a source for this on hand though.

Offline

#717 2012-08-04 02:43:51

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!

I've managed how to build unity-2d, it's just needed to be taken from quantal, but not precise.
PKGBUILD for unity-2d is here, and what is good news - unity.xe-xe.org repo is updating right now smile

UPD. Repo is updated. All packages are rebuilt in fresh Arch environment.
UPD2. I have added glew17 package to repo as temporary solution of glew problem. Package contains two libs and nothing more, so can be installed with Arch repo's glew 1.8. Unity have now glew17 in deps.

Last edited by pekmop1024 (2012-08-04 05:15:33)


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#718 2012-08-04 06:38:53

chenxiaolong
Member
From: /home/chenxiaolong
Registered: 2010-11-03
Posts: 784

Re: Progress on Unity under Arch Linux!

Sorry, everyone. I will be on another short vacation. When I come back, I'll see if I can patch glew 1.8.0 as Stonebone mentioned. If a patch is available, we can submit it to Arch Linux to have it included in the official glew package. I think Stonebone's method would be better than bundling glew 1.7.0 with nux.

By the way, thanks pekmop1024 for updating the repo and for the glew17 package big_smile

Offline

#719 2012-08-04 06:47:47

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!

chenxiaolong, we will wait for your fixes smile glew17 is a fast&dirty hack of this problem...


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#720 2012-08-04 07:04:13

b9anders
Member
Registered: 2007-11-07
Posts: 691

Re: Progress on Unity under Arch Linux!

pekmop - what's the status on dbus for the latest updates?

Offline

#721 2012-08-04 07:05:21

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!

b9anders
I have no problems with 1.6.4, and repo was built with 1.6.4. If you have problems, try reinstall all packages from repo.

Last edited by pekmop1024 (2012-08-04 07:06:01)


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#722 2012-08-04 08:09:06

qiuwei
Member
Registered: 2009-12-18
Posts: 245

Re: Progress on Unity under Arch Linux!

chenxiaolong wrote:

Is the dbus issue random? I cannot reproduce any of the problems people are seeing (all my indicators are fine, global menu works, etc).

[root@cxl-4270cto /]# pacman -Q dbus dbus-core
dbus 1.6.4-1
dbus-core 1.6.4-1

I think the bug is already fixed in unity 6.0

Offline

#723 2012-08-04 08:17:12

b9anders
Member
Registered: 2007-11-07
Posts: 691

Re: Progress on Unity under Arch Linux!

I am still having the same problems as before with dbus.

I'd be ok with it but for the fact that downgrading dbus breaks some python dependencies somewhere. I can't, for example, launch ubuntu-tweak without using dbus 1.6.

Offline

#724 2012-08-04 08:18:30

pekmop1024
Member
From: Kiev/Feodosia
Registered: 2010-04-21
Posts: 126
Website

Re: Progress on Unity under Arch Linux!

May be I will rebuild repo with 1.4, if it's still causing problems...


ArchLinux x86_64 (passively cooled): Xeon E3 1230v2 - 32GB - GTX1050Ti KalmX - Samsung 850 EVO 1TB - 3x2TB Seagate - Creative X-Fi Titanium - Cheiftec GPS-500C
ArchLinux x86_64 (FrankenPad T420): i7 2720QM - 16GB - NVS 4200M - Samsung 840 EVO 1TB - FullHD IPS mod - Intel 7260AC - Sierra Wireless MC7304

Offline

#725 2012-08-04 08:18:49

fat0troll
Member
Registered: 2012-04-25
Posts: 12

Re: Progress on Unity under Arch Linux!

bug with dbus not fixed in 6.0

// x86_64, updated from pekmop1024 repo

Offline

Board footer

Powered by FluxBB