Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
harfbuzz and freetype
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
axel_persevalle
n00b
n00b


Joined: 04 Aug 2021
Posts: 3

PostPosted: Wed Aug 04, 2021 1:07 pm    Post subject: harfbuzz and freetype Reply with quote

hello,

first of all sorry for my bad english,
so the problem is that i have the problem of harfbuzz and freetype so i tried the command:

Code:
USE=-harfbuzz emerge --oneshot freetype


and the output is :


Code:
* IMPORTANT: 2 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

Calculating dependencies... done!
[ebuild   R    ] media-libs/libpng-1.6.37-r2  ABI_X86="32*"
[ebuild   R    ] media-libs/freetype-2.10.4  USE="-harfbuzz*" ABI_X86="32*"

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

media-libs/freetype:2

  (media-libs/freetype-2.10.4:2/2::gentoo, ebuild scheduled for merge) USE="X adobe-cff bzip2 cleartype_hinting png -bindist -brotli -debug -doc -fontforge -harfbuzz (-infinality) -static-libs -utils" ABI_X86="32 (64) (-x32)" pulled in by
    media-libs/freetype (Argument)

  (media-libs/freetype-2.10.4:2/2::gentoo, installed) USE="X adobe-cff bzip2 cleartype_hinting harfbuzz png -bindist -brotli -debug -doc -fontforge (-infinality) -static-libs -utils" ABI_X86="(64) -32 (-x32)" pulled in by
    >=media-libs/freetype-2.5.0.1:2=[harfbuzz,png,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] required by (x11-libs/pango-1.48.7:0/0::gentoo, installed) USE="X introspection sysprof -gtk-doc -test" ABI_X86="(64) -32 (-x32)"
                                     ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    >=media-libs/freetype-2.5.0.1:2/2=[harfbuzz,png,abi_x86_64(-)] required by (x11-libs/pango-1.48.7:0/0::gentoo, installed) USE="X introspection sysprof -gtk-doc -test" ABI_X86="(64) -32 (-x32)"
                                       ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                 


It might be possible to solve this slot collision
by applying all of the following changes:
   - media-libs/freetype-2.10.4 (Change USE: +harfbuzz)


so at this point i don't know what to do

bye


p-s: i'm installing gnome
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30916
Location: here

PostPosted: Wed Aug 04, 2021 1:26 pm    Post subject: Reply with quote

Try with USE="-harfbuzz" emerge -1 freetype media-libs/libpng --nodeps and then emerge -1 freetype
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
axel_persevalle
n00b
n00b


Joined: 04 Aug 2021
Posts: 3

PostPosted: Wed Aug 04, 2021 3:54 pm    Post subject: Reply with quote

first of all thank you for your anwser.

but i got an error while installing freetype :
Code:
collect2: error: ld returned 1 exit status
make: *** [config.mk:55: /var/tmp/portage/media-libs/freetype-2.10.4/work/freetype-2.10.4-abi_x86_32.x86/libfreetype.la] Error 1
 * ERROR: media-libs/freetype-2.10.4::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=media-libs/freetype-2.10.4::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-libs/freetype-2.10.4::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/media-libs/freetype-2.10.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/freetype-2.10.4/temp/environment'.
 * Working directory: '/var/tmp/portage/media-libs/freetype-2.10.4/work/freetype-2.10.4-abi_x86_32.x86'
 * S: '/var/tmp/portage/media-libs/freetype-2.10.4/work/freetype-2.10.4'

>>> Failed to emerge media-libs/freetype-2.10.4, Log file:

>>>  '/var/tmp/portage/media-libs/freetype-2.10.4/temp/build.log'

 * Messages for package media-libs/freetype-2.10.4:

 * ERROR: media-libs/freetype-2.10.4::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=media-libs/freetype-2.10.4::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-libs/freetype-2.10.4::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/media-libs/freetype-2.10.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/freetype-2.10.4/temp/environment'.
 * Working directory: '/var/tmp/portage/media-libs/freetype-2.10.4/work/freetype-2.10.4-abi_x86_32.x86'
 * S: '/var/tmp/portage/media-libs/freetype-2.10.4/work/freetype-2.10.4'


and so, i can't compile freetype or libpng
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30916
Location: here

PostPosted: Wed Aug 04, 2021 4:07 pm    Post subject: Reply with quote

I think I've reversed the order of the packages, try with USE="-harfbuzz" emerge -1 media-libs/libpng freetype --nodeps
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
axel_persevalle
n00b
n00b


Joined: 04 Aug 2021
Posts: 3

PostPosted: Wed Aug 04, 2021 4:48 pm    Post subject: Reply with quote

well, thanks that's worked i'm compiling gnome now so thank you very much :D
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