tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: xentools41 LDFLAGS Re: broken packages for 2012Q3



On Wed, Oct 10, 2012 at 11:05:43PM -0700, Aaron J. Grier wrote:
 > (following up via web archive; followup headers are missing...)
 > 
 > I decided to take a closer look at this since xenbackendd has been giving me
 > grief lately, and was hoping to update my xentools to something newer.
 > 
 > ocamlc wraps gcc and friends, and these calls out appear to be intercepted by
 > buildlink:
 >
 > [from]
 >     
 > -Wl,-rpath,/pkg_comp/obj/pkgsrc/sysutils/xentools41/default/xen-4.1.3/tools/ocaml/libs/xc/../../../../tools/libxc
 >  \
 > [to]
 >     
 > -Wl,-rpath,/pkg_comp/obj/pkgsrc/sysutils/xentools41/default/xen-4.1.3/tools/ocaml/libs/xc/../../../../tools/libxc
 >  \
 > 
 > shouldn't those rpaths be tweaked by the wrapper?

No; the problem is that it's pointing into the work directory and
should be pointing at $PREFIX.

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index