Bug 205747 - mail/thunderbird: latest version fails to compile when ffmpeg option is disabled
Summary: mail/thunderbird: latest version fails to compile when ffmpeg option is disabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: freebsd-gecko (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-31 06:07 UTC by rootrider
Modified: 2016-01-08 07:11 UTC (History)
1 user (show)

See Also:


Attachments
poudriere log (239.42 KB, application/gzip)
2015-12-31 06:07 UTC, rootrider
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description rootrider 2015-12-31 06:07:54 UTC
Created attachment 164887 [details]
poudriere log

I was able to build mail/thunderbird in 10.2/amd64 with poudriere up until the latest port revision (commit 404691), and then I started getting a linker error. I had only changed a couple of options, so I went back to the default options and it built the package successfully.

So, previous port revisions worked on this poudriere box, and the current revision works with default options.

I compared the options I had where it failed with the default options and decided to test with default options but disabled ffmpeg... and I got the linker error again.

So it appears that disabling ffmpeg on the latest port revision causes a linker error.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-01-08 00:47:23 UTC
A commit references this bug:

Author: jbeich
Date: Fri Jan  8 00:47:14 UTC 2016
New revision: 405496
URL: https://svnweb.freebsd.org/changeset/ports/405496

Log:
  gecko: unbreak FFMPEG=off build on esr38

  PR:		205747
  MFH:		2016Q1

Changes:
  head/mail/thunderbird/files/patch-bug1148203
  head/www/firefox-esr/files/patch-bug1148203
  head/www/libxul/files/patch-bug1148203
Comment 2 Jan Beich freebsd_committer freebsd_triage 2016-01-08 01:21:41 UTC
Also reported in https://lists.freebsd.org/pipermail/freebsd-ports/2016-January/101541.html

Thanks. The fix has been committed. Re-open if FFMPEG=off is still broken.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-01-08 01:47:35 UTC
A commit references this bug:

Author: jbeich
Date: Fri Jan  8 01:47:02 UTC 2016
New revision: 405504
URL: https://svnweb.freebsd.org/changeset/ports/405504

Log:
  MFH: r405496

  gecko: unbreak FFMPEG=off build on esr38

  PR:		205747
  Approved by:	ports-secteam (miwi)

Changes:
_U  branches/2016Q1/
  branches/2016Q1/mail/thunderbird/files/patch-bug1148203
  branches/2016Q1/www/firefox-esr/files/patch-bug1148203
  branches/2016Q1/www/libxul/files/patch-bug1148203
Comment 4 rootrider 2016-01-08 07:11:30 UTC
Works great, thanks