Opened 15 years ago
Closed 15 years ago
#24385 closed defect (duplicate)
pango +universal +quartz +no_x11 fails with 3-way universal setup
Reported by: | boris.dusek@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | pango |
Description
Macports: 1.8.2, OS X: 10.6.3, Xcode: 3.2.2, universal_archs = i386 x86_64 ppc, variants: +universal +quartz +no_x11
Full log attached, most important part here:
---> Staging pango into destroot for architecture x86_64 ---> Staging pango into destroot for architecture i386 ---> Staging pango into destroot for architecture ppc Error: Target org.macports.destroot returned: /opt/local/lib/libpangocairo-1.0.la differs in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/work/destroot-i386 and /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/work/destroot-x86_64 and cannot be merged Error: The following dependencies failed to build: pango shared-mime-info tiff Error: Status 1 encountered during processing.
I went to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/work and found these .la files in the destroots:
./destroot-i386/opt/local/lib/libpangocairo-1.0.la ./destroot-powerpc/opt/local/lib/libpangocairo-1.0.la ./destroot-ppc/opt/local/lib/libpangocairo-1.0.la ./destroot-x86_64/opt/local/lib/libpangocairo-1.0.la
I compared all of them, and all are the same, except for the "destroot-x86_64" one which differs in its inherited_linker_flags not having frameworks Cocoa and CoreFoundation:
Normal one:
inherited_linker_flags=' -framework CoreFoundation -framework Carbon -framework Cocoa -pthread'
destroot-x86_64:
inherited_linker_flags=' -framework Carbon -pthread'
Attaching also the differing .la files.
Attachments (3)
Change History (4)
Changed 15 years ago by boris.dusek@…
Attachment: | pango.log.gz added |
---|
Changed 15 years ago by boris.dusek@…
Attachment: | i386-libpangocairo-1.0.la added |
---|
Changed 15 years ago by boris.dusek@…
Attachment: | x86_64-libpangocairo-1.0.la added |
---|
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I think this can be called a duplicate of #22801; the error is the same.