Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cinnamon for Gentoo
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Dr. Strangelove
Tux's lil' helper
Tux's lil' helper


Joined: 01 May 2006
Posts: 104
Location: Germania

PostPosted: Sun Sep 09, 2012 1:26 pm    Post subject: Reply with quote

Nice to hear it sorted itself out.
Back to top
View user's profile Send private message
yellowhat
Guru
Guru


Joined: 10 Sep 2008
Posts: 528

PostPosted: Wed Sep 12, 2012 9:37 am    Post subject: Reply with quote

Thanks Dr. Strangelove,
I am trying to emerge cinnamon-9999 but it gives me error while patching cinnamon-9999-optional-networkmanager.patch with update you told.
Can you post the updated patch?

I am adding this ebuild to my personal overlay on github https://github.com/yellowhat/ebuilds.
Back to top
View user's profile Send private message
Dr. Strangelove
Tux's lil' helper
Tux's lil' helper


Joined: 01 May 2006
Posts: 104
Location: Germania

PostPosted: Thu Sep 13, 2012 8:33 pm    Post subject: Reply with quote

yellowhat wrote:
Can you post the updated patch?

Omploaded both the cinnamon-9999 and muffin-9999 ebuild directories.

8)
Back to top
View user's profile Send private message
yellowhat
Guru
Guru


Joined: 10 Sep 2008
Posts: 528

PostPosted: Thu Sep 13, 2012 9:15 pm    Post subject: Reply with quote

Thanks for ebuild. Now cinnamon runs.
But I have a problem running cinnamon-settings

Code:
cinnamon-settings
/usr/lib64/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
No module named lxml.etree


Any ideas?
Back to top
View user's profile Send private message
Dr. Strangelove
Tux's lil' helper
Tux's lil' helper


Joined: 01 May 2006
Posts: 104
Location: Germania

PostPosted: Fri Sep 14, 2012 7:30 am    Post subject: Reply with quote

@ yellowhat,

Since the last emerge I also got the same error. Looking at the git history of cinnamon-settings you'll find that there are a lot of changes in recent time.
The file cinnamon-settings.py imports some python modules.

So, the output
Code:
No module named lxml.etree

means it couldn't find exactly this module (since it is not a dependency in the ebuild and therefore likely not installed).

That means, we need to emerge dev-python/lxml and dev-python/imaging (that is the next error, hehe),
and write the new dependencies in the ebuild.


Last edited by Dr. Strangelove on Fri Sep 14, 2012 7:38 am; edited 1 time in total
Back to top
View user's profile Send private message
yellowhat
Guru
Guru


Joined: 10 Sep 2008
Posts: 528

PostPosted: Fri Sep 14, 2012 7:37 am    Post subject: Reply with quote

OK so I will add that dependency and remerge.

Thanks


Last edited by yellowhat on Fri Sep 14, 2012 7:41 am; edited 1 time in total
Back to top
View user's profile Send private message
Dr. Strangelove
Tux's lil' helper
Tux's lil' helper


Joined: 01 May 2006
Posts: 104
Location: Germania

PostPosted: Fri Sep 14, 2012 7:39 am    Post subject: Reply with quote

yellowhat wrote:
OK so I will remerge in coming days.

Sorry, i posted too early and edited my last post.
Just emerge dev-python/lxml and dev-python/imaging.
Back to top
View user's profile Send private message
yellowhat
Guru
Guru


Joined: 10 Sep 2008
Posts: 528

PostPosted: Fri Sep 14, 2012 7:52 am    Post subject: Reply with quote

Infact I modified my post one minute after.
Back to top
View user's profile Send private message
Dr. Strangelove
Tux's lil' helper
Tux's lil' helper


Joined: 01 May 2006
Posts: 104
Location: Germania

PostPosted: Fri Sep 14, 2012 8:21 am    Post subject: Reply with quote

Pro Tip:

If you want a relatively stable and smooth experience with cinnamon, resort to use an older git version of cinnamon.
There are just too much experiental changes right now. I got problems with the taskbar (no names beside the icons in the window list) and the icons in the right corner near the date were messed up in respect of their size. Also the date wasn't shown.

So here's the tip:
You can set the cinnamon-9999.ebuild to compile any date of development you want:
I recommend tagged ones, that means they've got a version bump. My favourite is 1.5.4.
So, you take the number of the git commit (a really long one) and put it in your ebuild like this:
Code:
EGIT_COMMIT="129bdc2ca351c2655ec3ab337d9718d5b22197de"

(goes right under EGIT_REPO_URI)
Then, manifest the ebuild and remerge. I've found this version very stable.

EDIT: This method also helps if some development just did mess up your daily-compiled cinnamon-9999 and you can't login or use it properly, just keep the EGIT_COMMIT line with your last stable commit commented with a # in your ebuild, and when shit hits the fan, comment it out so it is like a rollback.
Back to top
View user's profile Send private message
yellowhat
Guru
Guru


Joined: 10 Sep 2008
Posts: 528

PostPosted: Fri Sep 14, 2012 9:19 am    Post subject: Reply with quote

Great advice.
For me is working good.
Back to top
View user's profile Send private message
Louzan
n00b
n00b


Joined: 25 Sep 2012
Posts: 7

PostPosted: Tue Sep 25, 2012 2:03 pm    Post subject: Reply with quote

