Re: DTrace issues?

2017-04-15 Thread Jan Beich
Sean Chittenden  writes:

> On Apr 12, 2017, 22:19 -0700, Jan Beich , wrote:
>> jbe...@freebsd.org (Jan Beich) writes:
>>
>> > > If so, please point me at active bugs in this area.
>> >
>> > Firefox is affected by a few more DTrace issues but those are old and
>> > have been worked around in the ports tree.
>> >
>> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214556 # dtrace on 
>> > aarch64
>> > https://bugzilla.mozilla.org/show_bug.cgi?id=1041353 # dtrace vs. ld.gold
>> > https://bugzilla.mozilla.org/show_bug.cgi?id=702179 # dtrace vs. static 
>> > libs
>>
>> https://bugzilla.mozilla.org/show_bug.cgi?id=1353558 # FF55 bustage
>>
>> Is there any chance FreeBSD adds compatibility with DTrace on OS X?
>
> I think you mean, "when will Apple update its DTrace to be more
> compatible with FreeBSD?" The version of DTrace that ships with macOS
> is out of date and yes, we would love it if it were more up to date in
> macOS. :( -sc

On FreeBSD "dtrace -G" causes no end of grief with various build systems.
Do you mean OS X is going to inherit it?
___
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 218675] www/firefox: NotImplementedError: system provides too few semaphores

2017-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218675

Bug ID: 218675
   Summary: www/firefox: NotImplementedError: system provides too
few semaphores
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Individual Port(s)
  Assignee: ge...@freebsd.org
  Reporter: ohartm...@walstatt.org
 Flags: maintainer-feedback?(ge...@freebsd.org)
  Assignee: ge...@freebsd.org

On several recent CURRENT boxes I face the error shown below when building
www/firefox. The error also occurs on poudriere building hosts, not all, but
all of them are CURRENT and more or less the same OS and ports tree revision
(with a day delay between updates). All amd64.

Regards,
oh

[...]
Creating config.status
Traceback (most recent call last):
  File "/usr/ports/www/firefox/work/firefox-53.0/configure.py", line 124, in

sys.exit(main(sys.argv))
  File "/usr/ports/www/firefox/work/firefox-53.0/configure.py", line 34, in
main
return config_status(config)
  File "/usr/ports/www/firefox/work/firefox-53.0/configure.py", line 119, in
config_status
return config_status(args=[], **encode(sanitized_config, encoding))
  File
"/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/config_status.py",
line 136, in config_status
reader = BuildReader(env)
  File
"/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/frontend/reader.py",
line 886, in __init__
self._gyp_worker_pool = ProcessPoolExecutor(max_workers=max_workers)
  File
"/usr/ports/www/firefox/work/firefox-53.0/python/futures/concurrent/futures/process.py",
line 274, in __init__
_check_system_limits()
  File
"/usr/ports/www/firefox/work/firefox-53.0/python/futures/concurrent/futures/process.py",
line 263, in _check_system_limits
raise NotImplementedError(_system_limited)
NotImplementedError: system provides too few semaphores (30 available, 256
necessary)
*** Fix above errors and then restart with\
   "gmake -f client.mk build"
gmake[2]: *** [/usr/ports/www/firefox/work/firefox-53.0/client.mk:383:
configure] Error 1
gmake[2]: Leaving directory '/usr/ports/www/firefox'
===>  Script "configure" failed unexpectedly.
Please report the problem to ge...@freebsd.org [maintainer] and attach the
"/usr/ports/www/firefox/work/firefox-53.0/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/firefox
*** Error code 1

-- 
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 218675] www/firefox: NotImplementedError: system provides too few semaphores

2017-04-15 Thread bugzilla-noreply
O. Hartmann  has reassigned Bugzilla Automation
's request for maintainer-feedback to ge...@freebsd.org:
Bug 218675: www/firefox: NotImplementedError: system provides too few
semaphores
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218675



--- Description ---
On several recent CURRENT boxes I face the error shown below when building
www/firefox. The error also occurs on poudriere building hosts, not all, but
all of them are CURRENT and more or less the same OS and ports tree revision
(with a day delay between updates). All amd64.

Regards,
oh

[...]
Creating config.status
Traceback (most recent call last):
  File "/usr/ports/www/firefox/work/firefox-53.0/configure.py", line 124, in

sys.exit(main(sys.argv))
  File "/usr/ports/www/firefox/work/firefox-53.0/configure.py", line 34, in
