You are not logged in.
chenxiaolong
so, I can start to rebuild repo?
Sure If there are any dependency problems, please let me know.
Offline
I had some depency issues on a fresh arch install,
I installed unity directly and when I wanted to log in gnome-settings-daemon failed to start.
It couldn't find libgnome-desktop-3.so.2 (or something like that)
that lib is part of the gnome-desktop package, so settings daemon probably should depend on it.
Last edited by oi_wtf (2012-10-31 23:39:22)
Laptop: Arch Linux (x86_64) and Win10 (x86_64); Intel Core i7-3630QM @ 2.40GHz, 8 GiB RAM, NViDiA GeForce GT 650M w/ 2 GiB
Desktop: Arch Linux (x86_64) and Win10 (x86_64); Intel Core i7-4771 @ 3.50GHz, 32 GiB RAM, AMD Radeon RX 480 w/ 8 GiB
Offline
oi_wtf, has you installed unity from my repo? It's not rebuilt for G 3.6, wait some time please
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
No, it was some days ago, with gnome3.4...
Laptop: Arch Linux (x86_64) and Win10 (x86_64); Intel Core i7-3630QM @ 2.40GHz, 8 GiB RAM, NViDiA GeForce GT 650M w/ 2 GiB
Desktop: Arch Linux (x86_64) and Win10 (x86_64); Intel Core i7-4771 @ 3.50GHz, 32 GiB RAM, AMD Radeon RX 480 w/ 8 GiB
Offline
And since unity installation you have updated Arch? Seems that some parts of 3.6 arrived earlier than other.
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
I had some depency issues on a fresh arch install,
I installed unity directly and when I wanted to log in gnome-settings-daemon failed to start.
It couldn't find libgnome-desktop-3.so.2 (or something like that)
that lib is part of the gnome-desktop package, so settings daemon probably should depend on it.
Added to deps
Offline
When building gnome-bluetooth-ubuntu, it gives this error:
make[2]: Leaving directory `/home/rockrknight/Unity-for-Arch/gnome-bluetooth-ubuntu/src/gnome-bluetooth-3.6.0/po'
Making all in help
make[2]: Entering directory `/home/rockrknight/Unity-for-Arch/gnome-bluetooth-ubuntu/src/gnome-bluetooth-3.6.0/help'
Makefile:463: *** missing separator. Stop.
make[2]: Leaving directory `/home/rockrknight/Unity-for-Arch/gnome-bluetooth-ubuntu/src/gnome-bluetooth-3.6.0/help'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rockrknight/Unity-for-Arch/gnome-bluetooth-ubuntu/src/gnome-bluetooth-3.6.0'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Here is the entire output: http://pastebin.com/jQMZqMA7
Edit: I compiled it.
In the src/gnome-bluetooth-3.6.0/help/Makefile the line 463 just have this:
@YELP_HELP_RULES@
Apparently is missing TAB, that I added after the ./configure step in PKGBUILD.
sed -i 's/@YELP_HELP_RULES@/ @YELP_HELP_RULES@/' "${srcdir}/${pkgname%-*}-${_actual_ver}/help/Makefile"
Last edited by RockrKnight (2012-11-01 18:12:31)
Offline
some unity lens misses zeitgeist-extensions (and PKGBUILD in git for it disappeared).
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
Related wiki page updated, now I feel that I'm contributing something:)
Offline
Building from the git repo on gnome 3.6 I'm not able to see applicaitons in the dash or by searching within the dash. Is this a known issue or does anyone have any ideas to fix this?
I tried clearing the zeitgeist cache and the unity caches mentioned on some ubuntu forums.
some unity lens misses zeitgeist-extensions (and PKGBUILD in git for it disappeared).
I also built and installed this package after I saw that post ^
Edit: Nevermind, none of the unity lens packages came up when i ran the update script. Went back and built them, all is well.
Last edited by kladd (2012-11-01 21:59:12)
Offline
kladd
you just have installed zeitgeist-extensions already, but I always building packages at a clean environment for best binary compatibility results.
chenxiaolong
so, what's wrong with your zeitgeist-extensions PKGBUILD, why it's removed from git?
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
kladd
you just have installed zeitgeist-extensions already, but I always building packages at a clean environment for best binary compatibility results.chenxiaolong
so, what's wrong with your zeitgeist-extensions PKGBUILD, why it's removed from git?
I guess it's because zeitgeist-extensions is not required any more. At least unity-lens-files doesn't need it anymore, it's powered by zeitgeist-core which is provided in libzeitgeist.
Just remove it from depends, I think it will work:)
Offline
I'll try to do this, thanks for tip...
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
And chenxiaolong must have rebased the repo a lot. I'm quite sure I saw zeitgeist-extensions 3 days ago, but now I checked the commits which show that zeitgeist-extensions was deleted 9 days ago.
Offline
He just merged gnome 3.6 branch to master
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
And chenxiaolong must have rebased the repo a lot. I'm quite sure I saw zeitgeist-extensions 3 days ago, but now I checked the commits which show that zeitgeist-extensions was deleted 9 days ago.
Both the git history and you are right git did a fast-forward merge, which means that all the history was retained when merging. If I deleted zeitgeist-extensions 9 days ago in GNOME3.6 and I merge it, the master branch will show that I deleted it 9 days ago as well.
Offline
I walked into this error while compiling gnome-settings-daemon-ubuntu
Requested 'ibus-1.0 >= 1.4.99' but version of IBus is 1.4.1
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables KEYBOARD_CFLAGS
and KEYBOARD_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Offline
Another build error. Now is the last package, Unity itself... here is the output:
-- Detecting CXX compiler ABI info - done
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.1")
CMake Error at CMakeLists.txt:106 (if):
if given arguments:
"STREQUAL" "TRUE"
Unknown arguments specified
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
Lines 106 to 111 from CMakeLists.txt have an if statement:
if (${GETTEXT_FOUND} STREQUAL "TRUE")
set (HAVE_GETTEXT true)
file (GLOB _translations ${CMAKE_SOURCE_DIR}/po/*.po)
GETTEXT_CREATE_TRANSLATIONS (${CMAKE_SOURCE_DIR}/po/${PROJECT_NAME}.pot
ALL ${_translations})
endif (${GETTEXT_FOUND} STREQUAL "TRUE")
Edit: Add xapian-core to unity-lens-applications as a dependency.
Last edited by RockrKnight (2012-11-02 05:19:17)
Offline
I walked into this error while compiling gnome-settings-daemon-ubuntu
Requested 'ibus-1.0 >= 1.4.99' but version of IBus is 1.4.1
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.Alternatively, you may set the environment variables KEYBOARD_CFLAGS
and KEYBOARD_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Just install ibus 1.4.99 from the official arch repos...
Laptop: Arch Linux (x86_64) and Win10 (x86_64); Intel Core i7-3630QM @ 2.40GHz, 8 GiB RAM, NViDiA GeForce GT 650M w/ 2 GiB
Desktop: Arch Linux (x86_64) and Win10 (x86_64); Intel Core i7-4771 @ 3.50GHz, 32 GiB RAM, AMD Radeon RX 480 w/ 8 GiB
Offline
Another build error. Now is the last package, Unity itself... here is the output:
-- Detecting CXX compiler ABI info - done -- Found Gettext: /usr/bin/msgmerge (found version "0.18.1") CMake Error at CMakeLists.txt:106 (if): if given arguments: "STREQUAL" "TRUE" Unknown arguments specified -- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting...
Lines 106 to 111 from CMakeLists.txt have an if statement:
if (${GETTEXT_FOUND} STREQUAL "TRUE") set (HAVE_GETTEXT true) file (GLOB _translations ${CMAKE_SOURCE_DIR}/po/*.po) GETTEXT_CREATE_TRANSLATIONS (${CMAKE_SOURCE_DIR}/po/${PROJECT_NAME}.pot ALL ${_translations}) endif (${GETTEXT_FOUND} STREQUAL "TRUE")
I'll have to test this tomorrow. Does your system have a /usr/share/cmake*/Modules/FindGettext.cmake file?
It's weird that HAVE_GETTEXT is not being set, since the file above has a very simple if statement that guarantees it's either set to "TRUE" or "FALSE" (if msgmerge and msgfmt exist).
Edit: Add xapian-core to unity-lens-applications as a dependency.
Done
Offline
quiro91 wrote:I walked into this error while compiling gnome-settings-daemon-ubuntu
Requested 'ibus-1.0 >= 1.4.99' but version of IBus is 1.4.1
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.Alternatively, you may set the environment variables KEYBOARD_CFLAGS
and KEYBOARD_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.Just install ibus 1.4.99 from the official arch repos...
Do you think I should include a gsettings override (ie. default settings) file that whitelists the ibus systray icon? Ubuntu hasn't ported it's ibus appindicator patches to 1.4.99 yet and I think we should see some sort of icon by default
Offline
Another build error. Now is the last package, Unity itself... here is the output:
-- Detecting CXX compiler ABI info - done -- Found Gettext: /usr/bin/msgmerge (found version "0.18.1") CMake Error at CMakeLists.txt:106 (if): if given arguments: "STREQUAL" "TRUE" Unknown arguments specified -- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting...
Same issue here, downgrading to older cmake (2.8.9-1) fix it.
Offline
Hi, does unity-lens-videos still depend on gstreamer0.10? I didn't manage to compile it without gstreamer.
Offline
Same issue here, downgrading to older cmake (2.8.9-1) fix it.
Yeah, that worked. But still... what happened?
I'll have to test this tomorrow. Does your system have a /usr/share/cmake*/Modules/FindGettext.cmake file?
It's weird that HAVE_GETTEXT is not being set, since the file above has a very simple if statement that guarantees it's either set to "TRUE" or "FALSE" (if msgmerge and msgfmt exist).
I had /usr/share/cmake-2.8/Modules/FindGettext.cmake in my system, before and after downgrade.
---
Unity installed
---
Offline
Hi, does unity-lens-videos still depend on gstreamer0.10? I didn't manage to compile it without gstreamer.
Could you post the build log? Looking at the source code, it doesn't seem like unity-lens-video depends on gstreamer.
Offline