Hi, I am a Sabayon user and have the same problem. I patched the cinnamon-settings and had this bug that I solved by installing lxml and imaging as you say. But I get a new error:

Quote:
/usr/lib64/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
import gobject._gobject

(cinnamon-settings.py:10060): GLib-GIO-ERROR **: Settings schema 'org.cinnamon' does not contain a key named 'activate-menu-applet-on-hover'
`trap' para punto de parada/seguimiento


The last sentence is in spanish.

Thanks.
Back to top
View user's profile Send private message
tetromino
Retired Dev
Retired Dev


Joined: 02 Dec 2003
Posts: 215

PostPosted: Fri Sep 28, 2012 8:35 am    Post subject: Reply with quote

FYI, cinnamon-1.6.1 is now in portage.
Back to top
View user's profile Send private message
Auz
n00b
n00b


Joined: 01 Jul 2006
Posts: 18

PostPosted: Fri Sep 28, 2012 5:29 pm    Post subject: Reply with quote

tetromino wrote:
FYI, cinnamon-1.6.1 is now in portage.


I needed to install dev-python/lxml to get cinnamon-settings to work.
Back to top
View user's profile Send private message
schorsch_76
Guru
Guru


Joined: 19 Jun 2012
Posts: 450

PostPosted: Sat Oct 20, 2012 11:06 am    Post subject: Reply with quote

I tried today to emerge cinnamon but got a build error in clutter-gst-1.4.6

Code:

>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-libs/clutter-gst-1.4.6/work/clutter-gst-1.4.6 ...
make -j8
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/media-libs/clutter-gst-1.4.6/work/clutter-gst-1.4.6/build/autotools/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make ` if  test "x0" = x0; then test -z "" -o "x" = x0 && echo -s; else test "x" = x0 && echo -s; fi` all-recursive
Making all in build
Making all in autotools
Making all in scripts
Making all in clutter-gst
  GEN    stamp-enum-types
  GEN    stamp-marshal
  GEN    clutter-gst-enum-types.c
Making all in shaders
  CC     clutter-gst-debug.lo
  CC     clutter-gst-player.lo
  CC     clutter-gst-video-sink.lo
  CC     clutter-gst-video-texture.lo
  CC     clutter-gst-util.lo
  CC     clutter-gst-marshal.lo
  CC     clutter-gst-enum-types.lo
./clutter-gst-video-texture.c: In Funktion »create_black_idle_material«:
./clutter-gst-video-texture.c:150:3: Warnung: Implizite Deklaration der Funktion »cogl_material_new«
./clutter-gst-video-texture.c:150:23: Warnung: Zuweisung erzeugt Zeiger von Ganzzahl ohne Typkonvertierung
./clutter-gst-video-texture.c:152:3: Warnung: Implizite Deklaration der Funktion »cogl_material_set_color«
./clutter-gst-video-texture.c: In Funktion »clutter_gst_video_texture_set_idle_material«:
./clutter-gst-video-texture.c:673:7: Warnung: Implizite Deklaration der Funktion »cogl_material_get_color«
./clutter-gst-video-sink.c: In Funktion »_create_cogl_program«:
./clutter-gst-video-sink.c:422:3: Warnung: Implizite Deklaration der Funktion »cogl_create_shader«
./clutter-gst-video-sink.c:422:32: Fehler: »COGL_SHADER_TYPE_FRAGMENT« undeclared (first use in this function) <<------ Error


Cot out the relevant stuff.

I did a emerge --sync and emerge -vauDN world. i tried to emerge clutter-gst-1.4.6 and clutter-gst-1.4.4 . Both version breaks at the same reason

How can i resolve it?

Code:

emerge --info '=media-libs/clutter-gst-1.4.6'
Portage 2.1.11.9 (default/linux/amd64/10.0/desktop, gcc-4.5.4, glibc-2.15-r3, 3.4.10-gentoo-slim x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.4.10-gentoo-slim-x86_64-Intel-R-_Core-TM-_i7-2670QM_CPU_@_2.20GHz-with-gentoo-2.1
Timestamp of tree: Sat, 20 Oct 2012 01:00:01 +0000
distcc 3.1 x86_64-pc-linux-gnu [disabled]
app-shells/bash:          4.2_p37
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.7.3-r2, 3.2.3
dev-util/cmake:           2.8.9
dev-util/pkgconfig:       0.27.1
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.9.8.4
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.9.6-r3, 1.11.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.5.4
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.4-r2 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo Lokale-Entwicklung x-portage
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe  -ggdb"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe  -ggdb"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_DE.utf-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="de"
MAKEOPTS="-j8"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/home/georg/Dokumente/Entwicklung/overlay /usr/local/portage"
SYNC="rsync://192.168.178.10/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif gpm gtk iconv ipv6 jpeg lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pppd qt3support qt4 readline sdl session spell sse sse2 ssl startup-notification svg sys-libs/zlib-1.2.5.1-r2 tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xcb xml xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="intel nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


Back to top
View user's profile Send private message
schorsch_76
Guru
Guru


Joined: 19 Jun 2012
Posts: 450

PostPosted: Sun Oct 21, 2012 4:30 pm    Post subject: Reply with quote

I resolved with unmasking clutter-gst-1.6.0. Cinnamon got fully emerged. You need gdm that cinnamon runs smooth.

schorsch
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum