#23050 closed defect (fixed)
help2man 1.37.1_0 destroot failure
Reported by: | blair (Blair Zajac) | Owned by: | nox@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ronhuang@…, bgrupe27 | |
Port: | help2man |
Description
Hello,
Trying to upgrade to 1.37.1 fails on the destroot phase on two different Snow Leopard systems:
./www missing (created) ./mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/bin ./mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/lib ./mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/share/man/man1 ./mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/share/info /usr/bin/install -c help2man /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/bin /usr/bin/install -c -m 644 ./help2man.1 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/share/man/man1 /usr/bin/install -c -m 644 ./help2man.info \ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/share/info/help2man.info if test -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/share/info/dir; \ then \ /opt/local/bin/install-info --info-dir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/destroot/opt/local/share/info \ ./help2man.info; \ fi /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle bindtextdomain.c -lintl ld: library not found for -lintl collect2: ld returned 1 exit status make: *** [bindtextdomain.so] Error 1
It looks like there is a missing -L$prefix/lib.
Regards, Blair
Attachments (1)
Change History (9)
comment:1 Changed 15 years ago by nox@…
Changed 15 years ago by blair (Blair Zajac)
Attachment: | help2man.txt added |
---|
comment:5 follow-up: 6 Changed 15 years ago by nox@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should work by r62078
comment:6 follow-up: 7 Changed 15 years ago by jakanapes@…
comment:7 follow-up: 8 Changed 15 years ago by allencmcbride@…
Replying to jakanapes@…:
Replying to nox@…:
Should work by r62078
About how long until this is available? I'm still getting the errors.
After updating the ports tree, try running "sudo port clean help2man" and then try again. Worked for me just now.
comment:8 Changed 15 years ago by jakanapes@…
Replying to allencmcbride@…:
Replying to jakanapes@…:
Replying to nox@…:
Should work by r62078
About how long until this is available? I'm still getting the errors.
After updating the ports tree, try running "sudo port clean help2man" and then try again. Worked for me just now.
ah, perfect, thank you!
My installation there does not even try to build bindtextdomain.so, could you attach the full log? And also tell me your installed version of gettext.