Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot 0003924]: Buildroot assumes that host glib-genmarschal is located in /usr/bin/
@ 2008-07-04  8:59 bugs at busybox.net
  0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2008-07-04  8:59 UTC (permalink / raw)
  To: buildroot


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=3924 
====================================================================== 
Reported By:                UlfSamuelsson
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   3924
Category:                   Other
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             07-04-2008 01:59 PDT
Last Modified:              07-04-2008 01:59 PDT
====================================================================== 
Summary:                    Buildroot assumes that host glib-genmarschal is
located in /usr/bin/
Description: 
The build of libglib2-2.15.4 assumes that /usr/bin/glib-genmarschal
exists.
On OpenSUSE 10.2 (at least) it it located in
/opt/gnome/bin/glib-genmarschal.

A simple fox for this problem is to do:
sudo ln -s /opt/gnome/bin/glib-genmarshal /usr/bin/glib-genmarshal

====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-04-08 01:59  UlfSamuelsson  New Issue                                    
07-04-08 01:59  UlfSamuelsson  Status                   new => assigned     
07-04-08 01:59  UlfSamuelsson  Assigned To               => buildroot       
======================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [buildroot 0003924]: Buildroot assumes that host glib-genmarschal is located in /usr/bin/
@ 2008-07-05  8:16 bugs at busybox.net
  0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2008-07-05  8:16 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=3924 
====================================================================== 
Reported By:                UlfSamuelsson
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   3924
Category:                   Other
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             07-04-2008 01:59 PDT
Last Modified:              07-05-2008 01:16 PDT
====================================================================== 
Summary:                    Buildroot assumes that host glib-genmarschal is
located in /usr/bin/
Description: 
The build of libglib2-2.15.4 assumes that /usr/bin/glib-genmarschal
exists.
On OpenSUSE 10.2 (at least) it it located in
/opt/gnome/bin/glib-genmarschal.

A simple fox for this problem is to do:
sudo ln -s /opt/gnome/bin/glib-genmarshal /usr/bin/glib-genmarshal

====================================================================== 

---------------------------------------------------------------------- 
 UlfSamuelsson - 07-05-08 01:16  
---------------------------------------------------------------------- 
Same problem for glib-mkenums when building libgtk2-2.12.6/gdk-pixbuf

sudo ln -s /opt/gnome/bin/glib-mkenums /usr/bin/glib-mkenums 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-04-08 01:59  UlfSamuelsson  New Issue                                    
07-04-08 01:59  UlfSamuelsson  Status                   new => assigned     
07-04-08 01:59  UlfSamuelsson  Assigned To               => buildroot       
07-05-08 01:16  UlfSamuelsson  Note Added: 0008974                          
======================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [buildroot 0003924]: Buildroot assumes that host glib-genmarschal is located in /usr/bin/
@ 2008-07-05  9:21 bugs at busybox.net
  0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2008-07-05  9:21 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=3924 
====================================================================== 
Reported By:                UlfSamuelsson
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   3924
Category:                   Other
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             07-04-2008 01:59 PDT
Last Modified:              07-05-2008 02:21 PDT
====================================================================== 
Summary:                    Buildroot assumes that host glib-genmarschal is
located in /usr/bin/
Description: 
The build of libglib2-2.15.4 assumes that /usr/bin/glib-genmarschal
exists.
On OpenSUSE 10.2 (at least) it it located in
/opt/gnome/bin/glib-genmarschal.

A simple fox for this problem is to do:
sudo ln -s /opt/gnome/bin/glib-genmarshal /usr/bin/glib-genmarshal

====================================================================== 

---------------------------------------------------------------------- 
 UlfSamuelsson - 07-05-08 01:16  
---------------------------------------------------------------------- 
Same problem for glib-mkenums when building libgtk2-2.12.6/gdk-pixbuf

sudo ln -s /opt/gnome/bin/glib-mkenums /usr/bin/glib-mkenums 