main
return config_status(config)
  File "/usr/ports/www/firefox/work/firefox-53.0/configure.py", line 119, in
config_status
return config_status(args=[], **encode(sanitized_config, encoding))
  File
"/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/config_statu
s.py",
line 136, in config_status
reader = BuildReader(env)
  File
"/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/frontend/rea
der.py",
line 886, in __init__
self._gyp_worker_pool = ProcessPoolExecutor(max_workers=max_workers)
  File
"/usr/ports/www/firefox/work/firefox-53.0/python/futures/concurrent/futures/pro
cess.py",
line 274, in __init__
_check_system_limits()
  File
"/usr/ports/www/firefox/work/firefox-53.0/python/futures/concurrent/futures/pro
cess.py",
line 263, in _check_system_limits
raise NotImplementedError(_system_limited)
NotImplementedError: system provides too few semaphores (30 available, 256
necessary)
*** Fix above errors and then restart with\
   "gmake -f client.mk build"
gmake[2]: *** [/usr/ports/www/firefox/work/firefox-53.0/client.mk:383:
configure] Error 1
gmake[2]: Leaving directory '/usr/ports/www/firefox'
===>  Script "configure" failed unexpectedly.
Please report the problem to ge...@freebsd.org [maintainer] and attach the
"/usr/ports/www/firefox/work/firefox-53.0/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/firefox
*** Error code 1
___
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 218675] www/firefox: NotImplementedError: system provides too few semaphores

2017-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218675

Jan Beich  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |DUPLICATE
  Flags|maintainer-feedback?(gecko@ |maintainer-feedback+
   |FreeBSD.org)|

--- Comment #1 from Jan Beich  ---
Don't use sem(4) or pick up base r316739 fix.

*** This bug has been marked as a duplicate of bug 218581 ***

-- 
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 218581] www/firefox: fails at "configure" stage when sem(4) is loaded

2017-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218581

Jan Beich  changed:

   What|Removed |Added

 CC||ohartm...@walstatt.org

--- Comment #13 from Jan Beich  ---
*** Bug 218675 has been marked as a duplicate of this bug. ***

-- 
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"


[exp - 103i386-default-build-as-user][www/firefox] Failed for firefox-53.0_2, 1 in configure

2017-04-15 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: ge...@freebsd.org
Last committer: jbe...@freebsd.org
Ident:  $FreeBSD: head/www/firefox/Makefile 438521 2017-04-14 15:19:30Z 
jbeich $
Log URL:
http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/438550/logs/firefox-53.0_2,1.log
Build URL:  
http://package19.nyi.freebsd.org/build.html?mastername=103i386-default-build-as-user&build=438550
Log:

>> Building www/firefox
build started at Sat Apr 15 09:19:54 UTC 2017
port directory: /usr/ports/www/firefox
building for: FreeBSD 103i386-default-build-as-user-job-11 10.3-RELEASE-p18 
FreeBSD 10.3-RELEASE-p18 i386
maintained by: ge...@freebsd.org
Makefile ident:  $FreeBSD: head/www/firefox/Makefile 438521 2017-04-14 
15:19:30Z jbeich $
Poudriere version: 3.1.17-9-gf49c6f78
Host OSVERSION: 1200027
Jail OSVERSION: 1003000
Job Id: 11

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1003000
UNAME_v=FreeBSD 10.3-RELEASE-p18
UNAME_r=10.3-RELEASE-p18
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/poudriere/data/.m/103i386-default-build-as-user/ref
UID=0
FORCE_PACKAGE=yes
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=firefox-53.0_2,1
OLDPWD=/
PWD=/poudriere/data/.m/103i386-default-build-as-user/ref/.p/pool
MASTERNAME=103i386-default-build-as-user
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.17-9-gf49c6f78
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
GID=0
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for firefox-53.0_2,1:
 BUNDLED_CAIRO=on: Use bundled fork of cairo-1.9.5
 CANBERRA=off: Sound theme alerts
 DBUS=on: D-Bus IPC system support
 DEBUG=off: Build with debugging support
 DTRACE=on: Build with DTrace probes
 FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
 GCONF=off: GConf configuration backend support
 GNOMEUI=off: libgnomeui support module
 INTEGER_SAMPLES=off: Integer audio sample format
 LIBPROXY=off: Proxy support via libproxy
 OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
 PGO=off: Use Profile-Guided Optimization
 PROFILE=off: Build with profiling support
 RUST=on: Build with components written in Rust language
 TEST=off: Build and/or run tests
> Options available for the multi AUDIO: you have to choose at least one of 
them
 ALSA=on: ALSA audio architecture support
 PULSEAUDIO=on: PulseAudio sound server support
 SNDIO=off: Sndio audio support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl 
ac_cv_path_PERL_PATH=/usr/local/bin/perl  PERL_USE_UNSAFE_INC=1 
PKG_CONFIG=pkgconf PYTHON="/usr/local/bin/python2.7" 
XDG_DATA_HOME=/wrkdirs/usr/ports/www/firefox/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/firefox/work  
HOME=/wrkdirs/usr/ports/www/firefox/work TMPDIR="/tmp" SHELL=/bin/sh 
CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local"
--End CONFIGURE_ENV--

--MAKE_ENV--
PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/firefox/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/firefox/work  
HOME=/wrkdirs/usr/ports/www/firefox/work TMPDIR="/tmp" NO_PIE=yes 
WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES 
PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  
CC="/usr/local/bin/clang36" CFLAGS="-O2 -pipe  -O3 -DLIBICONV_PLUG 
-fstack-protector -isystem /usr/local/include -fno-strict-aliasing"  
CPP="/usr/local/bin/clang-cpp36" CPPFLAGS="-D_GLIBCXX_USE_C99 
-D_GLIBCXX_USE_C99_MATH_TR1  -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem 
/usr/local/include"  LDFLAGS=" -Wl,--as-needed -fstack-protector" LIBS="-lelf 
-L/usr/local/lib"  CXX="/usr/local/bin/clang++36" CXXFLAGS="-O2 -pipe -O3 
-DLIBICONV_PLUG -fstack-protector -isystem /usr/local/include 
-fno-strict-aliasing  -DLIBICONV_PLUG -isystem /usr/local/include"  
MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install   -m 555"  
BSD_INSTALL_LIB="install   -m 0644"  BSD_INSTAL
 L_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  
BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd10
PYTHON_PYOEXTENSION=pyo
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_SUFFIX=27
PYTHON_VER=2.7
PYTHON_VERSION=python2.7
PYTHON2=""
PYTHON3="@comment
"
GTK2_VERSION="2.10.0"
GTK3_VERSION="3.0.0"
OSREL=10.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=li

[Bug 198902] www/firefox npapi crash

2017-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198902

Jan Beich  changed:

   What|Removed |Added

 Resolution|--- |Feedback Timeout
 Status|New |Closed

-- 
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 199310] [TTM][DRM]Artifact in graphic/Font rendering problem(artifact/gaps/missing characters/black line instead text) with radeon on 10.2/10.3-RC2/3-RELEASE/10-STABLE

2017-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199310

Jan Beich  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(gecko@ |maintainer-feedback+
   |FreeBSD.org)|
   Assignee|ge...@freebsd.org   |x...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list 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"


[package - 103i386-default][www/firefox] Failed for firefox-53.0_2, 1 in configure

2017-04-15 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: ge...@freebsd.org
Last committer: jbe...@freebsd.org
Ident:  $FreeBSD: head/www/firefox/Makefile 438521 2017-04-14 15:19:30Z 
jbeich $
Log URL:
http://beefy5.nyi.freebsd.org/data/103i386-default/438568/logs/firefox-53.0_2,1.log
Build URL:  
http://beefy5.nyi.freebsd.org/build.html?mastername=103i386-default&build=438568
Log:

>> Building www/firefox
build started at Sat Apr 15 11:22:56 UTC 2017
port directory: /usr/ports/www/firefox
building for: FreeBSD 103i386-default-job-04 10.3-RELEASE-p18 FreeBSD 
10.3-RELEASE-p18 i386
maintained by: ge...@freebsd.org
Makefile ident:  $FreeBSD: head/www/firefox/Makefile 438521 2017-04-14 
15:19:30Z jbeich $
Poudriere version: 3.1.17-9-gf49c6f78
Host OSVERSION: 1200020
Jail OSVERSION: 1003000
Job Id: 04

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1003000
UNAME_v=FreeBSD 10.3-RELEASE-p18
UNAME_r=10.3-RELEASE-p18
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/103i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=firefox-53.0_2,1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/103i386-default/ref/.p/pool
MASTERNAME=103i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.17-9-gf49c6f78
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for firefox-53.0_2,1:
 BUNDLED_CAIRO=on: Use bundled fork of cairo-1.9.5
 CANBERRA=off: Sound theme alerts
 DBUS=on: D-Bus IPC system support
 DEBUG=off: Build with debugging support
 DTRACE=on: Build with DTrace probes
 FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
 GCONF=off: GConf configuration backend support
 GNOMEUI=off: libgnomeui support module
 INTEGER_SAMPLES=off: Integer audio sample format
 LIBPROXY=off: Proxy support via libproxy
 OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
 PGO=off: Use Profile-Guided Optimization
 PROFILE=off: Build with profiling support
 RUST=on: Build with components written in Rust language
 TEST=off: Build and/or run tests
