[Bug 251020] mail/thunderbird build failure

2020-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

Bug ID: 251020
   Summary: mail/thunderbird build failure
   Product: Ports & Packages
   Version: Latest
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: ge...@freebsd.org
  Reporter: ss...@mathistry.net
 Flags: maintainer-feedback?(ge...@freebsd.org)
  Assignee: ge...@freebsd.org
 Attachment #219524 text/plain
 mime type:

Created attachment 219524
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219524&action=edit
Partial build log

Overview: Attempt to build mail/thunderbird from ports tree rev 553560 using
poudriere on 12.2-RELEASE failed.

Steps to reproduce:

1. Create a 12.2-RELEASE poudriere jail on a 12.2-RELEASE host
2. Run 'poudriere bulk' specifying the jail and a port list including
mail/thunderbird

Actual result: build failure as shown in attached log snippet

Expected result: a successful build

System: FreeBSD  12.2-RELEASE FreeBSD 12.2-RELEASE r366954 GENERIC 
amd64

Note: Tried updating /usr/ports/mail/thunderbird to rev 554726 with no change.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 251020] mail/thunderbird build failure

2020-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

VVD  changed:

   What|Removed |Added

 CC||v...@unislabs.com

--- Comment #1 from VVD  ---
Comment on attachment 219524
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219524
Partial build log

Don't see in log installation of the rust.
> Installing icu-67.1,1
Why old icu? Quarterly?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 251020] mail/thunderbird build failure

2020-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

Steve Peurifoy  changed:

   What|Removed |Added

 Attachment #219529|text/x-log  |text/plain
  mime type||

--- Comment #2 from Steve Peurifoy  ---
Created attachment 219529
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219529&action=edit
Partial rust build log

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 251020] mail/thunderbird build failure

2020-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

--- Comment #3 from Steve Peurifoy  ---
A (hopefully useful?) snippet of the rust log is attached now. Note that this
is
from a build a few days earlier using ports rev 553560.  Let me know if you
need
more - the whole thing is 7.5 MB.

> Why old icu? Quarterly?

Nope, I don't do quarterly.  It's the version I got when I did 'svn update' a
couple of weeks ago.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 251020] mail/thunderbird build failure

2020-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

--- Comment #4 from Jan Beich  ---
(In reply to Steve Peurifoy from comment #0)
> [r122amd64-default-job-01] Extracting harfbuzz-2.7.2_1: .. done
> =
> ...
> ...
> [style 0.0.1] 
> cargo:rerun-if-changed=/wrkdirs/usr/ports/mail/thunderbird/work/.build/dist/include/mozilla/ServoTypes.h
> [style 0.0.1] 
> cargo:rerun-if-changed=/wrkdirs/usr/ports/mail/thunderbird/work/.build/dist/include/mozilla/dom/VisualViewport.h
> error: build failed

The actual error is somewhere within "..." (stripped). Provide full log if you
can't locate it.

(In reply to Steve Peurifoy from comment #3)
> Let me know if you need more - the whole thing is 7.5 MB.

Compress or upload to a pastebin. Base system has xz(1) and zstd(1). For
example,

$ fetch
http://beefy6.nyi.freebsd.org/data/121amd64-default/554788/logs/firefox-82.0.3,2.log
$ zstd --ultra -22 firefox-82.0.3,2.log
$ xz -9ek firefox-82.0.3,2.log
$ du -Ah firefox*.log*
 13Mfirefox-82.0.3,2.log
233Kfirefox-82.0.3,2.log.xz
243Kfirefox-82.0.3,2.log.zst

Old logs: http://beefy6.nyi.freebsd.org/data/latest-per-pkg/firefox/

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 251020] mail/thunderbird build failure

2020-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

--- Comment #5 from Jan Beich  ---
(In reply to Jan Beich from comment #4)
> Old logs: http://beefy6.nyi.freebsd.org/data/latest-per-pkg/firefox/

Replace "firefox" with "thunderbird" or any other package you want old build
logs for. Maybe compare those logs with local ones to get an idea why the build
may fail for you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 251020] mail/thunderbird build failure

2020-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

Steve Peurifoy  changed:

   What|Removed |Added

 Attachment #219524|0   |1
is obsolete||

--- Comment #6 from Steve Peurifoy  ---
Created attachment 219533
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219533&action=edit
thunderbird build log (compressed)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 251020] mail/thunderbird build failure

2020-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

Steve Peurifoy  changed:

   What|Removed |Added

 Attachment #219529|0   |1
is obsolete||

--- Comment #7 from Steve Peurifoy  ---
Created attachment 219534
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219534&action=edit
rust build log (compressed)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 251020] mail/thunderbird build failure

2020-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

--- Comment #8 from Steve Peurifoy  ---
Compressed full build logs for thunderbird and rust attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 251020] mail/thunderbird build failure

2020-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

--- Comment #9 from Jan Beich  ---
Comment on attachment 219533
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219533
thunderbird build log (compressed)

>  process didn't exit successfully: 
> `.../webrender-e1eff54c5c57c23c/build-script-build` (signal: 11, SIGSEGV: 
> invalid memory reference)

Could be a number of reasons: faulty hardware, kernel bug, broken lang/rust,
aggressive optimizations, FFI ABI mismatch, etc. Find where core(5) file was
dumped and use lldb(1) (or gdb(1)) to get a stacktrace from it. Make another
build and get a stacktrace again. If each stacktrace looks different then it's
likely due to hardware/kernel.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 251020] mail/thunderbird build failure

2020-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

--- Comment #10 from Steve Peurifoy  ---
OK, appears I'll have to change poudriere.conf to preserve wrkdirs
and my build machine is currently attempting to build chromium.

Experience suggests that it will be a while, but I'll do this when
I can.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 251020] mail/thunderbird build failure

2020-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

--- Comment #11 from Steve Peurifoy  ---
So after setting 'SAVE_WRKDIR=yes' and firing off another build, I got...

a successful build of thunderbird.

For a number of reasons, I seriously doubt that this is hardware.
The one difference that stands out to me is that in the two failed
instances, builds of other ports were happening on other cores of the
machine.  In the successful build, it was tbird all by itself.
Sample size too small to be conclusive though obviously.  Nothing
suspicious in dmesg/syslog at the time of the failures other than
the actual signal 11 notifications.

This will have to wait until I get a repeat occurrence unless someone
else trips over the same thing.

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


[Bug 251020] mail/thunderbird build failure

2021-04-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020

Steve Peurifoy  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 Status|New |Closed

--- Comment #12 from Steve Peurifoy  ---
Since everything has changed and I can no longer duplicate this, it makes no
sense to leave it open.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 251020] mail/thunderbird build failure

2020-11-10 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-gecko (Nobody)
 for maintainer-feedback:
Bug 251020: mail/thunderbird build failure
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251020



--- Description ---
Overview: Attempt to build mail/thunderbird from ports tree rev 553560 using
poudriere on 12.2-RELEASE failed.

Steps to reproduce:

1. Create a 12.2-RELEASE poudriere jail on a 12.2-RELEASE host
2. Run 'poudriere bulk' specifying the jail and a port list including
mail/thunderbird

Actual result: build failure as shown in attached log snippet

Expected result: a successful build

System: FreeBSD  12.2-RELEASE FreeBSD 12.2-RELEASE r366954 GENERIC 
amd64

Note: Tried updating /usr/ports/mail/thunderbird to rev 554726 with no change.
___
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"