FreeBSD ports that you maintain which are currently marked broken

2014-10-21 Thread linimon
Dear FreeBSD port maintainer:

As part of an ongoing effort to reduce the number of problems in
the FreeBSD ports system, we periodically notify users of ports
that are marked as broken in their Makefiles.  In many cases
these ports are failing to compile on some subset of the FreeBSD
build environments.  The most common problem is that recent versions
of -CURRENT include gcc4.2, which is much stricter than older versions.
The next most common problem is that compiles succeed on the i386
architecture (e.g. the common Intel PC), but fail on one or more
of the other architectures due to assumptions about things such as
size of various types, byte-alignment issues, and so forth.

In occasional cases we see that the same port may have different
errors in different build environments.  The script that runs on the
build cluster uses heuristics to try to 'guess' the error type to
help you isolate problems, but it is only a rough guide.

One more note: on occasion, there are transient build errors seen
on the build farm.  Unfortunately, there is not yet any way for this
algorithm to tell the difference (humans are much, much better at
this kind of thing.)

The errors are listed below.  In the case where the same problem
exists on more than one build environment, the URL points to the
latest errorlog for that type.  (By 'build environment' here we
mean 'combination of 7.x/8.x/9.x/-current with target architecture'.)

(Note: the dates are included to help you to gauge whether or not
the error still applies to the latest version.  The program
that generates this report is not yet able to determine this
automatically.)

portname:   www/libxul
broken because: build error on js/xpconnect/src/libxpconnect_s.a.desc
build errors:   none.
overview:   
http://portsmon.FreeBSD.org/portoverview.py?category=wwwportname=libxul


If these errors are ones that you are already aware of, please
accept our apologies and ignore this message.  On the other hand, if
you no longer wish to maintain this port (or ports), please reply
with a message stating that, and accept our thanks for your efforts
in the past.

Every effort has been made to make sure that these error reports
really do correspond to a port that you maintain.  However, due to
the fact that this is an automated process, it may indeed generate
false matches.  If one of these errors fits that description,
please forward this email to the author of this software, Mark
Linimon lini...@freebsd.org, so that he can attempt to fix the
problem in the future.

Thanks for your efforts to help improve FreeBSD.
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to freebsd-gecko-unsubscr...@freebsd.org


Fwd: firefox-esr 31.2.0,1 is broken

2014-10-21 Thread Torfinn Ingolfsen
Sorry, forgot to CC maintainer.

-- Forwarded message --
From: Torfinn Ingolfsen tin...@gmail.com
Date: Tue, Oct 21, 2014 at 10:29 PM
Subject: firefox-esr 31.2.0,1 is broken
To: FreeBSD Ports ML freebsd-po...@freebsd.org


It seems like firefox-esr 31.2.0,1 is broken:

tingo@kg-core1$ firefox

(process:85057): GLib-CRITICAL **: g_slice_set_config: assertion
`sys_page_size == 0' failed
1413913937178 addons.manager WARN Application shipped blocklist has an
unexpected namespace
(http://www.mozilla.org/newlayout/xml/parsererror.xml)
Bus error (core dumped)

tingo@kg-core1$ portversion -v firefox*
[Reading data from pkg(8) ... - 992 packages found - done]
firefox-esr-31.2.0,1 = up-to-date with port

tingo@kg-core1$ uname -a
FreeBSD kg-core1.kg4.no 8.4-STABLE FreeBSD 8.4-STABLE #1 r266590: Fri
May 23 20:23:35 CEST 2014
r...@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64

My ports tree is updated today.

--
Regards,
Torfinn Ingolfsen


-- 
mvh
Torfinn
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to freebsd-gecko-unsubscr...@freebsd.org


[Bug 193799] image problems with Firefox 32.0

2014-10-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193799

ben...@sics.se changed:

   What|Removed |Added

 CC||ge...@freebsd.org

--- Comment #7 from ben...@sics.se ---
Adding www/firefox port maintainer (gecko@) to cc: list!

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


seamonkey-2.30 snprintf out of scope error

2014-10-21 Thread Cary
www/seamonkey built on my i386, 9.3-R system.  An bug in the source halted the
build once. Please see attached files.



-- 
c...@sdf.org
SDF Public Access UNIX System - http://sdf.org


--


rtc-stop
Description: Binary data
--- 
comm-release/mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/x11/desktop_device_info_x11.cc
   2014-10-13 23:36:31.0 -0700
+++ desktop_device_info_x11.cc  2014-10-21 12:41:38.0 -0700
@@ -31,7 +31,6 @@
 pDesktopDeviceInfo-setDeviceName(Primary Monitor);
 
 char idStr[64];
-snprintf(idStr, sizeof(idStr), %ld, idStr);
 pDesktopDeviceInfo-setUniqueIdName(idStr);
 desktop_display_list_[pDesktopDeviceInfo-getScreenId()] = 
pDesktopDeviceInfo;
   }
___
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to freebsd-gecko-unsubscr...@freebsd.org