Re: [blfs-book] [BLFS Trac] #11039: Fix mutter build on i686

2019-01-22 Thread BLFS Trac via blfs-book
#11039: Fix mutter build on i686
+-
 Reporter:  renodr  |   Owner:  renodr
 Type:  defect  |  Status:  closed
 Priority:  normal  |   Milestone:  8.4
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:  fixed
 Keywords:  |
+-
Changes (by renodr):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 Fixed at r21018

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #11039: Fix mutter build on i686

2019-01-22 Thread BLFS Trac via blfs-book
#11039: Fix mutter build on i686
+---
 Reporter:  renodr  |   Owner:  renodr
 Type:  defect  |  Status:  assigned
 Priority:  normal  |   Milestone:  8.4
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by renodr):

 That switch worked! Thanks again, Xi.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #11039: Fix mutter build on i686

2019-01-22 Thread BLFS Trac via blfs-book
#11039: Fix mutter build on i686
+---
 Reporter:  renodr  |   Owner:  renodr
 Type:  defect  |  Status:  assigned
 Priority:  normal  |   Milestone:  8.4
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by renodr):

 {{{
   CC   backends/meta-input-settings.lo
 backends/meta-input-settings.c: In function ‘lookup_tool_settings’:
 backends/meta-input-settings.c:1287:72: error: format ‘%lx’ expects
 argument of type ‘long unsigned int’, but argument 2 has type ‘guint64’
 {aka ‘long long unsigned int’} [-Werror=format=]
path = g_strdup_printf
 ("/org/gnome/desktop/peripherals/stylus/%lx/", serial);
   ~~^
 ~~
   %llx
 cc1: all warnings being treated as errors
 make[4]: *** [Makefile:2839: backends/meta-input-settings.lo] Error 1
 make[4]: Leaving directory '/sources/mutter-3.30.2/mutter-3.30.2/src'
 make[3]: *** [Makefile:3016: all-recursive] Error 1
 make[3]: Leaving directory '/sources/mutter-3.30.2/mutter-3.30.2/src'
 make[2]: *** [Makefile:1856: all] Error 2
 make[2]: Leaving directory '/sources/mutter-3.30.2/mutter-3.30.2/src'
 make[1]: *** [Makefile:492: all-recursive] Error 1
 make[1]: Leaving directory '/sources/mutter-3.30.2/mutter-3.30.2'
 make: *** [Makefile:422: all] Error 2

 }}}

 Time to go give that flag a shot.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #11039: Fix mutter build on i686

2019-01-14 Thread BLFS Trac via blfs-book
#11039: Fix mutter build on i686
+---
 Reporter:  renodr  |   Owner:  renodr
 Type:  defect  |  Status:  assigned
 Priority:  normal  |   Milestone:  8.4
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by renodr):

 I should have this done by the end of the week at the latest, with my Dell
 Latitude D820's current pace.

 Note that large package builds are painful on this machine, so
 Qt5/WebKitGTK/rustc will take much longer than on my other systems (even
 my PPC is faster sometimes).

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #11039: Fix mutter build on i686

2019-01-11 Thread BLFS Trac via blfs-book
#11039: Fix mutter build on i686
+---
 Reporter:  renodr  |   Owner:  renodr
 Type:  defect  |  Status:  assigned
 Priority:  normal  |   Milestone:  8.4
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by renodr):

 {{{
 Minor changes in 3.30.5:
 * Fix a bunch of compiler warnings that could prevent building (Ernestas
 Kulik)
 * Fix location entry icon not reacting to clicks (Ernestas Kulik)


 }}}

 Might not even have to use that option!

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #11039: Fix mutter build on i686

2018-10-06 Thread BLFS Trac via blfs-book
#11039: Fix mutter build on i686
+---
 Reporter:  renodr  |   Owner:  renodr
 Type:  defect  |  Status:  assigned
 Priority:  normal  |   Milestone:  8.4
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by xry111):

 Adding configure option `--enable-compile-warnings=minimum` can workaround
 this (tested with mutter-3.30.0).

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #11039: Fix mutter build on i686

2018-09-25 Thread BLFS Trac via blfs-book
#11039: Fix mutter build on i686
+---
 Reporter:  renodr  |   Owner:  renodr
 Type:  defect  |  Status:  assigned
 Priority:  normal  |   Milestone:  8.4
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by renodr):

 Hey Xi,

 Just wanted to say thank you for confirming!

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #11039: Fix mutter build on i686

2018-09-25 Thread BLFS Trac via blfs-book
#11039: Fix mutter build on i686
+---
 Reporter:  renodr  |   Owner:  renodr
 Type:  defect  |  Status:  assigned
 Priority:  normal  |   Milestone:  8.4
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by xry111):

 Still occurs with Mutter 3.30.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #11039: Fix mutter build on i686

2018-09-08 Thread BLFS Trac via blfs-book
#11039: Fix mutter build on i686
+---
 Reporter:  renodr  |   Owner:  renodr
 Type:  defect  |  Status:  assigned
 Priority:  normal  |   Milestone:  8.4
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by renodr):

 I will test this with GNOME 3.30. If it turns out that there is still a
 problem, I'll also modify the errata for 8.3.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #11039: Fix mutter build on i686

2018-09-01 Thread BLFS Trac via blfs-book
#11039: Fix mutter build on i686
+---
 Reporter:  renodr  |   Owner:  renodr
 Type:  defect  |  Status:  assigned
 Priority:  normal  |   Milestone:  8.4
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---
Changes (by renodr):

 * milestone:  8.3 => 8.4


Comment:

 Moving to 8.4

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page