Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
slicker-cvs ebuild ???
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
eclipse
n00b
n00b


Joined: 13 Jan 2003
Posts: 6

PostPosted: Wed Mar 12, 2003 12:57 pm    Post subject: slicker-cvs ebuild ??? Reply with quote

I was wondering if anyone has tried the slicker cvs (http://slicker.sourceforge.net), if so could we get an ebuild please =))
Back to top
View user's profile Send private message
tyler
n00b
n00b


Joined: 28 Aug 2002
Posts: 59
Location: toronto, ontario, canada

PostPosted: Wed Mar 12, 2003 4:21 pm    Post subject: Re: slicker-cvs ebuild ??? Reply with quote

eclipse wrote:
I was wondering if anyone has tried the slicker cvs (http://slicker.sourceforge.net), if so could we get an ebuild please =))


Code:

cd /usr/portage
nano skel.ebuild

and have at it. ;)
Back to top
View user's profile Send private message
AgentUSA
n00b
n00b


Joined: 15 Jul 2002
Posts: 47

PostPosted: Fri Mar 14, 2003 4:06 pm    Post subject: Reply with quote

I'm very interested in an ebuild. But like you, I still have to learn how to make one.
Back to top
View user's profile Send private message
Niek
Apprentice
Apprentice


Joined: 14 May 2002
Posts: 236
Location: Houten, The Netherlands

PostPosted: Fri Mar 14, 2003 6:23 pm    Post subject: Reply with quote

OK, here it is:
Code:
mkdir /usr/portage/x11-misc/slicker-cvs
cd /usr/portage/x11-misc/slicker-cvs
wget http://www.maasonline.nl/zooi/slicker-cvs-0.ebuild
ebuild slicker-cvs-0.ebuild digest
emerge slicker-cvs

Hope you like it :)
_________________
Bezoek ook eens de Nederlandstalige Gentoo IRC channel op irc.freenode.net - #gentoo-nl
Back to top
View user's profile Send private message
LaSAR
n00b
n00b


Joined: 12 Apr 2002
Posts: 63
Location: Antwerp, Belgium

PostPosted: Fri Mar 14, 2003 7:51 pm    Post subject: Reply with quote

thanks Niek!

is the slicker-project usable yet? (i thought it was in a very early stage of development)
unfortunately i havent got the time to test this at the moment.
i really like the idea and hope the project gets finished some day.
Back to top
View user's profile Send private message
darktux
Veteran
Veteran


Joined: 16 Nov 2002
Posts: 1086
Location: Coimbra, Portugal

PostPosted: Fri Mar 14, 2003 8:10 pm    Post subject: Reply with quote

LaSAR wrote:
thanks Niek!

is the slicker-project usable yet? (i thought it was in a very early stage of development)
unfortunately i havent got the time to test this at the moment.
i really like the idea and hope the project gets finished some day.


http://alunos.deis.isec.pt/~a_lemos/kde.png (took this shot yesterday)
_________________
Lego my ego, and I'll lego your knowledge

www.tuxslare.org - My reborn website :P
Back to top
View user's profile Send private message
noff
Guru
Guru


Joined: 11 Nov 2002
Posts: 388
Location: College Park, Maryland

PostPosted: Sun Mar 16, 2003 1:42 am    Post subject: Reply with quote

Wow, it works fairly well. The one problem is I can't figure out how to change virtual desktops. They need a card for that. And then I would use full time.
_________________
What Larry was saying is that if you make it too easy for programmers, then poor programmers will be able to do things best left to good programmers, and will inevitably do them poorly. Everyone will suffer in the long term as a result." - Tom Chance
Back to top
View user's profile Send private message
occe
Apprentice
Apprentice


Joined: 12 Feb 2003
Posts: 171
Location: Sweden

PostPosted: Sun Mar 16, 2003 1:51 am    Post subject: Reply with quote

Niek, Thanks for your cvsbuild!

Noff, a switch between virtual keyboards would be nice, have been using it for some days, and this could really be a big hit. using a cardconsole makes it really easy and fast to access to the console from any place.
Back to top
View user's profile Send private message
annex
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2002
Posts: 102

PostPosted: Sun Mar 16, 2003 11:32 pm    Post subject: Reply with quote

Thanks a lot,

I can't wait for more development, the idea is simply terrific!
Back to top
View user's profile Send private message
ian!
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 3829
Location: Essen, Germany

PostPosted: Mon Mar 17, 2003 8:39 pm    Post subject: Reply with quote

Wow! Nice! :P
Thanks for the ebuild!

