Li Yuan-Lung | 4 May 2012 11:10
Picon

Build problem in Ubuntu 12.04 LTS

Dear Ltib members,
Our company is considered to use the Ubuntu 12.04 LTS for the long term support requirement.
After I setup the environment. The ltib seems to have an old problem, which always build fail at "rpm-fs" package.
I am still finding the solution, please kindly have some suggestion for me, thank you very much!

Below is the content of host_config.log:

rpmdb: --force-debian: unknown option

Processing platform: host support
===================================

Processing: rpm-fs
====================
Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2538.
traceback:
 main::check_rpm_setup:2538
  main::host_checks:1520
   main:561


Started: Fri May  4 17:04:13 2012
Ended:   Fri May  4 17:04:17 2012
Elapsed: 4 seconds

Use of uninitialized value in concatenation (.) or string at ./ltib line 2858.
Use of uninitialized value in concatenation (.) or string at ./ltib line 2858.
VERSION          : 11.4.1
CVS_VERSION      : $Revision: 1.86 $ (Savannah)
PLATFORM         : host
GNUTARCH         : i686
TOOLCHAIN        :
TOOLCHAIN_CFLAGS :

These packages failed to build:
rpm-fs

Build Failed

<div>
<p>Dear Ltib members,<br>Our company is considered to use the Ubuntu 12.04 LTS for the long term support requirement.<br>After I setup the environment. The ltib seems to have an old problem, which always build fail at "rpm-fs" package.<br>

I am still finding the solution, please kindly have some suggestion for me, thank you very much!<br><br>Below is the content of host_config.log:<br></p>
<blockquote class="gmail_quote">

rpmdb: --force-debian: unknown option<br><br>Processing platform: host support<br>===================================<br><br>Processing: rpm-fs<br>====================<br>Build path taken because: no prebuilt rpm,<br>Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>

Died at ./ltib line 2538.<br>traceback:<br>&nbsp;main::check_rpm_setup:2538<br>&nbsp; main::host_checks:1520<br>&nbsp;&nbsp; main:561<br><br><br>Started: Fri May&nbsp; 4 17:04:13 2012<br>Ended:&nbsp;&nbsp; Fri May&nbsp; 4 17:04:17 2012<br>Elapsed: 4 seconds<br><br>Use of uninitialized value in concatenation (.) or string at ./ltib line 2858.<br>Use of uninitialized value in concatenation (.) or string at ./ltib line 2858.<br>VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 11.4.1<br>CVS_VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : $Revision: 1.86 $ (Savannah)<br>

PLATFORM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : host<br>GNUTARCH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : i686<br>TOOLCHAIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :<br>TOOLCHAIN_CFLAGS :<br><br>These packages failed to build:<br>rpm-fs<br><br>Build Failed<br>
</blockquote>
<br>
</div>
Mike Goins | 5 May 2012 15:31

Re: Build problem in Ubuntu 12.04 LTS

> Dear Ltib members,
> Our company is considered to use the Ubuntu 12.04 LTS for the long term
> support requirement.
> After I setup the environment. The ltib seems to have an old problem, which
> always build fail at "rpm-fs" package.
> I am still finding the solution, please kindly have some suggestion for me,
> thank you very much!
>
> Below is the content of host_config.log:
>>
>> rpmdb: --force-debian: unknown option
>>
>> Processing platform: host support
>> ===================================
>>
>> Processing: rpm-fs
>> ====================
>> Build path taken because: no prebuilt rpm,
>> Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.

Output is a little terse, verbose may help, but looks like not finding
a package, which is little to do with what distro you are using.  Are
you sure you have the prerequisites installed?

>> Died at ./ltib line 2538.
>> traceback:
>>  main::check_rpm_setup:2538
>>   main::host_checks:1520
>>    main:561
>>
>>
>> Started: Fri May  4 17:04:13 2012
>> Ended:   Fri May  4 17:04:17 2012
>> Elapsed: 4 seconds
>>
>> Use of uninitialized value in concatenation (.) or string at ./ltib line
>> 2858.
>> Use of uninitialized value in concatenation (.) or string at ./ltib line
>> 2858.
>> VERSION          : 11.4.1
>> CVS_VERSION      : $Revision: 1.86 $ (Savannah)
>> PLATFORM         : host
>> GNUTARCH         : i686
>> TOOLCHAIN        :
>> TOOLCHAIN_CFLAGS :
>>
>> These packages failed to build:
>> rpm-fs
>>
>> Build Failed

Stuart Hughes | 6 May 2012 13:41

Re: Build problem in Ubuntu 12.04 LTS

Hi Li,

This is a new distro, so I guess something yet again changed.

Can you send me the output at the command line of the following commands:

rpm --force-debian
echo $?

I want to see:
	1. If it has this option
        2. If it returns an error, if not.

There's check at line 2518 that's supposed to handle whether or not that
flag is used.  Some versions of distros need it.

Regards, Stuart

On 04/05/12 10:10, Li Yuan-Lung wrote:
> Dear Ltib members,
> Our company is considered to use the Ubuntu 12.04 LTS for the long term
> support requirement.
> After I setup the environment. The ltib seems to have an old problem,
> which always build fail at "rpm-fs" package.
> I am still finding the solution, please kindly have some suggestion for
> me, thank you very much!
> 
> Below is the content of host_config.log:
> 
>     rpmdb: --force-debian: unknown option
> 
>     Processing platform: host support
>     ===================================
> 
>     Processing: rpm-fs
>     ====================
>     Build path taken because: no prebuilt rpm,
>     Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
>     Died at ./ltib line 2538.
>     traceback:
>      main::check_rpm_setup:2538
>       main::host_checks:1520
>        main:561
> 
> 
>     Started: Fri May  4 17:04:13 2012
>     Ended:   Fri May  4 17:04:17 2012
>     Elapsed: 4 seconds
> 
>     Use of uninitialized value in concatenation (.) or string at ./ltib
>     line 2858.
>     Use of uninitialized value in concatenation (.) or string at ./ltib
>     line 2858.
>     VERSION          : 11.4.1
>     CVS_VERSION      : $Revision: 1.86 $ (Savannah)
>     PLATFORM         : host
>     GNUTARCH         : i686
>     TOOLCHAIN        :
>     TOOLCHAIN_CFLAGS :
> 
>     These packages failed to build:
>     rpm-fs
> 
>     Build Failed
> 
> 

Li Yuan-Lung | 7 May 2012 03:48
Picon

Re: Build problem in Ubuntu 12.04 LTS

Dear Stuart,
Here is the result,

~/prjs/ltib$ rpm --force-debian
~/prjs/ltib$ echo $?
0

I have change the line in ./ltib but still got a stuck as attachment. Please kindly check. Thank you very much!


Henry

2012/5/6 Stuart Hughes <seh <at> zee2.com>
Hi Li,

This is a new distro, so I guess something yet again changed.

Can you send me the output at the command line of the following commands:

rpm --force-debian
echo $?

I want to see:
       1. If it has this option
       2. If it returns an error, if not.

There's check at line 2518 that's supposed to handle whether or not that
flag is used.  Some versions of distros need it.

Regards, Stuart

On 04/05/12 10:10, Li Yuan-Lung wrote:
> Dear Ltib members,
> Our company is considered to use the Ubuntu 12.04 LTS for the long term
> support requirement.
> After I setup the environment. The ltib seems to have an old problem,
> which always build fail at "rpm-fs" package.
> I am still finding the solution, please kindly have some suggestion for
> me, thank you very much!
>
> Below is the content of host_config.log:
>
>     rpmdb: --force-debian: unknown option
>
>     Processing platform: host support
>     ===================================
>
>     Processing: rpm-fs
>     ====================
>     Build path taken because: no prebuilt rpm,
>     Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
>     Died at ./ltib line 2538.
>     traceback:
>      main::check_rpm_setup:2538
>       main::host_checks:1520
>        main:561
>
>
>     Started: Fri May  4 17:04:13 2012
>     Ended:   Fri May  4 17:04:17 2012
>     Elapsed: 4 seconds
>
>     Use of uninitialized value in concatenation (.) or string at ./ltib
>     line 2858.
>     Use of uninitialized value in concatenation (.) or string at ./ltib
>     line 2858.
>     VERSION          : 11.4.1
>     CVS_VERSION      : $Revision: 1.86 $ (Savannah)
>     PLATFORM         : host
>     GNUTARCH         : i686
>     TOOLCHAIN        :
>     TOOLCHAIN_CFLAGS :
>
>     These packages failed to build:
>     rpm-fs
>
>     Build Failed
>
>






--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618
Attachment (host_config.log): application/octet-stream, 24 KiB
<div>
<p>Dear Stuart,<br>Here is the result,<br><br></p>
<blockquote class="gmail_quote">~/prjs/ltib$ rpm --force-debian<br>~/prjs/ltib$ echo $?<br>

0<br>
</blockquote>
<br>I have change the line in ./ltib but still got a stuck as attachment. Please kindly check. Thank you very much!<br><br><br>Henry<br><br><div class="gmail_quote">2012/5/6 Stuart Hughes <span dir="ltr">&lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">Hi Li,<br><br>
This is a new distro, so I guess something yet again changed.<br><br>
Can you send me the output at the command line of the following commands:<br><br>
rpm --force-debian<br>
echo $?<br><br>
I want to see:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;1. If it has this option<br>
 &nbsp; &nbsp; &nbsp; &nbsp;2. If it returns an error, if not.<br><br>
There's check at line 2518 that's supposed to handle whether or not that<br>
flag is used. &nbsp;Some versions of distros need it.<br><br>
Regards, Stuart<br><div><div>
<br>
On 04/05/12 10:10, Li Yuan-Lung wrote:<br>
&gt; Dear Ltib members,<br>
&gt; Our company is considered to use the Ubuntu 12.04 LTS for the long term<br>
&gt; support requirement.<br>
&gt; After I setup the environment. The ltib seems to have an old problem,<br>
&gt; which always build fail at "rpm-fs" package.<br>
&gt; I am still finding the solution, please kindly have some suggestion for<br>
&gt; me, thank you very much!<br>
&gt;<br>
&gt; Below is the content of host_config.log:<br>
&gt;<br>
&gt; &nbsp; &nbsp; rpmdb: --force-debian: unknown option<br>
&gt;<br>
&gt; &nbsp; &nbsp; Processing platform: host support<br>
&gt; &nbsp; &nbsp; ===================================<br>
&gt;<br>
&gt; &nbsp; &nbsp; Processing: rpm-fs<br>
&gt; &nbsp; &nbsp; ====================<br>
&gt; &nbsp; &nbsp; Build path taken because: no prebuilt rpm,<br>
&gt; &nbsp; &nbsp; Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
&gt; &nbsp; &nbsp; Died at ./ltib line 2538.<br>
&gt; &nbsp; &nbsp; traceback:<br>
&gt; &nbsp; &nbsp; &nbsp;main::check_rpm_setup:2538<br>
&gt; &nbsp; &nbsp; &nbsp; main::host_checks:1520<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;main:561<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; Started: Fri May &nbsp;4 17:04:13 2012<br>
&gt; &nbsp; &nbsp; Ended: &nbsp; Fri May &nbsp;4 17:04:17 2012<br>
&gt; &nbsp; &nbsp; Elapsed: 4 seconds<br>
&gt;<br>
&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation (.) or string at ./ltib<br>
&gt; &nbsp; &nbsp; line 2858.<br>
&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation (.) or string at ./ltib<br>
&gt; &nbsp; &nbsp; line 2858.<br>
&gt; &nbsp; &nbsp; VERSION &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: 11.4.1<br>
&gt; &nbsp; &nbsp; CVS_VERSION &nbsp; &nbsp; &nbsp;: $Revision: 1.86 $ (Savannah)<br>
&gt; &nbsp; &nbsp; PLATFORM &nbsp; &nbsp; &nbsp; &nbsp; : host<br>
&gt; &nbsp; &nbsp; GNUTARCH &nbsp; &nbsp; &nbsp; &nbsp; : i686<br>
&gt; &nbsp; &nbsp; TOOLCHAIN &nbsp; &nbsp; &nbsp; &nbsp;:<br>
&gt; &nbsp; &nbsp; TOOLCHAIN_CFLAGS :<br>
&gt;<br>
&gt; &nbsp; &nbsp; These packages failed to build:<br>
&gt; &nbsp; &nbsp; rpm-fs<br>
&gt;<br>
&gt; &nbsp; &nbsp; Build Failed<br>
&gt;<br>
&gt;<br><br><br><br>
</div></div>
</blockquote>
</div>
<br><br clear="all"><br>-- <br>Best Regards,<br><br>Henry Li<br>SW Engineer of Climax Co.<br>TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001 ext.231</a><br>

FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a><br>
</div>
Stuart Hughes | 10 May 2012 08:46

Re: Build problem in Ubuntu 12.04 LTS

Hi Henry,

This is a different error:

Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2539.
traceback:
  main::check_rpm_setup:2539
   main::host_checks:1520
    main:561

  which indicates that ltib was not able to download the source file. Is 
your network connection okay? ltib will try to connect to 
http://bitshrine.org/.... to get files on demand.

Can you re-run without the -v option and cut and paste any relevant 
lines. Also if you've made changes show what they are (a cvs diff -u).

Regards, Stuart

On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:
> Dear Stuart,
> Here is the result,
>
>     ~/prjs/ltib$ rpm --force-debian
>     ~/prjs/ltib$ echo $?
>     0
>
>
> I have change the line in ./ltib but still got a stuck as attachment. 
> Please kindly check. Thank you very much!
>
>
> Henry
>
> 2012/5/6 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>
>
>     Hi Li,
>
>     This is a new distro, so I guess something yet again changed.
>
>     Can you send me the output at the command line of the following
>     commands:
>
>     rpm --force-debian
>     echo $?
>
>     I want to see:
>            1. If it has this option
>            2. If it returns an error, if not.
>
>     There's check at line 2518 that's supposed to handle whether or
>     not that
>     flag is used.  Some versions of distros need it.
>
>     Regards, Stuart
>
>     On 04/05/12 10:10, Li Yuan-Lung wrote:
>     > Dear Ltib members,
>     > Our company is considered to use the Ubuntu 12.04 LTS for the
>     long term
>     > support requirement.
>     > After I setup the environment. The ltib seems to have an old
>     problem,
>     > which always build fail at "rpm-fs" package.
>     > I am still finding the solution, please kindly have some
>     suggestion for
>     > me, thank you very much!
>     >
>     > Below is the content of host_config.log:
>     >
>     >     rpmdb: --force-debian: unknown option
>     >
>     >     Processing platform: host support
>     >     ===================================
>     >
>     >     Processing: rpm-fs
>     >     ====================
>     >     Build path taken because: no prebuilt rpm,
>     >     Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
>     >     Died at ./ltib line 2538.
>     >     traceback:
>     >      main::check_rpm_setup:2538
>     >       main::host_checks:1520
>     >        main:561
>     >
>     >
>     >     Started: Fri May  4 17:04:13 2012
>     >     Ended:   Fri May  4 17:04:17 2012
>     >     Elapsed: 4 seconds
>     >
>     >     Use of uninitialized value in concatenation (.) or string at
>     ./ltib
>     >     line 2858.
>     >     Use of uninitialized value in concatenation (.) or string at
>     ./ltib
>     >     line 2858.
>     >     VERSION          : 11.4.1
>     >     CVS_VERSION      : $Revision: 1.86 $ (Savannah)
>     >     PLATFORM         : host
>     >     GNUTARCH         : i686
>     >     TOOLCHAIN        :
>     >     TOOLCHAIN_CFLAGS :
>     >
>     >     These packages failed to build:
>     >     rpm-fs
>     >
>     >     Build Failed
>     >
>     >
>
>
>
>
>
>
> -- 
> Best Regards,
>
> Henry Li
> SW Engineer of Climax Co.
> TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
> FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>

Li Yuan-Lung | 10 May 2012 10:00
Picon

Re: Build problem in Ubuntu 12.04 LTS

Dear Stuart,
Attachment is the new log without "-v" option and the diff result.
May I get the package manually as a workaround?

The connection seems no problem to the server. I don't know why the ltib can not get it. Please kindly give me the direct path and tell me local placement folder(is it "/tmp/rpm_xxx/" or "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget command.

Henry


2012/5/10 Stuart Hughes <seh <at> zee2.com>
Hi Henry,

This is a different error:


Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2539.
traceback:
 main::check_rpm_setup:2539

 main::host_checks:1520
  main:561

 which indicates that ltib was not able to download the source file. Is your network connection okay? ltib will try to connect to http://bitshrine.org/.... to get files on demand.

Can you re-run without the -v option and cut and paste any relevant lines. Also if you've made changes show what they are (a cvs diff -u).

Regards, Stuart



On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:
Dear Stuart,
Here is the result,

   ~/prjs/ltib$ rpm --force-debian
   ~/prjs/ltib$ echo $?
   0


I have change the line in ./ltib but still got a stuck as attachment. Please kindly check. Thank you very much!


Henry

2012/5/6 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>


   Hi Li,

   This is a new distro, so I guess something yet again changed.

   Can you send me the output at the command line of the following
   commands:

   rpm --force-debian
   echo $?

   I want to see:
          1. If it has this option
          2. If it returns an error, if not.

   There's check at line 2518 that's supposed to handle whether or
   not that
   flag is used.  Some versions of distros need it.

   Regards, Stuart

   On 04/05/12 10:10, Li Yuan-Lung wrote:
   > Dear Ltib members,
   > Our company is considered to use the Ubuntu 12.04 LTS for the
   long term
   > support requirement.
   > After I setup the environment. The ltib seems to have an old
   problem,
   > which always build fail at "rpm-fs" package.
   > I am still finding the solution, please kindly have some
   suggestion for
   > me, thank you very much!
   >
   > Below is the content of host_config.log:
   >
   >     rpmdb: --force-debian: unknown option
   >
   >     Processing platform: host support
   >     ===================================
   >
   >     Processing: rpm-fs
   >     ====================
   >     Build path taken because: no prebuilt rpm,
   >     Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
   >     Died at ./ltib line 2538.
   >     traceback:
   >      main::check_rpm_setup:2538
   >       main::host_checks:1520
   >        main:561
   >
   >
   >     Started: Fri May  4 17:04:13 2012
   >     Ended:   Fri May  4 17:04:17 2012
   >     Elapsed: 4 seconds
   >
   >     Use of uninitialized value in concatenation (.) or string at
   ./ltib
   >     line 2858.
   >     Use of uninitialized value in concatenation (.) or string at
   ./ltib
   >     line 2858.
   >     VERSION          : 11.4.1
   >     CVS_VERSION      : $Revision: 1.86 $ (Savannah)
   >     PLATFORM         : host
   >     GNUTARCH         : i686
   >     TOOLCHAIN        :
   >     TOOLCHAIN_CFLAGS :
   >
   >     These packages failed to build:
   >     rpm-fs
   >
   >     Build Failed
   >
   >






--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>






--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618
Attachment (host_config.log): application/octet-stream, 810 bytes
Attachment (cvs_diff.log): application/octet-stream, 42 KiB
<div>
<p>Dear Stuart,<br>Attachment is the new log without "-v" option and the diff result.<br>May I get the package manually as a workaround?<br><br>The connection seems no problem to the server. I don't know why the ltib can not get it. Please kindly give me the direct path and tell me local placement folder(is it "/tmp/rpm_xxx/" or "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget command.<br><br>Henry<br><br><br></p>
<div class="gmail_quote">2012/5/10 Stuart Hughes <span dir="ltr">&lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">

Hi Henry,<br><br>
This is a different error:<div>
<br><br>
Build path taken because: no prebuilt rpm,<br>
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
</div>
Died at ./ltib line 2539.<br>
traceback:<br>
&nbsp;main::check_rpm_setup:2539<div>
<br>
 &nbsp;main::host_checks:1520<br>
 &nbsp; main:561<br><br>
</div>
&nbsp;which indicates that ltib was not able to download the source file. Is your network connection okay? ltib will try to connect to <a href="http://bitshrine.org/.." target="_blank">http://bitshrine.org/..</a>.. to get files on demand.<br><br>
Can you re-run without the -v option and cut and paste any relevant lines. Also if you've made changes show what they are (a cvs diff -u).<br><br>
Regards, Stuart<div>
<br><br><br>
On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:<br>
</div>
<blockquote class="gmail_quote">
<div>
Dear Stuart,<br>
Here is the result,<br><br>
 &nbsp; &nbsp;~/prjs/ltib$ rpm --force-debian<br>
 &nbsp; &nbsp;~/prjs/ltib$ echo $?<br>
 &nbsp; &nbsp;0<br><br><br>
I have change the line in ./ltib but still got a stuck as attachment. Please kindly check. Thank you very much!<br><br><br>
Henry<br><br>
</div>
2012/5/6 Stuart Hughes &lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a> &lt;mailto:<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;&gt;<div><div>
<br><br>
 &nbsp; &nbsp;Hi Li,<br><br>
 &nbsp; &nbsp;This is a new distro, so I guess something yet again changed.<br><br>
 &nbsp; &nbsp;Can you send me the output at the command line of the following<br>
 &nbsp; &nbsp;commands:<br><br>
 &nbsp; &nbsp;rpm --force-debian<br>
 &nbsp; &nbsp;echo $?<br><br>
 &nbsp; &nbsp;I want to see:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1. If it has this option<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2. If it returns an error, if not.<br><br>
 &nbsp; &nbsp;There's check at line 2518 that's supposed to handle whether or<br>
 &nbsp; &nbsp;not that<br>
 &nbsp; &nbsp;flag is used. &nbsp;Some versions of distros need it.<br><br>
 &nbsp; &nbsp;Regards, Stuart<br><br>
 &nbsp; &nbsp;On 04/05/12 10:10, Li Yuan-Lung wrote:<br>
 &nbsp; &nbsp;&gt; Dear Ltib members,<br>
 &nbsp; &nbsp;&gt; Our company is considered to use the Ubuntu 12.04 LTS for the<br>
 &nbsp; &nbsp;long term<br>
 &nbsp; &nbsp;&gt; support requirement.<br>
 &nbsp; &nbsp;&gt; After I setup the environment. The ltib seems to have an old<br>
 &nbsp; &nbsp;problem,<br>
 &nbsp; &nbsp;&gt; which always build fail at "rpm-fs" package.<br>
 &nbsp; &nbsp;&gt; I am still finding the solution, please kindly have some<br>
 &nbsp; &nbsp;suggestion for<br>
 &nbsp; &nbsp;&gt; me, thank you very much!<br>
 &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp;&gt; Below is the content of host_config.log:<br>
 &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpmdb: --force-debian: unknown option<br>
 &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing platform: host support<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; ===================================<br>
 &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing: rpm-fs<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; ====================<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build path taken because: no prebuilt rpm,<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; Died at ./ltib line 2538.<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; traceback:<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp;main::check_rpm_setup:2538<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; main::host_checks:1520<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp;main:561<br>
 &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; Started: Fri May &nbsp;4 17:04:13 2012<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; Ended: &nbsp; Fri May &nbsp;4 17:04:17 2012<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; Elapsed: 4 seconds<br>
 &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation (.) or string at<br>
 &nbsp; &nbsp;./ltib<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation (.) or string at<br>
 &nbsp; &nbsp;./ltib<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; VERSION &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: 11.4.1<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; CVS_VERSION &nbsp; &nbsp; &nbsp;: $Revision: 1.86 $ (Savannah)<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; PLATFORM &nbsp; &nbsp; &nbsp; &nbsp; : host<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; GNUTARCH &nbsp; &nbsp; &nbsp; &nbsp; : i686<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN &nbsp; &nbsp; &nbsp; &nbsp;:<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN_CFLAGS :<br>
 &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; These packages failed to build:<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpm-fs<br>
 &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build Failed<br>
 &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp;&gt;<br><br><br><br><br><br><br>
-- <br>
Best Regards,<br><br>
Henry Li<br>
SW Engineer of Climax Co.<br>
</div></div>
TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001 ext.231</a> &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a> &lt;tel:%2B886-2-2792-6618&gt;<br>
</blockquote>
<br><br><br>
</blockquote>
</div>
<br><br clear="all"><br>-- <br>Best Regards,<br><br>Henry Li<br>SW Engineer of Climax Co.<br>TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001 ext.231</a><br>

FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a><br>
</div>
Stuart Hughes | 11 May 2012 12:01

Re: Build problem in Ubuntu 12.04 LTS

Hi Henry,

There's not much point downloading this directly as there will be many more downloads needed later on.

I have not got this Ubuntu, so I have to guess a little.  Can you put this change in to see if LTIB is actually trying to get the file.  If it is, add some more debugs to try to figure out what's going on.  The odd thing is it appears that the get_file function is not doing anything (or not being called):

Index: bin/Ltibutils.pm
===================================================================
RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v
retrieving revision 1.38
diff -u -r1.38 Ltibutils.pm
--- bin/Ltibutils.pm    7 Aug 2011 15:05:53 -0000    1.38
+++ bin/Ltibutils.pm    11 May 2012 10:01:36 -0000
<at> <at> -254,6 +254,7 <at> <at>
 sub get_file
 {
     my ($url, $cf, $force_md5) = <at> _;
+warn "get_file: <at> _";
     warn("no url passed"), return unless $url;
     warn("lpp: $cf->{lpp} is not a directory"), return unless -d $cf->{lpp};
     my ($path,  $refmd5);

Regards, Stuart

On 10/05/12 09:00, Li Yuan-Lung wrote:
Dear Stuart,
Attachment is the new log without "-v" option and the diff result.
May I get the package manually as a workaround?

The connection seems no problem to the server. I don't know why the ltib can not get it. Please kindly give me the direct path and tell me local placement folder(is it "/tmp/rpm_xxx/" or "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget command.

Henry


2012/5/10 Stuart Hughes <seh <at> zee2.com>
Hi Henry,

This is a different error:


Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2539.
traceback:
 main::check_rpm_setup:2539

 main::host_checks:1520
  main:561

 which indicates that ltib was not able to download the source file. Is your network connection okay? ltib will try to connect to http://bitshrine.org/.... to get files on demand.

Can you re-run without the -v option and cut and paste any relevant lines. Also if you've made changes show what they are (a cvs diff -u).

Regards, Stuart



On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:
Dear Stuart,
Here is the result,

   ~/prjs/ltib$ rpm --force-debian
   ~/prjs/ltib$ echo $?
   0


I have change the line in ./ltib but still got a stuck as attachment. Please kindly check. Thank you very much!


Henry

2012/5/6 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>


   Hi Li,

   This is a new distro, so I guess something yet again changed.

   Can you send me the output at the command line of the following
   commands:

   rpm --force-debian
   echo $?

   I want to see:
          1. If it has this option
          2. If it returns an error, if not.

   There's check at line 2518 that's supposed to handle whether or
   not that
   flag is used.  Some versions of distros need it.

   Regards, Stuart

   On 04/05/12 10:10, Li Yuan-Lung wrote:
   > Dear Ltib members,
   > Our company is considered to use the Ubuntu 12.04 LTS for the
   long term
   > support requirement.
   > After I setup the environment. The ltib seems to have an old
   problem,
   > which always build fail at "rpm-fs" package.
   > I am still finding the solution, please kindly have some
   suggestion for
   > me, thank you very much!
   >
   > Below is the content of host_config.log:
   >
   >     rpmdb: --force-debian: unknown option
   >
   >     Processing platform: host support
   >     ===================================
   >
   >     Processing: rpm-fs
   >     ====================
   >     Build path taken because: no prebuilt rpm,
   >     Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
   >     Died at ./ltib line 2538.
   >     traceback:
   >      main::check_rpm_setup:2538
   >       main::host_checks:1520
   >        main:561
   >
   >
   >     Started: Fri May  4 17:04:13 2012
   >     Ended:   Fri May  4 17:04:17 2012
   >     Elapsed: 4 seconds
   >
   >     Use of uninitialized value in concatenation (.) or string at
   ./ltib
   >     line 2858.
   >     Use of uninitialized value in concatenation (.) or string at
   ./ltib
   >     line 2858.
   >     VERSION          : 11.4.1
   >     CVS_VERSION      : $Revision: 1.86 $ (Savannah)
   >     PLATFORM         : host
   >     GNUTARCH         : i686
   >     TOOLCHAIN        :
   >     TOOLCHAIN_CFLAGS :
   >
   >     These packages failed to build:
   >     rpm-fs
   >
   >     Build Failed
   >
   >






--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>






--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618

<div>
    Hi Henry,<br><br>
    There's not much point downloading this directly as there will be
    many more downloads needed later on.<br><br>
    I have not got this Ubuntu, so I have to guess a little.&nbsp; Can you
    put this change in to see if LTIB is actually trying to get the
    file.&nbsp; If it is, add some more debugs to try to figure out what's
    going on.&nbsp; The odd thing is it appears that the get_file function is
    not doing anything (or not being called):<br><br>Index: bin/Ltibutils.pm<br>
===================================================================<br>
      RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v<br>
      retrieving revision 1.38<br>
      diff -u -r1.38 Ltibutils.pm<br>
      --- bin/Ltibutils.pm&nbsp;&nbsp;&nbsp; 7 Aug 2011 15:05:53 -0000&nbsp;&nbsp;&nbsp; 1.38<br>
      +++ bin/Ltibutils.pm&nbsp;&nbsp;&nbsp; 11 May 2012 10:01:36 -0000<br>
       <at>  <at>  -254,6 +254,7  <at>  <at> <br>
      &nbsp;sub get_file<br>
      &nbsp;{<br>
      &nbsp;&nbsp;&nbsp;&nbsp; my ($url, $cf, $force_md5) =  <at> _;<br>
      +warn "get_file:  <at> _";<br>
      &nbsp;&nbsp;&nbsp;&nbsp; warn("no url passed"), return unless $url;<br>
      &nbsp;&nbsp;&nbsp;&nbsp; warn("lpp: $cf-&gt;{lpp} is not a directory"), return unless
      -d $cf-&gt;{lpp};<br>
      &nbsp;&nbsp;&nbsp;&nbsp; my ($path,&nbsp; $refmd5);<br><br>
    Regards, Stuart<br><br>
    On 10/05/12 09:00, Li Yuan-Lung wrote:
    <blockquote cite="mid:CACbfYDuK2H9YFOnfmf_7NpxcgtiJf+oq_tQMamd7JAimtRVu-g <at> mail.gmail.com" type="cite">Dear Stuart,<br>
      Attachment is the new log without "-v" option and the diff result.<br>
      May I get the package manually as a workaround?<br><br>
      The connection seems no problem to the server. I don't know why
      the ltib can not get it. Please kindly give me the direct path and
      tell me local placement folder(is it "/tmp/rpm_xxx/" or
      "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget command.<br><br>
      Henry<br><br><br><div class="gmail_quote">2012/5/10 Stuart Hughes <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">
          Hi Henry,<br><br>
          This is a different error:
          <div>
<br><br>
            Build path taken because: no prebuilt rpm,<br>
            Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
</div>
          Died at ./ltib line 2539.<br>
          traceback:<br>
          &nbsp;main::check_rpm_setup:2539
          <div>
<br>
            &nbsp;main::host_checks:1520<br>
            &nbsp; main:561<br><br>
</div>
          &nbsp;which indicates that ltib was not able to download the source
          file. Is your network connection okay? ltib will try to
          connect to <a moz-do-not-send="true" href="http://bitshrine.org/.." target="_blank">http://bitshrine.org/..</a>..
          to get files on demand.<br><br>
          Can you re-run without the -v option and cut and paste any
          relevant lines. Also if you've made changes show what they are
          (a cvs diff -u).<br><br>
          Regards, Stuart
          <div>
<br><br><br>
            On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:<br>
</div>
          <blockquote class="gmail_quote">
            <div>
              Dear Stuart,<br>
              Here is the result,<br><br>
              &nbsp; &nbsp;~/prjs/ltib$ rpm --force-debian<br>
              &nbsp; &nbsp;~/prjs/ltib$ echo $?<br>
              &nbsp; &nbsp;0<br><br><br>
              I have change the line in ./ltib but still got a stuck as
              attachment. Please kindly check. Thank you very much!<br><br><br>
              Henry<br><br>
</div>
            2012/5/6 Stuart Hughes &lt;<a moz-do-not-send="true" href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>
            &lt;mailto:<a moz-do-not-send="true" href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;&gt;
            <div>
              <div>
<br><br>
                &nbsp; &nbsp;Hi Li,<br><br>
                &nbsp; &nbsp;This is a new distro, so I guess something yet again
                changed.<br><br>
                &nbsp; &nbsp;Can you send me the output at the command line of the
                following<br>
                &nbsp; &nbsp;commands:<br><br>
                &nbsp; &nbsp;rpm --force-debian<br>
                &nbsp; &nbsp;echo $?<br><br>
                &nbsp; &nbsp;I want to see:<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1. If it has this option<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2. If it returns an error, if not.<br><br>
                &nbsp; &nbsp;There's check at line 2518 that's supposed to handle
                whether or<br>
                &nbsp; &nbsp;not that<br>
                &nbsp; &nbsp;flag is used. &nbsp;Some versions of distros need it.<br><br>
                &nbsp; &nbsp;Regards, Stuart<br><br>
                &nbsp; &nbsp;On 04/05/12 10:10, Li Yuan-Lung wrote:<br>
                &nbsp; &nbsp;&gt; Dear Ltib members,<br>
                &nbsp; &nbsp;&gt; Our company is considered to use the Ubuntu
                12.04 LTS for the<br>
                &nbsp; &nbsp;long term<br>
                &nbsp; &nbsp;&gt; support requirement.<br>
                &nbsp; &nbsp;&gt; After I setup the environment. The ltib seems to
                have an old<br>
                &nbsp; &nbsp;problem,<br>
                &nbsp; &nbsp;&gt; which always build fail at "rpm-fs" package.<br>
                &nbsp; &nbsp;&gt; I am still finding the solution, please kindly
                have some<br>
                &nbsp; &nbsp;suggestion for<br>
                &nbsp; &nbsp;&gt; me, thank you very much!<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; Below is the content of host_config.log:<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpmdb: --force-debian: unknown option<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing platform: host support<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; ===================================<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing: rpm-fs<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; ====================<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build path taken because: no prebuilt rpm,<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Can't get: rpm-4.0.4.tar.gz at ./ltib line
                834.<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Died at ./ltib line 2538.<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; traceback:<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp;main::check_rpm_setup:2538<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; main::host_checks:1520<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp;main:561<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Started: Fri May &nbsp;4 17:04:13 2012<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Ended: &nbsp; Fri May &nbsp;4 17:04:17 2012<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Elapsed: 4 seconds<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation
                (.) or string at<br>
                &nbsp; &nbsp;./ltib<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation
                (.) or string at<br>
                &nbsp; &nbsp;./ltib<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; VERSION &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: 11.4.1<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; CVS_VERSION &nbsp; &nbsp; &nbsp;: $Revision: 1.86 $
                (Savannah)<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; PLATFORM &nbsp; &nbsp; &nbsp; &nbsp; : host<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; GNUTARCH &nbsp; &nbsp; &nbsp; &nbsp; : i686<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN &nbsp; &nbsp; &nbsp; &nbsp;:<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN_CFLAGS :<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; These packages failed to build:<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpm-fs<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build Failed<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt;<br><br><br><br><br><br><br>
                -- <br>
                Best Regards,<br><br>
                Henry Li<br>
                SW Engineer of Climax Co.<br>
</div>
            </div>
            TEL: <a moz-do-not-send="true" href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001
              ext.231</a> &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
            FAX: <a moz-do-not-send="true" href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a>
            &lt;tel:%2B886-2-2792-6618&gt;<br>
</blockquote>
          <br><br><br>
</blockquote>
      </div>
      <br><br clear="all"><br>
      -- <br>
      Best Regards,<br><br>
      Henry Li<br>
      SW Engineer of Climax Co.<br>
      TEL: <a moz-do-not-send="true" href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001 ext.231</a><br>
      FAX: <a moz-do-not-send="true" href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a><br>
</blockquote>
    <br>
</div>
Li Yuan-Lung | 14 May 2012 05:50
Picon

Re: Build problem in Ubuntu 12.04 LTS

Dear Stuart Hughes,
I have try your debug message and the log as attachment.
Thank you very much!

Henry

2012/5/11 Stuart Hughes <seh <at> zee2.com>
Hi Henry,

There's not much point downloading this directly as there will be many more downloads needed later on.

I have not got this Ubuntu, so I have to guess a little.  Can you put this change in to see if LTIB is actually trying to get the file.  If it is, add some more debugs to try to figure out what's going on.  The odd thing is it appears that the get_file function is not doing anything (or not being called):

Index: bin/Ltibutils.pm
===================================================================
RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v
retrieving revision 1.38
diff -u -r1.38 Ltibutils.pm
--- bin/Ltibutils.pm    7 Aug 2011 15:05:53 -0000    1.38
+++ bin/Ltibutils.pm    11 May 2012 10:01:36 -0000
<at> <at> -254,6 +254,7 <at> <at>
 sub get_file
 {
     my ($url, $cf, $force_md5) = <at> _;
+warn "get_file: <at> _";
     warn("no url passed"), return unless $url;
     warn("lpp: $cf->{lpp} is not a directory"), return unless -d $cf->{lpp};
     my ($path,  $refmd5);

Regards, Stuart


On 10/05/12 09:00, Li Yuan-Lung wrote:
Dear Stuart,
Attachment is the new log without "-v" option and the diff result.
May I get the package manually as a workaround?

The connection seems no problem to the server. I don't know why the ltib can not get it. Please kindly give me the direct path and tell me local placement folder(is it "/tmp/rpm_xxx/" or "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget command.

Henry


2012/5/10 Stuart Hughes <seh <at> zee2.com>
Hi Henry,

This is a different error:


Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2539.
traceback:
 main::check_rpm_setup:2539

 main::host_checks:1520
  main:561

 which indicates that ltib was not able to download the source file. Is your network connection okay? ltib will try to connect to http://bitshrine.org/.... to get files on demand.

Can you re-run without the -v option and cut and paste any relevant lines. Also if you've made changes show what they are (a cvs diff -u).

Regards, Stuart



On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:
Dear Stuart,
Here is the result,

   ~/prjs/ltib$ rpm --force-debian
   ~/prjs/ltib$ echo $?
   0


I have change the line in ./ltib but still got a stuck as attachment. Please kindly check. Thank you very much!


Henry

2012/5/6 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>


   Hi Li,

   This is a new distro, so I guess something yet again changed.

   Can you send me the output at the command line of the following
   commands:

   rpm --force-debian
   echo $?

   I want to see:
          1. If it has this option
          2. If it returns an error, if not.

   There's check at line 2518 that's supposed to handle whether or
   not that
   flag is used.  Some versions of distros need it.

   Regards, Stuart

   On 04/05/12 10:10, Li Yuan-Lung wrote:
   > Dear Ltib members,
   > Our company is considered to use the Ubuntu 12.04 LTS for the
   long term
   > support requirement.
   > After I setup the environment. The ltib seems to have an old
   problem,
   > which always build fail at "rpm-fs" package.
   > I am still finding the solution, please kindly have some
   suggestion for
   > me, thank you very much!
   >
   > Below is the content of host_config.log:
   >
   >     rpmdb: --force-debian: unknown option
   >
   >     Processing platform: host support
   >     ===================================
   >
   >     Processing: rpm-fs
   >     ====================
   >     Build path taken because: no prebuilt rpm,
   >     Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
   >     Died at ./ltib line 2538.
   >     traceback:
   >      main::check_rpm_setup:2538
   >       main::host_checks:1520
   >        main:561
   >
   >
   >     Started: Fri May  4 17:04:13 2012
   >     Ended:   Fri May  4 17:04:17 2012
   >     Elapsed: 4 seconds
   >
   >     Use of uninitialized value in concatenation (.) or string at
   ./ltib
   >     line 2858.
   >     Use of uninitialized value in concatenation (.) or string at
   ./ltib
   >     line 2858.
   >     VERSION          : 11.4.1
   >     CVS_VERSION      : $Revision: 1.86 $ (Savannah)
   >     PLATFORM         : host
   >     GNUTARCH         : i686
   >     TOOLCHAIN        :
   >     TOOLCHAIN_CFLAGS :
   >
   >     These packages failed to build:
   >     rpm-fs
   >
   >     Build Failed
   >
   >






--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>






--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618




--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618
Attachment (host_config.log): application/octet-stream, 912 bytes
<div>
<p>Dear Stuart Hughes,<br>I have try your debug message and the log as attachment.<br>Thank you very much!<br><br>Henry<br><br></p>
<div class="gmail_quote">2012/5/11 Stuart Hughes <span dir="ltr">&lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">

  

  
  <div bgcolor="#ffffff" text="#000000">
    Hi Henry,<br><br>
    There's not much point downloading this directly as there will be
    many more downloads needed later on.<br><br>
    I have not got this Ubuntu, so I have to guess a little.&nbsp; Can you
    put this change in to see if LTIB is actually trying to get the
    file.&nbsp; If it is, add some more debugs to try to figure out what's
    going on.&nbsp; The odd thing is it appears that the get_file function is
    not doing anything (or not being called):<br><br>Index: bin/Ltibutils.pm<br>
===================================================================<br>
      RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v<br>
      retrieving revision 1.38<br>
      diff -u -r1.38 Ltibutils.pm<br>
      --- bin/Ltibutils.pm&nbsp;&nbsp;&nbsp; 7 Aug 2011 15:05:53 -0000&nbsp;&nbsp;&nbsp; 1.38<br>
      +++ bin/Ltibutils.pm&nbsp;&nbsp;&nbsp; 11 May 2012 10:01:36 -0000<br>
       <at>  <at>  -254,6 +254,7  <at>  <at> <br>
      &nbsp;sub get_file<br>
      &nbsp;{<br>
      &nbsp;&nbsp;&nbsp;&nbsp; my ($url, $cf, $force_md5) =  <at> _;<br>
      +warn "get_file:  <at> _";<br>
      &nbsp;&nbsp;&nbsp;&nbsp; warn("no url passed"), return unless $url;<br>
      &nbsp;&nbsp;&nbsp;&nbsp; warn("lpp: $cf-&gt;{lpp} is not a directory"), return unless
      -d $cf-&gt;{lpp};<br>
      &nbsp;&nbsp;&nbsp;&nbsp; my ($path,&nbsp; $refmd5);<br><br>
    Regards, Stuart<div><div class="h5">
<br><br>
    On 10/05/12 09:00, Li Yuan-Lung wrote:
    <blockquote type="cite">Dear Stuart,<br>
      Attachment is the new log without "-v" option and the diff result.<br>
      May I get the package manually as a workaround?<br><br>
      The connection seems no problem to the server. I don't know why
      the ltib can not get it. Please kindly give me the direct path and
      tell me local placement folder(is it "/tmp/rpm_xxx/" or
      "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget command.<br><br>
      Henry<br><br><br><div class="gmail_quote">2012/5/10 Stuart Hughes <span dir="ltr">&lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">
          Hi Henry,<br><br>
          This is a different error:
          <div>
<br><br>
            Build path taken because: no prebuilt rpm,<br>
            Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
</div>
          Died at ./ltib line 2539.<br>
          traceback:<br>
          &nbsp;main::check_rpm_setup:2539
          <div>
<br>
            &nbsp;main::host_checks:1520<br>
            &nbsp; main:561<br><br>
</div>
          &nbsp;which indicates that ltib was not able to download the source
          file. Is your network connection okay? ltib will try to
          connect to <a href="http://bitshrine.org/.." target="_blank">http://bitshrine.org/..</a>..
          to get files on demand.<br><br>
          Can you re-run without the -v option and cut and paste any
          relevant lines. Also if you've made changes show what they are
          (a cvs diff -u).<br><br>
          Regards, Stuart
          <div>
<br><br><br>
            On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:<br>
</div>
          <blockquote class="gmail_quote">
            <div>
              Dear Stuart,<br>
              Here is the result,<br><br>
              &nbsp; &nbsp;~/prjs/ltib$ rpm --force-debian<br>
              &nbsp; &nbsp;~/prjs/ltib$ echo $?<br>
              &nbsp; &nbsp;0<br><br><br>
              I have change the line in ./ltib but still got a stuck as
              attachment. Please kindly check. Thank you very much!<br><br><br>
              Henry<br><br>
</div>
            2012/5/6 Stuart Hughes &lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>
            &lt;mailto:<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;&gt;
            <div>
              <div>
<br><br>
                &nbsp; &nbsp;Hi Li,<br><br>
                &nbsp; &nbsp;This is a new distro, so I guess something yet again
                changed.<br><br>
                &nbsp; &nbsp;Can you send me the output at the command line of the
                following<br>
                &nbsp; &nbsp;commands:<br><br>
                &nbsp; &nbsp;rpm --force-debian<br>
                &nbsp; &nbsp;echo $?<br><br>
                &nbsp; &nbsp;I want to see:<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1. If it has this option<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2. If it returns an error, if not.<br><br>
                &nbsp; &nbsp;There's check at line 2518 that's supposed to handle
                whether or<br>
                &nbsp; &nbsp;not that<br>
                &nbsp; &nbsp;flag is used. &nbsp;Some versions of distros need it.<br><br>
                &nbsp; &nbsp;Regards, Stuart<br><br>
                &nbsp; &nbsp;On 04/05/12 10:10, Li Yuan-Lung wrote:<br>
                &nbsp; &nbsp;&gt; Dear Ltib members,<br>
                &nbsp; &nbsp;&gt; Our company is considered to use the Ubuntu
                12.04 LTS for the<br>
                &nbsp; &nbsp;long term<br>
                &nbsp; &nbsp;&gt; support requirement.<br>
                &nbsp; &nbsp;&gt; After I setup the environment. The ltib seems to
                have an old<br>
                &nbsp; &nbsp;problem,<br>
                &nbsp; &nbsp;&gt; which always build fail at "rpm-fs" package.<br>
                &nbsp; &nbsp;&gt; I am still finding the solution, please kindly
                have some<br>
                &nbsp; &nbsp;suggestion for<br>
                &nbsp; &nbsp;&gt; me, thank you very much!<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; Below is the content of host_config.log:<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpmdb: --force-debian: unknown option<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing platform: host support<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; ===================================<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing: rpm-fs<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; ====================<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build path taken because: no prebuilt rpm,<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Can't get: rpm-4.0.4.tar.gz at ./ltib line
                834.<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Died at ./ltib line 2538.<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; traceback:<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp;main::check_rpm_setup:2538<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; main::host_checks:1520<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp;main:561<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Started: Fri May &nbsp;4 17:04:13 2012<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Ended: &nbsp; Fri May &nbsp;4 17:04:17 2012<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Elapsed: 4 seconds<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation
                (.) or string at<br>
                &nbsp; &nbsp;./ltib<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation
                (.) or string at<br>
                &nbsp; &nbsp;./ltib<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; VERSION &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: 11.4.1<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; CVS_VERSION &nbsp; &nbsp; &nbsp;: $Revision: 1.86 $
                (Savannah)<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; PLATFORM &nbsp; &nbsp; &nbsp; &nbsp; : host<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; GNUTARCH &nbsp; &nbsp; &nbsp; &nbsp; : i686<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN &nbsp; &nbsp; &nbsp; &nbsp;:<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN_CFLAGS :<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; These packages failed to build:<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpm-fs<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build Failed<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt;<br><br><br><br><br><br><br>
                -- <br>
                Best Regards,<br><br>
                Henry Li<br>
                SW Engineer of Climax Co.<br>
</div>
            </div>
            TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001
              ext.231</a> &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
            FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a>
            &lt;tel:%2B886-2-2792-6618&gt;<br>
</blockquote>
          <br><br><br>
</blockquote>
      </div>
      <br><br clear="all"><br>
      -- <br>
      Best Regards,<br><br>
      Henry Li<br>
      SW Engineer of Climax Co.<br>
      TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001 ext.231</a><br>
      FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a><br>
</blockquote>
    <br>
</div></div>
</div>

</blockquote>
</div>
<br><br clear="all"><br>-- <br>Best Regards,<br><br>Henry Li<br>SW Engineer of Climax Co.<br>TEL: +886-2-2794-0001 ext.231<br>FAX: +886-2-2792-6618<br>
</div>
Li Yuan-Lung | 25 May 2012 09:24
Picon

Re: Build problem in Ubuntu 12.04 LTS

Dear Stuart Hughes,
Did you try the ltib build with the Ubuntu 12.04?
Do you have any other suggestions?

Henry

2012/5/14 Li Yuan-Lung <henry.li <at> climax.com.tw>
Dear Stuart Hughes,
I have try your debug message and the log as attachment.

Thank you very much!

Henry

2012/5/11 Stuart Hughes <seh <at> zee2.com>
Hi Henry,

There's not much point downloading this directly as there will be many more downloads needed later on.

I have not got this Ubuntu, so I have to guess a little.  Can you put this change in to see if LTIB is actually trying to get the file.  If it is, add some more debugs to try to figure out what's going on.  The odd thing is it appears that the get_file function is not doing anything (or not being called):

Index: bin/Ltibutils.pm
===================================================================
RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v
retrieving revision 1.38
diff -u -r1.38 Ltibutils.pm
--- bin/Ltibutils.pm    7 Aug 2011 15:05:53 -0000    1.38
+++ bin/Ltibutils.pm    11 May 2012 10:01:36 -0000
<at> <at> -254,6 +254,7 <at> <at>
 sub get_file
 {
     my ($url, $cf, $force_md5) = <at> _;
+warn "get_file: <at> _";
     warn("no url passed"), return unless $url;
     warn("lpp: $cf->{lpp} is not a directory"), return unless -d $cf->{lpp};
     my ($path,  $refmd5);

Regards, Stuart


On 10/05/12 09:00, Li Yuan-Lung wrote:
Dear Stuart,
Attachment is the new log without "-v" option and the diff result.
May I get the package manually as a workaround?

The connection seems no problem to the server. I don't know why the ltib can not get it. Please kindly give me the direct path and tell me local placement folder(is it "/tmp/rpm_xxx/" or "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget command.

Henry


2012/5/10 Stuart Hughes <seh <at> zee2.com>
Hi Henry,

This is a different error:


Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2539.
traceback:
 main::check_rpm_setup:2539

 main::host_checks:1520
  main:561

 which indicates that ltib was not able to download the source file. Is your network connection okay? ltib will try to connect to http://bitshrine.org/.... to get files on demand.

Can you re-run without the -v option and cut and paste any relevant lines. Also if you've made changes show what they are (a cvs diff -u).

Regards, Stuart



On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:
Dear Stuart,
Here is the result,

   ~/prjs/ltib$ rpm --force-debian
   ~/prjs/ltib$ echo $?
   0


I have change the line in ./ltib but still got a stuck as attachment. Please kindly check. Thank you very much!


Henry

2012/5/6 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>


   Hi Li,

   This is a new distro, so I guess something yet again changed.

   Can you send me the output at the command line of the following
   commands:

   rpm --force-debian
   echo $?

   I want to see:
          1. If it has this option
          2. If it returns an error, if not.

   There's check at line 2518 that's supposed to handle whether or
   not that
   flag is used.  Some versions of distros need it.

   Regards, Stuart

   On 04/05/12 10:10, Li Yuan-Lung wrote:
   > Dear Ltib members,
   > Our company is considered to use the Ubuntu 12.04 LTS for the
   long term
   > support requirement.
   > After I setup the environment. The ltib seems to have an old
   problem,
   > which always build fail at "rpm-fs" package.
   > I am still finding the solution, please kindly have some
   suggestion for
   > me, thank you very much!
   >
   > Below is the content of host_config.log:
   >
   >     rpmdb: --force-debian: unknown option
   >
   >     Processing platform: host support
   >     ===================================
   >
   >     Processing: rpm-fs
   >     ====================
   >     Build path taken because: no prebuilt rpm,
   >     Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
   >     Died at ./ltib line 2538.
   >     traceback:
   >      main::check_rpm_setup:2538
   >       main::host_checks:1520
   >        main:561
   >
   >
   >     Started: Fri May  4 17:04:13 2012
   >     Ended:   Fri May  4 17:04:17 2012
   >     Elapsed: 4 seconds
   >
   >     Use of uninitialized value in concatenation (.) or string at
   ./ltib
   >     line 2858.
   >     Use of uninitialized value in concatenation (.) or string at
   ./ltib
   >     line 2858.
   >     VERSION          : 11.4.1
   >     CVS_VERSION      : $Revision: 1.86 $ (Savannah)
   >     PLATFORM         : host
   >     GNUTARCH         : i686
   >     TOOLCHAIN        :
   >     TOOLCHAIN_CFLAGS :
   >
   >     These packages failed to build:
   >     rpm-fs
   >
   >     Build Failed
   >
   >






--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>






--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618




--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618



--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618
<div>
<p>Dear Stuart Hughes,<br>Did you try the ltib build with the Ubuntu 12.04?<br>Do you have any other suggestions?<br><br>Henry<br><br></p>
<div class="gmail_quote">2012/5/14 Li Yuan-Lung <span dir="ltr">&lt;<a href="mailto:henry.li <at> climax.com.tw" target="_blank">henry.li <at> climax.com.tw</a>&gt;</span><br><blockquote class="gmail_quote">Dear Stuart Hughes,<br>I have try your debug message and the log as attachment.<div class="im HOEnZb">
<br>Thank you very much!<br><br>Henry<br><br>
</div>
<div class="HOEnZb"><div class="h5">
<div class="gmail_quote">2012/5/11 Stuart Hughes <span dir="ltr">&lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">

  

  
  <div bgcolor="#ffffff" text="#000000">
    Hi Henry,<br><br>
    There's not much point downloading this directly as there will be
    many more downloads needed later on.<br><br>
    I have not got this Ubuntu, so I have to guess a little.&nbsp; Can you
    put this change in to see if LTIB is actually trying to get the
    file.&nbsp; If it is, add some more debugs to try to figure out what's
    going on.&nbsp; The odd thing is it appears that the get_file function is
    not doing anything (or not being called):<br><br>Index: bin/Ltibutils.pm<br>
===================================================================<br>
      RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v<br>
      retrieving revision 1.38<br>
      diff -u -r1.38 Ltibutils.pm<br>
      --- bin/Ltibutils.pm&nbsp;&nbsp;&nbsp; 7 Aug 2011 15:05:53 -0000&nbsp;&nbsp;&nbsp; 1.38<br>
      +++ bin/Ltibutils.pm&nbsp;&nbsp;&nbsp; 11 May 2012 10:01:36 -0000<br>
       <at>  <at>  -254,6 +254,7  <at>  <at> <br>
      &nbsp;sub get_file<br>
      &nbsp;{<br>
      &nbsp;&nbsp;&nbsp;&nbsp; my ($url, $cf, $force_md5) =  <at> _;<br>
      +warn "get_file:  <at> _";<br>
      &nbsp;&nbsp;&nbsp;&nbsp; warn("no url passed"), return unless $url;<br>
      &nbsp;&nbsp;&nbsp;&nbsp; warn("lpp: $cf-&gt;{lpp} is not a directory"), return unless
      -d $cf-&gt;{lpp};<br>
      &nbsp;&nbsp;&nbsp;&nbsp; my ($path,&nbsp; $refmd5);<br><br>
    Regards, Stuart<div><div>
<br><br>
    On 10/05/12 09:00, Li Yuan-Lung wrote:
    <blockquote type="cite">Dear Stuart,<br>
      Attachment is the new log without "-v" option and the diff result.<br>
      May I get the package manually as a workaround?<br><br>
      The connection seems no problem to the server. I don't know why
      the ltib can not get it. Please kindly give me the direct path and
      tell me local placement folder(is it "/tmp/rpm_xxx/" or
      "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget command.<br><br>
      Henry<br><br><br><div class="gmail_quote">2012/5/10 Stuart Hughes <span dir="ltr">&lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">
          Hi Henry,<br><br>
          This is a different error:
          <div>
<br><br>
            Build path taken because: no prebuilt rpm,<br>
            Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
</div>
          Died at ./ltib line 2539.<br>
          traceback:<br>
          &nbsp;main::check_rpm_setup:2539
          <div>
<br>
            &nbsp;main::host_checks:1520<br>
            &nbsp; main:561<br><br>
</div>
          &nbsp;which indicates that ltib was not able to download the source
          file. Is your network connection okay? ltib will try to
          connect to <a href="http://bitshrine.org/.." target="_blank">http://bitshrine.org/..</a>..
          to get files on demand.<br><br>
          Can you re-run without the -v option and cut and paste any
          relevant lines. Also if you've made changes show what they are
          (a cvs diff -u).<br><br>
          Regards, Stuart
          <div>
<br><br><br>
            On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:<br>
</div>
          <blockquote class="gmail_quote">
            <div>
              Dear Stuart,<br>
              Here is the result,<br><br>
              &nbsp; &nbsp;~/prjs/ltib$ rpm --force-debian<br>
              &nbsp; &nbsp;~/prjs/ltib$ echo $?<br>
              &nbsp; &nbsp;0<br><br><br>
              I have change the line in ./ltib but still got a stuck as
              attachment. Please kindly check. Thank you very much!<br><br><br>
              Henry<br><br>
</div>
            2012/5/6 Stuart Hughes &lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>
            &lt;mailto:<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;&gt;
            <div>
              <div>
<br><br>
                &nbsp; &nbsp;Hi Li,<br><br>
                &nbsp; &nbsp;This is a new distro, so I guess something yet again
                changed.<br><br>
                &nbsp; &nbsp;Can you send me the output at the command line of the
                following<br>
                &nbsp; &nbsp;commands:<br><br>
                &nbsp; &nbsp;rpm --force-debian<br>
                &nbsp; &nbsp;echo $?<br><br>
                &nbsp; &nbsp;I want to see:<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1. If it has this option<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2. If it returns an error, if not.<br><br>
                &nbsp; &nbsp;There's check at line 2518 that's supposed to handle
                whether or<br>
                &nbsp; &nbsp;not that<br>
                &nbsp; &nbsp;flag is used. &nbsp;Some versions of distros need it.<br><br>
                &nbsp; &nbsp;Regards, Stuart<br><br>
                &nbsp; &nbsp;On 04/05/12 10:10, Li Yuan-Lung wrote:<br>
                &nbsp; &nbsp;&gt; Dear Ltib members,<br>
                &nbsp; &nbsp;&gt; Our company is considered to use the Ubuntu
                12.04 LTS for the<br>
                &nbsp; &nbsp;long term<br>
                &nbsp; &nbsp;&gt; support requirement.<br>
                &nbsp; &nbsp;&gt; After I setup the environment. The ltib seems to
                have an old<br>
                &nbsp; &nbsp;problem,<br>
                &nbsp; &nbsp;&gt; which always build fail at "rpm-fs" package.<br>
                &nbsp; &nbsp;&gt; I am still finding the solution, please kindly
                have some<br>
                &nbsp; &nbsp;suggestion for<br>
                &nbsp; &nbsp;&gt; me, thank you very much!<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; Below is the content of host_config.log:<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpmdb: --force-debian: unknown option<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing platform: host support<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; ===================================<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing: rpm-fs<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; ====================<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build path taken because: no prebuilt rpm,<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Can't get: rpm-4.0.4.tar.gz at ./ltib line
                834.<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Died at ./ltib line 2538.<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; traceback:<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp;main::check_rpm_setup:2538<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; main::host_checks:1520<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp;main:561<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Started: Fri May &nbsp;4 17:04:13 2012<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Ended: &nbsp; Fri May &nbsp;4 17:04:17 2012<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Elapsed: 4 seconds<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation
                (.) or string at<br>
                &nbsp; &nbsp;./ltib<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation
                (.) or string at<br>
                &nbsp; &nbsp;./ltib<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; VERSION &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: 11.4.1<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; CVS_VERSION &nbsp; &nbsp; &nbsp;: $Revision: 1.86 $
                (Savannah)<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; PLATFORM &nbsp; &nbsp; &nbsp; &nbsp; : host<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; GNUTARCH &nbsp; &nbsp; &nbsp; &nbsp; : i686<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN &nbsp; &nbsp; &nbsp; &nbsp;:<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN_CFLAGS :<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; These packages failed to build:<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpm-fs<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build Failed<br>
                &nbsp; &nbsp;&gt;<br>
                &nbsp; &nbsp;&gt;<br><br><br><br><br><br><br>
                -- <br>
                Best Regards,<br><br>
                Henry Li<br>
                SW Engineer of Climax Co.<br>
</div>
            </div>
            TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001
              ext.231</a> &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
            FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a>
            &lt;tel:%2B886-2-2792-6618&gt;<br>
</blockquote>
          <br><br><br>
</blockquote>
      </div>
      <br><br clear="all"><br>
      -- <br>
      Best Regards,<br><br>
      Henry Li<br>
      SW Engineer of Climax Co.<br>
      TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001 ext.231</a><br>
      FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a><br>
</blockquote>
    <br>
</div></div>
</div>

</blockquote>
</div>
<br><br clear="all"><br>-- <br>Best Regards,<br><br>Henry Li<br>SW Engineer of Climax Co.<br>TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001 ext.231</a><br>

FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a><br>
</div></div>
</blockquote>
</div>
<br><br clear="all"><br>-- <br>Best Regards,<br><br>Henry Li<br>SW Engineer of Climax Co.<br>TEL: +886-2-2794-0001 ext.231<br>FAX: +886-2-2792-6618<br>
</div>
Stuart Hughes | 25 May 2012 09:45

Re: Build problem in Ubuntu 12.04 LTS

Hi Henry,

Unfortunately I don't have Ubuntu 12.04 or the time to install it.  If anyone has a machine setup that I could log into and take a look, that would help (I would need sudo access for though).

Sorry about that, but work pressures call me to other things.

Regards, Stuart

On 25/05/12 08:24, Li Yuan-Lung wrote:
Dear Stuart Hughes,
Did you try the ltib build with the Ubuntu 12.04?
Do you have any other suggestions?

Henry

2012/5/14 Li Yuan-Lung <henry.li <at> climax.com.tw>
Dear Stuart Hughes,
I have try your debug message and the log as attachment.

Thank you very much!

Henry

2012/5/11 Stuart Hughes <seh <at> zee2.com>
Hi Henry,

There's not much point downloading this directly as there will be many more downloads needed later on.

I have not got this Ubuntu, so I have to guess a little.  Can you put this change in to see if LTIB is actually trying to get the file.  If it is, add some more debugs to try to figure out what's going on.  The odd thing is it appears that the get_file function is not doing anything (or not being called):

Index: bin/Ltibutils.pm
===================================================================
RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v
retrieving revision 1.38
diff -u -r1.38 Ltibutils.pm
--- bin/Ltibutils.pm    7 Aug 2011 15:05:53 -0000    1.38
+++ bin/Ltibutils.pm    11 May 2012 10:01:36 -0000
<at> <at> -254,6 +254,7 <at> <at>
 sub get_file
 {
     my ($url, $cf, $force_md5) = <at> _;
+warn "get_file: <at> _";
     warn("no url passed"), return unless $url;
     warn("lpp: $cf->{lpp} is not a directory"), return unless -d $cf->{lpp};
     my ($path,  $refmd5);

Regards, Stuart


On 10/05/12 09:00, Li Yuan-Lung wrote:
Dear Stuart,
Attachment is the new log without "-v" option and the diff result.
May I get the package manually as a workaround?

The connection seems no problem to the server. I don't know why the ltib can not get it. Please kindly give me the direct path and tell me local placement folder(is it "/tmp/rpm_xxx/" or "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget command.

Henry


2012/5/10 Stuart Hughes <seh <at> zee2.com>
Hi Henry,

This is a different error:


Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2539.
traceback:
 main::check_rpm_setup:2539

 main::host_checks:1520
  main:561

 which indicates that ltib was not able to download the source file. Is your network connection okay? ltib will try to connect to http://bitshrine.org/.... to get files on demand.

Can you re-run without the -v option and cut and paste any relevant lines. Also if you've made changes show what they are (a cvs diff -u).

Regards, Stuart



On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:
Dear Stuart,
Here is the result,

   ~/prjs/ltib$ rpm --force-debian
   ~/prjs/ltib$ echo $?
   0


I have change the line in ./ltib but still got a stuck as attachment. Please kindly check. Thank you very much!


Henry

2012/5/6 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>


   Hi Li,

   This is a new distro, so I guess something yet again changed.

   Can you send me the output at the command line of the following
   commands:

   rpm --force-debian
   echo $?

   I want to see:
          1. If it has this option
          2. If it returns an error, if not.

   There's check at line 2518 that's supposed to handle whether or
   not that
   flag is used.  Some versions of distros need it.

   Regards, Stuart

   On 04/05/12 10:10, Li Yuan-Lung wrote:
   > Dear Ltib members,
   > Our company is considered to use the Ubuntu 12.04 LTS for the
   long term
   > support requirement.
   > After I setup the environment. The ltib seems to have an old
   problem,
   > which always build fail at "rpm-fs" package.
   > I am still finding the solution, please kindly have some
   suggestion for
   > me, thank you very much!
   >
   > Below is the content of host_config.log:
   >
   >     rpmdb: --force-debian: unknown option
   >
   >     Processing platform: host support
   >     ===================================
   >
   >     Processing: rpm-fs
   >     ====================
   >     Build path taken because: no prebuilt rpm,
   >     Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
   >     Died at ./ltib line 2538.
   >     traceback:
   >      main::check_rpm_setup:2538
   >       main::host_checks:1520
   >        main:561
   >
   >
   >     Started: Fri May  4 17:04:13 2012
   >     Ended:   Fri May  4 17:04:17 2012
   >     Elapsed: 4 seconds
   >
   >     Use of uninitialized value in concatenation (.) or string at
   ./ltib
   >     line 2858.
   >     Use of uninitialized value in concatenation (.) or string at
   ./ltib
   >     line 2858.
   >     VERSION          : 11.4.1
   >     CVS_VERSION      : $Revision: 1.86 $ (Savannah)
   >     PLATFORM         : host
   >     GNUTARCH         : i686
   >     TOOLCHAIN        :
   >     TOOLCHAIN_CFLAGS :
   >
   >     These packages failed to build:
   >     rpm-fs
   >
   >     Build Failed
   >
   >






--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>






--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618




--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618



--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618

<div>
    Hi Henry,<br><br>
    Unfortunately I don't have Ubuntu 12.04 or the time to install it.&nbsp;
    If anyone has a machine setup that I could log into and take a look,
    that would help (I would need sudo access for though).<br><br>
    Sorry about that, but work pressures call me to other things.<br><br>
    Regards, Stuart<br><br>
    On 25/05/12 08:24, Li Yuan-Lung wrote:
    <blockquote cite="mid:CACbfYDtzaowF9tOHSz87nY+nU0u9kJTe0SgZeMgaMFGPzbHJAA <at> mail.gmail.com" type="cite">Dear Stuart Hughes,<br>
      Did you try the ltib build with the Ubuntu 12.04?<br>
      Do you have any other suggestions?<br><br>
      Henry<br><br><div class="gmail_quote">2012/5/14 Li Yuan-Lung <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:henry.li <at> climax.com.tw" target="_blank">henry.li <at> climax.com.tw</a>&gt;</span><br><blockquote class="gmail_quote">Dear Stuart Hughes,<br>
          I have try your debug message and the log as attachment.
          <div class="im HOEnZb">
<br>
            Thank you very much!<br><br>
            Henry<br><br>
</div>
          <div class="HOEnZb">
            <div class="h5">
              <div class="gmail_quote">2012/5/11 Stuart Hughes <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">
                  <div bgcolor="#ffffff" text="#000000"> Hi Henry,<br><br>
                    There's not much point downloading this directly as
                    there will be many more downloads needed later on.<br><br>
                    I have not got this Ubuntu, so I have to guess a
                    little.&nbsp; Can you put this change in to see if LTIB
                    is actually trying to get the file.&nbsp; If it is, add
                    some more debugs to try to figure out what's going
                    on.&nbsp; The odd thing is it appears that the get_file
                    function is not doing anything (or not being
                    called):<br><br>Index: bin/Ltibutils.pm<br>
===================================================================<br>
                      RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v<br>
                      retrieving revision 1.38<br>
                      diff -u -r1.38 Ltibutils.pm<br>
                      --- bin/Ltibutils.pm&nbsp;&nbsp;&nbsp; 7 Aug 2011 15:05:53
                      -0000&nbsp;&nbsp;&nbsp; 1.38<br>
                      +++ bin/Ltibutils.pm&nbsp;&nbsp;&nbsp; 11 May 2012 10:01:36 -0000<br>
                       <at>  <at>  -254,6 +254,7  <at>  <at> <br>
                      &nbsp;sub get_file<br>
                      &nbsp;{<br>
                      &nbsp;&nbsp;&nbsp;&nbsp; my ($url, $cf, $force_md5) =  <at> _;<br>
                      +warn "get_file:  <at> _";<br>
                      &nbsp;&nbsp;&nbsp;&nbsp; warn("no url passed"), return unless $url;<br>
                      &nbsp;&nbsp;&nbsp;&nbsp; warn("lpp: $cf-&gt;{lpp} is not a
                      directory"), return unless -d $cf-&gt;{lpp};<br>
                      &nbsp;&nbsp;&nbsp;&nbsp; my ($path,&nbsp; $refmd5);<br><br>
                    Regards, Stuart
                    <div>
                      <div>
<br><br>
                        On 10/05/12 09:00, Li Yuan-Lung wrote:
                        <blockquote type="cite">Dear Stuart,<br>
                          Attachment is the new log without "-v" option
                          and the diff result.<br>
                          May I get the package manually as a
                          workaround?<br><br>
                          The connection seems no problem to the server.
                          I don't know why the ltib can not get it.
                          Please kindly give me the direct path and tell
                          me local placement folder(is it
                          "/tmp/rpm_xxx/" or "/tmp/rpm_xxx/RPMS" ?), I
                          want to try it by using wget command.<br><br>
                          Henry<br><br><br><div class="gmail_quote">2012/5/10 Stuart
                            Hughes <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote"> Hi Henry,<br><br>
                              This is a different error:
                              <div>
<br><br>
                                Build path taken because: no prebuilt
                                rpm,<br>
                                Can't get: rpm-4.0.4.tar.gz at ./ltib
                                line 834.<br>
</div>
                              Died at ./ltib line 2539.<br>
                              traceback:<br>
                              &nbsp;main::check_rpm_setup:2539
                              <div>
<br>
                                &nbsp;main::host_checks:1520<br>
                                &nbsp; main:561<br><br>
</div>
                              &nbsp;which indicates that ltib was not able to
                              download the source file. Is your network
                              connection okay? ltib will try to connect
                              to <a moz-do-not-send="true" href="http://bitshrine.org/.." target="_blank">http://bitshrine.org/..</a>..

                              to get files on demand.<br><br>
                              Can you re-run without the -v option and
                              cut and paste any relevant lines. Also if
                              you've made changes show what they are (a
                              cvs diff -u).<br><br>
                              Regards, Stuart
                              <div>
<br><br><br>
                                On 05/07/2012 02:48 AM, Li Yuan-Lung
                                wrote:<br>
</div>
                              <blockquote class="gmail_quote">
                                <div> Dear Stuart,<br>
                                  Here is the result,<br><br>
                                  &nbsp; &nbsp;~/prjs/ltib$ rpm --force-debian<br>
                                  &nbsp; &nbsp;~/prjs/ltib$ echo $?<br>
                                  &nbsp; &nbsp;0<br><br><br>
                                  I have change the line in ./ltib but
                                  still got a stuck as attachment.
                                  Please kindly check. Thank you very
                                  much!<br><br><br>
                                  Henry<br><br>
</div>
                                2012/5/6 Stuart Hughes &lt;<a moz-do-not-send="true" href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>
                                &lt;mailto:<a moz-do-not-send="true" href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;&gt;

                                <div>
                                  <div>
<br><br>
                                    &nbsp; &nbsp;Hi Li,<br><br>
                                    &nbsp; &nbsp;This is a new distro, so I guess
                                    something yet again changed.<br><br>
                                    &nbsp; &nbsp;Can you send me the output at the
                                    command line of the following<br>
                                    &nbsp; &nbsp;commands:<br><br>
                                    &nbsp; &nbsp;rpm --force-debian<br>
                                    &nbsp; &nbsp;echo $?<br><br>
                                    &nbsp; &nbsp;I want to see:<br>
                                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1. If it has this option<br>
                                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2. If it returns an error,
                                    if not.<br><br>
                                    &nbsp; &nbsp;There's check at line 2518 that's
                                    supposed to handle whether or<br>
                                    &nbsp; &nbsp;not that<br>
                                    &nbsp; &nbsp;flag is used. &nbsp;Some versions of
                                    distros need it.<br><br>
                                    &nbsp; &nbsp;Regards, Stuart<br><br>
                                    &nbsp; &nbsp;On 04/05/12 10:10, Li Yuan-Lung
                                    wrote:<br>
                                    &nbsp; &nbsp;&gt; Dear Ltib members,<br>
                                    &nbsp; &nbsp;&gt; Our company is considered to
                                    use the Ubuntu 12.04 LTS for the<br>
                                    &nbsp; &nbsp;long term<br>
                                    &nbsp; &nbsp;&gt; support requirement.<br>
                                    &nbsp; &nbsp;&gt; After I setup the
                                    environment. The ltib seems to have
                                    an old<br>
                                    &nbsp; &nbsp;problem,<br>
                                    &nbsp; &nbsp;&gt; which always build fail at
                                    "rpm-fs" package.<br>
                                    &nbsp; &nbsp;&gt; I am still finding the
                                    solution, please kindly have some<br>
                                    &nbsp; &nbsp;suggestion for<br>
                                    &nbsp; &nbsp;&gt; me, thank you very much!<br>
                                    &nbsp; &nbsp;&gt;<br>
                                    &nbsp; &nbsp;&gt; Below is the content of
                                    host_config.log:<br>
                                    &nbsp; &nbsp;&gt;<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpmdb: --force-debian:
                                    unknown option<br>
                                    &nbsp; &nbsp;&gt;<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing platform:
                                    host support<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp;
                                    ===================================<br>
                                    &nbsp; &nbsp;&gt;<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing: rpm-fs<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; ====================<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build path taken
                                    because: no prebuilt rpm,<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; Can't get:
                                    rpm-4.0.4.tar.gz at ./ltib line 834.<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; Died at ./ltib line
                                    2538.<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; traceback:<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp;
                                    &nbsp;main::check_rpm_setup:2538<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; main::host_checks:1520<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp;main:561<br>
                                    &nbsp; &nbsp;&gt;<br>
                                    &nbsp; &nbsp;&gt;<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; Started: Fri May &nbsp;4
                                    17:04:13 2012<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; Ended: &nbsp; Fri May &nbsp;4
                                    17:04:17 2012<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; Elapsed: 4 seconds<br>
                                    &nbsp; &nbsp;&gt;<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized
                                    value in concatenation (.) or string
                                    at<br>
                                    &nbsp; &nbsp;./ltib<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized
                                    value in concatenation (.) or string
                                    at<br>
                                    &nbsp; &nbsp;./ltib<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; VERSION &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:
                                    11.4.1<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; CVS_VERSION &nbsp; &nbsp; &nbsp;:
                                    $Revision: 1.86 $ (Savannah)<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; PLATFORM &nbsp; &nbsp; &nbsp; &nbsp; : host<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; GNUTARCH &nbsp; &nbsp; &nbsp; &nbsp; : i686<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN &nbsp; &nbsp; &nbsp; &nbsp;:<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN_CFLAGS :<br>
                                    &nbsp; &nbsp;&gt;<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; These packages failed to
                                    build:<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpm-fs<br>
                                    &nbsp; &nbsp;&gt;<br>
                                    &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build Failed<br>
                                    &nbsp; &nbsp;&gt;<br>
                                    &nbsp; &nbsp;&gt;<br><br><br><br><br><br><br>
                                    -- <br>
                                    Best Regards,<br><br>
                                    Henry Li<br>
                                    SW Engineer of Climax Co.<br>
</div>
                                </div>
                                TEL: <a moz-do-not-send="true" href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001

                                  ext.231</a>
                                &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
                                FAX: <a moz-do-not-send="true" href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a>
                                &lt;tel:%2B886-2-2792-6618&gt;<br>
</blockquote>
                              <br><br><br>
</blockquote>
                          </div>
                          <br><br clear="all"><br>
                          -- <br>
                          Best Regards,<br><br>
                          Henry Li<br>
                          SW Engineer of Climax Co.<br>
                          TEL: <a moz-do-not-send="true" href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001
                            ext.231</a><br>
                          FAX: <a moz-do-not-send="true" href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a><br>
</blockquote>
                        <br>
</div>
                    </div>
                  </div>
                </blockquote>
              </div>
              <br><br clear="all"><br>
              -- <br>
              Best Regards,<br><br>
              Henry Li<br>
              SW Engineer of Climax Co.<br>
              TEL: <a moz-do-not-send="true" href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001
                ext.231</a><br>
              FAX: <a moz-do-not-send="true" href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a><br>
</div>
          </div>
        </blockquote>
      </div>
      <br><br clear="all"><br>
      -- <br>
      Best Regards,<br><br>
      Henry Li<br>
      SW Engineer of Climax Co.<br>
      TEL: +886-2-2794-0001 ext.231<br>
      FAX: +886-2-2792-6618<br>
</blockquote>
    <br>
</div>
Stuart Hughes | 1 Jul 2012 20:36

Ubuntu 12.04 compatibility (was Re: Build problem in Ubuntu 12.04 LTS)

Hi everyone,

I managed to get some time to test LTIB on Ubuntu 12.04 (Xubuntu, 32
bit).  There were no significant changes needed, although I checked in
some minor changes to clear some warning messages (the force-debian one).

So if you want to try on Ubuntu 12.04 and you check-out the latest from
CVS and follow these step, you should be successful.

---+ Steps to install LTIB on Ubuntu 12.04

Install dependencies (yours may vary):

	sudo apt-get install g++ zlib1g-dev rpm libncurses5-dev patch

	sudo visudo

Add a line to enable sudo for your username.  For example mine is seh
and this is what I added at the end of the file:

	seh ALL = NOPASSWD: /usr/bin/rpm, /opt/ltib/usr/bin/rpm

Run ltib after CVS checkout:

	./ltib

Regards, Stuart

On 25/05/12 08:45, Stuart Hughes wrote:
> Hi Henry,
> 
> Unfortunately I don't have Ubuntu 12.04 or the time to install it.  If
> anyone has a machine setup that I could log into and take a look, that
> would help (I would need sudo access for though).
> 
> Sorry about that, but work pressures call me to other things.
> 
> Regards, Stuart
> 
> On 25/05/12 08:24, Li Yuan-Lung wrote:
>> Dear Stuart Hughes,
>> Did you try the ltib build with the Ubuntu 12.04?
>> Do you have any other suggestions?
>>
>> Henry
>>
>> 2012/5/14 Li Yuan-Lung <henry.li <at> climax.com.tw
>> <mailto:henry.li <at> climax.com.tw>>
>>
>>     Dear Stuart Hughes,
>>     I have try your debug message and the log as attachment.
>>
>>     Thank you very much!
>>
>>     Henry
>>
>>     2012/5/11 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>
>>
>>         Hi Henry,
>>
>>         There's not much point downloading this directly as there will
>>         be many more downloads needed later on.
>>
>>         I have not got this Ubuntu, so I have to guess a little.  Can
>>         you put this change in to see if LTIB is actually trying to
>>         get the file.  If it is, add some more debugs to try to figure
>>         out what's going on.  The odd thing is it appears that the
>>         get_file function is not doing anything (or not being called):
>>
>>         Index: bin/Ltibutils.pm
>>         ===================================================================
>>         RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v
>>         retrieving revision 1.38
>>         diff -u -r1.38 Ltibutils.pm
>>         --- bin/Ltibutils.pm    7 Aug 2011 15:05:53 -0000    1.38
>>         +++ bin/Ltibutils.pm    11 May 2012 10:01:36 -0000
>>          <at>  <at>  -254,6 +254,7  <at>  <at> 
>>          sub get_file
>>          {
>>              my ($url, $cf, $force_md5) =  <at> _;
>>         +warn "get_file:  <at> _";
>>              warn("no url passed"), return unless $url;
>>              warn("lpp: $cf->{lpp} is not a directory"), return unless
>>         -d $cf->{lpp};
>>              my ($path,  $refmd5);
>>
>>         Regards, Stuart
>>
>>
>>         On 10/05/12 09:00, Li Yuan-Lung wrote:
>>>         Dear Stuart,
>>>         Attachment is the new log without "-v" option and the diff
>>>         result.
>>>         May I get the package manually as a workaround?
>>>
>>>         The connection seems no problem to the server. I don't know
>>>         why the ltib can not get it. Please kindly give me the direct
>>>         path and tell me local placement folder(is it "/tmp/rpm_xxx/"
>>>         or "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget
>>>         command.
>>>
>>>         Henry
>>>
>>>
>>>         2012/5/10 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>
>>>
>>>             Hi Henry,
>>>
>>>             This is a different error:
>>>
>>>
>>>             Build path taken because: no prebuilt rpm,
>>>             Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
>>>             Died at ./ltib line 2539.
>>>             traceback:
>>>              main::check_rpm_setup:2539
>>>
>>>              main::host_checks:1520
>>>               main:561
>>>
>>>              which indicates that ltib was not able to download the
>>>             source file. Is your network connection okay? ltib will
>>>             try to connect to http://bitshrine.org/.... to get files
>>>             on demand.
>>>
>>>             Can you re-run without the -v option and cut and paste
>>>             any relevant lines. Also if you've made changes show what
>>>             they are (a cvs diff -u).
>>>
>>>             Regards, Stuart
>>>
>>>
>>>
>>>             On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:
>>>
>>>                 Dear Stuart,
>>>                 Here is the result,
>>>
>>>                    ~/prjs/ltib$ rpm --force-debian
>>>                    ~/prjs/ltib$ echo $?
>>>                    0
>>>
>>>
>>>                 I have change the line in ./ltib but still got a
>>>                 stuck as attachment. Please kindly check. Thank you
>>>                 very much!
>>>
>>>
>>>                 Henry
>>>
>>>                 2012/5/6 Stuart Hughes <seh <at> zee2.com
>>>                 <mailto:seh <at> zee2.com> <mailto:seh <at> zee2.com
>>>                 <mailto:seh <at> zee2.com>>>
>>>
>>>
>>>                    Hi Li,
>>>
>>>                    This is a new distro, so I guess something yet
>>>                 again changed.
>>>
>>>                    Can you send me the output at the command line of
>>>                 the following
>>>                    commands:
>>>
>>>                    rpm --force-debian
>>>                    echo $?
>>>
>>>                    I want to see:
>>>                           1. If it has this option
>>>                           2. If it returns an error, if not.
>>>
>>>                    There's check at line 2518 that's supposed to
>>>                 handle whether or
>>>                    not that
>>>                    flag is used.  Some versions of distros need it.
>>>
>>>                    Regards, Stuart
>>>
>>>                    On 04/05/12 10:10, Li Yuan-Lung wrote:
>>>                    > Dear Ltib members,
>>>                    > Our company is considered to use the Ubuntu
>>>                 12.04 LTS for the
>>>                    long term
>>>                    > support requirement.
>>>                    > After I setup the environment. The ltib seems to
>>>                 have an old
>>>                    problem,
>>>                    > which always build fail at "rpm-fs" package.
>>>                    > I am still finding the solution, please kindly
>>>                 have some
>>>                    suggestion for
>>>                    > me, thank you very much!
>>>                    >
>>>                    > Below is the content of host_config.log:
>>>                    >
>>>                    >     rpmdb: --force-debian: unknown option
>>>                    >
>>>                    >     Processing platform: host support
>>>                    >     ===================================
>>>                    >
>>>                    >     Processing: rpm-fs
>>>                    >     ====================
>>>                    >     Build path taken because: no prebuilt rpm,
>>>                    >     Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
>>>                    >     Died at ./ltib line 2538.
>>>                    >     traceback:
>>>                    >      main::check_rpm_setup:2538
>>>                    >       main::host_checks:1520
>>>                    >        main:561
>>>                    >
>>>                    >
>>>                    >     Started: Fri May  4 17:04:13 2012
>>>                    >     Ended:   Fri May  4 17:04:17 2012
>>>                    >     Elapsed: 4 seconds
>>>                    >
>>>                    >     Use of uninitialized value in concatenation
>>>                 (.) or string at
>>>                    ./ltib
>>>                    >     line 2858.
>>>                    >     Use of uninitialized value in concatenation
>>>                 (.) or string at
>>>                    ./ltib
>>>                    >     line 2858.
>>>                    >     VERSION          : 11.4.1
>>>                    >     CVS_VERSION      : $Revision: 1.86 $ (Savannah)
>>>                    >     PLATFORM         : host
>>>                    >     GNUTARCH         : i686
>>>                    >     TOOLCHAIN        :
>>>                    >     TOOLCHAIN_CFLAGS :
>>>                    >
>>>                    >     These packages failed to build:
>>>                    >     rpm-fs
>>>                    >
>>>                    >     Build Failed
>>>                    >
>>>                    >
>>>
>>>
>>>
>>>
>>>
>>>
>>>                 -- 
>>>                 Best Regards,
>>>
>>>                 Henry Li
>>>                 SW Engineer of Climax Co.
>>>                 TEL: +886-2-2794-0001 ext.231
>>>                 <tel:%2B886-2-2794-0001%20ext.231>
>>>                 <tel:%2B886-2-2794-0001%20ext.231>
>>>                 FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>
>>>                 <tel:%2B886-2-2792-6618>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>         -- 
>>>         Best Regards,
>>>
>>>         Henry Li
>>>         SW Engineer of Climax Co.
>>>         TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
>>>         FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>
>>
>>
>>
>>
>>     -- 
>>     Best Regards,
>>
>>     Henry Li
>>     SW Engineer of Climax Co.
>>     TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
>>     FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>
>>
>>
>>
>>
>> -- 
>> Best Regards,
>>
>> Henry Li
>> SW Engineer of Climax Co.
>> TEL: +886-2-2794-0001 ext.231
>> FAX: +886-2-2792-6618
> 
> 
> 
> _______________________________________________
> LTIB home page: http://ltib.org
> 
> Ltib mailing list
> Ltib <at> nongnu.org
> https://lists.nongnu.org/mailman/listinfo/ltib
> 

Li Yuan-Lung | 3 Jul 2012 11:54
Picon

Re: Ubuntu 12.04 compatibility (was Re: Build problem in Ubuntu 12.04 LTS)

Hi Stuart,
After testing, I am still stuck at the rpm-4.0.4.tar.gz get

The error message is still like below:

$ cat /home/henry/prjs/hpgw/ltib/host_config.log

Processing platform: host support
===================================

Processing: rpm-fs
====================
Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2537.
traceback:
 main::check_rpm_setup:2537
  main::host_checks:1520
   main:561


Started: Tue Jul  3 17:48:06 2012
Ended:   Tue Jul  3 17:48:09 2012
Elapsed: 3 seconds

VERSION          : 11.4.1
CVS_VERSION      : $Revision: 1.87 $ (Savannah)
PLATFORM         : host
GNUTARCH         : i686
TOOLCHAIN        :
TOOLCHAIN_CFLAGS :

These packages failed to build:
rpm-fs

Build Failed

Is it possible for me to get the package manually or to check if my firewall block the download link in the script?
Thank you.

Henry


2012/7/2 Stuart Hughes <seh <at> zee2.com>
Hi everyone,

I managed to get some time to test LTIB on Ubuntu 12.04 (Xubuntu, 32
bit).  There were no significant changes needed, although I checked in
some minor changes to clear some warning messages (the force-debian one).

So if you want to try on Ubuntu 12.04 and you check-out the latest from
CVS and follow these step, you should be successful.

---+ Steps to install LTIB on Ubuntu 12.04

Install dependencies (yours may vary):

        sudo apt-get install g++ zlib1g-dev rpm libncurses5-dev patch

        sudo visudo

Add a line to enable sudo for your username.  For example mine is seh
and this is what I added at the end of the file:

        seh ALL = NOPASSWD: /usr/bin/rpm, /opt/ltib/usr/bin/rpm

Run ltib after CVS checkout:

        ./ltib


Regards, Stuart


On 25/05/12 08:45, Stuart Hughes wrote:
> Hi Henry,
>
> Unfortunately I don't have Ubuntu 12.04 or the time to install it.  If
> anyone has a machine setup that I could log into and take a look, that
> would help (I would need sudo access for though).
>
> Sorry about that, but work pressures call me to other things.
>
> Regards, Stuart
>
> On 25/05/12 08:24, Li Yuan-Lung wrote:
>> Dear Stuart Hughes,
>> Did you try the ltib build with the Ubuntu 12.04?
>> Do you have any other suggestions?
>>
>> Henry
>>
>> 2012/5/14 Li Yuan-Lung <henry.li <at> climax.com.tw
>> <mailto:henry.li <at> climax.com.tw>>
>>
>>     Dear Stuart Hughes,
>>     I have try your debug message and the log as attachment.
>>
>>     Thank you very much!
>>
>>     Henry
>>
>>     2012/5/11 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>
>>
>>         Hi Henry,
>>
>>         There's not much point downloading this directly as there will
>>         be many more downloads needed later on.
>>
>>         I have not got this Ubuntu, so I have to guess a little.  Can
>>         you put this change in to see if LTIB is actually trying to
>>         get the file.  If it is, add some more debugs to try to figure
>>         out what's going on.  The odd thing is it appears that the
>>         get_file function is not doing anything (or not being called):
>>
>>         Index: bin/Ltibutils.pm
>>         ===================================================================
>>         RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v
>>         retrieving revision 1.38
>>         diff -u -r1.38 Ltibutils.pm
>>         --- bin/Ltibutils.pm    7 Aug 2011 15:05:53 -0000    1.38
>>         +++ bin/Ltibutils.pm    11 May 2012 10:01:36 -0000
>>         <at> <at> -254,6 +254,7 <at> <at>
>>          sub get_file
>>          {
>>              my ($url, $cf, $force_md5) = <at> _;
>>         +warn "get_file: <at> _";
>>              warn("no url passed"), return unless $url;
>>              warn("lpp: $cf->{lpp} is not a directory"), return unless
>>         -d $cf->{lpp};
>>              my ($path,  $refmd5);
>>
>>         Regards, Stuart
>>
>>
>>         On 10/05/12 09:00, Li Yuan-Lung wrote:
>>>         Dear Stuart,
>>>         Attachment is the new log without "-v" option and the diff
>>>         result.
>>>         May I get the package manually as a workaround?
>>>
>>>         The connection seems no problem to the server. I don't know
>>>         why the ltib can not get it. Please kindly give me the direct
>>>         path and tell me local placement folder(is it "/tmp/rpm_xxx/"
>>>         or "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget
>>>         command.
>>>
>>>         Henry
>>>
>>>
>>>         2012/5/10 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>
>>>
>>>             Hi Henry,
>>>
>>>             This is a different error:
>>>
>>>
>>>             Build path taken because: no prebuilt rpm,
>>>             Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
>>>             Died at ./ltib line 2539.
>>>             traceback:
>>>              main::check_rpm_setup:2539
>>>
>>>              main::host_checks:1520
>>>               main:561
>>>
>>>              which indicates that ltib was not able to download the
>>>             source file. Is your network connection okay? ltib will
>>>             try to connect to http://bitshrine.org/.... to get files
>>>             on demand.
>>>
>>>             Can you re-run without the -v option and cut and paste
>>>             any relevant lines. Also if you've made changes show what
>>>             they are (a cvs diff -u).
>>>
>>>             Regards, Stuart
>>>
>>>
>>>
>>>             On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:
>>>
>>>                 Dear Stuart,
>>>                 Here is the result,
>>>
>>>                    ~/prjs/ltib$ rpm --force-debian
>>>                    ~/prjs/ltib$ echo $?
>>>                    0
>>>
>>>
>>>                 I have change the line in ./ltib but still got a
>>>                 stuck as attachment. Please kindly check. Thank you
>>>                 very much!
>>>
>>>
>>>                 Henry
>>>
>>>                 2012/5/6 Stuart Hughes <seh <at> zee2.com
>>>                 <mailto:seh <at> zee2.com> <mailto:seh <at> zee2.com
>>>                 <mailto:seh <at> zee2.com>>>
>>>
>>>
>>>                    Hi Li,
>>>
>>>                    This is a new distro, so I guess something yet
>>>                 again changed.
>>>
>>>                    Can you send me the output at the command line of
>>>                 the following
>>>                    commands:
>>>
>>>                    rpm --force-debian
>>>                    echo $?
>>>
>>>                    I want to see:
>>>                           1. If it has this option
>>>                           2. If it returns an error, if not.
>>>
>>>                    There's check at line 2518 that's supposed to
>>>                 handle whether or
>>>                    not that
>>>                    flag is used.  Some versions of distros need it.
>>>
>>>                    Regards, Stuart
>>>
>>>                    On 04/05/12 10:10, Li Yuan-Lung wrote:
>>>                    > Dear Ltib members,
>>>                    > Our company is considered to use the Ubuntu
>>>                 12.04 LTS for the
>>>                    long term
>>>                    > support requirement.
>>>                    > After I setup the environment. The ltib seems to
>>>                 have an old
>>>                    problem,
>>>                    > which always build fail at "rpm-fs" package.
>>>                    > I am still finding the solution, please kindly
>>>                 have some
>>>                    suggestion for
>>>                    > me, thank you very much!
>>>                    >
>>>                    > Below is the content of host_config.log:
>>>                    >
>>>                    >     rpmdb: --force-debian: unknown option
>>>                    >
>>>                    >     Processing platform: host support
>>>                    >     ===================================
>>>                    >
>>>                    >     Processing: rpm-fs
>>>                    >     ====================
>>>                    >     Build path taken because: no prebuilt rpm,
>>>                    >     Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
>>>                    >     Died at ./ltib line 2538.
>>>                    >     traceback:
>>>                    >      main::check_rpm_setup:2538
>>>                    >       main::host_checks:1520
>>>                    >        main:561
>>>                    >
>>>                    >
>>>                    >     Started: Fri May  4 17:04:13 2012
>>>                    >     Ended:   Fri May  4 17:04:17 2012
>>>                    >     Elapsed: 4 seconds
>>>                    >
>>>                    >     Use of uninitialized value in concatenation
>>>                 (.) or string at
>>>                    ./ltib
>>>                    >     line 2858.
>>>                    >     Use of uninitialized value in concatenation
>>>                 (.) or string at
>>>                    ./ltib
>>>                    >     line 2858.
>>>                    >     VERSION          : 11.4.1
>>>                    >     CVS_VERSION      : $Revision: 1.86 $ (Savannah)
>>>                    >     PLATFORM         : host
>>>                    >     GNUTARCH         : i686
>>>                    >     TOOLCHAIN        :
>>>                    >     TOOLCHAIN_CFLAGS :
>>>                    >
>>>                    >     These packages failed to build:
>>>                    >     rpm-fs
>>>                    >
>>>                    >     Build Failed
>>>                    >
>>>                    >
>>>
>>>
>>>
>>>
>>>
>>>
>>>                 --
>>>                 Best Regards,
>>>
>>>                 Henry Li
>>>                 SW Engineer of Climax Co.
>>>                 TEL: +886-2-2794-0001 ext.231
>>>                 <tel:%2B886-2-2794-0001%20ext.231>
>>>                 <tel:%2B886-2-2794-0001%20ext.231>
>>>                 FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>
>>>                 <tel:%2B886-2-2792-6618>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>         --
>>>         Best Regards,
>>>
>>>         Henry Li
>>>         SW Engineer of Climax Co.
>>>         TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
>>>         FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>
>>
>>
>>
>>
>>     --
>>     Best Regards,
>>
>>     Henry Li
>>     SW Engineer of Climax Co.
>>     TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
>>     FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>
>>
>>
>>
>>
>> --
>> Best Regards,
>>
>> Henry Li
>> SW Engineer of Climax Co.
>> TEL: +886-2-2794-0001 ext.231
>> FAX: +886-2-2792-6618
>
>
>
> _______________________________________________
> LTIB home page: http://ltib.org
>
> Ltib mailing list
> Ltib <at> nongnu.org
> https://lists.nongnu.org/mailman/listinfo/ltib
>







--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618
<div>
<p>Hi Stuart,<br>After testing, I am still stuck at the rpm-4.0.4.tar.gz get<br><br>The error message is still like below:<br><br></p>
<blockquote class="gmail_quote">

$ cat /home/henry/prjs/hpgw/ltib/host_config.log<br><br>Processing platform: host support<br>===================================<br><br>Processing: rpm-fs<br>====================<br>Build path taken because: no prebuilt rpm, <br>

Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>Died at ./ltib line 2537.<br>traceback:<br>&nbsp;main::check_rpm_setup:2537<br>&nbsp; main::host_checks:1520<br>&nbsp;&nbsp; main:561<br><br><br>Started: Tue Jul&nbsp; 3 17:48:06 2012<br>Ended:&nbsp;&nbsp; Tue Jul&nbsp; 3 17:48:09 2012<br>

Elapsed: 3 seconds<br><br>VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 11.4.1<br>CVS_VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : $Revision: 1.87 $ (Savannah)<br>PLATFORM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : host<br>GNUTARCH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : i686<br>TOOLCHAIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : <br>TOOLCHAIN_CFLAGS : <br><br>These packages failed to build:<br>

rpm-fs <br><br>Build Failed<br>
</blockquote>
<br>Is it possible for me to get the package manually or to check if my firewall block the download link in the script?<br>Thank you.<br><br>Henry<br><br><br><div class="gmail_quote">

2012/7/2 Stuart Hughes <span dir="ltr">&lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">

Hi everyone,<br><br>
I managed to get some time to test LTIB on Ubuntu 12.04 (Xubuntu, 32<br>
bit). &nbsp;There were no significant changes needed, although I checked in<br>
some minor changes to clear some warning messages (the force-debian one).<br><br>
So if you want to try on Ubuntu 12.04 and you check-out the latest from<br>
CVS and follow these step, you should be successful.<br><br>
---+ Steps to install LTIB on Ubuntu 12.04<br><br>
Install dependencies (yours may vary):<br><br>
&nbsp; &nbsp; &nbsp; &nbsp; sudo apt-get install g++ zlib1g-dev rpm libncurses5-dev patch<br><br>
&nbsp; &nbsp; &nbsp; &nbsp; sudo visudo<br><br>
Add a line to enable sudo for your username. &nbsp;For example mine is seh<br>
and this is what I added at the end of the file:<br><br>
&nbsp; &nbsp; &nbsp; &nbsp; seh ALL = NOPASSWD: /usr/bin/rpm, /opt/ltib/usr/bin/rpm<br><br>
Run ltib after CVS checkout:<br><br>
&nbsp; &nbsp; &nbsp; &nbsp; ./ltib<br><br><br>
Regards, Stuart<br><br><br>
On 25/05/12 08:45, Stuart Hughes wrote:<br>
&gt; Hi Henry,<br>
&gt;<br>
&gt; Unfortunately I don't have Ubuntu 12.04 or the time to install it. &nbsp;If<br>
&gt; anyone has a machine setup that I could log into and take a look, that<br>
&gt; would help (I would need sudo access for though).<br>
&gt;<br>
&gt; Sorry about that, but work pressures call me to other things.<br>
&gt;<br>
&gt; Regards, Stuart<br>
&gt;<br>
&gt; On 25/05/12 08:24, Li Yuan-Lung wrote:<br>
&gt;&gt; Dear Stuart Hughes,<br>
&gt;&gt; Did you try the ltib build with the Ubuntu 12.04?<br>
&gt;&gt; Do you have any other suggestions?<br>
&gt;&gt;<br>
&gt;&gt; Henry<br>
&gt;&gt;<br>
&gt;&gt; 2012/5/14 Li Yuan-Lung &lt;<a href="mailto:henry.li <at> climax.com.tw">henry.li <at> climax.com.tw</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:henry.li <at> climax.com.tw">henry.li <at> climax.com.tw</a>&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Dear Stuart Hughes,<br>
&gt;&gt; &nbsp; &nbsp; I have try your debug message and the log as attachment.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Thank you very much!<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Henry<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; 2012/5/11 Stuart Hughes &lt;<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a> &lt;mailto:<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Hi Henry,<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; There's not much point downloading this directly as there will<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; be many more downloads needed later on.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; I have not got this Ubuntu, so I have to guess a little. &nbsp;Can<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; you put this change in to see if LTIB is actually trying to<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; get the file. &nbsp;If it is, add some more debugs to try to figure<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; out what's going on. &nbsp;The odd thing is it appears that the<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; get_file function is not doing anything (or not being called):<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Index: bin/Ltibutils.pm<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; ===================================================================<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; retrieving revision 1.38<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; diff -u -r1.38 Ltibutils.pm<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; --- bin/Ltibutils.pm &nbsp; &nbsp;7 Aug 2011 15:05:53 -0000 &nbsp; &nbsp;1.38<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; +++ bin/Ltibutils.pm &nbsp; &nbsp;11 May 2012 10:01:36 -0000<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;  <at>  <at>  -254,6 +254,7  <at>  <at> <br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sub get_file<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;my ($url, $cf, $force_md5) =  <at> _;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; +warn "get_file:  <at> _";<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;warn("no url passed"), return unless $url;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;warn("lpp: $cf-&gt;{lpp} is not a directory"), return unless<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; -d $cf-&gt;{lpp};<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;my ($path, &nbsp;$refmd5);<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Regards, Stuart<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; On 10/05/12 09:00, Li Yuan-Lung wrote:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Dear Stuart,<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Attachment is the new log without "-v" option and the diff<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; result.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; May I get the package manually as a workaround?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; The connection seems no problem to the server. I don't know<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; why the ltib can not get it. Please kindly give me the direct<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; path and tell me local placement folder(is it "/tmp/rpm_xxx/"<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; or "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; command.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Henry<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2012/5/10 Stuart Hughes &lt;<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a> &lt;mailto:<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Hi Henry,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; This is a different error:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Build path taken because: no prebuilt rpm,<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Died at ./ltib line 2539.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; traceback:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;main::check_rpm_setup:2539<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;main::host_checks:1520<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; main:561<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;which indicates that ltib was not able to download the<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; source file. Is your network connection okay? ltib will<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try to connect to <a href="http://bitshrine.org/.." target="_blank">http://bitshrine.org/..</a>.. to get files<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; on demand.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Can you re-run without the -v option and cut and paste<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; any relevant lines. Also if you've made changes show what<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; they are (a cvs diff -u).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Regards, Stuart<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dear Stuart,<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Here is the result,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;~/prjs/ltib$ rpm --force-debian<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;~/prjs/ltib$ echo $?<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I have change the line in ./ltib but still got a<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; stuck as attachment. Please kindly check. Thank you<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; very much!<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Henry<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2012/5/6 Stuart Hughes &lt;<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a><br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>&gt; &lt;mailto:<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a><br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Hi Li,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;This is a new distro, so I guess something yet<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; again changed.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Can you send me the output at the command line of<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; the following<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;commands:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rpm --force-debian<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;echo $?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I want to see:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1. If it has this option<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2. If it returns an error, if not.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;There's check at line 2518 that's supposed to<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; handle whether or<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;not that<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;flag is used. &nbsp;Some versions of distros need it.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Regards, Stuart<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;On 04/05/12 10:10, Li Yuan-Lung wrote:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Dear Ltib members,<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Our company is considered to use the Ubuntu<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 12.04 LTS for the<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;long term<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; support requirement.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; After I setup the environment. The ltib seems to<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; have an old<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;problem,<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; which always build fail at "rpm-fs" package.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; I am still finding the solution, please kindly<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; have some<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;suggestion for<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; me, thank you very much!<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Below is the content of host_config.log:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpmdb: --force-debian: unknown option<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing platform: host support<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; ===================================<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing: rpm-fs<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; ====================<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build path taken because: no prebuilt rpm,<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Died at ./ltib line 2538.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; traceback:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp;main::check_rpm_setup:2538<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; main::host_checks:1520<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp;main:561<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Started: Fri May &nbsp;4 17:04:13 2012<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Ended: &nbsp; Fri May &nbsp;4 17:04:17 2012<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Elapsed: 4 seconds<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (.) or string at<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;./ltib<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (.) or string at<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;./ltib<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; VERSION &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: 11.4.1<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; CVS_VERSION &nbsp; &nbsp; &nbsp;: $Revision: 1.86 $ (Savannah)<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; PLATFORM &nbsp; &nbsp; &nbsp; &nbsp; : host<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; GNUTARCH &nbsp; &nbsp; &nbsp; &nbsp; : i686<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN &nbsp; &nbsp; &nbsp; &nbsp;:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN_CFLAGS :<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; These packages failed to build:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpm-fs<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build Failed<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Best Regards,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Henry Li<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SW Engineer of Climax Co.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001">+886-2-2794-0001 ext.231</a><br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618">+886-2-2792-6618</a> &lt;tel:%2B886-2-2792-6618&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tel:%2B886-2-2792-6618&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; --<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Best Regards,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Henry Li<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; SW Engineer of Climax Co.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001">+886-2-2794-0001 ext.231</a> &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618">+886-2-2792-6618</a> &lt;tel:%2B886-2-2792-6618&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; --<br>
&gt;&gt; &nbsp; &nbsp; Best Regards,<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Henry Li<br>
&gt;&gt; &nbsp; &nbsp; SW Engineer of Climax Co.<br>
&gt;&gt; &nbsp; &nbsp; TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001">+886-2-2794-0001 ext.231</a> &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
&gt;&gt; &nbsp; &nbsp; FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618">+886-2-2792-6618</a> &lt;tel:%2B886-2-2792-6618&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Best Regards,<br>
&gt;&gt;<br>
&gt;&gt; Henry Li<br>
&gt;&gt; SW Engineer of Climax Co.<br>
&gt;&gt; TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001">+886-2-2794-0001 ext.231</a><br>
&gt;&gt; FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618">+886-2-2792-6618</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; LTIB home page: <a href="http://ltib.org" target="_blank">http://ltib.org</a><br>
&gt;<br>
&gt; Ltib mailing list<br>
&gt; <a href="mailto:Ltib <at> nongnu.org">Ltib <at> nongnu.org</a><br>
&gt; <a href="https://lists.nongnu.org/mailman/listinfo/ltib" target="_blank">https://lists.nongnu.org/mailman/listinfo/ltib</a><br>
&gt;<br><br><br><br><br>
</blockquote>
</div>
<br><br clear="all"><br>-- <br>Best Regards,<br><br>Henry Li<br>SW Engineer of Climax Co.<br>TEL: +886-2-2794-0001 ext.231<br>FAX: +886-2-2792-6618<br>
</div>
Stuart Hughes | 4 Jul 2012 09:54

Re: Ubuntu 12.04 compatibility (was Re: Build problem in Ubuntu 12.04 LTS)

Hi Henry,

You need to fix your network problems to get this to work, it's not feasible to manually download the files.

Start of by trying to load a file from the GPP from a browser on the same machine you have ltib installed, for example try accessing: http://bitshrine.org/gpp/termcap-buffer.patch

If that works, then use any proxy settings you have in the browser settings in the .ltibrc ltib config file.

Regards, Stuart

On 03/07/12 10:54, Li Yuan-Lung wrote:
Hi Stuart,
After testing, I am still stuck at the rpm-4.0.4.tar.gz get

The error message is still like below:

$ cat /home/henry/prjs/hpgw/ltib/host_config.log

Processing platform: host support
===================================

Processing: rpm-fs
====================
Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2537.
traceback:
 main::check_rpm_setup:2537
  main::host_checks:1520
   main:561


Started: Tue Jul  3 17:48:06 2012
Ended:   Tue Jul  3 17:48:09 2012
Elapsed: 3 seconds

VERSION          : 11.4.1
CVS_VERSION      : $Revision: 1.87 $ (Savannah)
PLATFORM         : host
GNUTARCH         : i686
TOOLCHAIN        :
TOOLCHAIN_CFLAGS :

These packages failed to build:
rpm-fs

Build Failed

Is it possible for me to get the package manually or to check if my firewall block the download link in the script?
Thank you.

Henry


2012/7/2 Stuart Hughes <seh <at> zee2.com>
Hi everyone,

I managed to get some time to test LTIB on Ubuntu 12.04 (Xubuntu, 32
bit).  There were no significant changes needed, although I checked in
some minor changes to clear some warning messages (the force-debian one).

So if you want to try on Ubuntu 12.04 and you check-out the latest from
CVS and follow these step, you should be successful.

---+ Steps to install LTIB on Ubuntu 12.04

Install dependencies (yours may vary):

        sudo apt-get install g++ zlib1g-dev rpm libncurses5-dev patch

        sudo visudo

Add a line to enable sudo for your username.  For example mine is seh
and this is what I added at the end of the file:

        seh ALL = NOPASSWD: /usr/bin/rpm, /opt/ltib/usr/bin/rpm

Run ltib after CVS checkout:

        ./ltib


Regards, Stuart


<div>
    Hi Henry,<br><br>
    You need to fix your network problems to get this to work, it's not
    feasible to manually download the files.<br><br>
    Start of by trying to load a file from the GPP from a browser on the
    same machine you have ltib installed, for example try accessing:
    <a class="moz-txt-link-freetext" href="http://bitshrine.org/gpp/termcap-buffer.patch">http://bitshrine.org/gpp/termcap-buffer.patch</a><br><br>
    If that works, then use any proxy settings you have in the browser
    settings in the .ltibrc ltib config file.<br><br>
    Regards, Stuart<br><br>
    On 03/07/12 10:54, Li Yuan-Lung wrote:
    <blockquote cite="mid:CACbfYDs+F6oiF=iBy1j3SExZNKHZi8dFMeUCUy0z7hMfgnF+nw <at> mail.gmail.com" type="cite">Hi Stuart,<br>
      After testing, I am still stuck at the rpm-4.0.4.tar.gz get<br><br>
      The error message is still like below:<br><br><blockquote class="gmail_quote">
        $ cat /home/henry/prjs/hpgw/ltib/host_config.log<br><br>
        Processing platform: host support<br>
        ===================================<br><br>
        Processing: rpm-fs<br>
        ====================<br>
        Build path taken because: no prebuilt rpm, <br>
        Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
        Died at ./ltib line 2537.<br>
        traceback:<br>
        &nbsp;main::check_rpm_setup:2537<br>
        &nbsp; main::host_checks:1520<br>
        &nbsp;&nbsp; main:561<br><br><br>
        Started: Tue Jul&nbsp; 3 17:48:06 2012<br>
        Ended:&nbsp;&nbsp; Tue Jul&nbsp; 3 17:48:09 2012<br>
        Elapsed: 3 seconds<br><br>
        VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 11.4.1<br>
        CVS_VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : $Revision: 1.87 $ (Savannah)<br>
        PLATFORM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : host<br>
        GNUTARCH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : i686<br>
        TOOLCHAIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : <br>
        TOOLCHAIN_CFLAGS : <br><br>
        These packages failed to build:<br>
        rpm-fs <br><br>
        Build Failed<br>
</blockquote>
      <br>
      Is it possible for me to get the package manually or to check if
      my firewall block the download link in the script?<br>
      Thank you.<br><br>
      Henry<br><br><br><div class="gmail_quote">
        2012/7/2 Stuart Hughes <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">
          Hi everyone,<br><br>
          I managed to get some time to test LTIB on Ubuntu 12.04
          (Xubuntu, 32<br>
          bit). &nbsp;There were no significant changes needed, although I
          checked in<br>
          some minor changes to clear some warning messages (the
          force-debian one).<br><br>
          So if you want to try on Ubuntu 12.04 and you check-out the
          latest from<br>
          CVS and follow these step, you should be successful.<br><br>
          ---+ Steps to install LTIB on Ubuntu 12.04<br><br>
          Install dependencies (yours may vary):<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; sudo apt-get install g++ zlib1g-dev rpm
          libncurses5-dev patch<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; sudo visudo<br><br>
          Add a line to enable sudo for your username. &nbsp;For example mine
          is seh<br>
          and this is what I added at the end of the file:<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; seh ALL = NOPASSWD: /usr/bin/rpm,
          /opt/ltib/usr/bin/rpm<br><br>
          Run ltib after CVS checkout:<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; ./ltib<br><br><br>
          Regards, Stuart<br><br>
</blockquote>
      </div>
    </blockquote>
    <br>
</div>
Li Yuan-Lung | 5 Jul 2012 04:38
Picon

Re: Ubuntu 12.04 compatibility (was Re: Build problem in Ubuntu 12.04 LTS)

Hi Stuart,
Currently we did not use proxy in our environment. We are using directly connections.
So the proxy in ltibrc is "0". I think is is correct.

Now I just manually wget the packages and let the ltib go through. I don't know why.
Maybe I should have the "Don't have HTTP::Request::Common" to be solved?

Currently I have done the below command to pass some packages:
wget http://bitshrine.org/gpp/rpm-4.0.4.tar.gz
wget http://bitshrine.org/gpp/rpm_lfs.patch
wget http://bitshrine.org/gpp/rpm-4.0.4-python-configure.patch
wget http://bitshrine.org/gpp/rpm-4.0.4-sysconfig-configure.patch
wget http://bitshrine.org/gpp/rpm-4.0.4-no-usr-local.patch
wget http://bitshrine.org/gpp/mkspooflinks-3.4.tar.gz  --> this wget command is fail, I have to download it from firefox.
wget http://bitshrine.org/gpp/mkspooflinks-3.4-mmlink.patch
wget http://bitshrine.org/gpp/mkspooflinks-3.4-prefixbefore.patch
wget http://bitshrine.org/gpp/mkspooflinks-3.4-ccache.patch
wget http://bitshrine.org/gpp/distcc-2.18.3.tar.bz2
wget http://bitshrine.org/gpp/ccache-2.4.tar.gz
wget http://bitshrine.org/gpp/ccache-2.4.tar.gz.md5
wget http://bitshrine.org/gpp/ccache.bsh.in
wget http://bitshrine.org/gpp/ccache.csh.in
wget http://bitshrine.org/gpp/ccache-html-links.patch
wget http://bitshrine.org/gpp/ccache-2.4-coverage-231462.patch

But the build is still stuck at new packages.

So I think I have to make the message in the beginning to be solved:
"Don't have HTTP::Request::Common
Don't have LWP::UserAgent
Cannot test proxies, or remote file availability without both
HTTP::Request::Common and LWP::UserAgent"

But how? Where can I force the HTTP request to become normal?
In ltibrc, maybe I should change the "/data/Websites/bitshrine/gpp" to be "http://www.bitshrine.org/gpp"?

Thank you.

Henry

2012/7/4 Stuart Hughes <seh <at> zee2.com>
Hi Henry,

You need to fix your network problems to get this to work, it's not feasible to manually download the files.

Start of by trying to load a file from the GPP from a browser on the same machine you have ltib installed, for example try accessing: http://bitshrine.org/gpp/termcap-buffer.patch

If that works, then use any proxy settings you have in the browser settings in the .ltibrc ltib config file.

Regards, Stuart


On 03/07/12 10:54, Li Yuan-Lung wrote:
Hi Stuart,
After testing, I am still stuck at the rpm-4.0.4.tar.gz get

The error message is still like below:

$ cat /home/henry/prjs/hpgw/ltib/host_config.log

Processing platform: host support
===================================

Processing: rpm-fs
====================
Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2537.
traceback:
 main::check_rpm_setup:2537
  main::host_checks:1520
   main:561


Started: Tue Jul  3 17:48:06 2012
Ended:   Tue Jul  3 17:48:09 2012
Elapsed: 3 seconds

VERSION          : 11.4.1
CVS_VERSION      : $Revision: 1.87 $ (Savannah)
PLATFORM         : host
GNUTARCH         : i686
TOOLCHAIN        :
TOOLCHAIN_CFLAGS :

These packages failed to build:
rpm-fs

Build Failed

Is it possible for me to get the package manually or to check if my firewall block the download link in the script?
Thank you.

Henry


2012/7/2 Stuart Hughes <seh <at> zee2.com>
Hi everyone,

I managed to get some time to test LTIB on Ubuntu 12.04 (Xubuntu, 32
bit).  There were no significant changes needed, although I checked in
some minor changes to clear some warning messages (the force-debian one).

So if you want to try on Ubuntu 12.04 and you check-out the latest from
CVS and follow these step, you should be successful.

---+ Steps to install LTIB on Ubuntu 12.04

Install dependencies (yours may vary):

        sudo apt-get install g++ zlib1g-dev rpm libncurses5-dev patch

        sudo visudo

Add a line to enable sudo for your username.  For example mine is seh
and this is what I added at the end of the file:

        seh ALL = NOPASSWD: /usr/bin/rpm, /opt/ltib/usr/bin/rpm

Run ltib after CVS checkout:

        ./ltib


Regards, Stuart





--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618
<div>
<p>Hi Stuart,<br>Currently we did not use proxy in our environment. We are using directly connections.<br>So the proxy in ltibrc is "0". I think is is correct.<br><br>Now I just manually wget the packages and let the ltib go through. I don't know why.<br>

Maybe I should have the "Don't have HTTP::Request::Common" to be solved?<br><br>Currently I have done the below command to pass some packages:<br>wget <a href="http://bitshrine.org/gpp/rpm-4.0.4.tar.gz">http://bitshrine.org/gpp/rpm-4.0.4.tar.gz</a><br>

wget <a href="http://bitshrine.org/gpp/rpm_lfs.patch">http://bitshrine.org/gpp/rpm_lfs.patch</a><br>wget <a href="http://bitshrine.org/gpp/rpm-4.0.4-python-configure.patch">http://bitshrine.org/gpp/rpm-4.0.4-python-configure.patch</a><br>

wget <a href="http://bitshrine.org/gpp/rpm-4.0.4-sysconfig-configure.patch">http://bitshrine.org/gpp/rpm-4.0.4-sysconfig-configure.patch</a><br>wget <a href="http://bitshrine.org/gpp/rpm-4.0.4-no-usr-local.patch">http://bitshrine.org/gpp/rpm-4.0.4-no-usr-local.patch</a><br>

wget <a href="http://bitshrine.org/gpp/mkspooflinks-3.4.tar.gz">http://bitshrine.org/gpp/mkspooflinks-3.4.tar.gz</a>&nbsp; --&gt; this wget command is fail, I have to download it from firefox.<br>wget <a href="http://bitshrine.org/gpp/mkspooflinks-3.4-mmlink.patch">http://bitshrine.org/gpp/mkspooflinks-3.4-mmlink.patch</a><br>

wget <a href="http://bitshrine.org/gpp/mkspooflinks-3.4-prefixbefore.patch">http://bitshrine.org/gpp/mkspooflinks-3.4-prefixbefore.patch</a><br>wget <a href="http://bitshrine.org/gpp/mkspooflinks-3.4-ccache.patch">http://bitshrine.org/gpp/mkspooflinks-3.4-ccache.patch</a><br>

wget <a href="http://bitshrine.org/gpp/distcc-2.18.3.tar.bz2">http://bitshrine.org/gpp/distcc-2.18.3.tar.bz2</a><br>wget <a href="http://bitshrine.org/gpp/ccache-2.4.tar.gz">http://bitshrine.org/gpp/ccache-2.4.tar.gz</a><br>

wget <a href="http://bitshrine.org/gpp/ccache-2.4.tar.gz.md5">http://bitshrine.org/gpp/ccache-2.4.tar.gz.md5</a><br>wget <a href="http://bitshrine.org/gpp/ccache.bsh.in">http://bitshrine.org/gpp/ccache.bsh.in</a><br>wget <a href="http://bitshrine.org/gpp/ccache.csh.in">http://bitshrine.org/gpp/ccache.csh.in</a><br>

wget <a href="http://bitshrine.org/gpp/ccache-html-links.patch">http://bitshrine.org/gpp/ccache-html-links.patch</a><br>wget <a href="http://bitshrine.org/gpp/ccache-2.4-coverage-231462.patch">http://bitshrine.org/gpp/ccache-2.4-coverage-231462.patch</a><br><br>But the build is still stuck at new packages.<br><br>So I think I have to make the message in the beginning to be solved:<br>"Don't have HTTP::Request::Common<br>Don't have LWP::UserAgent<br>Cannot test proxies, or remote file availability without both<br>

HTTP::Request::Common and LWP::UserAgent"<br><br>But how? Where can I force the HTTP request to become normal?<br>In ltibrc, maybe I should change the "/data/Websites/bitshrine/gpp" to be "<a href="http://www.bitshrine.org/gpp">http://www.bitshrine.org/gpp</a>"?<br><br>Thank you.<br><br>Henry<br><br></p>
<div class="gmail_quote">2012/7/4 Stuart Hughes <span dir="ltr">&lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">

  

  
  <div bgcolor="#ffffff" text="#000000">
    Hi Henry,<br><br>
    You need to fix your network problems to get this to work, it's not
    feasible to manually download the files.<br><br>
    Start of by trying to load a file from the GPP from a browser on the
    same machine you have ltib installed, for example try accessing:
    <a href="http://bitshrine.org/gpp/termcap-buffer.patch" target="_blank">http://bitshrine.org/gpp/termcap-buffer.patch</a><br><br>
    If that works, then use any proxy settings you have in the browser
    settings in the .ltibrc ltib config file.<br><br>
    Regards, Stuart<div><div class="h5">
<br><br>
    On 03/07/12 10:54, Li Yuan-Lung wrote:
    <blockquote type="cite">Hi Stuart,<br>
      After testing, I am still stuck at the rpm-4.0.4.tar.gz get<br><br>
      The error message is still like below:<br><br><blockquote class="gmail_quote">
        $ cat /home/henry/prjs/hpgw/ltib/host_config.log<br><br>
        Processing platform: host support<br>
        ===================================<br><br>
        Processing: rpm-fs<br>
        ====================<br>
        Build path taken because: no prebuilt rpm, <br>
        Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
        Died at ./ltib line 2537.<br>
        traceback:<br>
        &nbsp;main::check_rpm_setup:2537<br>
        &nbsp; main::host_checks:1520<br>
        &nbsp;&nbsp; main:561<br><br><br>
        Started: Tue Jul&nbsp; 3 17:48:06 2012<br>
        Ended:&nbsp;&nbsp; Tue Jul&nbsp; 3 17:48:09 2012<br>
        Elapsed: 3 seconds<br><br>
        VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 11.4.1<br>
        CVS_VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : $Revision: 1.87 $ (Savannah)<br>
        PLATFORM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : host<br>
        GNUTARCH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : i686<br>
        TOOLCHAIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : <br>
        TOOLCHAIN_CFLAGS : <br><br>
        These packages failed to build:<br>
        rpm-fs <br><br>
        Build Failed<br>
</blockquote>
      <br>
      Is it possible for me to get the package manually or to check if
      my firewall block the download link in the script?<br>
      Thank you.<br><br>
      Henry<br><br><br><div class="gmail_quote">
        2012/7/2 Stuart Hughes <span dir="ltr">&lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">
          Hi everyone,<br><br>
          I managed to get some time to test LTIB on Ubuntu 12.04
          (Xubuntu, 32<br>
          bit). &nbsp;There were no significant changes needed, although I
          checked in<br>
          some minor changes to clear some warning messages (the
          force-debian one).<br><br>
          So if you want to try on Ubuntu 12.04 and you check-out the
          latest from<br>
          CVS and follow these step, you should be successful.<br><br>
          ---+ Steps to install LTIB on Ubuntu 12.04<br><br>
          Install dependencies (yours may vary):<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; sudo apt-get install g++ zlib1g-dev rpm
          libncurses5-dev patch<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; sudo visudo<br><br>
          Add a line to enable sudo for your username. &nbsp;For example mine
          is seh<br>
          and this is what I added at the end of the file:<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; seh ALL = NOPASSWD: /usr/bin/rpm,
          /opt/ltib/usr/bin/rpm<br><br>
          Run ltib after CVS checkout:<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; ./ltib<br><br><br>
          Regards, Stuart<br><br>
</blockquote>
      </div>
    </blockquote>
    <br>
</div></div>
</div>

</blockquote>
</div>
<br><br clear="all"><br>-- <br>Best Regards,<br><br>Henry Li<br>SW Engineer of Climax Co.<br>TEL: +886-2-2794-0001 ext.231<br>FAX: +886-2-2792-6618<br>
</div>
Li Yuan-Lung | 5 Jul 2012 04:54
Picon

Re: Ubuntu 12.04 compatibility (was Re: Build problem in Ubuntu 12.04 LTS)

Hi Stuart,
About the
I found a solution from your old post, ha~
(http://lists.gnu.org/archive/html/ltib/2010-04/msg00000.html)

sudo apt-get install libwww-perl

Currently the build is still under going, I will check if any other error.

Would you please to have the ltib to blocking for this package? Thank you.


Henry

2012/7/5 Li Yuan-Lung <henry.li <at> climax.com.tw>
Hi Stuart,
Currently we did not use proxy in our environment. We are using directly connections.
So the proxy in ltibrc is "0". I think is is correct.

Now I just manually wget the packages and let the ltib go through. I don't know why.
Maybe I should have the "Don't have HTTP::Request::Common" to be solved?

Currently I have done the below command to pass some packages:
wget http://bitshrine.org/gpp/rpm-4.0.4.tar.gz
wget http://bitshrine.org/gpp/rpm_lfs.patch
wget http://bitshrine.org/gpp/rpm-4.0.4-python-configure.patch
wget http://bitshrine.org/gpp/rpm-4.0.4-sysconfig-configure.patch
wget http://bitshrine.org/gpp/rpm-4.0.4-no-usr-local.patch
wget http://bitshrine.org/gpp/mkspooflinks-3.4.tar.gz  --> this wget command is fail, I have to download it from firefox.
wget http://bitshrine.org/gpp/mkspooflinks-3.4-mmlink.patch
wget http://bitshrine.org/gpp/mkspooflinks-3.4-prefixbefore.patch
wget http://bitshrine.org/gpp/mkspooflinks-3.4-ccache.patch
wget http://bitshrine.org/gpp/distcc-2.18.3.tar.bz2
wget http://bitshrine.org/gpp/ccache-2.4.tar.gz
wget http://bitshrine.org/gpp/ccache-2.4.tar.gz.md5
wget http://bitshrine.org/gpp/ccache.bsh.in
wget http://bitshrine.org/gpp/ccache.csh.in
wget http://bitshrine.org/gpp/ccache-html-links.patch
wget http://bitshrine.org/gpp/ccache-2.4-coverage-231462.patch

But the build is still stuck at new packages.

So I think I have to make the message in the beginning to be solved:
"Don't have HTTP::Request::Common
Don't have LWP::UserAgent
Cannot test proxies, or remote file availability without both
HTTP::Request::Common and LWP::UserAgent"

But how? Where can I force the HTTP request to become normal?
In ltibrc, maybe I should change the "/data/Websites/bitshrine/gpp" to be "http://www.bitshrine.org/gpp"?

Thank you.

Henry


2012/7/4 Stuart Hughes <seh <at> zee2.com>
Hi Henry,

You need to fix your network problems to get this to work, it's not feasible to manually download the files.

Start of by trying to load a file from the GPP from a browser on the same machine you have ltib installed, for example try accessing: http://bitshrine.org/gpp/termcap-buffer.patch

If that works, then use any proxy settings you have in the browser settings in the .ltibrc ltib config file.

Regards, Stuart


On 03/07/12 10:54, Li Yuan-Lung wrote:
Hi Stuart,
After testing, I am still stuck at the rpm-4.0.4.tar.gz get

The error message is still like below:

$ cat /home/henry/prjs/hpgw/ltib/host_config.log

Processing platform: host support
===================================

Processing: rpm-fs
====================
Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2537.
traceback:
 main::check_rpm_setup:2537
  main::host_checks:1520
   main:561


Started: Tue Jul  3 17:48:06 2012
Ended:   Tue Jul  3 17:48:09 2012
Elapsed: 3 seconds

VERSION          : 11.4.1
CVS_VERSION      : $Revision: 1.87 $ (Savannah)
PLATFORM         : host
GNUTARCH         : i686
TOOLCHAIN        :
TOOLCHAIN_CFLAGS :

These packages failed to build:
rpm-fs

Build Failed

Is it possible for me to get the package manually or to check if my firewall block the download link in the script?
Thank you.

Henry


2012/7/2 Stuart Hughes <seh <at> zee2.com>
Hi everyone,

I managed to get some time to test LTIB on Ubuntu 12.04 (Xubuntu, 32
bit).  There were no significant changes needed, although I checked in
some minor changes to clear some warning messages (the force-debian one).

So if you want to try on Ubuntu 12.04 and you check-out the latest from
CVS and follow these step, you should be successful.

---+ Steps to install LTIB on Ubuntu 12.04

Install dependencies (yours may vary):

        sudo apt-get install g++ zlib1g-dev rpm libncurses5-dev patch

        sudo visudo

Add a line to enable sudo for your username.  For example mine is seh
and this is what I added at the end of the file:

        seh ALL = NOPASSWD: /usr/bin/rpm, /opt/ltib/usr/bin/rpm

Run ltib after CVS checkout:

        ./ltib


Regards, Stuart





--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618



--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618
<div>
<p>Hi Stuart,<br>About the <br>I found a solution from your old post, ha~<br>(<a href="http://lists.gnu.org/archive/html/ltib/2010-04/msg00000.html" target="_blank">http://lists.gnu.org/archive/html/ltib/2010-04/msg00000.html</a>)<br></p>
<blockquote class="gmail_quote">
sudo apt-get install libwww-perl<br>
</blockquote>
<br>Currently the build is still under going, I will check if any other error.<br><br>Would you please to have the ltib to blocking for this package? Thank you.<br><br><br>

Henry<br><br><div class="gmail_quote">2012/7/5 Li Yuan-Lung <span dir="ltr">&lt;<a href="mailto:henry.li <at> climax.com.tw" target="_blank">henry.li <at> climax.com.tw</a>&gt;</span><br><blockquote class="gmail_quote">Hi Stuart,<br>Currently we did not use proxy in our environment. We are using directly connections.<br>So the proxy in ltibrc is "0". I think is is correct.<br><br>Now I just manually wget the packages and let the ltib go through. I don't know why.<br>
Maybe I should have the "Don't have HTTP::Request::Common" to be solved?<br><br>Currently I have done the below command to pass some packages:<br>wget <a href="http://bitshrine.org/gpp/rpm-4.0.4.tar.gz" target="_blank">http://bitshrine.org/gpp/rpm-4.0.4.tar.gz</a><br>

wget <a href="http://bitshrine.org/gpp/rpm_lfs.patch" target="_blank">http://bitshrine.org/gpp/rpm_lfs.patch</a><br>wget <a href="http://bitshrine.org/gpp/rpm-4.0.4-python-configure.patch" target="_blank">http://bitshrine.org/gpp/rpm-4.0.4-python-configure.patch</a><br>

wget <a href="http://bitshrine.org/gpp/rpm-4.0.4-sysconfig-configure.patch" target="_blank">http://bitshrine.org/gpp/rpm-4.0.4-sysconfig-configure.patch</a><br>wget <a href="http://bitshrine.org/gpp/rpm-4.0.4-no-usr-local.patch" target="_blank">http://bitshrine.org/gpp/rpm-4.0.4-no-usr-local.patch</a><br>

wget <a href="http://bitshrine.org/gpp/mkspooflinks-3.4.tar.gz" target="_blank">http://bitshrine.org/gpp/mkspooflinks-3.4.tar.gz</a>&nbsp; --&gt; this wget command is fail, I have to download it from firefox.<br>wget <a href="http://bitshrine.org/gpp/mkspooflinks-3.4-mmlink.patch" target="_blank">http://bitshrine.org/gpp/mkspooflinks-3.4-mmlink.patch</a><br>

wget <a href="http://bitshrine.org/gpp/mkspooflinks-3.4-prefixbefore.patch" target="_blank">http://bitshrine.org/gpp/mkspooflinks-3.4-prefixbefore.patch</a><br>wget <a href="http://bitshrine.org/gpp/mkspooflinks-3.4-ccache.patch" target="_blank">http://bitshrine.org/gpp/mkspooflinks-3.4-ccache.patch</a><br>

wget <a href="http://bitshrine.org/gpp/distcc-2.18.3.tar.bz2" target="_blank">http://bitshrine.org/gpp/distcc-2.18.3.tar.bz2</a><br>wget <a href="http://bitshrine.org/gpp/ccache-2.4.tar.gz" target="_blank">http://bitshrine.org/gpp/ccache-2.4.tar.gz</a><br>

wget <a href="http://bitshrine.org/gpp/ccache-2.4.tar.gz.md5" target="_blank">http://bitshrine.org/gpp/ccache-2.4.tar.gz.md5</a><br>wget <a href="http://bitshrine.org/gpp/ccache.bsh.in" target="_blank">http://bitshrine.org/gpp/ccache.bsh.in</a><br>

wget <a href="http://bitshrine.org/gpp/ccache.csh.in" target="_blank">http://bitshrine.org/gpp/ccache.csh.in</a><br>
wget <a href="http://bitshrine.org/gpp/ccache-html-links.patch" target="_blank">http://bitshrine.org/gpp/ccache-html-links.patch</a><br>wget <a href="http://bitshrine.org/gpp/ccache-2.4-coverage-231462.patch" target="_blank">http://bitshrine.org/gpp/ccache-2.4-coverage-231462.patch</a><br><br>But the build is still stuck at new packages.<br><br>So I think I have to make the message in the beginning to be solved:<br>"Don't have HTTP::Request::Common<br>Don't have LWP::UserAgent<br>Cannot test proxies, or remote file availability without both<br>

HTTP::Request::Common and LWP::UserAgent"<br><br>But how? Where can I force the HTTP request to become normal?<br>In ltibrc, maybe I should change the "/data/Websites/bitshrine/gpp" to be "<a href="http://www.bitshrine.org/gpp" target="_blank">http://www.bitshrine.org/gpp</a>"?<br><br>Thank you.<br><br>Henry<div><div>
<br><br><div class="gmail_quote">2012/7/4 Stuart Hughes <span dir="ltr">&lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">

  

  
  <div bgcolor="#ffffff" text="#000000">
    Hi Henry,<br><br>
    You need to fix your network problems to get this to work, it's not
    feasible to manually download the files.<br><br>
    Start of by trying to load a file from the GPP from a browser on the
    same machine you have ltib installed, for example try accessing:
    <a href="http://bitshrine.org/gpp/termcap-buffer.patch" target="_blank">http://bitshrine.org/gpp/termcap-buffer.patch</a><br><br>
    If that works, then use any proxy settings you have in the browser
    settings in the .ltibrc ltib config file.<br><br>
    Regards, Stuart<div><div>
<br><br>
    On 03/07/12 10:54, Li Yuan-Lung wrote:
    <blockquote type="cite">Hi Stuart,<br>
      After testing, I am still stuck at the rpm-4.0.4.tar.gz get<br><br>
      The error message is still like below:<br><br><blockquote class="gmail_quote">
        $ cat /home/henry/prjs/hpgw/ltib/host_config.log<br><br>
        Processing platform: host support<br>
        ===================================<br><br>
        Processing: rpm-fs<br>
        ====================<br>
        Build path taken because: no prebuilt rpm, <br>
        Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
        Died at ./ltib line 2537.<br>
        traceback:<br>
        &nbsp;main::check_rpm_setup:2537<br>
        &nbsp; main::host_checks:1520<br>
        &nbsp;&nbsp; main:561<br><br><br>
        Started: Tue Jul&nbsp; 3 17:48:06 2012<br>
        Ended:&nbsp;&nbsp; Tue Jul&nbsp; 3 17:48:09 2012<br>
        Elapsed: 3 seconds<br><br>
        VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 11.4.1<br>
        CVS_VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : $Revision: 1.87 $ (Savannah)<br>
        PLATFORM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : host<br>
        GNUTARCH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : i686<br>
        TOOLCHAIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : <br>
        TOOLCHAIN_CFLAGS : <br><br>
        These packages failed to build:<br>
        rpm-fs <br><br>
        Build Failed<br>
</blockquote>
      <br>
      Is it possible for me to get the package manually or to check if
      my firewall block the download link in the script?<br>
      Thank you.<br><br>
      Henry<br><br><br><div class="gmail_quote">
        2012/7/2 Stuart Hughes <span dir="ltr">&lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">
          Hi everyone,<br><br>
          I managed to get some time to test LTIB on Ubuntu 12.04
          (Xubuntu, 32<br>
          bit). &nbsp;There were no significant changes needed, although I
          checked in<br>
          some minor changes to clear some warning messages (the
          force-debian one).<br><br>
          So if you want to try on Ubuntu 12.04 and you check-out the
          latest from<br>
          CVS and follow these step, you should be successful.<br><br>
          ---+ Steps to install LTIB on Ubuntu 12.04<br><br>
          Install dependencies (yours may vary):<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; sudo apt-get install g++ zlib1g-dev rpm
          libncurses5-dev patch<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; sudo visudo<br><br>
          Add a line to enable sudo for your username. &nbsp;For example mine
          is seh<br>
          and this is what I added at the end of the file:<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; seh ALL = NOPASSWD: /usr/bin/rpm,
          /opt/ltib/usr/bin/rpm<br><br>
          Run ltib after CVS checkout:<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; ./ltib<br><br><br>
          Regards, Stuart<br><br>
</blockquote>
      </div>
    </blockquote>
    <br>
</div></div>
</div>

</blockquote>
</div>
<br><br clear="all"><br>
</div></div>
<div><div>-- <br>Best Regards,<br><br>Henry Li<br>SW Engineer of Climax Co.<br>TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001 ext.231</a><br>

FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a><br>
</div></div>
</blockquote>
</div>
<br><br clear="all"><br>-- <br>Best Regards,<br><br>Henry Li<br>SW Engineer of Climax Co.<br>TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001 ext.231</a><br>

FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a><br>
</div>
Stuart Hughes | 5 Jul 2012 09:44

Re: Ubuntu 12.04 compatibility (was Re: Build problem in Ubuntu 12.04 LTS)

Hi Henry,

The warning is there to actioned.  It should not block LTIB as many people have ISO installs and they can install without a network.  The fact that it fails downloading and tells you there are no network connections is the correct way to block the build IMHO.

Regards, Stuart

On 05/07/12 03:54, Li Yuan-Lung wrote:
Hi Stuart,
About the
I found a solution from your old post, ha~
(http://lists.gnu.org/archive/html/ltib/2010-04/msg00000.html)
sudo apt-get install libwww-perl

Currently the build is still under going, I will check if any other error.

Would you please to have the ltib to blocking for this package? Thank you.


Henry

2012/7/5 Li Yuan-Lung <henry.li <at> climax.com.tw>
Hi Stuart,
Currently we did not use proxy in our environment. We are using directly connections.
So the proxy in ltibrc is "0". I think is is correct.

Now I just manually wget the packages and let the ltib go through. I don't know why.
Maybe I should have the "Don't have HTTP::Request::Common" to be solved?

Currently I have done the below command to pass some packages:
wget http://bitshrine.org/gpp/rpm-4.0.4.tar.gz
wget http://bitshrine.org/gpp/rpm_lfs.patch
wget http://bitshrine.org/gpp/rpm-4.0.4-python-configure.patch
wget http://bitshrine.org/gpp/rpm-4.0.4-sysconfig-configure.patch
wget http://bitshrine.org/gpp/rpm-4.0.4-no-usr-local.patch
wget http://bitshrine.org/gpp/mkspooflinks-3.4.tar.gz  --> this wget command is fail, I have to download it from firefox.
wget http://bitshrine.org/gpp/mkspooflinks-3.4-mmlink.patch
wget http://bitshrine.org/gpp/mkspooflinks-3.4-prefixbefore.patch
wget http://bitshrine.org/gpp/mkspooflinks-3.4-ccache.patch
wget http://bitshrine.org/gpp/distcc-2.18.3.tar.bz2
wget http://bitshrine.org/gpp/ccache-2.4.tar.gz
wget http://bitshrine.org/gpp/ccache-2.4.tar.gz.md5
wget http://bitshrine.org/gpp/ccache.bsh.in
wget http://bitshrine.org/gpp/ccache.csh.in
wget http://bitshrine.org/gpp/ccache-html-links.patch
wget http://bitshrine.org/gpp/ccache-2.4-coverage-231462.patch

But the build is still stuck at new packages.

So I think I have to make the message in the beginning to be solved:
"Don't have HTTP::Request::Common
Don't have LWP::UserAgent
Cannot test proxies, or remote file availability without both
HTTP::Request::Common and LWP::UserAgent"

But how? Where can I force the HTTP request to become normal?
In ltibrc, maybe I should change the "/data/Websites/bitshrine/gpp" to be "http://www.bitshrine.org/gpp"?

Thank you.

Henry


2012/7/4 Stuart Hughes <seh <at> zee2.com>
Hi Henry,

You need to fix your network problems to get this to work, it's not feasible to manually download the files.

Start of by trying to load a file from the GPP from a browser on the same machine you have ltib installed, for example try accessing: http://bitshrine.org/gpp/termcap-buffer.patch

If that works, then use any proxy settings you have in the browser settings in the .ltibrc ltib config file.

Regards, Stuart


On 03/07/12 10:54, Li Yuan-Lung wrote:
Hi Stuart,
After testing, I am still stuck at the rpm-4.0.4.tar.gz get

The error message is still like below:

$ cat /home/henry/prjs/hpgw/ltib/host_config.log

Processing platform: host support
===================================

Processing: rpm-fs
====================
Build path taken because: no prebuilt rpm,
Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
Died at ./ltib line 2537.
traceback:
 main::check_rpm_setup:2537
  main::host_checks:1520
   main:561


Started: Tue Jul  3 17:48:06 2012
Ended:   Tue Jul  3 17:48:09 2012
Elapsed: 3 seconds

VERSION          : 11.4.1
CVS_VERSION      : $Revision: 1.87 $ (Savannah)
PLATFORM         : host
GNUTARCH         : i686
TOOLCHAIN        :
TOOLCHAIN_CFLAGS :

These packages failed to build:
rpm-fs

Build Failed

Is it possible for me to get the package manually or to check if my firewall block the download link in the script?
Thank you.

Henry


2012/7/2 Stuart Hughes <seh <at> zee2.com>
Hi everyone,

I managed to get some time to test LTIB on Ubuntu 12.04 (Xubuntu, 32
bit).  There were no significant changes needed, although I checked in
some minor changes to clear some warning messages (the force-debian one).

So if you want to try on Ubuntu 12.04 and you check-out the latest from
CVS and follow these step, you should be successful.

---+ Steps to install LTIB on Ubuntu 12.04

Install dependencies (yours may vary):

        sudo apt-get install g++ zlib1g-dev rpm libncurses5-dev patch

        sudo visudo

Add a line to enable sudo for your username.  For example mine is seh
and this is what I added at the end of the file:

        seh ALL = NOPASSWD: /usr/bin/rpm, /opt/ltib/usr/bin/rpm

Run ltib after CVS checkout:

        ./ltib


Regards, Stuart





--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618



--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618

<div>
    Hi Henry,<br><br>
    The warning is there to actioned.&nbsp; It should not block LTIB as many
    people have ISO installs and they can install without a network.&nbsp;
    The fact that it fails downloading and tells you there are no
    network connections is the correct way to block the build IMHO.<br><br>
    Regards, Stuart<br><br>
    On 05/07/12 03:54, Li Yuan-Lung wrote:
    <blockquote cite="mid:CACbfYDt0HqJQ2jaMpvEkqw_JDiFnasu_S5EURC3Gu00Y2Pz4mQ <at> mail.gmail.com" type="cite">Hi Stuart,<br>
      About the <br>
      I found a solution from your old post, ha~<br>
      (<a moz-do-not-send="true" href="http://lists.gnu.org/archive/html/ltib/2010-04/msg00000.html" target="_blank">http://lists.gnu.org/archive/html/ltib/2010-04/msg00000.html</a>)<br><blockquote class="gmail_quote">
        sudo apt-get install libwww-perl<br>
</blockquote>
      <br>
      Currently the build is still under going, I will check if any
      other error.<br><br>
      Would you please to have the ltib to blocking for this package?
      Thank you.<br><br><br>
      Henry<br><br><div class="gmail_quote">2012/7/5 Li Yuan-Lung <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:henry.li <at> climax.com.tw" target="_blank">henry.li <at> climax.com.tw</a>&gt;</span><br><blockquote class="gmail_quote">Hi Stuart,<br>
          Currently we did not use proxy in our environment. We are
          using directly connections.<br>
          So the proxy in ltibrc is "0". I think is is correct.<br><br>
          Now I just manually wget the packages and let the ltib go
          through. I don't know why.<br>
          Maybe I should have the "Don't have HTTP::Request::Common" to
          be solved?<br><br>
          Currently I have done the below command to pass some packages:<br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/rpm-4.0.4.tar.gz" target="_blank">http://bitshrine.org/gpp/rpm-4.0.4.tar.gz</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/rpm_lfs.patch" target="_blank">http://bitshrine.org/gpp/rpm_lfs.patch</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/rpm-4.0.4-python-configure.patch" target="_blank">http://bitshrine.org/gpp/rpm-4.0.4-python-configure.patch</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/rpm-4.0.4-sysconfig-configure.patch" target="_blank">http://bitshrine.org/gpp/rpm-4.0.4-sysconfig-configure.patch</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/rpm-4.0.4-no-usr-local.patch" target="_blank">http://bitshrine.org/gpp/rpm-4.0.4-no-usr-local.patch</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/mkspooflinks-3.4.tar.gz" target="_blank">http://bitshrine.org/gpp/mkspooflinks-3.4.tar.gz</a>&nbsp;
          --&gt; this wget command is fail, I have to download it from
          firefox.<br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/mkspooflinks-3.4-mmlink.patch" target="_blank">http://bitshrine.org/gpp/mkspooflinks-3.4-mmlink.patch</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/mkspooflinks-3.4-prefixbefore.patch" target="_blank">http://bitshrine.org/gpp/mkspooflinks-3.4-prefixbefore.patch</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/mkspooflinks-3.4-ccache.patch" target="_blank">http://bitshrine.org/gpp/mkspooflinks-3.4-ccache.patch</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/distcc-2.18.3.tar.bz2" target="_blank">http://bitshrine.org/gpp/distcc-2.18.3.tar.bz2</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/ccache-2.4.tar.gz" target="_blank">http://bitshrine.org/gpp/ccache-2.4.tar.gz</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/ccache-2.4.tar.gz.md5" target="_blank">http://bitshrine.org/gpp/ccache-2.4.tar.gz.md5</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/ccache.bsh.in" target="_blank">http://bitshrine.org/gpp/ccache.bsh.in</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/ccache.csh.in" target="_blank">http://bitshrine.org/gpp/ccache.csh.in</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/ccache-html-links.patch" target="_blank">http://bitshrine.org/gpp/ccache-html-links.patch</a><br>
          wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/ccache-2.4-coverage-231462.patch" target="_blank">http://bitshrine.org/gpp/ccache-2.4-coverage-231462.patch</a><br><br>
          But the build is still stuck at new packages.<br><br>
          So I think I have to make the message in the beginning to be
          solved:<br>
          "Don't have HTTP::Request::Common<br>
          Don't have LWP::UserAgent<br>
          Cannot test proxies, or remote file availability without both<br>
          HTTP::Request::Common and LWP::UserAgent"<br><br>
          But how? Where can I force the HTTP request to become normal?<br>
          In ltibrc, maybe I should change the
          "/data/Websites/bitshrine/gpp" to be "<a moz-do-not-send="true" href="http://www.bitshrine.org/gpp" target="_blank">http://www.bitshrine.org/gpp</a>"?<br><br>
          Thank you.<br><br>
          Henry
          <div>
            <div>
<br><br><div class="gmail_quote">2012/7/4 Stuart Hughes <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">
                  <div bgcolor="#ffffff" text="#000000"> Hi Henry,<br><br>
                    You need to fix your network problems to get this to
                    work, it's not feasible to manually download the
                    files.<br><br>
                    Start of by trying to load a file from the GPP from
                    a browser on the same machine you have ltib
                    installed, for example try accessing: <a moz-do-not-send="true" href="http://bitshrine.org/gpp/termcap-buffer.patch" target="_blank">http://bitshrine.org/gpp/termcap-buffer.patch</a><br><br>
                    If that works, then use any proxy settings you have
                    in the browser settings in the .ltibrc ltib config
                    file.<br><br>
                    Regards, Stuart
                    <div>
                      <div>
<br><br>
                        On 03/07/12 10:54, Li Yuan-Lung wrote:
                        <blockquote type="cite">Hi Stuart,<br>
                          After testing, I am still stuck at the
                          rpm-4.0.4.tar.gz get<br><br>
                          The error message is still like below:<br><br><blockquote class="gmail_quote"> $
                            cat
                            /home/henry/prjs/hpgw/ltib/host_config.log<br><br>
                            Processing platform: host support<br>
                            ===================================<br><br>
                            Processing: rpm-fs<br>
                            ====================<br>
                            Build path taken because: no prebuilt rpm, <br>
                            Can't get: rpm-4.0.4.tar.gz at ./ltib line
                            834.<br>
                            Died at ./ltib line 2537.<br>
                            traceback:<br>
                            &nbsp;main::check_rpm_setup:2537<br>
                            &nbsp; main::host_checks:1520<br>
                            &nbsp;&nbsp; main:561<br><br><br>
                            Started: Tue Jul&nbsp; 3 17:48:06 2012<br>
                            Ended:&nbsp;&nbsp; Tue Jul&nbsp; 3 17:48:09 2012<br>
                            Elapsed: 3 seconds<br><br>
                            VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 11.4.1<br>
                            CVS_VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : $Revision: 1.87 $
                            (Savannah)<br>
                            PLATFORM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : host<br>
                            GNUTARCH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : i686<br>
                            TOOLCHAIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : <br>
                            TOOLCHAIN_CFLAGS : <br><br>
                            These packages failed to build:<br>
                            rpm-fs <br><br>
                            Build Failed<br>
</blockquote>
                          <br>
                          Is it possible for me to get the package
                          manually or to check if my firewall block the
                          download link in the script?<br>
                          Thank you.<br><br>
                          Henry<br><br><br><div class="gmail_quote"> 2012/7/2 Stuart
                            Hughes <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote"> Hi everyone,<br><br>
                              I managed to get some time to test LTIB on
                              Ubuntu 12.04 (Xubuntu, 32<br>
                              bit). &nbsp;There were no significant changes
                              needed, although I checked in<br>
                              some minor changes to clear some warning
                              messages (the force-debian one).<br><br>
                              So if you want to try on Ubuntu 12.04 and
                              you check-out the latest from<br>
                              CVS and follow these step, you should be
                              successful.<br><br>
                              ---+ Steps to install LTIB on Ubuntu 12.04<br><br>
                              Install dependencies (yours may vary):<br><br>
                              &nbsp; &nbsp; &nbsp; &nbsp; sudo apt-get install g++
                              zlib1g-dev rpm libncurses5-dev patch<br><br>
                              &nbsp; &nbsp; &nbsp; &nbsp; sudo visudo<br><br>
                              Add a line to enable sudo for your
                              username. &nbsp;For example mine is seh<br>
                              and this is what I added at the end of the
                              file:<br><br>
                              &nbsp; &nbsp; &nbsp; &nbsp; seh ALL = NOPASSWD: /usr/bin/rpm,
                              /opt/ltib/usr/bin/rpm<br><br>
                              Run ltib after CVS checkout:<br><br>
                              &nbsp; &nbsp; &nbsp; &nbsp; ./ltib<br><br><br>
                              Regards, Stuart<br><br>
</blockquote>
                          </div>
                        </blockquote>
                        <br>
</div>
                    </div>
                  </div>
                </blockquote>
              </div>
              <br><br clear="all"><br>
</div>
          </div>
          <div>
            <div>-- <br>
              Best Regards,<br><br>
              Henry Li<br>
              SW Engineer of Climax Co.<br>
              TEL: <a moz-do-not-send="true" href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001
                ext.231</a><br>
              FAX: <a moz-do-not-send="true" href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a><br>
</div>
          </div>
        </blockquote>
      </div>
      <br><br clear="all"><br>
      -- <br>
      Best Regards,<br><br>
      Henry Li<br>
      SW Engineer of Climax Co.<br>
      TEL: <a moz-do-not-send="true" href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001" target="_blank">+886-2-2794-0001 ext.231</a><br>
      FAX: <a moz-do-not-send="true" href="tel:%2B886-2-2792-6618" value="+886227926618" target="_blank">+886-2-2792-6618</a><br>
</blockquote>
    <br>
</div>
Li Yuan-Lung | 4 Jul 2012 11:16
Picon

Re: Ubuntu 12.04 compatibility (was Re: Build problem in Ubuntu 12.04 LTS)

Hi Stuart,
I have added some print code to dump the download path in the ./bin/Ltibutils.pm (The sub-func "get_file" in about line 275).
Which shows a strange path like:
PATH:/data/Websites/bitshrine/gpp/rpm-4.0.4.tar.gz, DIR:/data/Websites/bitshrine/gpp, FILE:rpm-4.0.4.tar.gz

Since there is no such path in my local, I guess it want to check the package existing in bitshrine.org.

And I think the ltib want to have the package, I manually downloaded the rpm-4.0.4.tar.gz as below:
/tmp/rpm-henry$ wget http://bitshrine.org/gpp/rpm-4.0.4.tar.gz

And after re-run the ltib, it passed rpm package checking but fail in the next one:rpm_lfs.patch.

So I guess there might be something wrong when getting the package from bitshrine.
Attachment is the logs for you to help check. And modified Ltibutility.pm.

Thank you very much.

Henry


2012/7/2 Stuart Hughes <seh <at> zee2.com>
Hi everyone,

I managed to get some time to test LTIB on Ubuntu 12.04 (Xubuntu, 32
bit).  There were no significant changes needed, although I checked in
some minor changes to clear some warning messages (the force-debian one).

So if you want to try on Ubuntu 12.04 and you check-out the latest from
CVS and follow these step, you should be successful.

---+ Steps to install LTIB on Ubuntu 12.04

Install dependencies (yours may vary):

        sudo apt-get install g++ zlib1g-dev rpm libncurses5-dev patch

        sudo visudo

Add a line to enable sudo for your username.  For example mine is seh
and this is what I added at the end of the file:

        seh ALL = NOPASSWD: /usr/bin/rpm, /opt/ltib/usr/bin/rpm

Run ltib after CVS checkout:

        ./ltib


Regards, Stuart


On 25/05/12 08:45, Stuart Hughes wrote:
> Hi Henry,
>
> Unfortunately I don't have Ubuntu 12.04 or the time to install it.  If
> anyone has a machine setup that I could log into and take a look, that
> would help (I would need sudo access for though).
>
> Sorry about that, but work pressures call me to other things.
>
> Regards, Stuart
>
> On 25/05/12 08:24, Li Yuan-Lung wrote:
>> Dear Stuart Hughes,
>> Did you try the ltib build with the Ubuntu 12.04?
>> Do you have any other suggestions?
>>
>> Henry
>>
>> 2012/5/14 Li Yuan-Lung <henry.li <at> climax.com.tw
>> <mailto:henry.li <at> climax.com.tw>>
>>
>>     Dear Stuart Hughes,
>>     I have try your debug message and the log as attachment.
>>
>>     Thank you very much!
>>
>>     Henry
>>
>>     2012/5/11 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>
>>
>>         Hi Henry,
>>
>>         There's not much point downloading this directly as there will
>>         be many more downloads needed later on.
>>
>>         I have not got this Ubuntu, so I have to guess a little.  Can
>>         you put this change in to see if LTIB is actually trying to
>>         get the file.  If it is, add some more debugs to try to figure
>>         out what's going on.  The odd thing is it appears that the
>>         get_file function is not doing anything (or not being called):
>>
>>         Index: bin/Ltibutils.pm
>>         ===================================================================
>>         RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v
>>         retrieving revision 1.38
>>         diff -u -r1.38 Ltibutils.pm
>>         --- bin/Ltibutils.pm    7 Aug 2011 15:05:53 -0000    1.38
>>         +++ bin/Ltibutils.pm    11 May 2012 10:01:36 -0000
>>         <at> <at> -254,6 +254,7 <at> <at>
>>          sub get_file
>>          {
>>              my ($url, $cf, $force_md5) = <at> _;
>>         +warn "get_file: <at> _";
>>              warn("no url passed"), return unless $url;
>>              warn("lpp: $cf->{lpp} is not a directory"), return unless
>>         -d $cf->{lpp};
>>              my ($path,  $refmd5);
>>
>>         Regards, Stuart
>>
>>
>>         On 10/05/12 09:00, Li Yuan-Lung wrote:
>>>         Dear Stuart,
>>>         Attachment is the new log without "-v" option and the diff
>>>         result.
>>>         May I get the package manually as a workaround?
>>>
>>>         The connection seems no problem to the server. I don't know
>>>         why the ltib can not get it. Please kindly give me the direct
>>>         path and tell me local placement folder(is it "/tmp/rpm_xxx/"
>>>         or "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget
>>>         command.
>>>
>>>         Henry
>>>
>>>
>>>         2012/5/10 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>
>>>
>>>             Hi Henry,
>>>
>>>             This is a different error:
>>>
>>>
>>>             Build path taken because: no prebuilt rpm,
>>>             Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
>>>             Died at ./ltib line 2539.
>>>             traceback:
>>>              main::check_rpm_setup:2539
>>>
>>>              main::host_checks:1520
>>>               main:561
>>>
>>>              which indicates that ltib was not able to download the
>>>             source file. Is your network connection okay? ltib will
>>>             try to connect to http://bitshrine.org/.... to get files
>>>             on demand.
>>>
>>>             Can you re-run without the -v option and cut and paste
>>>             any relevant lines. Also if you've made changes show what
>>>             they are (a cvs diff -u).
>>>
>>>             Regards, Stuart
>>>
>>>
>>>
>>>             On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:
>>>
>>>                 Dear Stuart,
>>>                 Here is the result,
>>>
>>>                    ~/prjs/ltib$ rpm --force-debian
>>>                    ~/prjs/ltib$ echo $?
>>>                    0
>>>
>>>
>>>                 I have change the line in ./ltib but still got a
>>>                 stuck as attachment. Please kindly check. Thank you
>>>                 very much!
>>>
>>>
>>>                 Henry
>>>
>>>                 2012/5/6 Stuart Hughes <seh <at> zee2.com
>>>                 <mailto:seh <at> zee2.com> <mailto:seh <at> zee2.com
>>>                 <mailto:seh <at> zee2.com>>>
>>>
>>>
>>>                    Hi Li,
>>>
>>>                    This is a new distro, so I guess something yet
>>>                 again changed.
>>>
>>>                    Can you send me the output at the command line of
>>>                 the following
>>>                    commands:
>>>
>>>                    rpm --force-debian
>>>                    echo $?
>>>
>>>                    I want to see:
>>>                           1. If it has this option
>>>                           2. If it returns an error, if not.
>>>
>>>                    There's check at line 2518 that's supposed to
>>>                 handle whether or
>>>                    not that
>>>                    flag is used.  Some versions of distros need it.
>>>
>>>                    Regards, Stuart
>>>
>>>                    On 04/05/12 10:10, Li Yuan-Lung wrote:
>>>                    > Dear Ltib members,
>>>                    > Our company is considered to use the Ubuntu
>>>                 12.04 LTS for the
>>>                    long term
>>>                    > support requirement.
>>>                    > After I setup the environment. The ltib seems to
>>>                 have an old
>>>                    problem,
>>>                    > which always build fail at "rpm-fs" package.
>>>                    > I am still finding the solution, please kindly
>>>                 have some
>>>                    suggestion for
>>>                    > me, thank you very much!
>>>                    >
>>>                    > Below is the content of host_config.log:
>>>                    >
>>>                    >     rpmdb: --force-debian: unknown option
>>>                    >
>>>                    >     Processing platform: host support
>>>                    >     ===================================
>>>                    >
>>>                    >     Processing: rpm-fs
>>>                    >     ====================
>>>                    >     Build path taken because: no prebuilt rpm,
>>>                    >     Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
>>>                    >     Died at ./ltib line 2538.
>>>                    >     traceback:
>>>                    >      main::check_rpm_setup:2538
>>>                    >       main::host_checks:1520
>>>                    >        main:561
>>>                    >
>>>                    >
>>>                    >     Started: Fri May  4 17:04:13 2012
>>>                    >     Ended:   Fri May  4 17:04:17 2012
>>>                    >     Elapsed: 4 seconds
>>>                    >
>>>                    >     Use of uninitialized value in concatenation
>>>                 (.) or string at
>>>                    ./ltib
>>>                    >     line 2858.
>>>                    >     Use of uninitialized value in concatenation
>>>                 (.) or string at
>>>                    ./ltib
>>>                    >     line 2858.
>>>                    >     VERSION          : 11.4.1
>>>                    >     CVS_VERSION      : $Revision: 1.86 $ (Savannah)
>>>                    >     PLATFORM         : host
>>>                    >     GNUTARCH         : i686
>>>                    >     TOOLCHAIN        :
>>>                    >     TOOLCHAIN_CFLAGS :
>>>                    >
>>>                    >     These packages failed to build:
>>>                    >     rpm-fs
>>>                    >
>>>                    >     Build Failed
>>>                    >
>>>                    >
>>>
>>>
>>>
>>>
>>>
>>>
>>>                 --
>>>                 Best Regards,
>>>
>>>                 Henry Li
>>>                 SW Engineer of Climax Co.
>>>                 TEL: +886-2-2794-0001 ext.231
>>>                 <tel:%2B886-2-2794-0001%20ext.231>
>>>                 <tel:%2B886-2-2794-0001%20ext.231>
>>>                 FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>
>>>                 <tel:%2B886-2-2792-6618>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>         --
>>>         Best Regards,
>>>
>>>         Henry Li
>>>         SW Engineer of Climax Co.
>>>         TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
>>>         FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>
>>
>>
>>
>>
>>     --
>>     Best Regards,
>>
>>     Henry Li
>>     SW Engineer of Climax Co.
>>     TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
>>     FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>
>>
>>
>>
>>
>> --
>> Best Regards,
>>
>> Henry Li
>> SW Engineer of Climax Co.
>> TEL: +886-2-2794-0001 ext.231
>> FAX: +886-2-2792-6618
>
>
>
> _______________________________________________
> LTIB home page: http://ltib.org
>
> Ltib mailing list
> Ltib <at> nongnu.org
> https://lists.nongnu.org/mailman/listinfo/ltib
>







--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618
Attachment (host_config_lfs_fail.log): application/octet-stream, 25 KiB
Attachment (host_config_rpm_fail.log): application/octet-stream, 25 KiB
Attachment (Ltibutils.pm): application/octet-stream, 34 KiB
<div>
<p>Hi Stuart,<br>I have added some print code to dump the download path in the ./bin/Ltibutils.pm (The sub-func "get_file" in about line 275).<br>Which shows a strange path like:<br>PATH:/data/Websites/bitshrine/gpp/rpm-4.0.4.tar.gz, DIR:/data/Websites/bitshrine/gpp, FILE:rpm-4.0.4.tar.gz<br><br>Since there is no such path in my local, I guess it want to check the package existing in <a href="http://bitshrine.org">bitshrine.org</a>.<br><br>And I think the ltib want to have the package, I manually downloaded the rpm-4.0.4.tar.gz as below:<br>

/tmp/rpm-henry$ wget <a href="http://bitshrine.org/gpp/rpm-4.0.4.tar.gz">http://bitshrine.org/gpp/rpm-4.0.4.tar.gz</a><br><br>And after re-run the ltib, it passed rpm package checking but fail in the next one:rpm_lfs.patch.<br><br>So I guess there might be something wrong when getting the package from bitshrine.<br>Attachment is the logs for you to help check. And modified Ltibutility.pm.<br><br>Thank you very much.<br><br>Henry<br><br><br></p>
<div class="gmail_quote">

2012/7/2 Stuart Hughes <span dir="ltr">&lt;<a href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">

Hi everyone,<br><br>
I managed to get some time to test LTIB on Ubuntu 12.04 (Xubuntu, 32<br>
bit). &nbsp;There were no significant changes needed, although I checked in<br>
some minor changes to clear some warning messages (the force-debian one).<br><br>
So if you want to try on Ubuntu 12.04 and you check-out the latest from<br>
CVS and follow these step, you should be successful.<br><br>
---+ Steps to install LTIB on Ubuntu 12.04<br><br>
Install dependencies (yours may vary):<br><br>
&nbsp; &nbsp; &nbsp; &nbsp; sudo apt-get install g++ zlib1g-dev rpm libncurses5-dev patch<br><br>
&nbsp; &nbsp; &nbsp; &nbsp; sudo visudo<br><br>
Add a line to enable sudo for your username. &nbsp;For example mine is seh<br>
and this is what I added at the end of the file:<br><br>
&nbsp; &nbsp; &nbsp; &nbsp; seh ALL = NOPASSWD: /usr/bin/rpm, /opt/ltib/usr/bin/rpm<br><br>
Run ltib after CVS checkout:<br><br>
&nbsp; &nbsp; &nbsp; &nbsp; ./ltib<br><br><br>
Regards, Stuart<br><br><br>
On 25/05/12 08:45, Stuart Hughes wrote:<br>
&gt; Hi Henry,<br>
&gt;<br>
&gt; Unfortunately I don't have Ubuntu 12.04 or the time to install it. &nbsp;If<br>
&gt; anyone has a machine setup that I could log into and take a look, that<br>
&gt; would help (I would need sudo access for though).<br>
&gt;<br>
&gt; Sorry about that, but work pressures call me to other things.<br>
&gt;<br>
&gt; Regards, Stuart<br>
&gt;<br>
&gt; On 25/05/12 08:24, Li Yuan-Lung wrote:<br>
&gt;&gt; Dear Stuart Hughes,<br>
&gt;&gt; Did you try the ltib build with the Ubuntu 12.04?<br>
&gt;&gt; Do you have any other suggestions?<br>
&gt;&gt;<br>
&gt;&gt; Henry<br>
&gt;&gt;<br>
&gt;&gt; 2012/5/14 Li Yuan-Lung &lt;<a href="mailto:henry.li <at> climax.com.tw">henry.li <at> climax.com.tw</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:henry.li <at> climax.com.tw">henry.li <at> climax.com.tw</a>&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Dear Stuart Hughes,<br>
&gt;&gt; &nbsp; &nbsp; I have try your debug message and the log as attachment.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Thank you very much!<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Henry<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; 2012/5/11 Stuart Hughes &lt;<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a> &lt;mailto:<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Hi Henry,<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; There's not much point downloading this directly as there will<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; be many more downloads needed later on.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; I have not got this Ubuntu, so I have to guess a little. &nbsp;Can<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; you put this change in to see if LTIB is actually trying to<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; get the file. &nbsp;If it is, add some more debugs to try to figure<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; out what's going on. &nbsp;The odd thing is it appears that the<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; get_file function is not doing anything (or not being called):<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Index: bin/Ltibutils.pm<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; ===================================================================<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; retrieving revision 1.38<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; diff -u -r1.38 Ltibutils.pm<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; --- bin/Ltibutils.pm &nbsp; &nbsp;7 Aug 2011 15:05:53 -0000 &nbsp; &nbsp;1.38<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; +++ bin/Ltibutils.pm &nbsp; &nbsp;11 May 2012 10:01:36 -0000<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;  <at>  <at>  -254,6 +254,7  <at>  <at> <br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sub get_file<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;my ($url, $cf, $force_md5) =  <at> _;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; +warn "get_file:  <at> _";<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;warn("no url passed"), return unless $url;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;warn("lpp: $cf-&gt;{lpp} is not a directory"), return unless<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; -d $cf-&gt;{lpp};<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;my ($path, &nbsp;$refmd5);<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Regards, Stuart<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; On 10/05/12 09:00, Li Yuan-Lung wrote:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Dear Stuart,<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Attachment is the new log without "-v" option and the diff<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; result.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; May I get the package manually as a workaround?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; The connection seems no problem to the server. I don't know<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; why the ltib can not get it. Please kindly give me the direct<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; path and tell me local placement folder(is it "/tmp/rpm_xxx/"<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; or "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; command.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Henry<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2012/5/10 Stuart Hughes &lt;<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a> &lt;mailto:<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Hi Henry,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; This is a different error:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Build path taken because: no prebuilt rpm,<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Died at ./ltib line 2539.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; traceback:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;main::check_rpm_setup:2539<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;main::host_checks:1520<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; main:561<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;which indicates that ltib was not able to download the<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; source file. Is your network connection okay? ltib will<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try to connect to <a href="http://bitshrine.org/.." target="_blank">http://bitshrine.org/..</a>.. to get files<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; on demand.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Can you re-run without the -v option and cut and paste<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; any relevant lines. Also if you've made changes show what<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; they are (a cvs diff -u).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Regards, Stuart<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dear Stuart,<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Here is the result,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;~/prjs/ltib$ rpm --force-debian<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;~/prjs/ltib$ echo $?<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I have change the line in ./ltib but still got a<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; stuck as attachment. Please kindly check. Thank you<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; very much!<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Henry<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2012/5/6 Stuart Hughes &lt;<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a><br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>&gt; &lt;mailto:<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a><br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Hi Li,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;This is a new distro, so I guess something yet<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; again changed.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Can you send me the output at the command line of<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; the following<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;commands:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rpm --force-debian<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;echo $?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I want to see:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1. If it has this option<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2. If it returns an error, if not.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;There's check at line 2518 that's supposed to<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; handle whether or<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;not that<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;flag is used. &nbsp;Some versions of distros need it.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Regards, Stuart<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;On 04/05/12 10:10, Li Yuan-Lung wrote:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Dear Ltib members,<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Our company is considered to use the Ubuntu<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 12.04 LTS for the<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;long term<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; support requirement.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; After I setup the environment. The ltib seems to<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; have an old<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;problem,<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; which always build fail at "rpm-fs" package.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; I am still finding the solution, please kindly<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; have some<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;suggestion for<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; me, thank you very much!<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Below is the content of host_config.log:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpmdb: --force-debian: unknown option<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing platform: host support<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; ===================================<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing: rpm-fs<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; ====================<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build path taken because: no prebuilt rpm,<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Died at ./ltib line 2538.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; traceback:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp;main::check_rpm_setup:2538<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; main::host_checks:1520<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp;main:561<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Started: Fri May &nbsp;4 17:04:13 2012<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Ended: &nbsp; Fri May &nbsp;4 17:04:17 2012<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Elapsed: 4 seconds<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (.) or string at<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;./ltib<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized value in concatenation<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (.) or string at<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;./ltib<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; VERSION &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: 11.4.1<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; CVS_VERSION &nbsp; &nbsp; &nbsp;: $Revision: 1.86 $ (Savannah)<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; PLATFORM &nbsp; &nbsp; &nbsp; &nbsp; : host<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; GNUTARCH &nbsp; &nbsp; &nbsp; &nbsp; : i686<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN &nbsp; &nbsp; &nbsp; &nbsp;:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN_CFLAGS :<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; These packages failed to build:<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpm-fs<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build Failed<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Best Regards,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Henry Li<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SW Engineer of Climax Co.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001">+886-2-2794-0001 ext.231</a><br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618">+886-2-2792-6618</a> &lt;tel:%2B886-2-2792-6618&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tel:%2B886-2-2792-6618&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; --<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Best Regards,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Henry Li<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; SW Engineer of Climax Co.<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001">+886-2-2794-0001 ext.231</a> &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618">+886-2-2792-6618</a> &lt;tel:%2B886-2-2792-6618&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; --<br>
&gt;&gt; &nbsp; &nbsp; Best Regards,<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Henry Li<br>
&gt;&gt; &nbsp; &nbsp; SW Engineer of Climax Co.<br>
&gt;&gt; &nbsp; &nbsp; TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001">+886-2-2794-0001 ext.231</a> &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
&gt;&gt; &nbsp; &nbsp; FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618">+886-2-2792-6618</a> &lt;tel:%2B886-2-2792-6618&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Best Regards,<br>
&gt;&gt;<br>
&gt;&gt; Henry Li<br>
&gt;&gt; SW Engineer of Climax Co.<br>
&gt;&gt; TEL: <a href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001">+886-2-2794-0001 ext.231</a><br>
&gt;&gt; FAX: <a href="tel:%2B886-2-2792-6618" value="+886227926618">+886-2-2792-6618</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; LTIB home page: <a href="http://ltib.org" target="_blank">http://ltib.org</a><br>
&gt;<br>
&gt; Ltib mailing list<br>
&gt; <a href="mailto:Ltib <at> nongnu.org">Ltib <at> nongnu.org</a><br>
&gt; <a href="https://lists.nongnu.org/mailman/listinfo/ltib" target="_blank">https://lists.nongnu.org/mailman/listinfo/ltib</a><br>
&gt;<br><br><br><br><br>
</blockquote>
</div>
<br><br clear="all"><br>-- <br>Best Regards,<br><br>Henry Li<br>SW Engineer of Climax Co.<br>TEL: +886-2-2794-0001 ext.231<br>FAX: +886-2-2792-6618<br>
</div>
Stuart Hughes | 4 Jul 2012 14:38

Re: Ubuntu 12.04 compatibility (was Re: Build problem in Ubuntu 12.04 LTS)

Hi Henry,

Don't worry about those paths, they are just used to see if there is a local copy.  In the end it will try a download (these paths come from the .ltibrc config file).

Please refer to my earlier mail: you need to get your local network working!

"""


You need to fix your network problems to get this to work, it's not feasible to manually download the files.

Start of by trying to load a file from the GPP from a browser on the same machine you have ltib installed, for example try accessing: http://bitshrine.org/gpp/termcap-buffer.patch

If that works, then use any proxy settings you have in the browser settings in the .ltibrc ltib config file.

""""

Regards, Stuart

On 04/07/12 10:16, Li Yuan-Lung wrote:
Hi Stuart,
I have added some print code to dump the download path in the ./bin/Ltibutils.pm (The sub-func "get_file" in about line 275).
Which shows a strange path like:
PATH:/data/Websites/bitshrine/gpp/rpm-4.0.4.tar.gz, DIR:/data/Websites/bitshrine/gpp, FILE:rpm-4.0.4.tar.gz

Since there is no such path in my local, I guess it want to check the package existing in bitshrine.org.

And I think the ltib want to have the package, I manually downloaded the rpm-4.0.4.tar.gz as below:
/tmp/rpm-henry$ wget http://bitshrine.org/gpp/rpm-4.0.4.tar.gz

And after re-run the ltib, it passed rpm package checking but fail in the next one:rpm_lfs.patch.

So I guess there might be something wrong when getting the package from bitshrine.
Attachment is the logs for you to help check. And modified Ltibutility.pm.

Thank you very much.

Henry


2012/7/2 Stuart Hughes <seh <at> zee2.com>
Hi everyone,

I managed to get some time to test LTIB on Ubuntu 12.04 (Xubuntu, 32
bit).  There were no significant changes needed, although I checked in
some minor changes to clear some warning messages (the force-debian one).

So if you want to try on Ubuntu 12.04 and you check-out the latest from
CVS and follow these step, you should be successful.

---+ Steps to install LTIB on Ubuntu 12.04

Install dependencies (yours may vary):

        sudo apt-get install g++ zlib1g-dev rpm libncurses5-dev patch

        sudo visudo

Add a line to enable sudo for your username.  For example mine is seh
and this is what I added at the end of the file:

        seh ALL = NOPASSWD: /usr/bin/rpm, /opt/ltib/usr/bin/rpm

Run ltib after CVS checkout:

        ./ltib


Regards, Stuart


On 25/05/12 08:45, Stuart Hughes wrote:
> Hi Henry,
>
> Unfortunately I don't have Ubuntu 12.04 or the time to install it.  If
> anyone has a machine setup that I could log into and take a look, that
> would help (I would need sudo access for though).
>
> Sorry about that, but work pressures call me to other things.
>
> Regards, Stuart
>
> On 25/05/12 08:24, Li Yuan-Lung wrote:
>> Dear Stuart Hughes,
>> Did you try the ltib build with the Ubuntu 12.04?
>> Do you have any other suggestions?
>>
>> Henry
>>
>> 2012/5/14 Li Yuan-Lung <henry.li <at> climax.com.tw
>> <mailto:henry.li <at> climax.com.tw>>
>>
>>     Dear Stuart Hughes,
>>     I have try your debug message and the log as attachment.
>>
>>     Thank you very much!
>>
>>     Henry
>>
>>     2012/5/11 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>
>>
>>         Hi Henry,
>>
>>         There's not much point downloading this directly as there will
>>         be many more downloads needed later on.
>>
>>         I have not got this Ubuntu, so I have to guess a little.  Can
>>         you put this change in to see if LTIB is actually trying to
>>         get the file.  If it is, add some more debugs to try to figure
>>         out what's going on.  The odd thing is it appears that the
>>         get_file function is not doing anything (or not being called):
>>
>>         Index: bin/Ltibutils.pm
>>         ===================================================================
>>         RCS file: /sources/ltib/ltib/bin/Ltibutils.pm,v
>>         retrieving revision 1.38
>>         diff -u -r1.38 Ltibutils.pm
>>         --- bin/Ltibutils.pm    7 Aug 2011 15:05:53 -0000    1.38
>>         +++ bin/Ltibutils.pm    11 May 2012 10:01:36 -0000
>>         <at> <at> -254,6 +254,7 <at> <at>
>>          sub get_file
>>          {
>>              my ($url, $cf, $force_md5) = <at> _;
>>         +warn "get_file: <at> _";
>>              warn("no url passed"), return unless $url;
>>              warn("lpp: $cf->{lpp} is not a directory"), return unless
>>         -d $cf->{lpp};
>>              my ($path,  $refmd5);
>>
>>         Regards, Stuart
>>
>>
>>         On 10/05/12 09:00, Li Yuan-Lung wrote:
>>>         Dear Stuart,
>>>         Attachment is the new log without "-v" option and the diff
>>>         result.
>>>         May I get the package manually as a workaround?
>>>
>>>         The connection seems no problem to the server. I don't know
>>>         why the ltib can not get it. Please kindly give me the direct
>>>         path and tell me local placement folder(is it "/tmp/rpm_xxx/"
>>>         or "/tmp/rpm_xxx/RPMS" ?), I want to try it by using wget
>>>         command.
>>>
>>>         Henry
>>>
>>>
>>>         2012/5/10 Stuart Hughes <seh <at> zee2.com <mailto:seh <at> zee2.com>>
>>>
>>>             Hi Henry,
>>>
>>>             This is a different error:
>>>
>>>
>>>             Build path taken because: no prebuilt rpm,
>>>             Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
>>>             Died at ./ltib line 2539.
>>>             traceback:
>>>              main::check_rpm_setup:2539
>>>
>>>              main::host_checks:1520
>>>               main:561
>>>
>>>              which indicates that ltib was not able to download the
>>>             source file. Is your network connection okay? ltib will
>>>             try to connect to http://bitshrine.org/.... to get files
>>>             on demand.
>>>
>>>             Can you re-run without the -v option and cut and paste
>>>             any relevant lines. Also if you've made changes show what
>>>             they are (a cvs diff -u).
>>>
>>>             Regards, Stuart
>>>
>>>
>>>
>>>             On 05/07/2012 02:48 AM, Li Yuan-Lung wrote:
>>>
>>>                 Dear Stuart,
>>>                 Here is the result,
>>>
>>>                    ~/prjs/ltib$ rpm --force-debian
>>>                    ~/prjs/ltib$ echo $?
>>>                    0
>>>
>>>
>>>                 I have change the line in ./ltib but still got a
>>>                 stuck as attachment. Please kindly check. Thank you
>>>                 very much!
>>>
>>>
>>>                 Henry
>>>
>>>                 2012/5/6 Stuart Hughes <seh <at> zee2.com
>>>                 <mailto:seh <at> zee2.com> <mailto:seh <at> zee2.com
>>>                 <mailto:seh <at> zee2.com>>>
>>>
>>>
>>>                    Hi Li,
>>>
>>>                    This is a new distro, so I guess something yet
>>>                 again changed.
>>>
>>>                    Can you send me the output at the command line of
>>>                 the following
>>>                    commands:
>>>
>>>                    rpm --force-debian
>>>                    echo $?
>>>
>>>                    I want to see:
>>>                           1. If it has this option
>>>                           2. If it returns an error, if not.
>>>
>>>                    There's check at line 2518 that's supposed to
>>>                 handle whether or
>>>                    not that
>>>                    flag is used.  Some versions of distros need it.
>>>
>>>                    Regards, Stuart
>>>
>>>                    On 04/05/12 10:10, Li Yuan-Lung wrote:
>>>                    > Dear Ltib members,
>>>                    > Our company is considered to use the Ubuntu
>>>                 12.04 LTS for the
>>>                    long term
>>>                    > support requirement.
>>>                    > After I setup the environment. The ltib seems to
>>>                 have an old
>>>                    problem,
>>>                    > which always build fail at "rpm-fs" package.
>>>                    > I am still finding the solution, please kindly
>>>                 have some
>>>                    suggestion for
>>>                    > me, thank you very much!
>>>                    >
>>>                    > Below is the content of host_config.log:
>>>                    >
>>>                    >     rpmdb: --force-debian: unknown option
>>>                    >
>>>                    >     Processing platform: host support
>>>                    >     ===================================
>>>                    >
>>>                    >     Processing: rpm-fs
>>>                    >     ====================
>>>                    >     Build path taken because: no prebuilt rpm,
>>>                    >     Can't get: rpm-4.0.4.tar.gz at ./ltib line 834.
>>>                    >     Died at ./ltib line 2538.
>>>                    >     traceback:
>>>                    >      main::check_rpm_setup:2538
>>>                    >       main::host_checks:1520
>>>                    >        main:561
>>>                    >
>>>                    >
>>>                    >     Started: Fri May  4 17:04:13 2012
>>>                    >     Ended:   Fri May  4 17:04:17 2012
>>>                    >     Elapsed: 4 seconds
>>>                    >
>>>                    >     Use of uninitialized value in concatenation
>>>                 (.) or string at
>>>                    ./ltib
>>>                    >     line 2858.
>>>                    >     Use of uninitialized value in concatenation
>>>                 (.) or string at
>>>                    ./ltib
>>>                    >     line 2858.
>>>                    >     VERSION          : 11.4.1
>>>                    >     CVS_VERSION      : $Revision: 1.86 $ (Savannah)
>>>                    >     PLATFORM         : host
>>>                    >     GNUTARCH         : i686
>>>                    >     TOOLCHAIN        :
>>>                    >     TOOLCHAIN_CFLAGS :
>>>                    >
>>>                    >     These packages failed to build:
>>>                    >     rpm-fs
>>>                    >
>>>                    >     Build Failed
>>>                    >
>>>                    >
>>>
>>>
>>>
>>>
>>>
>>>
>>>                 --
>>>                 Best Regards,
>>>
>>>                 Henry Li
>>>                 SW Engineer of Climax Co.
>>>                 TEL: +886-2-2794-0001 ext.231
>>>                 <tel:%2B886-2-2794-0001%20ext.231>
>>>                 <tel:%2B886-2-2794-0001%20ext.231>
>>>                 FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>
>>>                 <tel:%2B886-2-2792-6618>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>         --
>>>         Best Regards,
>>>
>>>         Henry Li
>>>         SW Engineer of Climax Co.
>>>         TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
>>>         FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>
>>
>>
>>
>>
>>     --
>>     Best Regards,
>>
>>     Henry Li
>>     SW Engineer of Climax Co.
>>     TEL: +886-2-2794-0001 ext.231 <tel:%2B886-2-2794-0001%20ext.231>
>>     FAX: +886-2-2792-6618 <tel:%2B886-2-2792-6618>
>>
>>
>>
>>
>> --
>> Best Regards,
>>
>> Henry Li
>> SW Engineer of Climax Co.
>> TEL: +886-2-2794-0001 ext.231
>> FAX: +886-2-2792-6618
>
>
>
> _______________________________________________
> LTIB home page: http://ltib.org
>
> Ltib mailing list
> Ltib <at> nongnu.org
> https://lists.nongnu.org/mailman/listinfo/ltib
>







--
Best Regards,

Henry Li
SW Engineer of Climax Co.
TEL: +886-2-2794-0001 ext.231
FAX: +886-2-2792-6618

<div>
    Hi Henry,<br><br>
    Don't worry about those paths, they are just used to see if there is
    a local copy.&nbsp; In the end it will try a download (these paths come
    from the .ltibrc config file).<br><br>
    Please refer to my earlier mail: you need to get your local network
    working!<br><br>
    """<br><br><br>
    You need to fix your network problems to get this to work, it's not
    feasible to manually download the files.<br><br>
    Start of by trying to load a file from the GPP from a browser on the
    same machine you have ltib installed, for example try accessing: <a class="moz-txt-link-freetext" href="http://bitshrine.org/gpp/termcap-buffer.patch">http://bitshrine.org/gpp/termcap-buffer.patch</a><br><br>
    If that works, then use any proxy settings you have in the browser
    settings in the .ltibrc ltib config file.<br><br>
    """"<br><br>
    Regards, Stuart<br><br>
    On 04/07/12 10:16, Li Yuan-Lung wrote:
    <blockquote cite="mid:CACbfYDt6Nq-qy2nWkjmOJGqwKhU5vXYg7W4-j2iN9WY47gjqQA <at> mail.gmail.com" type="cite">Hi Stuart,<br>
      I have added some print code to dump the download path in the
      ./bin/Ltibutils.pm (The sub-func "get_file" in about line 275).<br>
      Which shows a strange path like:<br>
      PATH:/data/Websites/bitshrine/gpp/rpm-4.0.4.tar.gz,
      DIR:/data/Websites/bitshrine/gpp, <a class="moz-txt-link-freetext" href="FILE:rpm-4.0.4.tar.gz">FILE:rpm-4.0.4.tar.gz</a><br><br>
      Since there is no such path in my local, I guess it want to check
      the package existing in <a moz-do-not-send="true" href="http://bitshrine.org">bitshrine.org</a>.<br><br>
      And I think the ltib want to have the package, I manually
      downloaded the rpm-4.0.4.tar.gz as below:<br>
      /tmp/rpm-henry$ wget <a moz-do-not-send="true" href="http://bitshrine.org/gpp/rpm-4.0.4.tar.gz">http://bitshrine.org/gpp/rpm-4.0.4.tar.gz</a><br><br>
      And after re-run the ltib, it passed rpm package checking but fail
      in the next one:rpm_lfs.patch.<br><br>
      So I guess there might be something wrong when getting the package
      from bitshrine.<br>
      Attachment is the logs for you to help check. And modified
      Ltibutility.pm.<br><br>
      Thank you very much.<br><br>
      Henry<br><br><br><div class="gmail_quote">
        2012/7/2 Stuart Hughes <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:seh <at> zee2.com" target="_blank">seh <at> zee2.com</a>&gt;</span><br><blockquote class="gmail_quote">
          Hi everyone,<br><br>
          I managed to get some time to test LTIB on Ubuntu 12.04
          (Xubuntu, 32<br>
          bit). &nbsp;There were no significant changes needed, although I
          checked in<br>
          some minor changes to clear some warning messages (the
          force-debian one).<br><br>
          So if you want to try on Ubuntu 12.04 and you check-out the
          latest from<br>
          CVS and follow these step, you should be successful.<br><br>
          ---+ Steps to install LTIB on Ubuntu 12.04<br><br>
          Install dependencies (yours may vary):<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; sudo apt-get install g++ zlib1g-dev rpm
          libncurses5-dev patch<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; sudo visudo<br><br>
          Add a line to enable sudo for your username. &nbsp;For example mine
          is seh<br>
          and this is what I added at the end of the file:<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; seh ALL = NOPASSWD: /usr/bin/rpm,
          /opt/ltib/usr/bin/rpm<br><br>
          Run ltib after CVS checkout:<br><br>
          &nbsp; &nbsp; &nbsp; &nbsp; ./ltib<br><br><br>
          Regards, Stuart<br><br><br>
          On 25/05/12 08:45, Stuart Hughes wrote:<br>
          &gt; Hi Henry,<br>
          &gt;<br>
          &gt; Unfortunately I don't have Ubuntu 12.04 or the time to
          install it. &nbsp;If<br>
          &gt; anyone has a machine setup that I could log into and take
          a look, that<br>
          &gt; would help (I would need sudo access for though).<br>
          &gt;<br>
          &gt; Sorry about that, but work pressures call me to other
          things.<br>
          &gt;<br>
          &gt; Regards, Stuart<br>
          &gt;<br>
          &gt; On 25/05/12 08:24, Li Yuan-Lung wrote:<br>
          &gt;&gt; Dear Stuart Hughes,<br>
          &gt;&gt; Did you try the ltib build with the Ubuntu 12.04?<br>
          &gt;&gt; Do you have any other suggestions?<br>
          &gt;&gt;<br>
          &gt;&gt; Henry<br>
          &gt;&gt;<br>
          &gt;&gt; 2012/5/14 Li Yuan-Lung &lt;<a moz-do-not-send="true" href="mailto:henry.li <at> climax.com.tw">henry.li <at> climax.com.tw</a><br>
          &gt;&gt; &lt;mailto:<a moz-do-not-send="true" href="mailto:henry.li <at> climax.com.tw">henry.li <at> climax.com.tw</a>&gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt; &nbsp; &nbsp; Dear Stuart Hughes,<br>
          &gt;&gt; &nbsp; &nbsp; I have try your debug message and the log as
          attachment.<br>
          &gt;&gt;<br>
          &gt;&gt; &nbsp; &nbsp; Thank you very much!<br>
          &gt;&gt;<br>
          &gt;&gt; &nbsp; &nbsp; Henry<br>
          &gt;&gt;<br>
          &gt;&gt; &nbsp; &nbsp; 2012/5/11 Stuart Hughes &lt;<a moz-do-not-send="true" href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>
          &lt;mailto:<a moz-do-not-send="true" href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>&gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Hi Henry,<br>
          &gt;&gt;<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; There's not much point downloading this
          directly as there will<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; be many more downloads needed later on.<br>
          &gt;&gt;<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; I have not got this Ubuntu, so I have to
          guess a little. &nbsp;Can<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; you put this change in to see if LTIB is
          actually trying to<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; get the file. &nbsp;If it is, add some more debugs
          to try to figure<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; out what's going on. &nbsp;The odd thing is it
          appears that the<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; get_file function is not doing anything (or
          not being called):<br>
          &gt;&gt;<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Index: bin/Ltibutils.pm<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;
          ===================================================================<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; RCS file:
          /sources/ltib/ltib/bin/Ltibutils.pm,v<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; retrieving revision 1.38<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; diff -u -r1.38 Ltibutils.pm<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; --- bin/Ltibutils.pm &nbsp; &nbsp;7 Aug 2011 15:05:53
          -0000 &nbsp; &nbsp;1.38<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; +++ bin/Ltibutils.pm &nbsp; &nbsp;11 May 2012 10:01:36
          -0000<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;  <at>  <at>  -254,6 +254,7  <at>  <at> <br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sub get_file<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;my ($url, $cf, $force_md5) =  <at> _;<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; +warn "get_file:  <at> _";<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;warn("no url passed"), return unless
          $url;<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;warn("lpp: $cf-&gt;{lpp} is not a
          directory"), return unless<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; -d $cf-&gt;{lpp};<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;my ($path, &nbsp;$refmd5);<br>
          &gt;&gt;<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Regards, Stuart<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; On 10/05/12 09:00, Li Yuan-Lung wrote:<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Dear Stuart,<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Attachment is the new log without "-v"
          option and the diff<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; result.<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; May I get the package manually as a
          workaround?<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; The connection seems no problem to the
          server. I don't know<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; why the ltib can not get it. Please
          kindly give me the direct<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; path and tell me local placement
          folder(is it "/tmp/rpm_xxx/"<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; or "/tmp/rpm_xxx/RPMS" ?), I want to try
          it by using wget<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; command.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Henry<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2012/5/10 Stuart Hughes &lt;<a moz-do-not-send="true" href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>
          &lt;mailto:<a moz-do-not-send="true" href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Hi Henry,<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; This is a different error:<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Build path taken because: no prebuilt
          rpm,<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Can't get: rpm-4.0.4.tar.gz at ./ltib
          line 834.<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Died at ./ltib line 2539.<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; traceback:<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;main::check_rpm_setup:2539<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;main::host_checks:1520<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; main:561<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;which indicates that ltib was not
          able to download the<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; source file. Is your network
          connection okay? ltib will<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try to connect to <a moz-do-not-send="true" href="http://bitshrine.org/.." target="_blank">http://bitshrine.org/..</a>.. to get files<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; on demand.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Can you re-run without the -v option
          and cut and paste<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; any relevant lines. Also if you've
          made changes show what<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; they are (a cvs diff -u).<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Regards, Stuart<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; On 05/07/2012 02:48 AM, Li Yuan-Lung
          wrote:<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dear Stuart,<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Here is the result,<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;~/prjs/ltib$ rpm
          --force-debian<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;~/prjs/ltib$ echo $?<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I have change the line in ./ltib
          but still got a<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; stuck as attachment. Please
          kindly check. Thank you<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; very much!<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Henry<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2012/5/6 Stuart Hughes &lt;<a moz-do-not-send="true" href="mailto:seh <at> zee2.com">seh <at> zee2.com</a><br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a moz-do-not-send="true" href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>&gt;
          &lt;mailto:<a moz-do-not-send="true" href="mailto:seh <at> zee2.com">seh <at> zee2.com</a><br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a moz-do-not-send="true" href="mailto:seh <at> zee2.com">seh <at> zee2.com</a>&gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Hi Li,<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;This is a new distro, so I
          guess something yet<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; again changed.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Can you send me the output at
          the command line of<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; the following<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;commands:<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rpm --force-debian<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;echo $?<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I want to see:<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1. If it has this
          option<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2. If it returns an
          error, if not.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;There's check at line 2518
          that's supposed to<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; handle whether or<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;not that<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;flag is used. &nbsp;Some versions
          of distros need it.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Regards, Stuart<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;On 04/05/12 10:10, Li
          Yuan-Lung wrote:<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Dear Ltib members,<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Our company is considered
          to use the Ubuntu<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 12.04 LTS for the<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;long term<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; support requirement.<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; After I setup the
          environment. The ltib seems to<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; have an old<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;problem,<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; which always build fail
          at "rpm-fs" package.<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; I am still finding the
          solution, please kindly<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; have some<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;suggestion for<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; me, thank you very much!<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Below is the content of
          host_config.log:<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpmdb:
          --force-debian: unknown option<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing platform:
          host support<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp;
          ===================================<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Processing: rpm-fs<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; ====================<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build path taken
          because: no prebuilt rpm,<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Can't get:
          rpm-4.0.4.tar.gz at ./ltib line 834.<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Died at ./ltib line
          2538.<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; traceback:<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp;
          &nbsp;main::check_rpm_setup:2538<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp;
          main::host_checks:1520<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp;main:561<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Started: Fri May &nbsp;4
          17:04:13 2012<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Ended: &nbsp; Fri May &nbsp;4
          17:04:17 2012<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Elapsed: 4 seconds<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized
          value in concatenation<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (.) or string at<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;./ltib<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Use of uninitialized
          value in concatenation<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (.) or string at<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;./ltib<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; line 2858.<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; VERSION &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:
          11.4.1<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; CVS_VERSION &nbsp; &nbsp; &nbsp;:
          $Revision: 1.86 $ (Savannah)<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; PLATFORM &nbsp; &nbsp; &nbsp; &nbsp; :
          host<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; GNUTARCH &nbsp; &nbsp; &nbsp; &nbsp; :
          i686<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN &nbsp; &nbsp; &nbsp; &nbsp;:<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; TOOLCHAIN_CFLAGS :<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; These packages failed
          to build:<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; rpm-fs<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Build Failed<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Best Regards,<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Henry Li<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SW Engineer of Climax Co.<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TEL: <a moz-do-not-send="true" href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001">+886-2-2794-0001 ext.231</a><br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
          &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
          &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FAX: <a moz-do-not-send="true" href="tel:%2B886-2-2792-6618" value="+886227926618">+886-2-2792-6618</a>
          &lt;tel:%2B886-2-2792-6618&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tel:%2B886-2-2792-6618&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; --<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Best Regards,<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Henry Li<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; SW Engineer of Climax Co.<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; TEL: <a moz-do-not-send="true" href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001">+886-2-2794-0001 ext.231</a>
          &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
          &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; FAX: <a moz-do-not-send="true" href="tel:%2B886-2-2792-6618" value="+886227926618">+886-2-2792-6618</a>
          &lt;tel:%2B886-2-2792-6618&gt;<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt; &nbsp; &nbsp; --<br>
          &gt;&gt; &nbsp; &nbsp; Best Regards,<br>
          &gt;&gt;<br>
          &gt;&gt; &nbsp; &nbsp; Henry Li<br>
          &gt;&gt; &nbsp; &nbsp; SW Engineer of Climax Co.<br>
          &gt;&gt; &nbsp; &nbsp; TEL: <a moz-do-not-send="true" href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001">+886-2-2794-0001 ext.231</a>
          &lt;tel:%2B886-2-2794-0001%20ext.231&gt;<br>
          &gt;&gt; &nbsp; &nbsp; FAX: <a moz-do-not-send="true" href="tel:%2B886-2-2792-6618" value="+886227926618">+886-2-2792-6618</a>
          &lt;tel:%2B886-2-2792-6618&gt;<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt; --<br>
          &gt;&gt; Best Regards,<br>
          &gt;&gt;<br>
          &gt;&gt; Henry Li<br>
          &gt;&gt; SW Engineer of Climax Co.<br>
          &gt;&gt; TEL: <a moz-do-not-send="true" href="tel:%2B886-2-2794-0001%20ext.231" value="+886227940001">+886-2-2794-0001 ext.231</a><br>
          &gt;&gt; FAX: <a moz-do-not-send="true" href="tel:%2B886-2-2792-6618" value="+886227926618">+886-2-2792-6618</a><br>
          &gt;<br>
          &gt;<br>
          &gt;<br>
          &gt; _______________________________________________<br>
          &gt; LTIB home page: <a moz-do-not-send="true" href="http://ltib.org" target="_blank">http://ltib.org</a><br>
          &gt;<br>
          &gt; Ltib mailing list<br>
          &gt; <a moz-do-not-send="true" href="mailto:Ltib <at> nongnu.org">Ltib <at> nongnu.org</a><br>
          &gt; <a moz-do-not-send="true" href="https://lists.nongnu.org/mailman/listinfo/ltib" target="_blank">https://lists.nongnu.org/mailman/listinfo/ltib</a><br>
          &gt;<br><br><br><br><br>
</blockquote>
      </div>
      <br><br clear="all"><br>
      -- <br>
      Best Regards,<br><br>
      Henry Li<br>
      SW Engineer of Climax Co.<br>
      TEL: +886-2-2794-0001 ext.231<br>
      FAX: +886-2-2792-6618<br>
</blockquote>
    <br>
</div>

Gmane