Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
netqmail-1.06
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
bpoint
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2008
Posts: 89
Location: Japan

PostPosted: Wed Dec 10, 2008 7:49 pm    Post subject: netqmail-1.06 Reply with quote

Can anyone tell me why mail-mta/netqmail-1.06 is hard masked?

I searched through both the buglist and the changelog and found no specific reason for it. The changelog only lists positive things about the differences between 1.05-r8 and 1.06, so I really have no idea why it should be hard masked...
Back to top
View user's profile Send private message
chrbecke
Guru
Guru


Joined: 12 Jul 2004
Posts: 598
Location: Berlin - Germany

PostPosted: Thu Dec 11, 2008 10:48 am    Post subject: Reply with quote

/usr/portage/profiles/package.mask wrote:
# Benedikt Böhm <hollow@gentoo.org> (6 Apr 2008)
# Mask ebuilds using new qmail.eclass for testing
=mail-mta/mini-qmail-1.06
=mail-mta/netqmail-1.06
=mail-mta/qmail-ldap-1.03-r8
=net-mail/checkpassword-0.90-r3
=net-mail/cmd5checkpw-0.30-r1
=net-mail/dot-forward-0.71-r3
=sys-apps/ucspi-ssl-0.70-r1
=sys-apps/ucspi-tcp-0.88-r17
=sys-process/daemontools-0.76-r6

or:
emerge -pv =mail-mta/netqmail-1.06 wrote:

These are the packages that would be merged, in order:

Calculating dependencies /
!!! All ebuilds that could satisfy "=mail-mta/netqmail-1.06" have been masked.
!!! One of the following masked packages is required to complete your request:
- mail-mta/netqmail-1.06 (masked by: package.mask, ~x86 keyword)
/usr/portage/profiles/package.mask:
# Benedikt Böhm <hollow@gentoo.org> (6 Apr 2008)
# Mask ebuilds using new qmail.eclass for testing


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


HTH,

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


Joined: 07 Oct 2008
Posts: 89
Location: Japan

PostPosted: Thu Dec 11, 2008 3:17 pm    Post subject: Reply with quote

Thanks Chris, that helps a bit. :)

I'd like to dig into this a bit deeper and see what's actually been changed. Is there any way to have portage download, unpack the source (and apply any patches for that ebuild) somewhere so that I could do a source diff between these two netqmail versions?
Back to top
View user's profile Send private message
chrbecke
Guru
Guru


Joined: 12 Jul 2004
Posts: 598
Location: Berlin - Germany

PostPosted: Thu Dec 11, 2008 3:36 pm    Post subject: Reply with quote

bpoint,

read the handbook chapter about mixing software branches and unmask (both package.keywords and package.unmask) '=mail-mta/netqmail-1.0.6' . After that you could emerge the package as usual doing
Code:
emerge =mail-mta/netqmail-1.0.6

If you want to have a look at the source including gentoo patches, do
Code:
ebuild /usr/portage/mail-mta/netqmail/netqmail-1.0.6.ebuild unpack
This will unpack the files to /var/tmp/portage/mail-mta/net-qmail-0.6/work/net-qmail-1.0.6/ and apply all gentoo patches.
The ebuild command lets you do exactly what the emerge command does, step by step. See
Code:
man 1 ebuild
for details.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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