ian
Back to top
View user's profile Send private message
phunkphorce
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2002
Posts: 145

PostPosted: Fri Mar 28, 2003 10:08 am    Post subject: Reply with quote

Niek wrote:
OK, here it is:
Code:
mkdir /usr/portage/x11-misc/slicker-cvs
cd /usr/portage/x11-misc/slicker-cvs
wget http://www.maasonline.nl/zooi/slicker-cvs-0.ebuild
ebuild slicker-cvs-0.ebuild digest
emerge slicker-cvs

Hope you like it :)

My contribution comes a bit late since some time has already passed since the last post of this thread, but it might be a better idea to put the ebuild under /usr/local/portage instead of the main folder for ebuilds, /usr/portage, as next time you run a emerge rsync that new custom ebuild will be lost. Using the the 'overlay' feature of portage we will avoid having to recreate the ebuild everytime.

Remember that you have to enable the PORTDIR_OVERLAY setting in you /etc/make.conf for this to work:
Code:
PORTDIR_OVERLAY=/usr/local/portage


And then do exactly the same but the destination folder for the ebuild will be /usr/local/portage/x11-misc/slicker-cvs instead of /usr/portage/x11-misc/slicker-cvs

Good luck 8)
_________________
O God, Thou art in Heaven...
...please stay there!
Back to top
View user's profile Send private message
nephros
Advocate
Advocate


Joined: 07 Feb 2003
Posts: 2139
Location: Graz, Austria (Europe - no kangaroos.)

PostPosted: Fri Mar 28, 2003 11:30 am    Post subject: Reply with quote

Does not work here...

Code:
root@scourge slicker # emerge slicker-cvs-0.ebuild
Calculating dependencies \emerge: create(): aux_get() error on x11-misc/slicker-cvs-0; aborting...


--debug shows nothing else. Any bets?
_________________
Please put [SOLVED] in your topic if you are a moron.
Back to top
View user's profile Send private message
phunkphorce
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2002
Posts: 145

PostPosted: Fri Mar 28, 2003 11:42 am    Post subject: Reply with quote

If you want to follow my recommendation to put under /usr/local/portage, this is what you have to do:

- First, enable the 'overlay' feature, so that your own custom builds can coexist with the official ones, with the added feature that your ebuilds won't be deleted by rsync when synchronizing with Gentoo's servers (as opposed as what would happend if you put them in /usr/portage) Just find this line in /etc/make.conf, and comment it out:
Code:

PORTDIR_OVERLAY=/usr/local/portage

(This step is very important! If you don't do this portage won't find you custom ebuilds!)

- Next, you have to do almost the same as in the first method, but keeping in mind that your working folder now is /usr/local/portage instead of /usr/portage:
Code:
mkdir /usr/local/portage/x11-misc/slicker-cvs
cd /usr/local/portage/x11-misc/slicker-cvs
wget http://www.maasonline.nl/zooi/slicker-cvs-0.ebuild
ebuild slicker-cvs-0.ebuild digest
emerge slicker-cvs


(it might be that /usr/local/portage doesn't exist in your system. If that's the case, create it first and then do as above)

That should work. The error you are getting is due to emerge not finding the ebuild file (I know it because I had the same problem some days ago :))
_________________
O God, Thou art in Heaven...
...please stay there!
Back to top
View user's profile Send private message
sklettke
Guru
Guru


Joined: 05 Nov 2002
Posts: 352
Location: Madison, WI

PostPosted: Fri Apr 04, 2003 1:36 am    Post subject: Reply with quote

Ok, I have the slicker-cvs ebuild and correctly enabled the PORTDIR_OVERLAY. I can begin emerging it and after downloading the cvs source, I get this error.

Code:

>>> emerge (1 of 1) x11-misc/slicker-cvs-0 to /
>>> Unpacking source...
 * Running cvs -q -f -z4 update -dP -rHEAD with cvs.slicker.sourceforge.net:/cvsroot/slicker for slicker/...
 * Copying slicker/ from /usr/portage/distfiles/cvs-src/slicker-cvs...
