pkgsrc-Bugs archive

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

Re: pkg/46766: pkgsrc install of print/acrobat9 generates strange link in /usr/bin



The following reply was made to PR pkg/46766; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/46766: pkgsrc install of print/acrobat9 generates strange
 link in /usr/bin
Date: Fri, 3 Aug 2012 09:36:27 +0000

 On Thu, Aug 02, 2012 at 02:30:01PM +0000, 
Wolfgang.Stukenbrock%nagler-company.com@localhost wrote:
  > lrwxr-xr-x  1 root  wheel     107 Aug  2 15:55 /usr/bin/acroread -> 
/home.stand/.pkgsrc/pkgsrc-2012Q2/print/acroread9/work/.destdir/usr/pkg/Acrobat9/Adobe/Reader9/bin/acroread
 
 Ugh... not only is it in a crazy place, but it points into the build
 destdir.
 
 This line in the package makefile's post-install rule is definitely
 suspect:
 
         ${LN} -sf ${DESTDIR}${PREFIX}/Acrobat9/Adobe/Reader9/bin/acroread \
              ${DESTDIR}${PREFIX}/bin/acroread9
 
 because it creates a link with the same wrong target; but not in the
 same place or with the same name.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index