* [gentoo-user] media-libs/freetype
@ 2011-12-02 13:10 Alexander Tanyukevich
2011-12-02 13:41 ` Albert W. Hopkins
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Alexander Tanyukevich @ 2011-12-02 13:10 UTC (permalink / raw
To: gentoo-user
Is there anybody able to compile media-libs/freetype with USE="-*",
because my one wan't be compiled until USE="static-libs" has been set
up.
ARCH="amd64", CFLAGS="-march=atom -O2 -pipe"
--
Alexander Tanyukevich
atanyukevich@gmail.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] media-libs/freetype
2011-12-02 13:10 [gentoo-user] media-libs/freetype Alexander Tanyukevich
@ 2011-12-02 13:41 ` Albert W. Hopkins
2011-12-02 14:31 ` Mick
2011-12-02 14:49 ` Dale
2 siblings, 0 replies; 8+ messages in thread
From: Albert W. Hopkins @ 2011-12-02 13:41 UTC (permalink / raw
To: gentoo-user
On Fri, 2011-12-02 at 14:10 +0100, Alexander Tanyukevich wrote:
> Is there anybody able to compile media-libs/freetype with USE="-*",
> because my one wan't be compiled until USE="static-libs" has been set
> up.
> ARCH="amd64", CFLAGS="-march=atom -O2 -pipe"
It really depends.. Do you you splashutils, which, e.g., needs
freetype's static libraries. This so you can install the required
utilities in your initramfs.
But the short answer is: it depends.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] media-libs/freetype
2011-12-02 13:10 [gentoo-user] media-libs/freetype Alexander Tanyukevich
2011-12-02 13:41 ` Albert W. Hopkins
@ 2011-12-02 14:31 ` Mick
2011-12-02 14:49 ` Dale
2 siblings, 0 replies; 8+ messages in thread
From: Mick @ 2011-12-02 14:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 529 bytes --]
On Friday 02 Dec 2011 13:10:09 Alexander Tanyukevich wrote:
> Is there anybody able to compile media-libs/freetype with USE="-*",
> because my one wan't be compiled until USE="static-libs" has been set
> up.
> ARCH="amd64", CFLAGS="-march=atom -O2 -pipe"
No problem here, but I have different CFLAGS:
Installed versions: 2.4.8(2)(19:19:00 11/20/11)(X bzip2 -auto-hinter -
bindist -debug -doc -fontforge -static-libs -utils)
CFLAGS="-march=native -O2 -pipe"
(on an i7 first generation)
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] media-libs/freetype
2011-12-02 13:10 [gentoo-user] media-libs/freetype Alexander Tanyukevich
2011-12-02 13:41 ` Albert W. Hopkins
2011-12-02 14:31 ` Mick
@ 2011-12-02 14:49 ` Dale
2011-12-02 18:58 ` Alexander Tanyukevich
2 siblings, 1 reply; 8+ messages in thread
From: Dale @ 2011-12-02 14:49 UTC (permalink / raw
To: gentoo-user
Alexander Tanyukevich wrote:
> Is there anybody able to compile media-libs/freetype with USE="-*",
> because my one wan't be compiled until USE="static-libs" has been set
> up.
> ARCH="amd64", CFLAGS="-march=atom -O2 -pipe"
>
>
I think this is more along the lines of what you are asking for:
USE="-*" emerge -Bv -j1 media-libs/freetype
compiled on amd64 just fine with the following flags:
[ebuild R ] media-libs/freetype-2.4.8 USE="-X* -auto-hinter
-bindist -bzip2* -debug -doc -fontforge -static-libs -utils" 0 kB
Does that help?
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] media-libs/freetype
2011-12-02 14:49 ` Dale
@ 2011-12-02 18:58 ` Alexander Tanyukevich
2011-12-02 19:23 ` Dale
2011-12-23 23:57 ` Walter Dnes
0 siblings, 2 replies; 8+ messages in thread
From: Alexander Tanyukevich @ 2011-12-02 18:58 UTC (permalink / raw
To: gentoo-user
On Fri, Dec 2, 2011 at 3:49 PM, Dale <rdalek1967@gmail.com> wrote:
> Alexander Tanyukevich wrote:
>>
>> Is there anybody able to compile media-libs/freetype with USE="-*",
>> because my one wan't be compiled until USE="static-libs" has been set
>> up.
>> ARCH="amd64", CFLAGS="-march=atom -O2 -pipe"
>>
>>
>
>
> I think this is more along the lines of what you are asking for:
>
> USE="-*" emerge -Bv -j1 media-libs/freetype
>
> compiled on amd64 just fine with the following flags:
>
> [ebuild R ] media-libs/freetype-2.4.8 USE="-X* -auto-hinter -bindist
> -bzip2* -debug -doc -fontforge -static-libs -utils" 0 kB
>
> Does that help?
>
> Dale
>
> :-) :-)
>
> --
> I am only responsible for what I said ... Not for what you understood or how
> you interpreted my words!
>
>
Yeah.I am sorry..It was during installing xorg-server(yes with -X
option).But when it fails I've tried to just install it. and it was
possible, but after adding static-libs.And it was fresh installation.
And error says that /usr/lib64/libfreetype.la unable to remove shared
object.
never mind. Problem solved, and I am just asking if it's bug or feature.
--
Alexander Tanyukevich
atanyukevich@gmail.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] media-libs/freetype
2011-12-02 18:58 ` Alexander Tanyukevich
@ 2011-12-02 19:23 ` Dale
2011-12-23 23:57 ` Walter Dnes
1 sibling, 0 replies; 8+ messages in thread
From: Dale @ 2011-12-02 19:23 UTC (permalink / raw
To: gentoo-user
Alexander Tanyukevich wrote:
> On Fri, Dec 2, 2011 at 3:49 PM, Dale<rdalek1967@gmail.com> wrote:
>> Alexander Tanyukevich wrote:
>>> Is there anybody able to compile media-libs/freetype with USE="-*",
>>> because my one wan't be compiled until USE="static-libs" has been set
>>> up.
>>> ARCH="amd64", CFLAGS="-march=atom -O2 -pipe"
>>>
>>>
>>
>> I think this is more along the lines of what you are asking for:
>>
>> USE="-*" emerge -Bv -j1 media-libs/freetype
>>
>> compiled on amd64 just fine with the following flags:
>>
>> [ebuild R ] media-libs/freetype-2.4.8 USE="-X* -auto-hinter -bindist
>> -bzip2* -debug -doc -fontforge -static-libs -utils" 0 kB
>>
>> Does that help?
>>
>> Dale
>>
>> :-) :-)
>>
>> --
>> I am only responsible for what I said ... Not for what you understood or how
>> you interpreted my words!
>>
>>
> Yeah.I am sorry..It was during installing xorg-server(yes with -X
> option).But when it fails I've tried to just install it. and it was
> possible, but after adding static-libs.And it was fresh installation.
> And error says that /usr/lib64/libfreetype.la unable to remove shared
> object.
> never mind. Problem solved, and I am just asking if it's bug or feature.
>
Well, I just figured you needed someone to test with the flags you were
trying to use. So, I did it to see if it would compile on mine or not.
If it failed, then you know it is not just you.
Glad to have helped tho.
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] media-libs/freetype
2011-12-02 18:58 ` Alexander Tanyukevich
2011-12-02 19:23 ` Dale
@ 2011-12-23 23:57 ` Walter Dnes
2011-12-24 9:27 ` Neil Bothwick
1 sibling, 1 reply; 8+ messages in thread
From: Walter Dnes @ 2011-12-23 23:57 UTC (permalink / raw
To: gentoo-user
On Fri, Dec 02, 2011 at 07:58:01PM +0100, Alexander Tanyukevich wrote
> Yeah.I am sorry..It was during installing xorg-server(yes with -X option).
Question... why would you build xorg-server or an X font with -X. My
setup is...
USE="-* X a52 aac bzip2 cxx dga dri exif ffmpeg flac fortran gallium gif intel jpeg mmx mng mp3 mpeg nptl nptlonly nsplugin offensive ogg opengl png posix sse sse2 sse3 ssse3 theora threads tiff truetype vim-syntax vorbis win32codecs wmf xcomposite xpm xv xvid zlib"
--
Walter Dnes <waltdnes@waltdnes.org>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] media-libs/freetype
2011-12-23 23:57 ` Walter Dnes
@ 2011-12-24 9:27 ` Neil Bothwick
0 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2011-12-24 9:27 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 444 bytes --]
On Fri, 23 Dec 2011 18:57:29 -0500, Walter Dnes wrote:
> > Yeah.I am sorry..It was during installing xorg-server(yes with -X
> > option).
>
> Question... why would you build xorg-server or an X font with -X.
Because you don't need X client stuff on a server. USE="X" is for
clients, whether or not they have the server installed.
--
Neil Bothwick
WinErr 01E: Timing error - Please wait. And wait. And wait. And wait.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-12-24 9:28 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-02 13:10 [gentoo-user] media-libs/freetype Alexander Tanyukevich
2011-12-02 13:41 ` Albert W. Hopkins
2011-12-02 14:31 ` Mick
2011-12-02 14:49 ` Dale
2011-12-02 18:58 ` Alexander Tanyukevich
2011-12-02 19:23 ` Dale
2011-12-23 23:57 ` Walter Dnes
2011-12-24 9:27 ` Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox