BUG: tidy-20051026 does not generate libtidy-0.99.0.0.0.dylib
Reported by: |
don.park@… |
Owned by: |
macports-tickets@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
|
Keywords:
|
|
Cc:
|
don.park@…, boeyms@…
|
Port:
|
|
|
|
The 'tidy' port creates a symlink to libtidy-0.99.0.0.0.dylib but does not actually generate it.
you can see in the following list that the only dylib file is the symlink.
damon-mac-mini:~/work/rails-dsr donp$ ls -l /opt/local/lib/libtidy*
lrwxr-xr-x 1 root admin 14 Mar 14 18:21 /opt/local/lib/libtidy -> libtidy-0.99.0*
-rwxr-xr-x 2 root admin 296092 Mar 14 18:15 /opt/local/lib/libtidy-0.99.0*
lrwxr-xr-x 1 root admin 14 Mar 14 18:21 /opt/local/lib/libtidy-0.99.0.0.0 -> libtidy-0.99.0*
lrwxr-xr-x 1 root admin 24 Mar 14 18:21 /opt/local/lib/libtidy.0.dylib -> libtidy-0.99.0.0.0.dylib
-rw-r--r-- 2 root admin 367868 Mar 14 18:15 /opt/local/lib/libtidy.a
-rwxr-xr-x 2 root admin 795 Mar 14 18:15 /opt/local/lib/libtidy.la*
damon-mac-mini:~/work/rails-dsr donp$ port installed tidy
The following ports are currently installed:
tidy @20051026_0+darwin_8 (active)
damon-mac-mini:~/work/rails-dsr donp$
Change History (7)
Milestone: |
→ Available Ports
|
Milestone: |
Available Ports →
Port Bugs
|
Cc: |
don.park@… boeyms@… added
|
Summary: |
tidy port does not generate libtidy-0.99.0.0.0.dylib →
BUG: tidy-20051026 does not generate libtidy-0.99.0.0.0.dylib
|
Resolution: |
→ worksforme
|
Status: |
new →
closed
|
Adding reporter and myself to Cc: field, since MacPorts Trac does only sends ticket updates to those Cc'ed, as documented in TracTicketing on the wiki.
Don, I built tidy from scratch and got a genuine dylib at /opt/local/lib/libtidy-0.99.0.0.0.dylib; does your error still occur after uninstalling and cleaning tidy, updating to the latest MacPorts and installing tidy with "sudo port -td install tidy" (the -td flags are to generate more output and catch more potential errors)? If so, it would be great if you could attach the output from "sudo port -td install tidy" to this ticket.