pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Circular dependency between gcc2 and digest on FreeBSD-13.0 i386
Hi Benny,
PKGSRC_COMPILER was already created and set by the bootstrap.
Just in case, I also tried 'env PKGSRC_COMPILER=clang bmake' with tcsh.
I still got the same error.
Below is my mk.conf
Thanks,
Hiro
# Example /usr/pkg/etc/mk.conf file produced by bootstrap-pkgsrc
# Thu May 6 22:51:33 EDT 2021
.ifdef BSD_PKG_MK # begin pkgsrc settings
ABI= 32
PKGSRC_COMPILER= clang
CC= clang
CXX= clang++
CPP= ${CC} -E
CLANGBASE= /usr
PKG_DBDIR= /usr/pkg/pkgdb
LOCALBASE= /usr/pkg
VARBASE= /var
PKG_TOOLS_BIN= /usr/pkg/sbin
PKGINFODIR= info
PKGMANDIR= man
.endif # end pkgsrc settings
On Sat, 8 May 2021 21:30:03 +0200
Benny Siegert <bsiegert%gmail.com@localhost> wrote:
> Using gcc2 really means that pkgsrc found no suitable C compiler. Try setting
>
> PKGSRC_COMPILER=clang
>
> In your mk.conf.
>
> Benny
>
> > Am 08.05.2021 um 18:49 schrieb Yoshihiro Ota <ota%j.email.ne.jp@localhost>:
> >
> > 〓Hi,
> >
> > I'm interested in using seamonkey from pkgsrc.
> >
> > I downloaded 2021Q1 pkgsrc.
> > I ran ./boostrap with the default values.
> > In other words, no extra arguments and plain "./bootstrap".
> > That has set to use clang.
> >
> > Then, when I try to build a next thing, pkgsrc tries to build
> > digest but digest requires gcc2 and creates a circular dependency as below.
> >
> > I have FreeBSD 13.0-RELEASE on i386.
> >
> > Is there way to work-around this dependency issues or build digest without gcc2?
> >
> > Thanks,
> > Hiro
> >
> > # bmake build
> > ===> Installing dependencies for digest-20190127
> > => Build dependency gcc2>=2.95.3nb7: NOT found
> > => Verifying reinstall for ../../lang/gcc2
> > => Bootstrap dependency digest>=20010302: NOT found
> > => Verifying reinstall for ../../pkgtools/digest
> > ERROR: This package has set PKG_FAIL_REASON:
> > ERROR: Circular dependency detected
> > *** Error code 1
> >
> > Stop.
> > bmake[2]: stopped in /ports/pkgsrc/pkgtools/digest
Home |
Main Index |
Thread Index |
Old Index