public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] (-mono) missing in gmime for app-misc/beagle-0.2.1
@ 2006-02-24 13:11 Michal Žeravík
  2006-02-24 13:43 ` [gentoo-amd64] " Duncan
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Žeravík @ 2006-02-24 13:11 UTC (permalink / raw
  To: gentoo-amd64

Hi all,

i've unmasked all deps of app-misc/beagle-0.2.1,
but getting following error:

Calculating dependencies ...done!
>>> emerge (13 of 13) app-misc/beagle-0.2.1 to /
>>> md5 files   ;-) beagle-0.1.2.ebuild
>>> md5 files   ;-) beagle-0.1.1.ebuild
>>> md5 files   ;-) beagle-0.2.1.ebuild
>>> md5 files   ;-) files/beagle-0.1.1-null-task-source.patch
>>> md5 files   ;-) files/beagle-0.1.1-uri-serialization.patch
>>> md5 files   ;-) files/digest-beagle-0.1.1
>>> md5 files   ;-) files/digest-beagle-0.1.2
>>> md5 files   ;-) files/digest-beagle-0.2.1
>>> md5 files   ;-) files/beagle-0.2.1-multilib.patch
>>> md5 src_uri ;-) beagle-0.2.1.tar.bz2
 * Please rebuild dev-libs/gmime, with mono support enabled!
 * Try USE="mono" emerge dev-libs/gmime,
 * or add "mono" to your USE string in /etc/make.conf and
 * emerge dev-libs/gmime.

!!! ERROR: app-misc/beagle-0.2.1 failed.
!!! Function pkg_setup, Line 66, Exitcode 0
!!! Mono USE flag must be enabled in dev-libs/gmime
!!! If you need support, post the topmost build error, NOT this status
message.

[ebuild   R   ] dev-libs/gmime-2.1.19  -debug -doc -ipv6 (-mono) 0 kB

Is there a way how to fix that?
before :
emerge -ptv app-misc/beagle
[ebuild  N    ] app-misc/beagle-0.2.1  -debug -evo +gtk +ole +pdf
+python 1,258 kB
[ebuild  N    ]  dev-dotnet/gsf-sharp-0.7  310 kB
[ebuild  N    ]  dev-dotnet/gconf-sharp-2.8.0  2,115 kB
[ebuild  N    ]   dev-dotnet/glade-sharp-2.8.0  0 kB
[ebuild  N    ]  dev-libs/gmime-2.1.19  -debug -doc -ipv6 (-mono) 903 kB
[ebuild  N    ]  dev-dotnet/gnome-sharp-2.8.0  0 kB
[ebuild  N    ]   dev-dotnet/gnomevfs-sharp-2.8.0  0 kB
[ebuild  N    ]   dev-dotnet/art-sharp-2.8.0  0 kB
[ebuild  N    ]   dev-dotnet/gtk-sharp-2.8.0  -doc 0 kB
[ebuild  N    ]    dev-perl/XML-LibXML-1.58-r1  -minimal 167 kB
[ebuild  N    ]     dev-perl/XML-LibXML-Common-0.13  -minimal 12 kB
[ebuild  N    ]    dev-lang/mono-1.1.13.2  +X +nptl 17,620 kB
[ebuild  N    ]     dev-dotnet/libgdiplus-1.1.13.2  +gif +jpeg +png +tiff 0

Michal
-- 
gentoo-amd64@gentoo.org mailing list



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

* [gentoo-amd64]  Re: (-mono) missing in gmime for app-misc/beagle-0.2.1
  2006-02-24 13:11 [gentoo-amd64] (-mono) missing in gmime for app-misc/beagle-0.2.1 Michal Žeravík
@ 2006-02-24 13:43 ` Duncan
  2006-02-24 14:01   ` Paul de Vrieze
  2006-02-24 17:37   ` Luis Medinas
  0 siblings, 2 replies; 4+ messages in thread
