Date: Thu, 21 Nov 2019 03:42:45 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 241227] ports-mgmt/portmaster: When installing/reinstalling/upgrading devel/cmake portmaster always reinstall textproc/py-sphinx even if it is up to date Message-ID: <bug-241227-21822-tR1HbzbVTg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-241227-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-241227-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241227 --- Comment #10 from Yasuhiro KIMURA <yasu@utahime.org> --- Recently devel/binutils is flavorized. and same problem happens when a port= is marked LLD_UNSAFE. Following is an example of such case. root@rolling-vm-freebsd2[1195]# pkg info -aq | grep binutils binutils-2.33.1,1 root@rolling-vm-freebsd2[1195]# grep LLD_UNSAFE /usr/ports/archivers/arj/Makefile LLD_UNSAFE=3D yes root@rolling-vm-freebsd2[1196]# portmaster archivers/arj =3D=3D=3D>>> Port directory: /net/freebsd/ports/head/archivers/arj =3D=3D=3D>>> Launching 'make checksum' for archivers/arj in background =3D=3D=3D>>> Gathering dependency list for archivers/arj from ports =3D=3D=3D>>> Launching child to install devel/binutils =3D=3D=3D>>> archivers/arj >> devel/binutils (1/1) =3D=3D=3D>>> Currently installed version: binutils-2.33.1,1 =3D=3D=3D>>> Port directory: /net/freebsd/ports/head/devel/binutils =3D=3D=3D>>> Launching 'make checksum' for devel/binutils in background =3D=3D=3D>>> Gathering dependency list for devel/binutils from ports =3D=3D=3D>>> Initial dependency check complete for devel/binutils =3D=3D=3D>>> Continuing initial dependency check for archivers/arj =3D=3D=3D>>> Initial dependency check complete for archivers/arj =3D=3D=3D>>> archivers/arj >> (1) =3D=3D=3D>>> The following actions will be taken if you choose to proceed: Install archivers/arj Re-install binutils-2.33.1,1 =3D=3D=3D>>> Proceed? y/n [y] n =3D=3D=3D>>> If you would like to upgrade or install some, but not all of the above try adding '-i' to the command line. root@rolling-vm-freebsd2[1197]# --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241227-21822-tR1HbzbVTg>