>>> Source unpacked.
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
configure.in:44: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:106: warning: do not use m4_regexp: use regexp or m4_bregexp
*** Creating config.h template
autoheader-2.54: `config.h.in' is created
*** Creating Makefile templates
slicker/applets/cards/clockcard/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS'
slicker/applets/cards/imapplet/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS'
slicker/applets/cards/informationcenter/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS'
slicker/applets/cards/kmenuapplet/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS'
slicker/applets/cards/konsoleapplet/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS'
slicker/applets/cards/launcherapplet/Makefile.am:6: invalid unused variable name: `AM_LDFLAGS'
slicker/applets/cards/printerjobsapplet/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS'
slicker/applets/cards/systemtray/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS'
slicker/applets/cards/testapplet/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS'
slicker/applets/cards/traytestapplet/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS'
slicker/carddeskcore/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS'
slicker/cardhandler/Makefile.am:2: invalid unused variable name: `AM_LDFLAGS'
make[1]: *** [cvs] Error 1
make: *** [all] Error 2

!!! ERROR: x11-misc/slicker-cvs-0 failed.
!!! Function econf, Line 275, Exitcode 1
!!! no configure script found


Any suggestions?

Scott
Back to top
View user's profile Send private message
CrimsonScythe
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2002
Posts: 83
Location: Minneapolis, MN

PostPosted: Fri Apr 04, 2003 2:32 am    Post subject: Reply with quote

I have the same problem as you have. I'd like to get a solution too!

-- Thomas
_________________
If we weren't supposed to eat animals, then why are they made of meat?
Back to top
View user's profile Send private message
phunkphorce
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2002
Posts: 145

PostPosted: Fri Apr 04, 2003 6:13 am    Post subject: Reply with quote

Our problem (I am experiencing the same) seems to be related to the autoconf/automake package and has absolutely nothing to do with with portage. I tried to update my copy of the cvs this morning (last time was about a week ago) and apparently they have updated all the Makefile.m4 so it might be that they are using now a higher or lower, but at least different, version of autoconf. I will continue researching to see if I can find the problem...
_________________
O God, Thou art in Heaven...
...please stay there!
Back to top
View user's profile Send private message
CrimsonScythe
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2002
Posts: 83
Location: Minneapolis, MN

PostPosted: Fri Apr 04, 2003 8:45 am    Post subject: Reply with quote

phunkphorce: You're right! I updated autoconf and automake and typed the following before emerging slicker. Worked as a charm :D

Code:
export WANT_AUTOCONF_2_5="1"
export WANT_AUTOMAKE="1.7"


-- Thomas
_________________
If we weren't supposed to eat animals, then why are they made of meat?
Back to top
View user's profile Send private message
phunkphorce
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2002
Posts: 145

PostPosted: Fri Apr 04, 2003 8:51 am    Post subject: Reply with quote

CrimsonScythe wrote:
phunkphorce: You're right! I updated autoconf and automake and typed the following before emerging slicker. Worked as a charm :D

Code:
export WANT_AUTOCONF_2_5="1"
export WANT_AUTOMAKE="1.7"


-- Thomas

Wow thanks! You spared me the effort of researching about the problem myself! :)
_________________
O God, Thou art in Heaven...
...please stay there!
Back to top
View user's profile Send private message
pgray
n00b
n00b


Joined: 23 Apr 2002
Posts: 51

PostPosted: Fri Apr 04, 2003 5:06 pm    Post subject: fluxbox Reply with quote

Has anyone tried firing up slicker in flux? I know that it is possible to run kicker in fluxbox, but the functionality that I want, such as these collapsible "cards" is not there. I'd be interested if slicker was runnable in any WM or if it has to be native to KDE only. I'm gonna try it when I get back to my computer in the dorm.

pgray
_________________
life is just a dream, you know? it's neverending.
Back to top
View user's profile Send private message
abhishek
Retired Dev
Retired Dev


Joined: 28 Jun 2002
Posts: 393
Location: Los Angeles, CA

PostPosted: Fri Apr 04, 2003 6:37 pm    Post subject: Reply with quote

Niek wrote:
OK, here it is:
Code:
mkdir /usr/portage/x11-misc/slicker-cvs
cd /usr/portage/x11-misc/slicker-cvs
wget http://www.maasonline.nl/zooi/slicker-cvs-0.ebuild
ebuild slicker-cvs-0.ebuild digest
emerge slicker-cvs

Hope you like it :)

Why don't you submit this?
Back to top
View user's profile Send private message
Niek
Apprentice
Apprentice


Joined: 14 May 2002
Posts: 236
Location: Houten, The Netherlands

PostPosted: Fri Apr 04, 2003 6:58 pm    Post subject: Reply with quote

andrd wrote:
-snip-
Why don't you submit this?
It's a CVS ebuild :) Slicker is very unstable atm, and there are not so much features implemented yet. When the slicker developers release a first beta version, i'll make and submit an ebuild :)
_________________
Bezoek ook eens de Nederlandstalige Gentoo IRC channel op irc.freenode.net - #gentoo-nl
Back to top
View user's profile Send private message
yokem55
Guru
Guru


Joined: 18 Apr 2002
Posts: 360
Location: Oregon

PostPosted: Fri Apr 04, 2003 10:39 pm    Post subject: Reply with quote

It's not building completely for me. It grabs the cvs, configures it and starts building it but it stops here:
Code:
Making all in cardhandler
make[3]: Entering directory `/var/tmp/portage/slicker-cvs-0/work/slicker/slicker/cardhandler'
source='manager.cpp' object='manager.lo' libtool=yes \
depfile='.deps/manager.Plo' tmpdepfile='.deps/manager.TPlo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
/bin/sh ../../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./../carddeskcore -I./../share -I./../core -I./../ -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -march=pentium3 -Os -pipe -fomit-frame-pointer -mfpmath=sse -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -c -o manager.lo `test -f manager.cpp || echo './'`manager.cpp
source='cardhandler.cpp' object='cardhandler.lo' libtool=yes \
depfile='.deps/cardhandler.Plo' tmpdepfile='.deps/cardhandler.TPlo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
/bin/sh ../../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./../carddeskcore -I./../share -I./../core -I./../ -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -march=pentium3 -Os -pipe -fomit-frame-pointer -mfpmath=sse -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -c -o cardhandler.lo `test -f cardhandler.cpp || echo './'`cardhandler.cpp
In file included from cardhandler.cpp:37:
CardHandlerPreferences.h:21:38: CardHandlerPreferencesUI.h: No such file or directory
In file included from cardhandler.cpp:37:
CardHandlerPreferences.h:52: syntax error before `*' token
make[3]: *** [cardhandler.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
manager.cpp: In member function `bool
   SlickerCardManager::existsInstanceOfPlugin(const QString&)':
