Installation Error

View: New views
5 Messages — Rating Filter:   Alert me  

Installation Error

by precipitous :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am trying to install the latest build of 1.5 from GIT on a new Ubuntu Jaunty machine and am getting the following error:

checking for GTK... ./configure: line 13545: AM_PATH_GLIB_2_0: command not found
configure: error: Package requirements (gt k+-2.0 >= 2.8) were not met:

No package 'gt+-2.0' found

Consider adjusting the PKG_CON FIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GTK_FLAGS
and GTK_LOBS to avoid the need to call pkg-con fig.
See the pkg-con fig man page for more details.

Error: Could not run ./configure, which is required to configure banshee

Any help would be greatly appreciated

-Gregg

_______________________________________________
banshee-list mailing list
banshee-list@...
http://mail.gnome.org/mailman/listinfo/banshee-list

Re: Installation Error

by Bertrand Lorentz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 2009-06-19 at 18:26 -0700, Laura Varela-Slater wrote:

> I am trying to install the latest build of 1.5 from GIT on a new
> Ubuntu Jaunty machine and am getting the following error:
>
>         checking for GTK... ./configure: line 13545: AM_PATH_GLIB_2_0:
>         command not found
>         configure: error: Package requirements (gt k+-2.0 >= 2.8) were
>         not met:
>        
>         No package 'gt+-2.0' found
>        
>         Consider adjusting the PKG_CON FIG_PATH environment variable
>         if you
>         installed software in a non-standard prefix.
>        
>         Alternatively, you may set the environment variables GTK_FLAGS
>         and GTK_LOBS to avoid the need to call pkg-con fig.
>         See the pkg-con fig man page for more details.
>        
>         Error: Could not run ./configure, which is required to
>         configure banshee
>
> Any help would be greatly appreciated
You're probably missing some developement packages.
Try running the 2 "sudo apt-get ..." commands listed for Ubuntu on this
page :
http://banshee-project.org/download/development/

--
Bertrand Lorentz <bertrand.lorentz@...>
> http://flickr.com/photos/bl8/ <


_______________________________________________
banshee-list mailing list
banshee-list@...
http://mail.gnome.org/mailman/listinfo/banshee-list

signature.asc (205 bytes) Download Attachment

Re: Installation Error

by precipitous :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I ran the two commands before I ever attempted to install. Also, I have the build of 1.5 that is available in Jaunty's Synaptic already installed. I am trying to get the latest one, though, because I am experiencing some problems with the one I am running now...

Another piece to the puzzle:  I have the build of the lyrics plug-in (0.7) available in Synaptic installed, but when I try to install the latest one I get the following error when I run sudo ./configure

checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes
checking what language compliance flags to pass to the C compiler...
checking for mono... /usr/bin/mono
checking for gmcs... no
configure: error: Cannot find "mcs" compiler in your PATH

Does anyone have an idea as to what is going on?

-Gregg


On 06/20/2009 05:23 AM, Bertrand Lorentz wrote:
On Fri, 2009-06-19 at 18:26 -0700, Laura Varela-Slater wrote:
  
I am trying to install the latest build of 1.5 from GIT on a new
Ubuntu Jaunty machine and am getting the following error:

        checking for GTK... ./configure: line 13545: AM_PATH_GLIB_2_0:
        command not found
        configure: error: Package requirements (gt k+-2.0 >= 2.8) were
        not met:
        
        No package 'gt+-2.0' found
        
        Consider adjusting the PKG_CON FIG_PATH environment variable
        if you
        installed software in a non-standard prefix.
        
        Alternatively, you may set the environment variables GTK_FLAGS
        and GTK_LOBS to avoid the need to call pkg-con fig.
        See the pkg-con fig man page for more details.
        
        Error: Could not run ./configure, which is required to
        configure banshee

Any help would be greatly appreciated
    

You're probably missing some developement packages.
Try running the 2 "sudo apt-get ..." commands listed for Ubuntu on this
page :
http://banshee-project.org/download/development/

  

_______________________________________________
banshee-list mailing list
banshee-list@...
http://mail.gnome.org/mailman/listinfo/banshee-list

Re: Installation Error

by Sandy Armstrong :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Jun 20, 2009 at 8:52 AM, G M Slater<precipitous.media@...> wrote:

> I ran the two commands before I ever attempted to install. Also, I have the
> build of 1.5 that is available in Jaunty's Synaptic already installed. I am
> trying to get the latest one, though, because I am experiencing some
> problems with the one I am running now...
>
> Another piece to the puzzle:  I have the build of the lyrics plug-in (0.7)
> available in Synaptic installed, but when I try to install the latest one I
> get the following error when I run sudo ./configure
>
> checking for style of include used by make... GNU
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking dependency style of gcc... none
> checking what warning flags to pass to the C compiler... -Wall
> -Wmissing-prototypes
> checking what language compliance flags to pass to the C compiler...
> checking for mono... /usr/bin/mono
> checking for gmcs... no
> configure: error: Cannot find "mcs" compiler in your PATH
>
> Does anyone have an idea as to what is going on?

Well, you're clearly missing a ton of dependencies.  Is the package
still called "banshee-1" on your distro?  If not, you'll need to
change the apt-get build-dep command appropriately.

If for some reason build-dep is still failing to get you the packages
you need, then just look at the configure errors and start installing
the corresponding packages.  A search for "gmcs" should find you the
Ubuntu package "mono-gmcs".  For your original error (missing gtk+
2.0) you'll need "libgtk2.0-dev", etc.

Best,
Sandy
_______________________________________________
banshee-list mailing list
banshee-list@...
http://mail.gnome.org/mailman/listinfo/banshee-list

Re: Installation Error

by precipitous :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Changing the apt-get build-dep command to reference Banshee instead of Banshee-1 fixed everything. I am now able to install both Banshee and the Lyrics Plugin. In researching this I found that Banshee-1 was not used in either Ubuntu Intrepid or Jaunty. Perhaps the (Banshee) website should be edited to include both file names?

-Gregg

On 06/20/2009 09:07 AM, Sandy Armstrong wrote:
On Sat, Jun 20, 2009 at 8:52 AM, G M Slaterprecipitous.media@... wrote:
  
I ran the two commands before I ever attempted to install. Also, I have the
build of 1.5 that is available in Jaunty's Synaptic already installed. I am
trying to get the latest one, though, because I am experiencing some
problems with the one I am running now...

Another piece to the puzzle:  I have the build of the lyrics plug-in (0.7)
available in Synaptic installed, but when I try to install the latest one I
get the following error when I run sudo ./configure

checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking what warning flags to pass to the C compiler... -Wall
-Wmissing-prototypes
checking what language compliance flags to pass to the C compiler...
checking for mono... /usr/bin/mono
checking for gmcs... no
configure: error: Cannot find "mcs" compiler in your PATH

Does anyone have an idea as to what is going on?
    

Well, you're clearly missing a ton of dependencies.  Is the package
still called "banshee-1" on your distro?  If not, you'll need to
change the apt-get build-dep command appropriately.

If for some reason build-dep is still failing to get you the packages
you need, then just look at the configure errors and start installing
the corresponding packages.  A search for "gmcs" should find you the
Ubuntu package "mono-gmcs".  For your original error (missing gtk+
2.0) you'll need "libgtk2.0-dev", etc.

Best,
Sandy

  

_______________________________________________
banshee-list mailing list
banshee-list@...
http://mail.gnome.org/mailman/listinfo/banshee-list