Installation problems | Problèmes à l'installation
coz, Tuesday 28 June 2011 à 00:07
|
|
Subscription date : 25 March 2008
Messages : 611
|
salut guys,
Trying fedora 15, installing bzr but this is where it gets stuck;
[root@coz cosimo321]# bzr checkout --lightweight lp:cairo-dock-core
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
[root@coz cosimo321]# uild phase:Apply phase:adding file 30/39
looks like "build" is not printed out correctly?? "uild"
any suggestioins?
coz |
matttbe, Tuesday 28 June 2011 à 00:41
|
|
Subscription date : 24 January 2009
Messages : 12573
|
Salut Coz,
I don't know, maybe a typo in the source code of BZR or something wrong with ncurse (I guess this line shouldn't be there but just before the line with your hostname)
PS: why do you launch it as root?
It's not advised and can be annoying because you'll have to edit files or compile it as root...
For me it's much better to create a directory for CD in /opt as and then change the rights to use it as root: # as root
# mkdir /opt/cairo-dock_bzr
# chown $USER:$USER /opt/cairo-dock_bzr
# (changed user by your user (if you're using 'sudo', $USER will be replaced by something like coz, cosimo321, matttbe, etc. if not, it will be replaced by 'root'))
$ now as user
$ cd /opt/cairo-dock_bzr
$ bzr checkout (...) |
coz, Tuesday 28 June 2011 à 08:25
|
|
Subscription date : 25 March 2008
Messages : 611
|
salut matttbe ,
Ok I wont do it as root although the guide suggests going in as root.
Long time since I used fedora and wanted to test the dock on gnome3
i will see if this makes any difference ,, but so far it doesnt work
thanks
coz |
Subscription date : 30 November 2007
Messages : 17118
|
Long time since I used fedora and wanted to test the dock on gnome3
very good idea indeed, I'm also curious of the result  |
Installation problems | Problèmes à l'installation
|