tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: LIBTOOL_OVERRIDE and ltmain.sh/libtool.m4 and gtexinfo
On Tue, Mar 15, 2016 at 07:49:03AM +0100, Richard PALO wrote:
> and with the following patch to libtool:
> > diff --git a/devel/libtool/patches/patch-ac b/devel/libtool/patches/patch-ac
> > index 0cb3d01..d3ae443 100644
> > --- a/devel/libtool/patches/patch-ac
> > +++ b/devel/libtool/patches/patch-ac
> > @@ -156,3 +156,12 @@ add back upstream patches:
> > $ECHO >> $output "\
> > relink_command=\"$relink_command\""
> > fi
> > +@@ -9428,7 +9461,7 @@ relink_command=\"$relink_command\""
> > +
> > + # Do a symbolic link so that the libtool archive can be found in
> > + # LD_LIBRARY_PATH before the program is installed.
> > +- func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
> > ++ func_show_eval '( cd "$output_objdir" && $RM -f "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
> > + ;;
> > + esac
> > + exit $EXIT_SUCCESS
This strongly sounds like you are just hiding another bug. So why does
$outputname not exist at this point?
Joerg
Home |
Main Index |
Thread Index |
Old Index