Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nmap
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
aschaft
n00b
n00b


Joined: 24 Jun 2002
Posts: 14
Location: Edenvale, Johannesburg, South Africa

PostPosted: Mon Jun 24, 2002 2:52 pm    Post subject: nmap Reply with quote

Hi,

With nmap being a text tool, why does it want to emerge the following:

[ebuild N ] dev-libs/popt-1.6.3 to /
[ebuild N ] dev-util/intltool-0.22 to /
[ebuild N ] x11-base/opengl-update-1.3 to /
[ebuild N ] x11-base/xfree-4.2.0-r12 to /
[ebuild N ] x11-libs/gtk+-1.2.10-r8 to /
[ebuild N ] net-analyzer/nmap-2.54_beta36 to /

I've set USE="-x" in /etc/make.conf
Back to top
View user's profile Send private message
chatwood2
n00b
n00b


Joined: 20 Jun 2002
Posts: 39
Location: Washington DC, Pittsburgh PA

PostPosted: Mon Jun 24, 2002 3:03 pm    Post subject: Reply with quote

Try
Code:

USE="-X"

(X is capitalized)

- Chris
Back to top
View user's profile Send private message
id10t
Tux's lil' helper
Tux's lil' helper


Joined: 18 May 2002
Posts: 100

PostPosted: Mon Jun 24, 2002 3:07 pm    Post subject: Reply with quote

It wants al l that to build nmapfe - just export USE="-X"
_________________
---
this space for rent
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Mon Jun 24, 2002 6:38 pm    Post subject: Reply with quote

Yeah I'm not sure who does that ebuild, but they should take out nmapfe and make it a seperate ebuild to lessen confusion on new gentoo users not familiar with USE="" variables.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
tictac
n00b
n00b


Joined: 23 Jun 2002
Posts: 7
Location: Topeka, Kansas

PostPosted: Mon Jun 24, 2002 10:42 pm    Post subject: Reply with quote

same thing goes for bitchx and links :) both have references to XFree-4.2 and bitchx also has reference to GTK+ ... :(
Back to top
View user's profile Send private message
id10t
Tux's lil' helper
Tux's lil' helper


Joined: 18 May 2002
Posts: 100

PostPosted: Mon Jun 24, 2002 11:56 pm    Post subject: Reply with quote

Yah, but with links, you should definatly use the graphics stuff, unless you are doing a quickie to have something to do after the first reboot....

Try links -g http://www.gentoo.org
_________________
---
this space for rent
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Tue Jun 25, 2002 1:41 am    Post subject: Reply with quote

It is my opinion that these types of ebuilds should be seperated into two categorys.

Something Like:

Code:

OptimusPrime autobot # emerge -s links
[ Results for search key : links ]
[ Applications found : 2 ]
 
*  net-www/links-x11
      Latest version Available: 2.0
      Latest version Installed: [ Not Installed ]
      Homepage: http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/
      Description:
      links is a fast lightweight text and graphic web-browser

*  net-www/links-text
      Latest version Available: links-0.96-r1
      Latest version Installed: [ Not Installed ]
      Homepage: http://artax.karlin.mff.cuni.cz/~mikulas/links
      Description:
      A console-based web browser

_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
aschaft
n00b
n00b


Joined: 24 Jun 2002
Posts: 14
Location: Edenvale, Johannesburg, South Africa

PostPosted: Tue Jun 25, 2002 6:25 am    Post subject: nmap and x Reply with quote

Hi,

Tried the following

alexgentoo root # export use="-X"
alexgentoo root # emerge --pretend nmap

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild N ] dev-libs/popt-1.6.3 to /
[ebuild N ] dev-util/intltool-0.22 to /
[ebuild N ] x11-base/opengl-update-1.3 to /
[ebuild N ] x11-base/xfree-4.2.0-r12 to /
[ebuild N ] x11-libs/gtk+-1.2.10-r8 to /
[ebuild N ] net-analyzer/nmap-2.54_beta36 to /

alexgentoo root #

Where would I check in the ebuild file if the thing actually checks for the -X parameter?
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Tue Jun 25, 2002 7:27 am    Post subject: Reply with quote

Gtk depends on xfree is why your still getting xfree in the dependencies.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Tue Jun 25, 2002 9:51 am    Post subject: Reply with quote

AutoBot wrote:
Yeah I'm not sure who does that ebuild, but they should take out nmapfe and make it a seperate ebuild to lessen confusion on new gentoo users not familiar with USE="" variables.


Or, new users should take the time to learn about something before they jump in and start using it. Yes. Yes, I like that idea more.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Wed Jun 26, 2002 4:33 pm    Post subject: Reply with quote

Lol that would also work klieber, but I would still like to see the ebuilds on some applications seperated.

Maybe when I get a little more proficient in ebuild creation I will submit a few of my own, as it stands now I just create personal ebuilds of applications not in portage to keep my system clean of normal source installs.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Wed Jun 26, 2002 5:42 pm    Post subject: Reply with quote

AutoBot wrote:
Lol that would also work klieber, but I would still like to see the ebuilds on some applications seperated.


But if you do that, then why have USE variables in the first place?

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Wed Jun 26, 2002 5:46 pm    Post subject: Reply with quote

Ok so your right, didn't look at like that.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
Draxon
n00b
n00b


Joined: 24 Feb 2003
Posts: 21

PostPosted: Mon Jan 12, 2004 9:16 pm    Post subject: Re: nmap and x Reply with quote

aschaft wrote:
Hi,

Tried the following

alexgentoo root # export use="-X"
alexgentoo root # emerge --pretend nmap

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild N ] dev-libs/popt-1.6.3 to /
[ebuild N ] dev-util/intltool-0.22 to /
[ebuild N ] x11-base/opengl-update-1.3 to /
[ebuild N ] x11-base/xfree-4.2.0-r12 to /
[ebuild N ] x11-libs/gtk+-1.2.10-r8 to /
[ebuild N ] net-analyzer/nmap-2.54_beta36 to /

alexgentoo root #

Where would I check in the ebuild file if the thing actually checks for the -X parameter?

Make sure USE="-X -gtk".. then it shouldn't try to dump x11 on you :)
Back to top
View user's profile Send private message
vdboor
Guru
Guru


Joined: 03 Dec 2003
Posts: 592
Location: The Netherlands

PostPosted: Mon Jan 12, 2004 10:43 pm    Post subject: Reply with quote

I'd recommend to anyone: run emerge -pv (--pretend --verbose) before you actually emerge anything. A lot of people don't seam to be aware of these options :cry:
_________________
The best way to accelerate a windows server is by 9.81M/S²
Linux user #311670 and Yet Another Perl Programmer

[ screenies | Coding on KMess ]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
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