Changes between Initial Version and Version 1 of Ticket #25026


Ignore:
Timestamp:
May 25, 2010, 4:47:48 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to Cc port maintainers.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25026

    • Property Owner changed from macports-tickets@… to afb@…
  • Ticket #25026 – Description

    initial v1  
    1 [USER]$ sudo port -v install '''libxml2'''[[BR]]
    2 --->  Computing dependencies for libxml2.[[BR]]
    3 --->  Cleaning libxml2[[BR]]
    4 --->  Removing build directory for libxml2[[BR]]
    5 [[BR]]
    6 [USER]$ createrepo[[BR]]
    7 Traceback (most recent call last):[[BR]]
    8   File "/opt/ports/share/createrepo/genpkgmetadata.py", line 27, in ?[[BR]]
    9     import libxml2[[BR]]
    10 ImportError: '''No module named libxml2'''
     1{{{
     2[USER]$ sudo port -v install libxml2
     3--->  Computing dependencies for libxml2.
     4--->  Cleaning libxml2
     5--->  Removing build directory for libxml2
     6}}}
     7{{{
     8[USER]$ createrepo
     9Traceback (most recent call last):
     10  File "/opt/ports/share/createrepo/genpkgmetadata.py", line 27, in ?
     11    import libxml2
     12ImportError: No module named libxml2
     13}}}