---------------------------------------------------------------------- 
 UlfSamuelsson - 07-05-08 02:21  
---------------------------------------------------------------------- 
Checking a little bit more, reveals that the glib-genmarshal path
is hardwired to /usr/bin in the libgtk2.mk configure as well as in other
packages.
glib is installed in /opt/gnome in OpenSuSE so this
better be a configuration item $(HOST_GLIB) with 
applications in $(HOST_GLIB)/bin 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-04-08 01:59  UlfSamuelsson  New Issue                                    
07-04-08 01:59  UlfSamuelsson  Status                   new => assigned     
07-04-08 01:59  UlfSamuelsson  Assigned To               => buildroot       
07-05-08 01:16  UlfSamuelsson  Note Added: 0008974                          
07-05-08 02:21  UlfSamuelsson  Note Added: 0008984                          
======================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [buildroot 0003924]: Buildroot assumes that host glib-genmarschal is located in /usr/bin/
@ 2008-07-05 22:07 bugs at busybox.net
  0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2008-07-05 22:07 UTC (permalink / raw)
  To: buildroot


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=3924 
====================================================================== 
Reported By:                UlfSamuelsson
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   3924
Category:                   Other
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             07-04-2008 01:59 PDT
Last Modified:              07-05-2008 15:07 PDT
====================================================================== 
Summary:                    Buildroot assumes that host glib-genmarschal is
located in /usr/bin/
Description: 
The build of libglib2-2.15.4 assumes that /usr/bin/glib-genmarschal
exists.
On OpenSUSE 10.2 (at least) it it located in
/opt/gnome/bin/glib-genmarschal.

A simple fox for this problem is to do:
sudo ln -s /opt/gnome/bin/glib-genmarshal /usr/bin/glib-genmarshal

====================================================================== 

---------------------------------------------------------------------- 
 UlfSamuelsson - 07-05-08 01:16  
---------------------------------------------------------------------- 
Same problem for glib-mkenums when building libgtk2-2.12.6/gdk-pixbuf

sudo ln -s /opt/gnome/bin/glib-mkenums /usr/bin/glib-mkenums 

---------------------------------------------------------------------- 
 UlfSamuelsson - 07-05-08 02:21  
---------------------------------------------------------------------- 
Checking a little bit more, reveals that the glib-genmarshal path
is hardwired to /usr/bin in the libgtk2.mk configure as well as in other
packages.
glib is installed in /opt/gnome in OpenSuSE so this
better be a configuration item $(HOST_GLIB) with 
applications in $(HOST_GLIB)/bin 

---------------------------------------------------------------------- 
 UlfSamuelsson - 07-05-08 15:07  
---------------------------------------------------------------------- 
Apparently, the "/usr/bin" location for GLIB binaries
is set explicitly in the configure statement of
several pacakages.
A new variable (BR2_)HOST_GLIB has been introduced which
can be set to something else than "/usr" as the location
for Gnome stuff.
It can also be set globally in your shell as
export BUILDROOT_HOST_GLIB=/opt/gnome 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-04-08 01:59  UlfSamuelsson  New Issue                                    
07-04-08 01:59  UlfSamuelsson  Status                   new => assigned     
07-04-08 01:59  UlfSamuelsson  Assigned To               => buildroot       
07-05-08 01:16  UlfSamuelsson  Note Added: 0008974                          
07-05-08 02:21  UlfSamuelsson  Note Added: 0008984                          
07-05-08 15:07  UlfSamuelsson  Status                   assigned => closed  
07-05-08 15:07  UlfSamuelsson  Note Added: 0009034                          
======================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-07-05 22:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04  8:59 [Buildroot] [buildroot 0003924]: Buildroot assumes that host glib-genmarschal is located in /usr/bin/ bugs at busybox.net
  -- strict thread matches above, loose matches on Subject: below --
2008-07-05  8:16 bugs at busybox.net
2008-07-05  9:21 bugs at busybox.net
2008-07-05 22:07 bugs at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox