* [gentoo-alpha]
@ 2005-09-20 18:09 Brian C. Parkhurst
0 siblings, 0 replies; 4+ messages in thread
From: Brian C. Parkhurst @ 2005-09-20 18:09 UTC (permalink / raw
To: gentoo-alpha
[-- Attachment #1: Type: text/plain, Size: 816 bytes --]
I wanted to give bugzilla a chance on my alpha-AS800 but can't seem to get my
unmask flags right.
# emerge -puvD bugzilla
These are the packages that I would merge, in order:
Calculating dependencies
!!! All ebuilds that could satisfy "bugzilla" have been masked.
!!! One of the following masked packages is required to complete your request:
- www-apps/bugzilla-2.20_rc2 (masked by: missing keyword)
- www-apps/bugzilla-2.18.3 (masked by: missing keyword)
- www-apps/bugzilla-2.20_rc1 (masked by: missing keyword)
For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.
# cat package.unmask
>=www-apps/bugzilla-2*
# cat package.keywords
>=www-apps/bugzilla-2* ~alpha
Any thoughts?
Brian
brianp@spamcop.net
--
Brian Parkhurst
[-- Attachment #2: PGP Public Key --]
[-- Type: application/pgp-keys, Size: 1701 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [gentoo-alpha]
@ 2005-09-20 18:46 Nils o. Janus
2005-09-20 19:43 ` [gentoo-alpha] Brian C. Parkhurst
2005-09-21 4:04 ` [gentoo-alpha] Alec Warner
0 siblings, 2 replies; 4+ messages in thread
From: Nils o. Janus @ 2005-09-20 18:46 UTC (permalink / raw
To: gentoo-alpha
Hi Brian,
Check in the .ebuild files of bugzilla, wether the keyword ~alpha is entered there. If not, then inserting ~alpha into packages.keywords isnt sufficient.
Either pass the complete path of the ebuild to emerge like 'emerge www-apps/bugzilla/bugzilla-version-xxx.ebuild', or edit the .ebuild file manually, insert the keyword alpha, run 'ebuild www-apps/bugzilla/bugzilla-version-xxx.ebuild digest' and emerge as usual.
Nils
---- Ursprüngliche Nachricht -----
Von: "Brian C. Parkhurst"<brianp@spamcop.net>
Gesendet: 20.09.05 20:09:45
An: "gentoo-alpha@lists.gentoo.org"<gentoo-alpha@lists.gentoo.org>
Betreff: [gentoo-alpha]
I wanted to give bugzilla a chance on my alpha-AS800 but can't seem to get my
unmask flags right.
# emerge -puvD bugzilla
These are the packages that I would merge, in order:
Calculating dependencies
!!! All ebuilds that could satisfy "bugzilla" have been masked.
!!! One of the following masked packages is required to complete your request:
- www-apps/bugzilla-2.20_rc2 (masked by: missing keyword)
- www-apps/bugzilla-2.18.3 (masked by: missing keyword)
- www-apps/bugzilla-2.20_rc1 (masked by: missing keyword)
For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.
# cat package.unmask
>=www-apps/bugzilla-2*
# cat package.keywords
>=www-apps/bugzilla-2* ~alpha
Any thoughts?
Brian
brianp@spamcop.net
--
Brian Parkhurst
--
gentoo-alpha@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [gentoo-alpha]
2005-09-20 18:46 [gentoo-alpha] Nils o. Janus
@ 2005-09-20 19:43 ` Brian C. Parkhurst
2005-09-21 4:04 ` [gentoo-alpha] Alec Warner
1 sibling, 0 replies; 4+ messages in thread
From: Brian C. Parkhurst @ 2005-09-20 19:43 UTC (permalink / raw
To: gentoo-alpha
[-- Attachment #1: Type: text/plain, Size: 2077 bytes --]
Thanks, thats the trick I was looking for.
I knew bugzilla wasn't keyworded for Alpha, and wanted to test it anyway.
The Gentoo handbook isn't very clear on this subject. It seemed to imply that I
only needed the package.unmask and package.keywords files set.
Brian..
Quoting "Nils o. Janus" <NoJ@JanusSysteme.de>:
> Hi Brian,
>
> Check in the .ebuild files of bugzilla, wether the keyword ~alpha is entered
> there. If not, then inserting ~alpha into packages.keywords isnt sufficient.
>
> Either pass the complete path of the ebuild to emerge like 'emerge
> www-apps/bugzilla/bugzilla-version-xxx.ebuild', or edit the .ebuild file
> manually, insert the keyword alpha, run 'ebuild
> www-apps/bugzilla/bugzilla-version-xxx.ebuild digest' and emerge as usual.
>
> Nils
> ---- Ursprüngliche Nachricht -----
> Von: "Brian C. Parkhurst"<brianp@spamcop.net>
> Gesendet: 20.09.05 20:09:45
> An: "gentoo-alpha@lists.gentoo.org"<gentoo-alpha@lists.gentoo.org>
> Betreff: [gentoo-alpha]
>
> I wanted to give bugzilla a chance on my alpha-AS800 but can't seem to
> get my
> unmask flags right.
>
> # emerge -puvD bugzilla
>
> These are the packages that I would merge, in order:
>
> Calculating dependencies
> !!! All ebuilds that could satisfy "bugzilla" have been masked.
> !!! One of the following masked packages is required to complete your
> request:
> - www-apps/bugzilla-2.20_rc2 (masked by: missing keyword)
> - www-apps/bugzilla-2.18.3 (masked by: missing keyword)
> - www-apps/bugzilla-2.20_rc1 (masked by: missing keyword)
>
> For more information, see MASKED PACKAGES section in the emerge man page
> or
> section 2.2 "Software Availability" in the Gentoo Handbook.
>
> # cat package.unmask
> >=www-apps/bugzilla-2*
>
> # cat package.keywords
> >=www-apps/bugzilla-2* ~alpha
>
> Any thoughts?
>
> Brian
>
> brianp@spamcop.net
>
> --
> Brian Parkhurst
>
> --
> gentoo-alpha@gentoo.org mailing list
>
>
[-- Attachment #2: PGP Public Key --]
[-- Type: application/pgp-keys, Size: 1701 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-alpha]
2005-09-20 18:46 [gentoo-alpha] Nils o. Janus
2005-09-20 19:43 ` [gentoo-alpha] Brian C. Parkhurst
@ 2005-09-21 4:04 ` Alec Warner
1 sibling, 0 replies; 4+ messages in thread
From: Alec Warner @ 2005-09-21 4:04 UTC (permalink / raw
To: gentoo-alpha
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Nils o. Janus wrote:
> Hi Brian,
>
> Check in the .ebuild files of bugzilla, wether the keyword ~alpha is entered there. If not, then inserting ~alpha into packages.keywords isnt sufficient.
>
True.
> Either pass the complete path of the ebuild to emerge like 'emerge www-apps/bugzilla/bugzilla-version-xxx.ebuild', or edit the .ebuild file manually, insert the keyword alpha, run 'ebuild www-apps/bugzilla/bugzilla-version-xxx.ebuild digest' and emerge as usual.
Emerging packages by path is depreciated, do not do this. Editing the
.ebuild in overlay would work, but is not necessary. Instead in
/etc/portage/package.keywords add =CAT/PKG-VER ~* ~alpha
That should keyword it properly. If it doesn't respond and I'll look
into why it isn't working. It should though because I did it earlier
today on ppc ;)
>
> Nils
> ---- Ursprüngliche Nachricht -----
> Von: "Brian C. Parkhurst"<brianp@spamcop.net>
> Gesendet: 20.09.05 20:09:45
> An: "gentoo-alpha@lists.gentoo.org"<gentoo-alpha@lists.gentoo.org>
> Betreff: [gentoo-alpha]
>
> I wanted to give bugzilla a chance on my alpha-AS800 but can't seem to get my
> unmask flags right.
>
> # emerge -puvD bugzilla
>
> These are the packages that I would merge, in order:
>
> Calculating dependencies
> !!! All ebuilds that could satisfy "bugzilla" have been masked.
> !!! One of the following masked packages is required to complete your request:
> - www-apps/bugzilla-2.20_rc2 (masked by: missing keyword)
> - www-apps/bugzilla-2.18.3 (masked by: missing keyword)
> - www-apps/bugzilla-2.20_rc1 (masked by: missing keyword)
>
> For more information, see MASKED PACKAGES section in the emerge man page or
> section 2.2 "Software Availability" in the Gentoo Handbook.
>
> # cat package.unmask
> >=www-apps/bugzilla-2*
>
> # cat package.keywords
> >=www-apps/bugzilla-2* ~alpha
>
> Any thoughts?
>
> Brian
>
> brianp@spamcop.net
>
> --
> Brian Parkhurst
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iQIVAwUBQzDbuWzglR5RwbyYAQJkZQ//b9RcGUMPZKxSBsfrRIRNf7On2/AAUE5f
xe1FLM/iRor2FXZJX6HYNr2VNILYzcQubE7ZedOiVnyq16qGh23KhuBSy749f8R/
iMCfpPZdGLoDvIvZCic7JMewRm1C4SKIac2yjDGwr1Z4NECmoSGdBR6Cv9YmQ1Oh
jnhY8XU3RbDPms3LrmTIsQpZqD13mliMtvFMdU27DQRg25EJt17/56o0vrxkhCuR
p/9K4hNrLTPSvLnl7qCjtplS7g3qrW9/AzcPY7jUAqY7GlJCUowX1L7iXlYNtAQS
c8qC06czCIGWNzbr/msAPqnr0gBXVyu9pBB8DBLT/Sa+ixDFCJUUPAkTg1A5ZfvP
82BLpQiX7INerX/saJtEaPNu3uGwC6FfyOqtj5/GpbRCcDRxWyarRwAtRuS21wIQ
/d76+23p/hE78eU3v7ybGE8gLBVCSlacNVXr02DqZmMC7xjv/5zam2L+7FMTjNhR
HqwSEDVDmYMIdo7mh4UAoObspJjunXMoOHZQyv1mOsQSbKTz6ohpVUgttQFQqSfS
t7cUcq+5QibCXfzmcgCjaKp8JpNb6oSD8g7D8sJSuG7hwXHThxgxLuKsuw/jHXOQ
nXL7aZHR6XeQc+OuGh0L6F7ob/q8DZDkjVN+3DjohnWc3ZEfvpOC27IFhxbuDz4+
g7Fz7AYlCrY=
=gshW
-----END PGP SIGNATURE-----
--
gentoo-alpha@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-09-21 4:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-20 18:09 [gentoo-alpha] Brian C. Parkhurst
-- strict thread matches above, loose matches on Subject: below --
2005-09-20 18:46 [gentoo-alpha] Nils o. Janus
2005-09-20 19:43 ` [gentoo-alpha] Brian C. Parkhurst
2005-09-21 4:04 ` [gentoo-alpha] Alec Warner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox