Opened 15 years ago

Closed 15 years ago

#20260 closed defect (fixed)

aspell uses gettext but doesn't declare a dependency on it

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jochen@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: aspell

Description

aspell uses gettext (i.e. it links with libintl.8.dylib) but does not declare a dependency on getext.

$ port deps aspell
aspell has build dependencies on:
        texinfo
$ otool -L /mp/lib/libpspell.15.dylib
/mp/lib/libpspell.15.dylib:
        /mp/lib/libpspell.15.dylib (compatibility version 17.0.0, current version 17.4.0)
        /mp/lib/libaspell.15.dylib (compatibility version 17.0.0, current version 17.4.0)
        /mp/lib/libintl.8.dylib (compatibility version 9.0.0, current version 9.2.0)
        /mp/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.11)
        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
$ otool -L /mp/lib/libaspell.15.dylib 
/mp/lib/libaspell.15.dylib:
        /mp/lib/libaspell.15.dylib (compatibility version 17.0.0, current version 17.4.0)
        /mp/lib/libintl.8.dylib (compatibility version 9.0.0, current version 9.2.0)
        /mp/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.11)
        /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 368.35.0)
        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)

aspell should declare a library dependency on gettext, or should not link with libintl.

Change History (1)

comment:1 Changed 15 years ago by jochen@…

Resolution: fixed
Status: newclosed

Fixed in r53894

Note: See TracTickets for help on using tickets.