pkgsrc-Users archive

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

Re: pkgsrc-2012Q2 Circular Dependency?



I am sorry, I was responding with an email I did not register with this
list. I've corrected that.

And I could not help but notice that I have the exact same problem on
CentOS 5.8 amd64

even though:

rpm -qa|grep ncurses
ncurses-5.5-24.20060715
ncurses-devel-5.5-24.20060715

And pkgsrc-2011Q4 was working fine on this box before.
Perhaps I have found a bug?

On Fri, 2012-07-27 at 10:38 -0400, Tim Hawes wrote:
> apt-get install libncurses-dev
> Reading package lists... Done
> Building dependency tree       
> Reading state information... Done
> Note, selecting 'libncurses5-dev' instead of 'libncurses-dev'
> libncurses5-dev is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> 
> As stated earlier, this was already done. Any other ideas?
> 
> 
> On Fri, 2012-07-27 at 16:26 +0200, Jens Rehsack wrote:
> > On 27.07.2012 15:51, Tim Hawes wrote:
> > > pkgsrc-2012Q2 on Ubuntu 12.04 amd64
> > > 
> > > Whenever I try building a package (even for net/tnftp and devel/ncurses)
> > > I get the following below.
> > > 
> > > Even though I have ncurses-dev  package installed and pkg-config
> > > --cflags --libs ncurses returns something sensible,
> > > and /usr/include/curses.h is there.
> > > 
> > > What am I missing?
> > > 
> > > bmake package
> > > => Bootstrap dependency digest>=20010302: found digest-20111104
> > > => Bootstrap dependency tnftp-[0-9]*: NOT found
> > > => Verifying package-install for ../../net/tnftp
> > > ===> Checking for vulnerabilities in tnftp-20070806
> > > ===> Installing dependencies for tnftp-20070806
> > > ==========================================================================
> > > The supported build options for tnftp are:
> > > 
> > >         inet6 socks5
> > > 
> > > The currently selected options are:
> > > 
> > >         inet6
> > > 
> > > You can select which build options to use by setting PKG_DEFAULT_OPTIONS
> > > or the following variable.  Its current value is shown:
> > > 
> > >         PKG_OPTIONS.tnftp (not defined)
> > > 
> > > ==========================================================================
> > > ==========================================================================
> > > The following variables will affect the build process of this package,
> > > tnftp-20070806.  Their current value is shown below:
> > > 
> > >         * CURSES_DEFAULT = ncurses
> > > 
> > > Based on these variables, the following variables have been set:
> > >         * CURSES_TYPE = ncurses
> > >         * TERMCAP_TYPE = curses
> > > 
> > > You may want to abort the process now with CTRL-C and change their value
> > > before continuing.  Be sure to run `/usr/pkg/bin/bmake clean' after
> > > the changes.
> > > ==========================================================================
> > > => Full dependency ncurses>=5.4nb1: NOT found
> > > => Verifying package-install for ../../devel/ncurses
> > > => Bootstrap dependency digest>=20010302: found digest-20111104
> > > => Bootstrap dependency tnftp-[0-9]*: NOT found
> > > => Verifying package-install for ../../net/tnftp
> > > ERROR: This package has set PKG_FAIL_REASON:
> > > ERROR: Circular dependency detected
> > > *** Error code 1   
> > > 
> > > Stop.
> > > bmake: stopped in /usr/pkgsrc/net/tnftp
> > > *** Error code 1   
> > > 
> > > Stop.
> > > bmake: stopped in /usr/pkgsrc/devel/ncurses
> > > *** Error code 1   
> > > 
> > > Stop.
> > > bmake: stopped in /usr/pkgsrc/net/tnftp
> > > *** Error code 1   
> > > 
> > > Stop.
> > > bmake: stopped in /usr/pkgsrc/lang/perl5
> > 
> > probably 'apt-get install libncurses-dev' will help you out ...
> > 
> > /Jens
> 
> 




Home | Main Index | Thread Index | Old Index