> Options available for the multi AUDIO: you have to choose at least one of 
them
 ALSA=on: ALSA audio architecture support
 PULSEAUDIO=on: PulseAudio sound server support
 SNDIO=off: Sndio audio support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl 
ac_cv_path_PERL_PATH=/usr/local/bin/perl  PERL_USE_UNSAFE_INC=1 
PKG_CONFIG=pkgconf PYTHON="/usr/local/bin/python2.7" 
XDG_DATA_HOME=/wrkdirs/usr/ports/www/firefox/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/firefox/work  
HOME=/wrkdirs/usr/ports/www/firefox/work TMPDIR="/tmp" SHELL=/bin/sh 
CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local"
--End CONFIGURE_ENV--

--MAKE_ENV--
PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/firefox/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/firefox/work  
HOME=/wrkdirs/usr/ports/www/firefox/work TMPDIR="/tmp" NO_PIE=yes 
WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES 
PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  
CC="/usr/local/bin/clang36" CFLAGS="-O2 -pipe  -O3 -DLIBICONV_PLUG 
-fstack-protector -isystem /usr/local/include -fno-strict-aliasing"  
CPP="/usr/local/bin/clang-cpp36" CPPFLAGS="-D_GLIBCXX_USE_C99 
-D_GLIBCXX_USE_C99_MATH_TR1  -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem 
/usr/local/include"  LDFLAGS=" -Wl,--as-needed -fstack-protector" LIBS="-lelf 
-L/usr/local/lib"  CXX="/usr/local/bin/clang++36" CXXFLAGS="-O2 -pipe -O3 
-DLIBICONV_PLUG -fstack-protector -isystem /usr/local/include 
-fno-strict-aliasing  -DLIBICONV_PLUG -isystem /usr/local/include"  
MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install   -m 555"  
BSD_INSTALL_LIB="install   -m 0644"  BSD_INSTAL
 L_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  
BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd10
PYTHON_PYOEXTENSION=pyo
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_SUFFIX=27
PYTHON_VER=2.7
PYTHON_VERSION=python2.7
PYTHON2=""
PYTHON3="@comment
"
GTK2_VERSION="2.10.0"
GTK3_VERSION="3.0.0"
OSREL=10.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
PERL_VERSION=5.24.1
PERL_VER=5.24
PERL5_MAN1=lib/perl5/site_perl/man/man1
PERL5_MAN3=lib/perl5/sit

[package - 103amd64-default][www/firefox] Failed for firefox-53.0_2, 1 in configure

2017-04-15 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: ge...@freebsd.org
Last committer: jbe...@freebsd.org
Ident:  $FreeBSD: head/www/firefox/Makefile 438521 2017-04-14 15:19:30Z 
jbeich $
Log URL:
http://beefy6.nyi.freebsd.org/data/103amd64-default/438568/logs/firefox-53.0_2,1.log
Build URL:  
http://beefy6.nyi.freebsd.org/build.html?mastername=103amd64-default&build=438568
Log:

