New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23050 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

help2man 1.37.1_0 destroot failure

Reported by: blair@… Owned by: nox@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc: ronhuang@…, bgrupe@…
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

help2man.txt Download (32.7 KB) - added by blair@… 2 years ago.

Change History

  Changed 2 years ago by nox@…

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.

  Changed 2 years ago by blair@…

I have gettext @0.17_4 installed.

Changed 2 years ago by blair@…

  Changed 2 years ago by ronhuang@…

  • cc ronhuang@… added

Cc Me!

  Changed 2 years ago by bgrupe@…

  • cc bgrupe@… added

Cc Me!

follow-up: ↓ 6   Changed 2 years ago by nox@…

  • status changed from new to closed
  • resolution set to fixed

Should work by r62078

in reply to: ↑ 5 ; follow-up: ↓ 7   Changed 2 years ago by jakanapes@…

Replying to nox@…:

Should work by r62078

About how long until this is available? I'm still getting the errors.

in reply to: ↑ 6 ; follow-up: ↓ 8   Changed 2 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.

in reply to: ↑ 7   Changed 2 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!

Note: See TracTickets for help on using tickets.