[Bug 274142] www/firefox: rust part of build ignores make jobs settings

2024-06-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274142

Anton Saietskii  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(gecko@ |maintainer-feedback-
   |FreeBSD.org)|

--- Comment #6 from Anton Saietskii  ---
Maintainer timeout.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 274142] www/firefox: rust part of build ignores make jobs settings

2024-03-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274142

Mark Linimon  changed:

   What|Removed |Added

 Attachment #248429|file_274142.txt |file_274142.diff
   filename||

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 274142] www/firefox: rust part of build ignores make jobs settings

2024-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274142

Anton Saietskii  changed:

   What|Removed |Added

 Attachment #248429||maintainer-approval?
  Flags||

--- Comment #5 from Anton Saietskii  ---
Created attachment 248429
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248429&action=edit
dirty hack to fix this

Tried lot's of different things, including MOZ_EXPORT, but nothing worked.
Except MAKE_ENV, so here's the patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 274142] www/firefox: rust part of build ignores make jobs settings

2023-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274142

Tomoaki AOKI  changed:

   What|Removed |Added

 CC||junch...@dec.sakura.ne.jp

--- Comment #4 from Tomoaki AOKI  ---
With my experience, everything written in rust (means that use rustc on build)
are affected. It seems that rustc spawns sub rustc regardless settings in
Makefile.
And more, possibly rustc itself is multi-threaded.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 274142] www/firefox: rust part of build ignores make jobs settings

2023-10-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274142

Anton Saietskii  changed:

   What|Removed |Added

   Severity|Affects Only Me |Affects Some People

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 274142] www/firefox: rust part of build ignores make jobs settings

2023-10-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274142

--- Comment #3 from Anton Saietskii  ---
(In reply to Graham Perrin from comment #2)

I suppose at least everything using Mk/bsd.gecko.mk affected. Perhaps something
using Mk/Uses/cargo.mk too.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 274142] www/firefox: rust part of build ignores make jobs settings

2023-10-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274142

--- Comment #2 from Graham Perrin  ---
Created attachment 245400
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245400&action=edit
A screenshot of gkrellm, gstat, zfs-mon, and systat, during a poudriere-devel
build of mail/thunderbird

Remarkable, in the gkrellm window: rustc, cargo, rustc.

This shot was taken during a build of mail/thunderbird. 

Can we reasonably assume that this bug is not limited to www/firefox, and that
it affects some (or many) people?


% grep ALLOW_MAKE /usr/local/etc/poudriere.conf | grep -v \#
ALLOW_MAKE_JOBS=no
ALLOW_MAKE_JOBS_PACKAGES="ccache pkg py* nvidia-driver-470"
%

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 274142] www/firefox: rust part of build ignores make jobs settings

2023-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274142

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 274142] www/firefox: rust part of build ignores make jobs settings

2023-09-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274142

--- Comment #1 from Anton Saietskii  ---
Created attachment 245306
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245306&action=edit
poudriere build log

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 274142] www/firefox: rust part of build ignores make jobs settings

2023-09-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274142

Bug ID: 274142
   Summary: www/firefox: rust part of build ignores make jobs
settings
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: ge...@freebsd.org
  Reporter: vsasja...@gmail.com
 Flags: maintainer-feedback?(ge...@freebsd.org)
  Assignee: ge...@freebsd.org

Created attachment 245305
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245305&action=edit
issue screenshot

I'm building firefox using poudriere, which sets DISABLE_MAKE_JOBS=poudriere
(and this results in MAKE_JOBS_NUBMER=1), however firefox ignores that and runs
rustc*ncpu.

-- 
You are receiving this mail because:
You are the assignee for the bug.


maintainer-feedback requested: [Bug 274142] www/firefox: rust part of build ignores make jobs settings

2023-09-28 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-gecko (Nobody)
 for maintainer-feedback:
Bug 274142: www/firefox: rust part of build ignores make jobs settings
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274142



--- Description ---
I'm building firefox using poudriere, which sets DISABLE_MAKE_JOBS=poudriere
(and this results in MAKE_JOBS_NUBMER=1), however firefox ignores that and runs
rustc*ncpu.