From: Duncan @ 2006-02-24 13:43 UTC (permalink / raw
  To: gentoo-amd64

Michal Zeravík posted <43FF0612.8090103@olomouc.com>, excerpted below, 
on Fri, 24 Feb 2006 14:11:46 +0100:

>  * Please rebuild dev-libs/gmime, with mono support enabled!
>  * Try USE="mono" emerge dev-libs/gmime,
>  * or add "mono" to your USE string in /etc/make.conf and
>  * emerge dev-libs/gmime.
> 
> !!! ERROR: app-misc/beagle-0.2.1 failed.
> !!! Function pkg_setup, Line 66, Exitcode 0
> !!! Mono USE flag must be enabled in dev-libs/gmime
> !!! If you need support, post the topmost build error, NOT this status
> message.
> 
> [ebuild   R   ] dev-libs/gmime-2.1.19  -debug -doc -ipv6 (-mono) 0 kB

In general, (-flag) indicates that the referred to USE flag is hard masked
by your profile, which happens when it can't be  made to work.

mono apparently doesn't compile as 64-bit code yet, so it's masked on
the amd64 profiles.  

You have four choices.  If you are a developer type, investigate helping
port mono to amd64.  If you aren't or simply aren't interested in that,
consider the not unusual on Gentoo-amd64 32-bit x86 arch chroot solution. 
Choice three is copying all the necessary binaries from a 32-bit machine,
preferably into /usr/local/* or the like, to prevent overwrite issues and
help keep tracking the stuff you've added apart from portage a bit easier.
Lastly, you can decide it's not worth the hassle and just do without,
until there's a proper 64-bit solution available.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman in
http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html


-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64]  Re: (-mono) missing in gmime for app-misc/beagle-0.2.1
  2006-02-24 13:43 ` [gentoo-amd64] " Duncan
@ 2006-02-24 14:01   ` Paul de Vrieze
  2006-02-24 17:37   ` Luis Medinas
  1 sibling, 0 replies; 4+ messages in thread
From: Paul de Vrieze @ 2006-02-24 14:01 UTC (permalink / raw
  To: gentoo-amd64

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

On Friday 24 February 2006 14:43, Duncan wrote:
> Michal Zeravík posted <43FF0612.8090103@olomouc.com>, excerpted below,
>
> In general, (-flag) indicates that the referred to USE flag is hard
> masked by your profile, which happens when it can't be  made to work.
>
> mono apparently doesn't compile as 64-bit code yet, so it's masked on
> the amd64 profiles.
>
> You have four choices.  If you are a developer type, investigate
> helping port mono to amd64.  If you aren't or simply aren't interested
> in that, consider the not unusual on Gentoo-amd64 32-bit x86 arch
> chroot solution. Choice three is copying all the necessary binaries
> from a 32-bit machine, preferably into /usr/local/* or the like, to
> prevent overwrite issues and help keep tracking the stuff you've added
> apart from portage a bit easier. Lastly, you can decide it's not worth
> the hassle and just do without, until there's a proper 64-bit solution
> available.

Also realise that beagle is a mono app, so mono is a hard requirement for 
beagle. For beagles integration with other applications (such as 
firefox), the bitness of mono will probably also matter.

Paul

-- 
Paul de Vrieze
Gentoo Developer
Mail: pauldv@gentoo.org
Homepage: http://www.devrieze.net

[-- Attachment #2: Type: application/pgp-signature, Size: 200 bytes --]

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

* Re: [gentoo-amd64]  Re: (-mono) missing in gmime for app-misc/beagle-0.2.1
  2006-02-24 13:43 ` [gentoo-amd64] " Duncan
  2006-02-24 14:01   ` Paul de Vrieze
@ 2006-02-24 17:37   ` Luis Medinas
  1 sibling, 0 replies; 4+ messages in thread
From: Luis Medinas @ 2006-02-24 17:37 UTC (permalink / raw
  To: gentoo-amd64

On Fri, 2006-02-24 at 06:43 -0700, Duncan wrote:
> Michal Zeravík posted <43FF0612.8090103@olomouc.com>, excerpted below, 
> on Fri, 24 Feb 2006 14:11:46 +0100:
> 
> >  * Please rebuild dev-libs/gmime, with mono support enabled!
> >  * Try USE="mono" emerge dev-libs/gmime,
> >  * or add "mono" to your USE string in /etc/make.conf and
> >  * emerge dev-libs/gmime.
> > 
> > !!! ERROR: app-misc/beagle-0.2.1 failed.
> > !!! Function pkg_setup, Line 66, Exitcode 0
> > !!! Mono USE flag must be enabled in dev-libs/gmime
> > !!! If you need support, post the topmost build error, NOT this status
> > message.
> > 
> > [ebuild   R   ] dev-libs/gmime-2.1.19  -debug -doc -ipv6 (-mono) 0 kB
> 
> In general, (-flag) indicates that the referred to USE flag is hard masked
> by your profile, which happens when it can't be  made to work.
> 
I removed the ~amd64 keyword to avoid those problems since you need to
compile gmime with mono use flag that is currently masked.

> mono apparently doesn't compile as 64-bit code yet, so it's masked on
> the amd64 profiles. 
>  

Currently there isn't any serious problems with mono on amd64 we are
working to get that use unmasked asap.

I'll call for testers soon (after mono 1.1.13 will be removed from
package.mask) because the tree is almost ready to handle with mono on
amd64. Please be pacient we are working to get this fast.

-- 
Luis Medinas <metalgod@gentoo.org>
http://dev.gentoo.org/~metalgod
Gentoo Linux Developer: AMD64,Printing,Media-Optical,Sound


-- 
gentoo-amd64@gentoo.org mailing list



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

end of thread, other threads:[~2006-02-24 17:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-24 13:11 [gentoo-amd64] (-mono) missing in gmime for app-misc/beagle-0.2.1 Michal Žeravík
2006-02-24 13:43 ` [gentoo-amd64] " Duncan
2006-02-24 14:01   ` Paul de Vrieze
2006-02-24 17:37   ` Luis Medinas

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