Bug 184491 - net/relayd downloaded to "5.4.20131122?dummy=%2Frelayd-5.4.20131122.tar.gz" instead "relayd-5.4.20131122.tar.gz"
Summary: net/relayd downloaded to "5.4.20131122?dummy=%2Frelayd-5.4.20131122.tar.gz" i...
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-04 12:50 UTC by Thomas Schweikle
Modified: 2015-03-14 09:58 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Schweikle 2013-12-04 12:50:00 UTC
cd /usr/ports/net/relayd
make clean
make fetch
make build
make deinstall
make install
make clean

fetches relayd and stores it to file "5.4.20131122?dummy=%2Frelayd-5.4.20131122.tar.gz" instead "relayd-5.4.20131122.tar.gz". In tune "make build" doesn't find the downloaded file and fails.

Renaming /usr/ports/distfiles/5.4.20131122?dummy=%2Frelayd-5.4.20131122.tar.gz to /usr/ports/distfiles/relayd-5.4.20131122.tar.gz solves the error.

Fix: 

rename the downloaded file "5.4.20131122?dummy=%2Frelayd-5.4.20131122.tar.gz" to "relayd-5.4.20131122.tar.gz":

cd /usr/ports/distfiles
mv "5.4.20131122?dummy=%2Frelayd-5.4.20131122.tar.gz" "relayd-5.4.20131122.tar.gz"
make build
make deinstall
make install
make clean

will now finish without any error.
How-To-Repeat: cd /usr/ports/net/relayd
make clean
make fetch
make build

-> fails with "File not found" error
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-05 03:01:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2015-03-14 09:58:05 UTC
I've tested the build on amd64/i386 8.4, 9.3 and 10.1 systems and it builds fine so I am closing this PR.