>> Building www/firefox
build started at Sat Apr 15 11:52:18 UTC 2017
port directory: /usr/ports/www/firefox
building for: FreeBSD 103amd64-default-job-07 10.3-RELEASE-p18 FreeBSD 
10.3-RELEASE-p18 amd64
maintained by: ge...@freebsd.org
Makefile ident:  $FreeBSD: head/www/firefox/Makefile 438521 2017-04-14 
15:19:30Z jbeich $
Poudriere version: 3.1.17-9-gf49c6f78
Host OSVERSION: 1200020
Jail OSVERSION: 1003000
Job Id: 07

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1003000
UNAME_v=FreeBSD 10.3-RELEASE-p18
UNAME_r=10.3-RELEASE-p18
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/103amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=firefox-53.0_2,1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/103amd64-default/ref/.p/pool
MASTERNAME=103amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.17-9-gf49c6f78
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for firefox-53.0_2,1:
 BUNDLED_CAIRO=on: Use bundled fork of cairo-1.9.5
 CANBERRA=off: Sound theme alerts
 DBUS=on: D-Bus IPC system support
 DEBUG=off: Build with debugging support
 DTRACE=on: Build with DTrace probes
 FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
 GCONF=off: GConf configuration backend support
 GNOMEUI=off: libgnomeui support module
 INTEGER_SAMPLES=off: Integer audio sample format
 LIBPROXY=off: Proxy support via libproxy
 OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
 PGO=off: Use Profile-Guided Optimization
 PROFILE=off: Build with profiling support
 RUST=on: Build with components written in Rust language
 TEST=off: Build and/or run tests
> Options available for the multi AUDIO: you have to choose at least one of 
them
 ALSA=on: ALSA audio architecture support
 PULSEAUDIO=on: PulseAudio sound server support
 SNDIO=off: Sndio audio support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl 
ac_cv_path_PERL_PATH=/usr/local/bin/perl  PERL_USE_UNSAFE_INC=1 
PKG_CONFIG=pkgconf PYTHON="/usr/local/bin/python2.7" 
XDG_DATA_HOME=/wrkdirs/usr/ports/www/firefox/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/firefox/work  
HOME=/wrkdirs/usr/ports/www/firefox/work TMPDIR="/tmp" SHELL=/bin/sh 
CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local"
--End CONFIGURE_ENV--

--MAKE_ENV--
PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/firefox/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/firefox/work  
HOME=/wrkdirs/usr/ports/www/firefox/work TMPDIR="/tmp" NO_PIE=yes 
WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES 
PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  
CC="/usr/local/bin/clang36" CFLAGS="-O2 -pipe  -O3 -DLIBICONV_PLUG 
-fstack-protector -isystem /usr/local/include -fno-strict-aliasing"  
CPP="/usr/local/bin/clang-cpp36" CPPFLAGS="-D_GLIBCXX_USE_C99 
-D_GLIBCXX_USE_C99_MATH_TR1  -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem 
/usr/local/include"  LDFLAGS=" -Wl,--as-needed -fstack-protector" LIBS="-lelf 
-L/usr/local/lib"  CXX="/usr/local/bin/clang++36" CXXFLAGS="-O2 -pipe -O3 
-DLIBICONV_PLUG -fstack-protector -isystem /usr/local/include 
-fno-strict-aliasing  -DLIBICONV_PLUG -isystem /usr/local/include"  
MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install   -m 555"  
BSD_INSTALL_LIB="install   -m 0644"  BSD_INSTAL
 L_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  
BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd10
PYTHON_PYOEXTENSION=pyo
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_SUFFIX=27
PYTHON_VER=2.7
PYTHON_VERSION=python2.7
PYTHON2=""
PYTHON3="@comment
"
GTK2_VERSION="2.10.0"
GTK3_VERSION="3.0.0"
OSREL=10.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
PERL_VERSION=5.24.1
PERL_VER=5.24
PERL5_MAN1=lib/perl5/site_perl/man/man1
PERL5_MAN3=lib/perl5/site_perl/man/man3
SIT

[package - 110i386-default][www/firefox] Failed for firefox-53.0_2, 1 in configure

2017-04-15 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: ge...@freebsd.org
Last committer: jbe...@freebsd.org
Ident:  $FreeBSD: head/www/firefox/Makefile 438521 2017-04-14 15:19:30Z 
jbeich $
Log URL:
http://beefy10.nyi.freebsd.org/data/110i386-default/438568/logs/firefox-53.0_2,1.log
Build URL:  
http://beefy10.nyi.freebsd.org/build.html?mastername=110i386-default&build=438568
Log:

