Bug 170103 - multimedia/x264 broken with PGO enabled
Summary: multimedia/x264 broken with PGO enabled
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-24 09:20 UTC by vsjcfm
Modified: 2012-07-25 08:18 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 vsjcfm 2012-07-24 09:20:10 UTC
multimedia/x264 fails to build with PGO enabled

root@jw:/usr/ports/multimedia/x264# make
===>  License GPLv2 accepted by the user
===>  Found saved configuration for x264-0.123.2189_2
=> example.y4m.bz2 doesn't seem to exist in /usr/ports/distfiles/x264.
=> Attempting to fetch ftp://ftp.videolan.org/pub/videolan/x264/snapshots/example.y4m.bz2
fetch: ftp://ftp.videolan.org/pub/videolan/x264/snapshots/example.y4m.bz2: File unavailable (e.g., file not found, no access)
=> Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/x264/example.y4m.bz2
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/x264/example.y4m.bz2: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/x264 and try again.
*** Error code 1

Stop in /media/dvlfiles/build/ports/multimedia/x264.
*** Error code 1

Stop in /media/dvlfiles/build/ports/multimedia/x264

Fix: 

I think that must be a specific message with instructions for file retrieval (like for java ports), or PGO option must be removed.
How-To-Repeat: Just set PGO to ON and try to build
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-24 09:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-24 18:28:11 UTC
Author: mm
Date: Tue Jul 24 17:27:57 2012
New Revision: 301483
URL: http://svn.freebsd.org/changeset/ports/301483

Log:
  Fix fetchability of example.y4m.bz2
  
  PR:		ports/170103
  Reported by:	Sayetsky Anton

Modified:
  head/multimedia/x264/Makefile

Modified: head/multimedia/x264/Makefile
==============================================================================
--- head/multimedia/x264/Makefile	Tue Jul 24 17:25:14 2012	(r301482)
+++ head/multimedia/x264/Makefile	Tue Jul 24 17:27:57 2012	(r301483)
@@ -88,7 +88,7 @@ CONFIGURE_ARGS+=	--enable-debug
 Y4M_VIDEO=example.y4m
 Y4M_VIDEO_DISTFILE=example.y4m.bz2
 
-DISTFILES+=	${Y4M_VIDEO_DISTFILE}
+DISTFILES+=	${Y4M_VIDEO_DISTFILE}:pgo
 ALL_TARGET=	fprofiled
 MAKE_ENV+=	VIDS="${WRKDIR}/${Y4M_VIDEO}"
 
_______________________________________________
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 vsjcfm 2012-07-25 07:57:53 UTC
Problem is resolved now. Thanks.
Comment 4 Martin Matuska freebsd_committer freebsd_triage 2012-07-25 08:18:23 UTC
State Changed
From-To: open->closed

Resolved. Thanks!