Notices


Reply
Thread Tools
Posts: 8 | Thanked: 0 times | Joined on Jun 2009
#1
The result of the command "apt-get install build-essential" is :
E: it is impossible to find the build-essential packet

What is the reason and is there other solutions to install the build essential packet ?

Thank you for your help
 
nowave7's Avatar
Posts: 245 | Thanked: 62 times | Joined on Jan 2009 @ Bad Homburg, Deutschland
#2
You probably did not add the repo that holds the package. Check http://www.gronmayer.com/it to find which repo has the package you need.
__________________
Save the whales, feed the hungry, free the mallocs!
 
Posts: 8 | Thanked: 0 times | Joined on Jun 2009
#3
After adding the Maemo Chinook repository, the result of the command "apt-get install build-essential" is
...
build-essential: depends: libc6-dev but will not be installed
...

What should contain the file /etc/apt/sources.list ?

Thank you for your help
 
nowave7's Avatar
Posts: 245 | Thanked: 62 times | Joined on Jan 2009 @ Bad Homburg, Deutschland
#4
Hmm... Could be some conflicting packages. See the detailed reason why libc6-dev is not going to be installed.
__________________
Save the whales, feed the hungry, free the mallocs!
 

The Following User Says Thank You to nowave7 For This Useful Post:
Posts: 8 | Thanked: 0 times | Joined on Jun 2009
#5
You 're right, there are very much conflicting packages :
libc6-dev depends on libc6 (2.5.0-1osso7 but 2.5.0-1osso10 sould be installed)
g++ depends on g++-3.4 (>=3.4.4.cs2005q3.1-3)

I tried to follow the hierarchy of these packages but i did not succeed. Is it possible to install a tool such as synaptic which will manage these confilts ?

Thank you for your help.
 
Anunakin's Avatar
Posts: 100 | Thanked: 102 times | Joined on Apr 2008 @ Amazon-Belém
#6
Try it:

Code:
vi /etc/apt/sources.list.d/external_repos.list

#Dev Tools
deb http://repository.maemo.org/ diablo sdk/free sdk/non-free tools/free tools/non-free
deb-src http://repository.maemo.org/ diablo sdk/free sdk/non-free tools/free tools/non-free

apt-get update
apt-get install gcc g++ make binutils dpkg-dev less build-essential
 

The Following 2 Users Say Thank You to Anunakin For This Useful Post:
Posts: 8 | Thanked: 0 times | Joined on Jun 2009
#7
Thank you very much Anunakin, the problem is resolved.
 
Posts: 1 | Thanked: 0 times | Joined on May 2010
#8
I am having exactly the same problem. I tried what "Anunakin" suggested (adding external repos, see below) but that didn't help, still having the same problem. It all started when I tried to install ruby1.8-dev.

Any help?

thanks,

Originally Posted by salah0108 View Post
You 're right, there are very much conflicting packages :
libc6-dev depends on libc6 (2.5.0-1osso7 but 2.5.0-1osso10 sould be installed)
g++ depends on g++-3.4 (>=3.4.4.cs2005q3.1-3)

I tried to follow the hierarchy of these packages but i did not succeed. Is it possible to install a tool such as synaptic which will manage these confilts ?

Thank you for your help.
 
www.rzr.online.fr's Avatar
Posts: 1,348 | Thanked: 1,863 times | Joined on Jan 2009 @ fr/35/rennes
#9
Anyone tried to build on device using those packages ?
I am trying in a chroot 1st on my ARM nas ...

--
http://rzr.online.fr/q/arm
__________________
Current obsession:

https://purl.org/rzr/abandonware

Please help to list all maemo existing apps :

https://github.com/abandonware/aband...ment-578143760

https://wiki.maemo.org/Apps#

I am looking for " 4 inch TFT LCD display screen " for Nokia n950 HandSet

http://rzr.online.fr/q/lcd


Also, I need online storage to archive files :

http://db.tt/gn5Qffd6#

https://my.pcloud.com/#page=register...e=g8ikZmcfEJy#
 
Zas's Avatar
Posts: 196 | Thanked: 113 times | Joined on Jun 2010 @ Finland
#10
I use those packages all the time to build stuff on my n900 when I can't access my computer.
Just remember to change to a larget temp before building with:
export TMPDIR=/home/user/MyDocs/tmp
 
Reply


 
Forum Jump


All times are GMT. The time now is 02:06.