public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] pecl-cairo ~x86 overlay?
@ 2010-07-31  2:29 Michael M
  2010-08-01  2:29 ` sam new
  2010-08-01  9:06 ` Alex Schuster
  0 siblings, 2 replies; 6+ messages in thread
From: Michael M @ 2010-07-31  2:29 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

Hello list, I need to install Cairo bindings for dev-lang/php-5*.  Is there
a pecl-cairo overlay for ~x86?  I've tried unmasking this package and adding
the keyword ~amd64 and it seems to want to install with emerge but my system
is ~x86.

According to this site it is only ~amd64, but I cannot understand why.
http://gpo.zugaina.org/dev-php5/pecl-cairo

Thanks for any help.

-- 
Hope is more than just a postponed disappointment ~ Epica

[-- Attachment #2: Type: text/html, Size: 569 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] pecl-cairo ~x86 overlay?
  2010-07-31  2:29 [gentoo-user] pecl-cairo ~x86 overlay? Michael M
@ 2010-08-01  2:29 ` sam new
  2010-08-01 20:47   ` Neil Bothwick
  2010-08-01  9:06 ` Alex Schuster
  1 sibling, 1 reply; 6+ messages in thread
From: sam new @ 2010-08-01  2:29 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 805 bytes --]

I just think that maybe in Ebuild the keyword is ~amd64 what the ebuild
maintainer** do , it means that the maintainer just tested  in arch amd64
not x86. if you want to install in x86,you can modify ebuild and add
~x86,maybe it works ,that is my opinion.

On 31 July 2010 10:29, Michael M <thecryof@gmail.com> wrote:

> Hello list, I need to install Cairo bindings for dev-lang/php-5*.  Is there
> a pecl-cairo overlay for ~x86?  I've tried unmasking this package and adding
> the keyword ~amd64 and it seems to want to install with emerge but my system
> is ~x86.
>
> According to this site it is only ~amd64, but I cannot understand why.
> http://gpo.zugaina.org/dev-php5/pecl-cairo
>
> Thanks for any help.
>
> --
> Hope is more than just a postponed disappointment ~ Epica
>
>

[-- Attachment #2: Type: text/html, Size: 1192 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] pecl-cairo ~x86 overlay?
  2010-07-31  2:29 [gentoo-user] pecl-cairo ~x86 overlay? Michael M
  2010-08-01  2:29 ` sam new
@ 2010-08-01  9:06 ` Alex Schuster
  2010-08-01 12:40   ` Michael M
  1 sibling, 1 reply; 6+ messages in thread
From: Alex Schuster @ 2010-08-01  9:06 UTC (permalink / raw
  To: gentoo-user

Michael M writes:

> Hello list, I need to install Cairo bindings for dev-lang/php-5*.  Is
> there a pecl-cairo overlay for ~x86?  I've tried unmasking this
> package and adding the keyword ~amd64 and it seems to want to install
> with emerge but my system is ~x86.
> 
> According to this site it is only ~amd64, but I cannot understand why.
> http://gpo.zugaina.org/dev-php5/pecl-cairo

As Sam pointed out, maybe it's working, but but just not tested on other 
architectures. To try without modifying the ebuild, you could put the 
package into /etc/portage/package.keywords, followed by a ~*. From the 
portage man page:

  Note:
  In addition to the normal values from ACCEPT_KEYWORDS  package.keywords
  supports three special tokens:

  *  package is visible if it is stable on any architecture
  ~* package is visible if it is in testing on any architecture
  ** package is always visible (KEYWORDS are ignored completely)


	Wonko



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] pecl-cairo ~x86 overlay?
  2010-08-01  9:06 ` Alex Schuster
@ 2010-08-01 12:40   ` Michael M
  2010-08-01 20:57     ` Michael M
  0 siblings, 1 reply; 6+ messages in thread
From: Michael M @ 2010-08-01 12:40 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1168 bytes --]

Thank you for the help, I will give it a go.

On Sun, Aug 1, 2010 at 5:06 AM, Alex Schuster <wonko@wonkology.org> wrote:

> Michael M writes:
>
> > Hello list, I need to install Cairo bindings for dev-lang/php-5*.  Is
> > there a pecl-cairo overlay for ~x86?  I've tried unmasking this
> > package and adding the keyword ~amd64 and it seems to want to install
> > with emerge but my system is ~x86.
> >
> > According to this site it is only ~amd64, but I cannot understand why.
> > http://gpo.zugaina.org/dev-php5/pecl-cairo
>
> As Sam pointed out, maybe it's working, but but just not tested on other
> architectures. To try without modifying the ebuild, you could put the
> package into /etc/portage/package.keywords, followed by a ~*. From the
> portage man page:
>
>  Note:
>  In addition to the normal values from ACCEPT_KEYWORDS  package.keywords
>  supports three special tokens:
>
>  *  package is visible if it is stable on any architecture
>  ~* package is visible if it is in testing on any architecture
>  ** package is always visible (KEYWORDS are ignored completely)
>
>
>        Wonko
>
>


-- 
Hope is more than just a postponed disappointment ~ Epica

[-- Attachment #2: Type: text/html, Size: 1669 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] pecl-cairo ~x86 overlay?
  2010-08-01  2:29 ` sam new
@ 2010-08-01 20:47   ` Neil Bothwick
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Bothwick @ 2010-08-01 20:47 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 549 bytes --]

On Sun, 1 Aug 2010 10:29:08 +0800, sam new wrote:

> I just think that maybe in Ebuild the keyword is ~amd64 what the ebuild
> maintainer** do , it means that the maintainer just tested  in arch
> amd64 not x86. if you want to install in x86,you can modify ebuild and
> add ~x86,maybe it works ,that is my opinion.

You don't need to modify the ebuild, just add a line
to /etc/portage/package.kjeywords

dev-php5/pecl-cairo ~amd64


-- 
Neil Bothwick

The cow is nothing but a machine which makes grass fit for us people to
eat.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] pecl-cairo ~x86 overlay?
  2010-08-01 12:40   ` Michael M
@ 2010-08-01 20:57     ` Michael M
  0 siblings, 0 replies; 6+ messages in thread
From: Michael M @ 2010-08-01 20:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]

On Sun, Aug 1, 2010 at 8:40 AM, Michael M <thecryof@gmail.com> wrote:

> Thank you for the help, I will give it a go.
>
>
> On Sun, Aug 1, 2010 at 5:06 AM, Alex Schuster <wonko@wonkology.org> wrote:
>
>> Michael M writes:
>>
>> > Hello list, I need to install Cairo bindings for dev-lang/php-5*.  Is
>> > there a pecl-cairo overlay for ~x86?  I've tried unmasking this
>> > package and adding the keyword ~amd64 and it seems to want to install
>> > with emerge but my system is ~x86.
>> >
>> > According to this site it is only ~amd64, but I cannot understand why.
>> > http://gpo.zugaina.org/dev-php5/pecl-cairo
>>
>> As Sam pointed out, maybe it's working, but but just not tested on other
>> architectures. To try without modifying the ebuild, you could put the
>> package into /etc/portage/package.keywords, followed by a ~*. From the
>> portage man page:
>>
>>  Note:
>>  In addition to the normal values from ACCEPT_KEYWORDS  package.keywords
>>  supports three special tokens:
>>
>>  *  package is visible if it is stable on any architecture
>>  ~* package is visible if it is in testing on any architecture
>>  ** package is always visible (KEYWORDS are ignored completely)
>>
>>
>>        Wonko
>>
>>
>
>
~* worked fine.  Thanks again.

[-- Attachment #2: Type: text/html, Size: 2001 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-01 20:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-31  2:29 [gentoo-user] pecl-cairo ~x86 overlay? Michael M
2010-08-01  2:29 ` sam new
2010-08-01 20:47   ` Neil Bothwick
2010-08-01  9:06 ` Alex Schuster
2010-08-01 12:40   ` Michael M
2010-08-01 20:57     ` Michael M

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox