Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How do I unmask mod_ftpd so that I can emerge it??
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
nr5
n00b
n00b


Joined: 19 Jan 2006
Posts: 57

PostPosted: Sat Feb 04, 2006 2:11 am    Post subject: How do I unmask mod_ftpd so that I can emerge it?? Reply with quote

I dont know how to unmask mod_ftpd...( *n00b*)

Code:
# emerge mod_ftpd
Calculating dependencies
!!! All ebuilds that could satisfy "mod_ftpd" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-www/mod_ftpd-0.13.0 (masked by: missing keyword)
- net-www/mod_ftpd-0.12.3 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gen


Plz help!
Back to top
View user's profile Send private message
eqlazer
n00b
n00b


Joined: 07 Dec 2005
Posts: 33
Location: Gothenburg, Sweden

PostPosted: Sat Feb 04, 2006 2:15 am    Post subject: Reply with quote

http://gentoo-wiki.com/TIP_Dealing_with_masked_packages

Last edited by eqlazer on Sat Feb 04, 2006 2:17 am; edited 1 time in total
Back to top
View user's profile Send private message
Vanquirius
Retired Dev
Retired Dev


Joined: 14 Jun 2002
Posts: 1297
Location: Ethereal plains

PostPosted: Sat Feb 04, 2006 2:17 am    Post subject: Reply with quote

Are you really talking about net-www/mod_ftpd?
It is not masked at all, as far as I can tell.

Must be something else that is borked... I would try syncing again first.
_________________
Hello.
Back to top
View user's profile Send private message
nr5
n00b
n00b


Joined: 19 Jan 2006
Posts: 57

PostPosted: Sat Feb 04, 2006 2:43 am    Post subject: Reply with quote

Vanquirius wrote:
Are you really talking about net-www/mod_ftpd?


Yes, maybe i need a emerge sync ? Ill try that.

I did try adding net-www/mod_ftpd to my package.keywords but its still not working(also noticed masked by: missing keyword??). Ill read on on the HOWTO :)
Back to top
View user's profile Send private message
Vanquirius
Retired Dev
Retired Dev


Joined: 14 Jun 2002
Posts: 1297
Location: Ethereal plains

PostPosted: Sat Feb 04, 2006 3:04 am    Post subject: Reply with quote

For stuff that is missing keywords, you can add pkg-cat/pkg-name -*, that should work.
But still, that is not the particular case.
_________________
Hello.
Back to top
View user's profile Send private message
nr5
n00b
n00b


Joined: 19 Jan 2006
Posts: 57

PostPosted: Mon Feb 06, 2006 2:20 am    Post subject: Reply with quote

I added pkg-cat/pkg-name -* to /etc/portage/package.keywords but I still get

Code:
# emerge mod_ftpd
Calculating dependencies
!!! All ebuilds that could satisfy "mod_ftpd" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-www/mod_ftpd-0.13.0 (masked by: missing keyword)
- net-www/mod_ftpd-0.12.3 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.


I also did emerge sync but still not working?? :cry:
Back to top
View user's profile Send private message
Catch-22
Apprentice
Apprentice


Joined: 22 Oct 2004
Posts: 244

PostPosted: Mon Feb 06, 2006 3:10 am    Post subject: Reply with quote

which arch are you using?
Back to top
View user's profile Send private message
nr5
n00b
n00b


Joined: 19 Jan 2006
Posts: 57

PostPosted: Mon Feb 06, 2006 12:40 pm    Post subject: Reply with quote

x86_64
Back to top
View user's profile Send private message
Vanquirius
Retired Dev
Retired Dev


Joined: 14 Jun 2002
Posts: 1297
Location: Ethereal plains

PostPosted: Mon Feb 06, 2006 4:13 pm    Post subject: Reply with quote

That clears it up... It doesn't have any amd64 marking at all.
Try the ~x86 keyword.
_________________
Hello.
Back to top
View user's profile Send private message
nr5
n00b
n00b


Joined: 19 Jan 2006
Posts: 57

PostPosted: Mon Feb 06, 2006 5:31 pm    Post subject: Reply with quote

Nope...

I tried all these lines in package.keywords:

net-www/mod_ftpd ~x86
net-www/mod_ftpd-0.13.0 ~x86
net-www/mod_ftpd-0.12.3 ~x86

and:

# USE="~x86" emerge mod_ftpd

But i still keep getting the message:

Code:
# emerge mod_ftpd
Calculating dependencies
!!! All ebuilds that could satisfy "mod_ftpd" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-www/mod_ftpd-0.13.0 (masked by: missing keyword)
- net-www/mod_ftpd-0.12.3 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
Back to top
View user's profile Send private message
Catch-22
Apprentice
Apprentice


Joined: 22 Oct 2004
Posts: 244

PostPosted: Tue Feb 07, 2006 4:01 am    Post subject: Reply with quote

Code:
echo "net-www/mod_ftpd    x86" >> /etc/portage/package.keywords && emerge -av mod_ftpd


and if it works file a bug asking for amd64 to be added to its keywords
Back to top
View user's profile Send private message
nr5
n00b
n00b


Joined: 19 Jan 2006
Posts: 57

PostPosted: Tue Feb 07, 2006 12:51 pm    Post subject: Reply with quote

ah!! got it to emerge using Catch-22s line :)

Now i get this message though :oops:

Code:
E_CONFIG_H  -c -o ftp_protocol.lo ftp_protocol.c && touch ftp_protocol.slo
ftp_protocol.c: In function `process_ftpd_connection_internal':
ftp_protocol.c:332: warning: int format, different type arg (arg 7)
ftp_protocol.c: In function `ftpd_handler_cd':
ftp_protocol.c:560: warning: cast from pointer to integer of different size
ftp_protocol.c: In function `ftpd_handler_help':
ftp_protocol.c:602: warning: cast from pointer to integer of different size
ftp_protocol.c:613: warning: cast from pointer to integer of different size
ftp_protocol.c:627: warning: cast from pointer to integer of different size
ftp_protocol.c: In function `ftpd_handler_list':
ftp_protocol.c:934: warning: cast from pointer to integer of different size
ftp_protocol.c:951: warning: cast from pointer to integer of different size
ftp_protocol.c: In function `ftpd_handler_stor':
ftp_protocol.c:1265: warning: cast from pointer to integer of different size
ftp_protocol.c:1291: warning: cast from pointer to integer of different size
apxs:Error: Command failed with rc=65536
.
make: *** [mod_ftpd.la] Error 1

!!! ERROR: net-www/mod_ftpd-0.13.0 failed.
!!! Function src_compile, Line 34, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.


Not sure how to fixa that?
Back to top
View user's profile Send private message
nr5
n00b
n00b


Joined: 19 Jan 2006
Posts: 57

PostPosted: Tue Feb 07, 2006 1:49 pm    Post subject: Reply with quote

Anyone know any other ftp software I can use in case i cant get mod_ftpd to work??
Back to top
View user's profile Send private message
Vanquirius
Retired Dev
Retired Dev


Joined: 14 Jun 2002
Posts: 1297
Location: Ethereal plains

PostPosted: Tue Feb 07, 2006 4:20 pm    Post subject: Reply with quote

nr5 wrote:
net-www/mod_ftpd ~x86
net-www/mod_ftpd-0.13.0 ~x86
net-www/mod_ftpd-0.12.3 ~x86


If you specify a version, you need an operator such as =.

Quote:
# USE="~x86" emerge mod_ftpd


That would be ACCEPT_KEYWORDS, not USE.

Probably the reason it is not keyworded amd64 is because it really doesn't work with amd64 (without some patching, at least).
_________________
Hello.
Back to top
View user's profile Send private message
nr5
n00b
n00b


Joined: 19 Jan 2006
Posts: 57

PostPosted: Tue Feb 07, 2006 8:20 pm    Post subject: Reply with quote

ok, i tried accept_keywords too... not working. Anyone know a nother ftp client that can be used for web development?

while we w8 for the mod_ftpd :)

Thx!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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