>> Building www/firefox
build started at Sat Apr 15 12:40:17 UTC 2017
port directory: /usr/ports/www/firefox
building for: FreeBSD 110i386-default-job-04 11.0-RELEASE-p9 FreeBSD 
11.0-RELEASE-p9 i386
maintained by: ge...@freebsd.org
Makefile ident:  $FreeBSD: head/www/firefox/Makefile 438521 2017-04-14 
15:19:30Z jbeich $
Poudriere version: 3.1.17-9-gf49c6f78
Host OSVERSION: 1200020
Jail OSVERSION: 1100122
Job Id: 04

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p9
UNAME_r=11.0-RELEASE-p9
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=firefox-53.0_2,1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/110i386-default/ref/.p/pool
MASTERNAME=110i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.17-9-gf49c6f78
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for firefox-53.0_2,1:
 BUNDLED_CAIRO=on: Use bundled fork of cairo-1.9.5
 CANBERRA=off: Sound theme alerts
 DBUS=on: D-Bus IPC system support
 DEBUG=off: Build with debugging support
 DTRACE=on: Build with DTrace probes
 FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
 GCONF=off: GConf configuration backend support
 GNOMEUI=off: libgnomeui support module
 INTEGER_SAMPLES=off: Integer audio sample format
 LIBPROXY=off: Proxy support via libproxy
 OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
 PGO=off: Use Profile-Guided Optimization
 PROFILE=off: Build with profiling support
 RUST=on: Build with components written in Rust language
 TEST=off: Build and/or run tests
> Options available for the multi AUDIO: you have to choose at least one of 
them
 ALSA=on: ALSA audio architecture support
 PULSEAUDIO=on: PulseAudio sound server support
 SNDIO=off: Sndio audio support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl 
ac_cv_path_PERL_PATH=/usr/local/bin/perl  PERL_USE_UNSAFE_INC=1 
PKG_CONFIG=pkgconf PYTHON="/usr/local/bin/python2.7" 
XDG_DATA_HOME=/wrkdirs/usr/ports/www/firefox/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/firefox/work  
HOME=/wrkdirs/usr/ports/www/firefox/work TMPDIR="/tmp" SHELL=/bin/sh 
CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local"
--End CONFIGURE_ENV--

--MAKE_ENV--
PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/firefox/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/firefox/work  
HOME=/wrkdirs/usr/ports/www/firefox/work TMPDIR="/tmp" NO_PIE=yes 
MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 
-pipe  -O3 -DLIBICONV_PLUG -fstack-protector -isystem /usr/local/include 
-fno-strict-aliasing"  CPP="cpp" CPPFLAGS="-D_GLIBCXX_USE_C99 
-D_GLIBCXX_USE_C99_MATH_TR1  -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem 
/usr/local/include"  LDFLAGS=" -Wl,--as-needed -fstack-protector" 
LIBS="-L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -O3 -DLIBICONV_PLUG 
-fstack-protector -isystem /usr/local/include -fno-strict-aliasing  
-DLIBICONV_PLUG -isystem /usr/local/include"  MANPREFIX="/usr/local" 
BSD_INSTALL_PROGRAM="install   -m 555"  BSD_INSTALL_LIB="install   -m 0644"  
BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  
BSD_INSTALL_MAN="
 install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd11
PYTHON_PYOEXTENSION=pyo
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_SUFFIX=27
PYTHON_VER=2.7
PYTHON_VERSION=python2.7
PYTHON2=""
PYTHON3="@comment
"
GTK2_VERSION="2.10.0"
GTK3_VERSION="3.0.0"
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
PERL_VERSION=5.24.1
PERL_VER=5.24
PERL5_MAN1=lib/perl5/site_perl/man/man1
PERL5_MAN3=lib/perl5/site_perl/man/man3
SITE_PERL=lib/perl5/site_perl
SITE_ARCH=lib/perl5/site_perl/mach/5.24
DOCSDIR="s

[package - 110amd64-default][www/firefox] Failed for firefox-53.0_2, 1 in configure

2017-04-15 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: ge...@freebsd.org
Last committer: jbe...@freebsd.org
Ident:  $FreeBSD: head/www/firefox/Makefile 438521 2017-04-14 15:19:30Z 
jbeich $
Log URL:
http://beefy9.nyi.freebsd.org/data/110amd64-default/438568/logs/firefox-53.0_2,1.log
Build URL:  
http://beefy9.nyi.freebsd.org/build.html?mastername=110amd64-default&build=438568
Log:

