LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 11-15-2012, 11:50 AM   #1
ahmed12345
LQ Newbie
 
Registered: Nov 2012
Posts: 6
Blog Entries: 1

Rep: Reputation: Disabled
package not found(while installing these dependencies in ubuntu gail-3.0,autopoint)


hello,
i tried installing gail-3.0 dependencies in ubuntu.it says package not found.
then i tried setting GAIL_CFLAGS=<output of pkg-config --cflags gail> it says like reenterant not found.
>> GAIL_LIBS=<output of pkg-config --libs gail>.
i kindly request you to plz suggest me step by step procedure for installing gail-3.0

thank you.
 
Old 11-15-2012, 12:13 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,514

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ.

Which Ubuntu ? Version, please.

If you have Ubuntu 11.10 .. 12.10 : "gail-3.0" is a package config file,
provided by 'libgail-3-dev' : /usr/lib/pkgconfig/gail-3.0.pc

And : The package libgail-3-dev is built from the gtk+3.0 source.
http://packages.ubuntu.com/oneiric/libgail-3-dev
http://packages.ubuntu.com/oneiric/i...3-dev/filelist

.

Last edited by knudfl; 11-15-2012 at 12:17 PM.
 
Old 11-15-2012, 10:42 PM   #3
ahmed12345
LQ Newbie
 
Registered: Nov 2012
Posts: 6

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
my ubuntu version is 10.04.4.

kindly reply
Quote:
Originally Posted by knudfl View Post
Welcome to LQ.

Which Ubuntu ? Version, please.

If you have Ubuntu 11.10 .. 12.10 : "gail-3.0" is a package config file,
provided by 'libgail-3-dev' : /usr/lib/pkgconfig/gail-3.0.pc

And : The package libgail-3-dev is built from the gtk+3.0 source.
http://packages.ubuntu.com/oneiric/libgail-3-dev
http://packages.ubuntu.com/oneiric/i...3-dev/filelist

.
 
Old 11-16-2012, 02:40 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,514

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
There is no gtk3 for Ubuntu 10.04.x. Thus no *gail-3*.
The first Ubuntu to have gtk3 is version 11.10 .

The easy way to use gtk3 applications :
Install the new "LTS", Ubuntu 12.04. (LTS = Long time supported.)

Which application is it, that requires gtk3 / gail-3.0 ?
.
 
Old 11-17-2012, 04:30 AM   #5
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by ahmed12345 View Post
i tried installing gail-3.0 dependencies in ubuntu.it says package not found.
Are you using any third party repositories on your Ubuntu install??
This includes all of those all too often problematic PPA repos.
Third party repositories can often cause problems like this.
For best results, stick with the standard Ubuntu repositories and you will avoid problems like this.
 
Old 11-19-2012, 03:18 AM   #6
ahmed12345
LQ Newbie
 
Registered: Nov 2012
Posts: 6

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
how to install autopoint package for ubuntu12.04 version.

hello,
i tried installing package autopoint in ubuntu 12.04 it says package not found. so how do i install autopoint in ubuntu12.04 please guide
thank you
 
Old 11-19-2012, 05:02 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,514

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 6

sudo apt-get update
sudo apt-get install autopoint
 
Old 11-19-2012, 06:09 AM   #8
ahmed12345
LQ Newbie
 
Registered: Nov 2012
Posts: 6

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
could not locate package libsecret-1-dev in ubuntu12.04.

Hello
i tried installing libsecret-1-dev in ubuntu 12.04 but it throws an error saying could not locate package libsecret-1-dev. requesting u to please guide me what is the procedure to make it compatable.
i also tried $ sudo apt-get update
$ sudo apt-get install libsecret-1-dev
thank you
 
Old 11-19-2012, 08:39 AM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,514

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 8 : $ apt-cache search libsecret-1-dev : No package libsecret* for Ubuntu 12.04 .

1) Please add two lines to /etc/apt/sources.list : sudo gedit /etc/apt/sources.list
Code:
deb-src http://de.archive.ubuntu.com/ubuntu/ quantal main
deb-src http://dk.archive.ubuntu.com/ubuntu/ quantal-updates main
2) sudo apt-get update
3) sudo apt-get install fakeroot
4) sudo apt-get build-dep vala-0.18
5) cd <new-folder-1>/
6) apt-get -b source vala-0.18=0.18.0-0ubuntu1
7) sudo dpkg -i valac-0.18_0.18.0* libvala-0.18* valac-0.18-vapi_0.18.0-0ubuntu1*
8) sudo apt-get build-dep libsecret
8a) exit
9) cd <new-folder-2>/
10) apt-get -b source libsecret=0.11-0ubuntu0.12.10.1
11) sudo dpkg -i libsecret-1-0_0.11* libsecret-common* libsecret-1-dev_0.11* gir1.2-secret*

Don't know what requires 'libsecret-1-dev', but if you want to install / use
bleeding edge applications : Better install Ubuntu 12.10 Quantal.

.
 
Old 11-19-2012, 10:04 PM   #10
ahmed12345
LQ Newbie
 
Registered: Nov 2012
Posts: 6

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
how do i build webkit gtk on ubuntu 12.1

hello,
we are basically trying to build webkit gtk on ubuntu12.1, and all the required depenndencies are installed.i m following the guide in this website: http://trac.webkit.org/wiki/BuildingGtk
please guide me in building the webkitgtk on ubuntu12.1
thank you.
 
Old 11-20-2012, 02:28 AM   #11
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,514

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 10

apt-cache search webkitgtk

sudo apt-get install libwebkitgtk-3.0-0
( http://packages.ubuntu.com/precise-u...ebkitgtk-3.0-0 )

Standalone demo : $ /usr/lib/webkitgtk-3.0-0/libexec/GtkLauncher


.

Last edited by knudfl; 11-20-2012 at 03:46 AM.
 
Old 11-21-2012, 05:34 AM   #12
ahmed12345
LQ Newbie
 
Registered: Nov 2012
Posts: 6

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
how to debug the webkitgtk code on ubuntu 12.10

Hello,
i have built the webkitgtk+ on ubuntu 12.10 and i have to customize the browser and basically the webkit contains modules like Javascript,Webcore,Drosera..
so how do i debug these modules(Javascript,Webcore).please guide me in details how do i debug it.
thank you



Quote:
Originally Posted by ahmed12345 View Post
hello,
i tried installing gail-3.0 dependencies in ubuntu.it says package not found.
then i tried setting GAIL_CFLAGS=<output of pkg-config --cflags gail> it says like reenterant not found.
>> GAIL_LIBS=<output of pkg-config --libs gail>.
i kindly request you to plz suggest me step by step procedure for installing gail-3.0

thank you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] many vlc dependencies ./configure errors and No package 'fribidi' found clocker Linux - Software 8 11-04-2011 07:02 AM
[SOLVED] Does anyone know of a slackware Gail package? 2handband Slackware 6 11-09-2010 03:42 PM
Solaris installing package dependencies check? LinuxLover Solaris / OpenSolaris 2 02-22-2009 04:51 PM
Remove a package and all it's dependencies in Ubuntu 8.10? crazyfuturamanoob Linux - Software 3 01-08-2009 11:55 AM
installing package without dependencies check noir-gel Linux - General 2 03-03-2003 08:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 05:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration