xorg-server error using LTIB to build FSL gnome release system for i.MX6Q SabreSD board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

xorg-server error using LTIB to build FSL gnome release system for i.MX6Q SabreSD board

731 Views
Meihui_Cao
Contributor I

Hi,

I am using imx6q sabresd board.I am trying to build a linux system based on the BSP of L3.0.35_4.1.0_130816_source.tar.gz, and the OS of my host PC is Ubuntu 14.04. But when I built the FSL gnome release package system, I met an error as follows:

configure: error: tslib must be installed to build the tslib input driver.

error: Bad exit status from /home/b54871/i.MX6DQ_SDP/L3.0.35_4.1.0_130816_source/cmh/ltib/tmp/rpm-tmp.79842 (%build)

RPM build errors:

    Bad exit status from /home/b54871/i.MX6DQ_SDP/L3.0.35_4.1.0_130816_source/cmh/ltib/tmp/rpm-tmp.79842 (%build)

Build time for xorg-server: 15 seconds

Failed building xorg-server

f_buildrpms() returned an error, exiting

traceback:

main:572

Started: Wed Jun 24 15:35:22 2015

Ended:   Wed Jun 24 15:36:12 2015

Elapsed: 50 seconds

These packages failed to build:

xorg-server

Build Failed

Exiting on error or interrupt

Can anybody please help me with this issue?

0 Kudos
1 Reply

415 Views
peterchiu
Contributor II

Hi MeiHui :

1) Please try these command:

vi rpm/BUILD/xorg-server-1.6.1/configre

2) Then go to line:28548
:28548

3) Add ac_check_lib_save_LIBS=$LIBS

4) Change LIBS="-lts $LIBS" to LIBS="-lts  $LIBS -ldl"

You can see the patch "0001_make_L3.0.35_4.1.0_compile_on_Ubuntu_14.04_64bit_OS"

from Compile L3.0.35_4.1.0 on Ubuntu 14.04 64bit OS

0 Kudos