GNU bug report logs - #11870
trunk does not build on FreeBSD

Previous Next

Package: emacs;

Reported by: "Herbert J. Skuhra" <h.skuhra <at> gmail.com>

Date: Fri, 6 Jul 2012 19:07:01 UTC

Severity: normal

Done: Andreas Schwab <schwab <at> linux-m68k.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 11870 in the body.
You can then email your comments to 11870 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#11870; Package emacs. (Fri, 06 Jul 2012 19:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Herbert J. Skuhra" <h.skuhra <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 06 Jul 2012 19:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Herbert J. Skuhra" <h.skuhra <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: trunk does not build on FreeBSD
Date: Fri, 6 Jul 2012 21:01:27 +0200
For a few days trunk does no longer build on FreeBSD (tested on
9.0-STABLE i386 and amd64).
I get this error:

gcc -std=gnu99 -c  -Demacs  -I. -I/home/herbert/source/emacs/trunk/src
-I../lib -I/home/herbert/source/emacs/trunk/src/../lib
-I/usr/local/include -D_THREAD_SAFE -D_REENTRANT
-I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0
-I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0
-I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/
-I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/include/pixman-1 -I/usr/local/include/freetype2
-I/usr/local/include/libpng15 -I/usr/local/include/drm
-D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/freetype2
-D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/librsvg-2.0
-I/usr/local/include/glib-2.0 -I/usr/local/include/gdk-pixbuf-2.0
-I/usr/local/include/cairo -I/usr/local/include/libpng15
-I/usr/local/include/pixman-1 -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include/drm
-I/usr/local/include/ImageMagick   -I/usr/local/include/libxml2
-I/usr/local/include   -I/usr/local/include/dbus-1.0
-I/usr/local/include/dbus-1.0/include   -D_REENTRANT
-I/usr/local/include/glib-2.0   -DORBIT2=1 -D_REENTRANT
-I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0
-I/usr/local/include/glib-2.0   -I/usr/local/include/freetype2
-I/usr/local/include   -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include
-I/usr/local/include     -I/usr/local/include
-I/usr/local/include/p11-kit-1     -g -O2 xfns.c
xfns.c:4290: error: conflicting types for 'Fx_window_property'
globals.h:2369: error: previous declaration of 'Fx_window_property' was here
xfns.c:4308: error: conflicting types for 'Fx_window_property'
globals.h:2369: error: previous declaration of 'Fx_window_property' was here
gmake[2]: *** [xfns.o] Error 1
gmake[2]: Leaving directory `/home/herbert/source/emacs/trunk/src'
gmake[1]: *** [src] Error 2
gmake[1]: Leaving directory `/home/herbert/source/emacs/trunk'
gmake: *** [bootstrap] Error 2

So at the moment I can only build Emacs with "--without-x".

There is another issue on FreeBSD:

Since rev 108687 Emacs freezes when opening/encrypting gpg files.
Paul has tried to resolve this issue but I am obviously too dumb to
send the proper gdb output. :-(




Reply sent to Andreas Schwab <schwab <at> linux-m68k.org>:
You have taken responsibility. (Fri, 06 Jul 2012 19:43:01 GMT) Full text and rfc822 format available.

Notification sent to "Herbert J. Skuhra" <h.skuhra <at> gmail.com>:
bug acknowledged by developer. (Fri, 06 Jul 2012 19:43:01 GMT) Full text and rfc822 format available.

Message #10 received at 11870-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: "Herbert J. Skuhra" <h.skuhra <at> gmail.com>
Cc: 11870-done <at> debbugs.gnu.org
Subject: Re: bug#11870: trunk does not build on FreeBSD
Date: Fri, 06 Jul 2012 21:37:36 +0200
"Herbert J. Skuhra" <h.skuhra <at> gmail.com> writes:

> xfns.c:4290: error: conflicting types for 'Fx_window_property'
> globals.h:2369: error: previous declaration of 'Fx_window_property' was here
> xfns.c:4308: error: conflicting types for 'Fx_window_property'
> globals.h:2369: error: previous declaration of 'Fx_window_property' was here

Should be fixed now.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




Message #11 received at 11870-done <at> debbugs.gnu.org (full text, mbox):

From: "Herbert J. Skuhra" <h.skuhra <at> gmail.com>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: 11870-done <at> debbugs.gnu.org
Subject: Re: bug#11870: trunk does not build on FreeBSD
Date: Fri, 6 Jul 2012 22:43:08 +0200
On Fri, Jul 6, 2012 at 9:37 PM, Andreas Schwab <schwab <at> linux-m68k.org> wrote:
> "Herbert J. Skuhra" <h.skuhra <at> gmail.com> writes:
>
>> xfns.c:4290: error: conflicting types for 'Fx_window_property'
>> globals.h:2369: error: previous declaration of 'Fx_window_property' was here
>> xfns.c:4308: error: conflicting types for 'Fx_window_property'
>> globals.h:2369: error: previous declaration of 'Fx_window_property' was here
>
> Should be fixed now.

Yes, confirmed! Thanks a lot.

Regards,
Herbert




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 04 Aug 2012 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 320 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.