manager.cpp:186: warning: unused parameter `const QString&pluginName'
manager.cpp:195: warning: control reaches end of non-void function
make[3]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker/slicker/cardhandler'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker/slicker'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker'
make: *** [all] Error 2

!!! ERROR: x11-misc/slicker-cvs-0 failed.
!!! Function src_compile, Line 22, Exitcode 2
!!! (no error message)
Any ideas or is the cvs tree borked right now?
Back to top
View user's profile Send private message
karl11
Guru
Guru


Joined: 25 Jun 2002
Posts: 469
Location: Raleigh, NC

PostPosted: Fri Apr 04, 2003 10:44 pm    Post subject: Reply with quote

Quote:
In file included from cardhandler.cpp:37:
CardHandlerPreferences.h:21:38: CardHandlerPreferencesUI.h: No such file or directory


I got the same message as you did, and as you can see there is a file not in CVS at the moment.....I was really hoping to get this to build....

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


Joined: 18 Apr 2002
Posts: 360
Location: Oregon

PostPosted: Sat Apr 05, 2003 12:42 am    Post subject: Reply with quote

Yeah me too. I guess I'll have to try again tomorrow.
Back to top
View user's profile Send private message
kraylus
l33t
l33t


Joined: 07 Jun 2002
Posts: 648
Location: ft.worth.tx

PostPosted: Tue Apr 08, 2003 2:47 am    Post subject: Reply with quote

Code:
make[5]: *** No rule to make target `contentswidget.cpp', needed by `contentswidget.lo'.  Stop.
make[5]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker/slicker/applets/cards/systemtray'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker/slicker/applets/cards'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker/slicker/applets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker/slicker'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker'
make: *** [all] Error 2


ah, bloody hell. ah well. anyone else get that? dont think it's anything that i did....

ok, i did export WANT_AUTO_CONF_2_5=1 at the command line before compiling as instructed on the faq page on the slicker site. it's specific to gentoo users too. i tried to emerge slicker again and i got something different....

Code:
make[5]: *** No rule to make target `contentswidget.cpp', needed by `contentswidget.lo'.  Stop.
make[5]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker/slicker/applets/cards/systemtray'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker/slicker/applets/cards'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker/slicker/applets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker/slicker'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/slicker-cvs-0/work/slicker'
make: *** [all] Error 2

!!! ERROR: x11-misc/slicker-cvs-0 failed.
!!! Function src_compile, Line 22, Exitcode 2
!!! (no error message)


so maybe it IS something i'm doing?
_________________
I used gentoo BEFORE it was cool.
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 1, 2  Next
Page 1 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