| Summary: | /usr/ports/devel/ccache reinstall does not build. | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Ulas SAYGIN <ulassayginim> |
| Component: | Individual Port(s) | Assignee: | Bryan Drewery <bdrewery> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Many People | CC: | ulassayginim |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(bdrewery) |
| Version: | Latest | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
Ulas SAYGIN
2020-05-27 08:03:12 UTC
I removed make.conf and src.conf and executed portsnap fetch update
than i tried install again and it worked.
when i want to reinstall with options ,CLANGLINK ,LLVMLINk,MEMCACHED,STATIC,TINDERBOX.
it gaves error below.
/usr/ports/devel/ccache # portsnap fetch update
Looking up portsnap.FreeBSD.org mirrors... 6 mirrors found.
Fetching snapshot tag from ec2-eu-west-1.portsnap.freebsd.org... done.
Fetching snapshot metadata... done.
Updating from Tue May 26 21:36:52 UTC 2020 to Wed May 27 07:46:09 UTC 2020.
Fetching 4 metadata patches... done.
Applying metadata patches... done.
Fetching 0 metadata files... done.
Fetching 15 patches.
(15/15) 100.00% done.
done.
Applying patches...
done.
Fetching 1 new ports or files... done.
Removing old files and directories... done.
Extracting new files:
/usr/ports/comms/fldigi/
/usr/ports/databases/freetds-devel/
/usr/ports/devel/intel-graphics-compiler/
/usr/ports/games/lugaru/
/usr/ports/graphics/Makefile
/usr/ports/graphics/libglvnd/
/usr/ports/graphics/mesa-libs/
/usr/ports/math/py-cypari2/
/usr/ports/multimedia/ffmpeg/
/usr/ports/net-mgmt/p5-FusionInventory-Agent/
/usr/ports/net/frr7/
/usr/ports/textproc/groonga/
/usr/ports/www/py-dj22-django-cors-headers/
/usr/ports/www/py-django-cors-headers/
/usr/ports/x11-servers/xwayland-devel/
/usr/ports/x11/libexo/
Building new INDEX files... done.
/usr/ports/devel/ccache # make reinstall clean
===> Deinstalling for ccache
===> Deinstalling ccache-3.7.1_1
Updating database digests format: 100%
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
ccache: 3.7.1_1
Number of packages to be removed: 1
[1/1] Deinstalling ccache-3.7.1_1...
[1/1] Deleting files for ccache-3.7.1_1: 100%
===> License GPLv3+ accepted by the user
===> ccache-3.5.dev.20180926_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by ccache-3.5.dev.20180926_1 for building
===> Extracting for ccache-3.5.dev.20180926_1
=> SHA256 Checksum OK for ccache-ccache-3.5.dev.20180926-f7712082106bef085515f86ae47e7dbbd2a48b57_GH0.tar.gz.
===> Patching for ccache-3.5.dev.20180926_1
===> Applying extra patch /usr/ports/devel/ccache/files/extra-patch-Makefile.in
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to Makefile.in.rej
===> FAILED Applying extra patch /usr/ports/devel/ccache/files/extra-patch-Makefile.in
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/devel/ccache
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/devel/ccache
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/ccache
removing dist files solves the problem. /usr/devel/ccache/ make distclean |