From: Jason Garrett on
Please pardon, I am typing this from another computer while looking at
the screen it failed on (no Desktop Environment yet, this is failing
in the gome2 build).

In file included from stime.c:76:
/usr/include/sys/timeb.h:42:2: error: #warning "this file includes
<sys/timeb.h> which is depreciated"
gmake[2] : ***[stime.x] Error 1
gmake[2] : Leaving directory '/usr/ports/lang/guile/work/guile-1.8.6/libguile'
gmake[1] : *** [all-recursive] Error 1
gmake[1] : Leaving directory '/usr/ports/lang/guile/work/guile-1.8.6'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/lang/guile

Any suggestions? This has been building fine on all of my 8-STABLE
boxes (amd64).
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Jason Garrett on
On Wed, Mar 17, 2010 at 13:46, Jason Garrett <kingedgar(a)gmail.com> wrote:
> Please pardon, I am typing this from another computer while looking at
> the screen it failed on (no Desktop Environment yet, this is failing
> in the gome2 build).
>
> In file included from stime.c:76:
> /usr/include/sys/timeb.h:42:2: error: #warning "this file includes
> <sys/timeb.h> which is depreciated"
> gmake[2] : ***[stime.x] Error 1
> gmake[2] : Leaving directory '/usr/ports/lang/guile/work/guile-1.8.6/libguile'
> gmake[1] : *** [all-recursive] Error 1
> gmake[1] : Leaving directory '/usr/ports/lang/guile/work/guile-1.8.6'
> gmake: *** [all] Error 2
> *** Error code 1
>
> Stop in /usr/ports/lang/guile
>
> Any suggestions? This has been building fine on all of my 8-STABLE
> boxes (amd64).
>

I can't believe that no one running 9-CURRENT also didn't build gnome2
and found this problem? Shall I submit a PR?
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Chuck Swiger on
Hi--

On Mar 17, 2010, at 6:35 PM, Jason Garrett wrote:
> I can't believe that no one running 9-CURRENT also didn't build gnome2
> and found this problem? Shall I submit a PR?

You appear to be compiling with -Werror set. Consider changing that, otherwise submitting a PR with the fix would certainly be helpful.

Regards,
--
-Chuck

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Jason Garrett on
On Wed, Mar 17, 2010 at 20:49, Chuck Swiger <cswiger(a)mac.com> wrote:
> Hi--
>
> On Mar 17, 2010, at 6:35 PM, Jason Garrett wrote:
>> I can't believe that no one running 9-CURRENT also didn't build gnome2
>> and found this problem? Shall I submit a PR?
>
> You appear to be compiling with -Werror set.  Consider changing that, otherwise submitting a PR with the fix would certainly be helpful.
>
> Regards,
> --
> -Chuck
>
>

This must be set by default as I have set no other flags in
/etc/make.conf or otherwise. How would I go about un-setting this?
-Wno-error?
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Jason Garrett on
On Wed, Mar 17, 2010 at 21:06, Chuck Swiger <cswiger(a)mac.com> wrote:
> On Mar 17, 2010, at 7:00 PM, Jason Garrett wrote:
>> This must be set by default as I have set no other flags in
>> /etc/make.conf or otherwise. How would I go about un-setting this?
>> -Wno-error?
>
> Yes, that should do it:
>
>  touch /etc/make.conf && echo "CFLAGS += -Wno-error" >> /etc/make.conf
>
> Please note that I'm inferring from the compiler treating a #warning as an error; if you show more of the actual compilation line, the list might be better able to understand what the compiler flags were and where they might have been set.
>
> Regards,
> --
> -Chuck
>
>

I set -Wno-error as suggested, it is present during compile but the
-Werror is still set at the end. I also found where -Werror is set.
First I need to enable sshd on the machine and get a good copy paste,
more to come!
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"