>> Building www/firefox
build started at Sat Apr 15 13:44:57 UTC 2017
port directory: /usr/ports/www/firefox
building for: FreeBSD 110amd64-default-job-11 11.0-RELEASE-p9 FreeBSD 
11.0-RELEASE-p9 amd64
maintained by: ge...@freebsd.org
Makefile ident:  $FreeBSD: head/www/firefox/Makefile 438521 2017-04-14 
15:19:30Z jbeich $
Poudriere version: 3.1.17-9-gf49c6f78
Host OSVERSION: 1200020
Jail OSVERSION: 1100122
Job Id: 11

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p9
UNAME_r=11.0-RELEASE-p9
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=firefox-53.0_2,1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/110amd64-default/ref/.p/pool
MASTERNAME=110amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.17-9-gf49c6f78
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for firefox-53.0_2,1:
 BUNDLED_CAIRO=on: Use bundled fork of cairo-1.9.5
 CANBERRA=off: Sound theme alerts
 DBUS=on: D-Bus IPC system support
 DEBUG=off: Build with debugging support
 DTRACE=on: Build with DTrace probes
 FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
 GCONF=off: GConf configuration backend support
 GNOMEUI=off: libgnomeui support module
 INTEGER_SAMPLES=off: Integer audio sample format
 LIBPROXY=off: Proxy support via libproxy
 OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
 PGO=off: Use Profile-Guided Optimization
 PROFILE=off: Build with profiling support
 RUST=on: Build with components written in Rust language
 TEST=off: Build and/or run tests
> Options available for the multi AUDIO: you have to choose at least one of 
them
 ALSA=on: ALSA audio architecture support
 PULSEAUDIO=on: PulseAudio sound server support
 SNDIO=off: Sndio audio support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl 
ac_cv_path_PERL_PATH=/usr/local/bin/perl  PERL_USE_UNSAFE_INC=1 
PKG_CONFIG=pkgconf PYTHON="/usr/local/bin/python2.7" 
XDG_DATA_HOME=/wrkdirs/usr/ports/www/firefox/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/firefox/work  
HOME=/wrkdirs/usr/ports/www/firefox/work TMPDIR="/tmp" SHELL=/bin/sh 
CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local"
--End CONFIGURE_ENV--

--MAKE_ENV--
PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/wrkdirs/usr/ports/www/firefox/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/firefox/work  
HOME=/wrkdirs/usr/ports/www/firefox/work TMPDIR="/tmp" NO_PIE=yes 
MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 
-pipe  -O3 -DLIBICONV_PLUG -fstack-protector -isystem /usr/local/include 
-fno-strict-aliasing"  CPP="cpp" CPPFLAGS="-D_GLIBCXX_USE_C99 
-D_GLIBCXX_USE_C99_MATH_TR1  -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem 
/usr/local/include"  LDFLAGS=" -Wl,--as-needed -fstack-protector" 
LIBS="-L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -O3 -DLIBICONV_PLUG 
-fstack-protector -isystem /usr/local/include -fno-strict-aliasing  
-DLIBICONV_PLUG -isystem /usr/local/include"  MANPREFIX="/usr/local" 
BSD_INSTALL_PROGRAM="install   -m 555"  BSD_INSTALL_LIB="install   -m 0644"  
BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  
BSD_INSTALL_MAN="
 install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd11
PYTHON_PYOEXTENSION=pyo
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_SUFFIX=27
PYTHON_VER=2.7
PYTHON_VERSION=python2.7
PYTHON2=""
PYTHON3="@comment
"
GTK2_VERSION="2.10.0"
GTK3_VERSION="3.0.0"
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
PERL_VERSION=5.24.1
PERL_VER=5.24
PERL5_MAN1=lib/perl5/site_perl/man/man1
PERL5_MAN3=lib/perl5/site_perl/man/man3
SITE_PERL=lib/perl5/site_perl
SITE_ARCH=lib/perl5/site_perl/mach/5.24
DOCSDIR="share/doc/firefox"
EXA

Re: DTrace issues?

2017-04-15 Thread George Neville-Neil



On 15 Apr 2017, at 3:44, Jan Beich wrote:


Sean Chittenden  writes:


On Apr 12, 2017, 22:19 -0700, Jan Beich , wrote:

jbe...@freebsd.org (Jan Beich) writes:


If so, please point me at active bugs in this area.


Firefox is affected by a few more DTrace issues but those are old 
and

have been worked around in the ports tree.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214556 # dtrace 
on aarch64
https://bugzilla.mozilla.org/show_bug.cgi?id=1041353 # dtrace vs. 
ld.gold
https://bugzilla.mozilla.org/show_bug.cgi?id=702179 # dtrace vs. 
static libs


https://bugzilla.mozilla.org/show_bug.cgi?id=1353558 # FF55 bustage

Is there any chance FreeBSD adds compatibility with DTrace on OS X?


I think you mean, "when will Apple update its DTrace to be more
compatible with FreeBSD?" The version of DTrace that ships with macOS
is out of date and yes, we would love it if it were more up to date 
in

macOS. :( -sc


On FreeBSD "dtrace -G" causes no end of grief with various build 
systems.

Do you mean OS X is going to inherit it?


Can you explain this grief?  What is the problem?

Best,
George
___
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 199310] [TTM][DRM]Artifact in graphic/Font rendering problem(artifact/gaps/missing characters/black line instead text) with radeon on 10.2/10.3-RC2/3-RELEASE/10-STABLE

2017-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199310

Matthew Rezny  changed:

   What|Removed |Added

 CC||re...@freebsd.org

--- Comment #15 from Matthew Rezny  ---
(In reply to sasamotikomi from comment #14)

I have not seen any such problems using the radeon drivers. I have seen
glitches in the form of horizontal lines across the screen with the intel
drivers and many users report similar problems on Linux as well regardless of
the acceleration method. Note that there is zero overlap, intel uses UXA and
SNA whereas others use EXA, Glamor, and/or none. I believe this is the first
that I've heard of a font rendering issue, all the other reports of artifacts
are lines or boxes over the image. It does sound more like it would a problem
with font rendering code than drivers since you say it occurs on both intel and
radeon.

Can you give steps to reliably reproduce the problem?

-- 
You are receiving this mail because:
You are on the CC list 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 218680] www/firefox: "firefox -P" doesn't work when FF is running

2017-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218680

Bug ID: 218680
   Summary: www/firefox: "firefox -P" doesn't work when FF is
running
   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: jon...@bsdproject.de
  Assignee: ge...@freebsd.org
 Flags: maintainer-feedback?(ge...@freebsd.org)

I have 3 Firefox-Profiles (Standart, Tor, ...).

When Firefox is not running, "firefox -P" open a Profil-Menu, and I can select
a profile.

When Firefox is running, and i use "firefox -P", starts a news Firefox with the
Profil is use.

I think the problem I have only since Firefox version 51 or 52. Before that, it
was possible to select an additional profile with "firefox -p", even if Firefox
was running.

I am not sure, is this a FreeBSD - Firefox Problem or a global Firefox Problem.

U use the currently Firfox 53.

-- 
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 218680] www/firefox: "firefox -P" doesn't work when FF is running

2017-04-15 Thread bugzilla-noreply
Jochen Neumeister  has reassigned Bugzilla Automation
's request for maintainer-feedback to ge...@freebsd.org:
Bug 218680: www/firefox: "firefox -P" doesn't work when FF is running
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218680



--- Description ---
I have 3 Firefox-Profiles (Standart, Tor, ...).

When Firefox is not running, "firefox -P" open a Profil-Menu, and I can select
a profile.

When Firefox is running, and i use "firefox -P", starts a news Firefox with the
Profil is use.

I think the problem I have only since Firefox version 51 or 52. Before that, it
was possible to select an additional profile with "firefox -p", even if Firefox
was running.

I am not sure, is this a FreeBSD - Firefox Problem or a global Firefox Problem.

U use the currently Firfox 53.
___
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 218680] www/firefox: "firefox -P" doesn't work when FF is running

2017-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218680

--- Comment #1 from Jan Beich  ---
Add --new-instance or --no-remote e.g., 

  $ firefox --new-instance -P foo

  $ mkdir /path/to/foo
  $ firefox --new-remote --profile /path/to/foo
  $ rm -fr /path/to/foo

The behavior didn't change since Firefox 13.0, see
https://bugzilla.mozilla.org/show_bug.cgi?id=716110

-- 
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 218680] www/firefox: "firefox -P" doesn't work when FF is running

2017-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218680

Jochen Neumeister  changed:

   What|Removed |Added

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

-- 
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 218680] www/firefox: "firefox -P" doesn't work when FF is running

2017-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218680

Jochen Neumeister  changed:

   What|Removed |Added

 CC||jon...@bsdproject.de

--- Comment #2 from Jochen Neumeister  ---
Interesting, firefox --new-instance -P show me all my Profiles.

Zhx

-- 
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"