LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   package installed isnt working properly (https://www.linuxquestions.org/questions/linux-software-2/package-installed-isnt-working-properly-4175508585/)

daniel_abraham 06-20-2014 02:08 AM

package installed isnt working properly
 
Could some one help me to solve build error while building ltib for i.mx53 AI rev B board.The error is, these packages failed to build: evolution-data serer. I tried to install package using apt-get install, but the same error is shown. I'm using a ubuntu 9.04 version for building ltib.

business_kid 06-20-2014 03:37 AM

Have a quick hunt in the README of the offending package, where they usually say what the thing needs to compile.

jdkaye 06-20-2014 03:40 AM

Quote:

I tried to install package using apt-get install, but the same error is shown. I'm using a ubuntu 9.04 version for building ltib.
You should update your Ubuntu
Quote:

Ubuntu 9.04 (Jaunty Jackalope), released on 23 April 2009, was Canonical's tenth release of Ubuntu. Support ended on 23 October 2010.
Have you looked at these instructions? They are written for 10.10 but may apply to later versions. But your priority should be to update your Ubuntu.
jdk

daniel_abraham 06-20-2014 03:54 AM

1 Attachment(s)
Sir, thanks for the reply. But i'm trying to build LTIB(Linux Target Image Builder) for freescale's development board, "i.mx53 AI Rev B Board". For this i'm following freescale's instructions from their site. They suggest to build from ubuntu 9.04 version,with kernel 2.6.35. But for my requirement, i have changed the repository for older version support, by using sed (used to filter and transform text).
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
Still im getting the same issue. I have attached the error.
Thanks,
Daniel

jdkaye 06-20-2014 04:00 AM

Quote:

i'm trying to build LTIB(Linux Target Image Builder) for freescale's development board, "i.mx53 AI Rev B Board". For this i'm following freescale's instructions from their site.
Are you sure you are using the most recent instructions that are available. Why would the suggest using a version of Ubuntu that is no longer supported? Maybe you should try looking for instructions that are more up to date.
jdk

business_kid 06-20-2014 10:39 AM

Ubuntu-9.04 is a good deal out of date. That tells you the package is also out of date. Some people 'do a linux version' and then think that it will stand forever, while the code moves on.

I would try to get it to compile by hand. when you get that far, mebbe you can build it as an rpm.

That script or whatever that's running seems to be configuring, building and installing into an rpm, probably packed with natty scripts and dependency lists. It is puking, apparently on the build. If you solve the build error, you can go back to that.


All times are GMT -5. The time now is 06:22 AM.