pkgsrc-Bugs archive

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

Re: pkg/46644: Pkgsrc cad/xcircuit fails to build Darwin (Mac OS X 10.7.4)



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

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/46644: Pkgsrc cad/xcircuit fails to build Darwin (Mac OS X
 10.7.4)
Date: Tue, 3 Jul 2012 16:04:48 +0000

 On Mon, Jul 02, 2012 at 12:35:02AM +0000, Ian McWilliam wrote:
  >  tcl 8.4 in pkgsrc fails to build so I tried 8.5 from wip so (1) a =
  >  version of tcl was installed.
 
 Ah, but then it needs to use -ltcl85 instead of -ltcl84.
 
 To just build the package, the path of least resistance is probably to
 edit cad/xcircuit/Makefile locally and change the line
 
    .include "../../lang/tcl/buildlink3.mk"
 
 to 
 
    .include "../../wip/tcl85/buildlink3.mk"
 
 and you'll also need to change the one for tk to point to tk85 in wip
 too. Then make clean and try building again. If there's nothing
 horribly wrong with the tcl/tk 8.5 packages in wip, that should do the
 trick.
 
  >  Here's the last of the build failure for tcl 8.4
  > [...]
 
 Other than being apparently libtool's fault I don't know what's up
 with that. :(
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index