Bug 183013 - www/bins: NO_STAGE removed, but it doesn't work
Summary: www/bins: NO_STAGE removed, but it doesn't work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-16 00:30 UTC by John Marino
Modified: 2013-10-31 10:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino freebsd_committer freebsd_triage 2013-10-16 00:30:00 UTC
This port was declared fit for staging.
However, it doesn't appear to have been tested.
It's failing on portsmon:http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20130927213435.pointyhat/bins-1.1.29_4.loghttp://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9.20131001075637.pointyhat/bins-1.1.29_4.log

and in poudriere:http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/20131014_113220/logs/errors/bins-1.1.29_4.log


The port port is therefore broken currently.

Fix: 

either revert the previous "stagify" or patch what is necessary to install the files in the stage.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-16 00:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-31 10:03:27 UTC
Author: marino
Date: Thu Oct 31 10:03:20 2013
New Revision: 332218
URL: http://svnweb.freebsd.org/changeset/ports/332218

Log:
  www/bins: revert recent stage changes to unbreak port
  
  The previous two commits intended to support stage, but weren't tested.
  Rather than mark the port broken, they have been reverted.
  
  PR:		ports/183013
  Approved by:	maintainer timeout

Modified:
  head/www/bins/Makefile

Modified: head/www/bins/Makefile
==============================================================================
--- head/www/bins/Makefile	Thu Oct 31 09:04:30 2013	(r332217)
+++ head/www/bins/Makefile	Thu Oct 31 10:03:20 2013	(r332218)
@@ -30,6 +30,7 @@ USES=		perl5
 USE_PERL5=	run
 USE_BZIP2=	yes
 NO_BUILD=	yes
+NO_STAGE=	yes
 
 # additional scripts
 BINS_SCRIPTS=	tools/bins_txt2xml
@@ -53,12 +54,12 @@ do-install:
 
 post-install:
 .for file in ${BINS_SCRIPTS}
-	@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
+	@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
 .endfor
 .ifndef(NOPORTDOCS)
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 .for ext in ${DOC_EXTS}
-	@${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR}
 .endfor
 .endif
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 John Marino freebsd_committer freebsd_triage 2013-10-31 10:30:47 UTC
State Changed
From-To: open->closed

timed out, reverted