Opened 13 years ago

Closed 13 years ago

#29986 closed defect (fixed)

freetype: freetype-config differs and cannot be merged

Reported by: soehn@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: freetype

Description (last modified by ryandesign (Ryan Carsten Schmidt))

When trying to update freetype I get the following error message:

--->  Staging freetype into destroot
Error: Target org.macports.destroot returned: /opt/local/bin/freetype-config differs in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_freetype/work/destroot-i386 and /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_freetype/work/destroot-x86_64 and cannot be merged
Log for freetype is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_freetype/main.log
Error: Unable to upgrade port: 1

Attachments (3)

main.log (117.7 KB) - added by soehn@… 13 years ago.
freetype-config (3.7 KB) - added by opus@… 13 years ago.
destroot-i386 freetype-config
freetype-config.2 (3.7 KB) - added by opus@… 13 years ago.
destroot-x86_64 freetype-config

Download all attachments as: .zip

Change History (7)

Changed 13 years ago by soehn@…

Attachment: main.log added

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Port: freetype added
Status: newassigned
Summary: freetype will not updatefreetype: freetype-config differs and cannot be merged

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Can you please attach the freetype-config file from both of those directories so I can see what differs about them?

Changed 13 years ago by opus@…

Attachment: freetype-config added

destroot-i386 freetype-config

Changed 13 years ago by opus@…

Attachment: freetype-config.2 added

destroot-x86_64 freetype-config

comment:3 Changed 13 years ago by opus@…

Here is my diff:

[root@kilgore work]# pwd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_freetype/work
[root@kilgore work]# diff -diw ./destroot-i386/opt/local/bin/freetype-config ./destroot-x86_64/opt/local/bin/freetype-config
147c147
<   libs="-lfreetype -lz  "
---
>   libs="-lfreetype -lz -lbz2 "

comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Thanks! Looks like as of freetype 2.4.5 it needs bzip2 and I did not add a dependency on that. I've fixed it in r79971. Please wait 30 minutes, then "sudo port selfupdate" and try again.

Note: See TracTickets for help on using tickets.