Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New Portage Frontend: GENU
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
WladyX
Guru
Guru


Joined: 25 Nov 2004
Posts: 503
Location: Romania

PostPosted: Sat Mar 26, 2005 7:25 pm    Post subject: Reply with quote

MiMi wrote:
I get
Code:

Calculating dependencies ...done!

!!! Error: the <net-www/mozilla-firefox-1.0-r3 package conflicts with another package.
!!!        both can't be installed on the same system together.
!!!        Please use 'emerge --pretend' to determine blockers.


what do I do


You run emerge --pretend mozilla-firefox to determine the blockers, as suggested :D
You probably have mozilla-firefox-bin installed.
_________________
We are not alone.
Back to top
View user's profile Send private message
m4rqz
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2004
Posts: 129
Location: Sweden

PostPosted: Tue Mar 29, 2005 9:16 am    Post subject: Reply with quote

Sorcerer'sApprentice wrote:
Thought of a couple more ideas:

the possibility of editing the command that is used (eg. I always do emerge -uD world, so I would rather have the menu option map to that instead).

an optional console output of whatever command is currently being executed

put an icon in the systray, rather than just the word GENTOO, it would look more classy.


All of this is actually implemented by now, but I have not released any new version due to instability. But I will probably start creating "nightly tarballs" or something.
Back to top
View user's profile Send private message
fuoco
Guru
Guru


Joined: 23 May 2004
Posts: 386
Location: Israel

PostPosted: Tue Mar 29, 2005 12:43 pm    Post subject: Reply with quote

m4rqz: for root password prompt is it possible to use the same method as used in gnome-system-tools? it's not gksu and not gnomesu, but I don't know how exactly it works. Anyways it's better than those two options, but between gksu and gnomesu - I think gnomesu is the better one, and it has less dependencies on gnome systems.

Another suggestion would be to have a way to incorporate also --newuse flag, which is very important and useful in some cases.

Thanks for a great portage frontend!
Back to top
View user's profile Send private message
bob_111
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 155

PostPosted: Tue Mar 29, 2005 1:35 pm    Post subject: Reply with quote

Hey guys, im having a little problem emerging genu.
Code:
bash-2.05b# emerge genu
Calculating dependencies ...done!
>>> emerge (1 of 1) app-portage/genu-0.2.2 to /
*** Adjusting cvs-src permissions for portage user...
!!! Unable to chgrp of /usr/portage/distfiles to portage, continuing

Cannot chown a lockfile. This could cause inconvenience later.
>>> md5 src_uri ;-) genu-0.2.2.tar.gz
>>> Unpacking source...
>>> Unpacking genu-0.2.2.tar.gz to /var/tmp/portage/genu-0.2.2/work
>>> Source unpacked.
mkdir -p ../usr/lib/genu
mcs  -target:library -out:../usr/lib/genu/portage-sharp.dll ./portage-sharp/Ebuild.cs ./portage-sharp/Emerge.cs ./portage-sharp/Environment.cs ./portage-sharp/Exceptions.cs ./portage-sharp/Portage.cs
mkdir -p ../usr/lib/genu
mcs   \
   -pkg:gnome-sharp  -pkg:gtk-sharp \
  -target:library -out:../usr/lib/genu/egg-sharp.dll ./egg-sharp/egg-sharp.cs
Compilation succeeded
mkdir -p ../usr/lib/genu
mcs  \
   -pkg:gnome-sharp  -pkg:gtk-sharp \
   -r:../usr/lib/genu/egg-sharp.dll  -r:../usr/lib/genu/portage-sharp.dll \
  -target:exe \
  -main:Genu \
  -out:../usr/lib/genu/genu.exe ./genu/Genu.cs ./genu/GenuTrayIcon.cs ./genu/EnvDialog.cs ./genu/InstallDialog.cs ./genu/MaskedDialog.cs ./genu/MergeDialog.cs ./genu/PortageTreeView.cs ./genu/PretendDialog.cs ./genu/SyncDialog.cs
error CS0006: Cannot find assembly `../usr/lib/genu/egg-sharp.dll'
Log:

Compilation failed: 1 error(s), 0 warnings
make: *** [genu.exe] Error 1
make: *** Waiting for unfinished jobs....
Compilation succeeded

!!! ERROR: app-portage/genu-0.2.2 failed.
!!! Function src_compile, Line 556, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.


I can compile and install genu manually tho. Any idears would be appreciated.

PS. Would it be possible to change the "GENTOO" text that appears in the "systray" to that little package icon :?:

- bob_111
Back to top
View user's profile Send private message
Amaranatha
n00b
n00b


Joined: 30 Nov 2004
Posts: 48
Location: Europe

PostPosted: Wed Mar 30, 2005 2:46 pm    Post subject: Reply with quote

@bob_111 & others having problems, try:

Code:

MAKEOPTS="-j1" emerge -a genu


This is not genu-specific. Try it whenever the build fails and says:

Code:

make: *** Waiting for unfinished jobs....


or something alike. Not all makefiles work well with MAKEOPTS="-jN" and/or DistCC.

PS: This tool is awesome. Congratulations!
Back to top
View user's profile Send private message
suineg
Apprentice
Apprentice


Joined: 02 Mar 2004
Posts: 200
Location: Los Angeles

PostPosted: Wed Apr 13, 2005 9:24 am    Post subject: Reply with quote

okay, before I say anything else, this looks really sweet. I have been looking for a good front end for portage for sometime now. I love the ability to mask/unmask packages.

now before I emerge this I have a question, why the dependancy on libgnomeprint and libgnomeprintui, is this a mono dependancy? I have emerged mono before and not had these libs pulled in.

I don't mind a few gnome libs (I already have quite a few), but I don't like uneeded cruft :)

any idea whats pulling these in?

EDIT: okay it appears that it is gnome-sharp that is pulling these in, I would think printing support would be optional, but perhaps not. meh, I will look into it further, but for now I guess I will suck it up and emerge those libs :)

PS: really looking forward to the next version :)
Back to top
View user's profile Send private message
AhronZombi
Tux's lil' helper
Tux's lil' helper


Joined: 04 Aug 2004
Posts: 105

PostPosted: Wed Apr 20, 2005 3:18 pm    Post subject: Reply with quote

Pythonhead wrote:
Homer: Try adding "inherit mono" after the copyright header

uman: http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds
? add it where
_________________
tcotu.net Taking back our freedoms for good!
Back to top
View user's profile Send private message
Tyris
n00b
n00b


Joined: 04 May 2003
Posts: 44
Location: Cincinnati, OH

PostPosted: Wed Apr 20, 2005 7:42 pm    Post subject: Reply with quote

In previous versions of the ebuild, you needed to add that to the top of the file, however the latest ebuild on the project's site already has that taken care of.
Back to top
View user's profile Send private message
Rainmaker
Veteran
Veteran


Joined: 12 Feb 2004
Posts: 1650
Location: /home/NL/ehv/

PostPosted: Thu Apr 21, 2005 1:34 am    Post subject: Reply with quote

hmmm, this tool isn't really working out for me... Sorry...

I just "emerged world".

Could you add a "deep" option there? My system only has 4 updates with emerge -uv world, but has 8 updates with -uDv world

But hey, I went on. Emerging the first package died prematurely, I did not get a warning or anything, it just said "world emerged!"

Things that would be nice:

-a "deep" option, as mentioned above
-the ability to see output (which should be available in 2.4 looking at the screenshot page)
-detecting failed merges, and warning the user of them.

I don't wanna sound negative here, on the contrary, great work. Just want to give you some "user input" on how the program can be improved

Keep it up!
_________________
If you can't dazzle them with brilliance, baffle them with bullshit.
Back to top
View user's profile Send private message
thoffmeyer
Apprentice
Apprentice


Joined: 11 Apr 2004
Posts: 208
Location: GMT -5 Hours

PostPosted: Thu Apr 21, 2005 6:17 am    Post subject: Reply with quote

Emerging it now going to see if I like it.
_________________
Conrad Guide, Current Maintainer

Join us on IRC
Server: irc.freenode.net
Channel: #conrad
Back to top
View user's profile Send private message
thoffmeyer
Apprentice
Apprentice


Joined: 11 Apr 2004
Posts: 208
Location: GMT -5 Hours

PostPosted: Thu Apr 21, 2005 6:41 am    Post subject: Reply with quote

Hm.. It seems to just be stuck on this..

[tim@phakison:~] genu

Loading GENU 0.2.2 development...
_________________
Conrad Guide, Current Maintainer

Join us on IRC
Server: irc.freenode.net
Channel: #conrad
Back to top
View user's profile Send private message
M@rijn
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jan 2004
Posts: 145
Location: Zierikzee (The Netherlands)

PostPosted: Thu Apr 21, 2005 10:17 am    Post subject: Reply with quote

Maybe an nice feature as standard is while emerge the -fD parameters at the background, ( -fD downloads the packages) with that parameter you can emerge faster because he doesn't have to download the packages first.

emerge <packagename>
Code:

download <package1> --> emerge <package1> --> download <package2> --> emerge <package2>


emerge -fD <packagename>
emerge <packagename>
Code:

download <package1> --> emerge <package1> -->  emerge <package2>
                                              download <package2>  --> download <package3> etc. etc.

_________________
Gentoo is just an Aston Martin, "Power, beauty and soul"
Back to top
View user's profile Send private message
suineg
Apprentice
Apprentice


Joined: 02 Mar 2004
Posts: 200
Location: Los Angeles

PostPosted: Mon Apr 25, 2005 12:28 pm    Post subject: Reply with quote

thoffmeyer wrote:
Hm.. It seems to just be stuck on this..

[tim@phakison:~] genu

Loading GENU 0.2.2 development...


read a few posts up, in the current version, there is no initial window, just the panel icon (systray).
Back to top
View user's profile Send private message
M@rijn
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jan 2004
Posts: 145
Location: Zierikzee (The Netherlands)

PostPosted: Mon May 09, 2005 6:42 am    Post subject: Reply with quote

How's developing doing?
_________________
Gentoo is just an Aston Martin, "Power, beauty and soul"
Back to top
View user's profile Send private message
brot
Guru
Guru


Joined: 06 Apr 2004
Posts: 322

PostPosted: Sun May 22, 2005 11:00 am    Post subject: ... Reply with quote

I am, atm emerging genu with the ebuild, hope it works.
The screenshots are really awesome, i hope 0.2.4 is out soon...

BTW: I saw this nice tool in a german linux magazine, which is named "Linux +",.. cool, isn't it ;)
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Tue May 24, 2005 7:46 pm    Post subject: Reply with quote

one feature I have been wanting in a portage frontend was the ability to do dependency updates -uD, when are u going to add this to genu?
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
Lowspirit
Apprentice
Apprentice


Joined: 31 Jul 2002
Posts: 258
Location: Northern Sweden

PostPosted: Thu Aug 25, 2005 12:31 am    Post subject: Reply with quote

Is there being any work done on this still cause the UI is smashing but project seems abandoned, especially since site is down.

Side note, I just can't get gksu to do anything, I get the prompt, enter root psw but nothing happens. I'm sure it's right psw without caps etc, any ideas?
_________________
Gentoo | AMD X2 3800+ 2GB RAM | Kernel 2.6.30 . ReiserFS . CFQ . GCC4.3.3 | Firefox 3.5 | Gnome 2.26 w/ Compiz-Fusion
"Penguins are the only fish that can fly"
Back to top
View user's profile Send private message
m4rqz
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2004
Posts: 129
Location: Sweden

PostPosted: Thu Aug 25, 2005 7:33 pm    Post subject: Reply with quote

yeah sorry, but don't have any time to work on it. but i want the program too, so i'll work on it when i have time. :cry:
Back to top
View user's profile Send private message
krani1
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2004
Posts: 76

PostPosted: Mon Oct 31, 2005 10:38 am    Post subject: Reply with quote

I can't download the files from the webpage, it always came up with a 404...

can anyone please post de source code of this tool??

TIA
Back to top
View user's profile Send private message
m4rqz
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2004
Posts: 129
Location: Sweden

PostPosted: Mon Oct 31, 2005 6:48 pm    Post subject: Reply with quote

the latest version can be found on (UPDATED) http://www.markus-jonsson.com/downloads/genu/genu-0.2.2.tar.gz ..
but I don't think it will work on an up-to-date system.. sorry.
_________________
M.A.R.K.U.S
Mechanical
Artificial
Replicant
Keen on
Ultimate
Sabotage
Back to top
View user's profile Send private message
Shingoshi
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jan 2007
Posts: 128
Location: Salem, Oregon USA

PostPosted: Sun May 04, 2008 2:29 am    Post subject: This project appears to be dead... Reply with quote

So why is the package still listed in portage? The home page given here is no longer active, and no further details seem to have been given since 2005.October.31.

Shingoshi
_________________
The immediate equalization of all knowledge among all beings.
Xneutato - The Cluster-Distributed Package Development and Management Framework
http://portato.origo.ethz.ch/forum/23
Shingoshi's User Styles for Firefox
http://userstyles.org/users/3665
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
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