Re: About Install in xscale

This is a discussion on Re: About Install in xscale within the SNMP Users forums, part of the Networking and Network Related category; --===============0374296690== Content-Type: multipart/alternative; boundary="----=_Part_19578_16196483.1160712455174" ------=_Part_19578_16196483.1160712455174 Content-Type: text/plain; charset=ISO-8859-1; ...


Go Back   Usenet Forums > Networking and Network Related > SNMP Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-13-2006
Clement Hsu
 
Posts: n/a
Default Re: About Install in xscale

--===============0374296690==
Content-Type: multipart/alternative;
boundary="----=_Part_19578_16196483.1160712455174"

------=_Part_19578_16196483.1160712455174
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Dear Dave:
The approach is still not work. My system indeed have a problem of time
setting.
Do there exist any good way to make "make " work?
thanks a lot


Best Regards,
Clement Hsu

Message: 1
Date: Thu, 12 Oct 2006 12:51:03 +0100
From: "Dave Shield" <D.T.Shield@csc.liv.ac.uk>
Subject: Re: About Install in xscale
To: "Clement Hsu" <m934020022@gmail.com>
Cc: net-snmp-users <net-snmp-users@lists.sourceforge.net>
Message-ID:
<c64ae3380610120451y66713ec6qb82136598c64a1b@mail. gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 12/10/06, Clement Hsu <m934020022@gmail.com> wrote:

> /home/tung/net-snmp-5.4.pre3# ./config.status
> config.status : creating Makefile

[snip]
> config.status: executing default commands


OK so far.

> # ls -ltrd conf* stamp* Make* include/net-snmp/net-snmp* libtool ltmain.h
> -rw-r--r-- 1 274 halt 11979 Oct 10 2005 Makefile.rules
> -rw-r--r-- 1 274 halt 3436 Sep 20 00:12 Makefile.top
> -rw-r--r-- 1 274 halt 10004 Sep 26 21:21 Makefile.in
> -rw-r--r-- 1 root root 25197 Oct 12 11:12 Makefile
> -rwxr-xr-x 1 root root 135377 Oct 12 19:02 config.status


OK - that's the problem right there.
The timestamp on config.status is 19:02, while that on Makefile is 11:12
config.status is therefore newer than Makefile - implying that the Makefile
needs to be regenerated.

But according to the date on your email, config.status has a timestamp
several hours in the future. Did you run "configure" on the same
machine as you're trying to compile on?
Is the time on all your machines set correctly?

The simplest fix is probably:

# touch config.status
# ./config.status
# make

If that doesn't work, then I'd delete everything, and start from a fresh
tarball.

Dave

------=_Part_19578_16196483.1160712455174
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div style="direction: ltr;"><span>Dear Dave:<br>&nbsp;&nbsp; The approach is still not work. My system indeed have a problem of time setting.<br>&nbsp;&nbsp; Do there exist any good way to make &quot;make &quot; work? <br>&nbsp;&nbsp; thanks a lot<br>
<br><br>Best Regards,<br>Clement Hsu<br><br></span>Message: 1<br>Date: Thu, 12 Oct 2006 12:51:03 +0100<br>From: &quot;Dave Shield&quot; &lt;<a href="mailto:D.T.Shield@csc.liv.ac.uk">D.T.Shield@ csc.liv.ac.uk</a>&gt;<br>Subject: Re: About Install in xscale
<br>To: &quot;Clement Hsu&quot; &lt;<a href="mailto:m934020022@gmail.com">m934020022@gmai l.com</a>&gt;<br>Cc: net-snmp-users &lt;<a href="mailto:net-snmp-users@lists.sourceforge.net">net-snmp-users@lists.sourceforge.net</a>
&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;<a href="mailto:c64ae3380610120451y66713ec6qb82136598 c64a1b@mail.gmail.com">c64ae3380610120451y66713ec6 qb82136598c64a1b@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
<br><br>On 12/10/06, Clement Hsu &lt;<a href="mailto:m934020022@gmail.com">m934020022@gmai l.com</a>&gt; wrote:<br><br>&gt; /home/tung/net-snmp-5.4.pre3# ./config.status<br>&gt; config.status&nbsp;&nbsp;&nbsp; : creating Makefile<br>&nbsp;&nbsp; [snip]
<br>&gt; config.status: executing default commands<br><br>OK so far.<br><br>&gt; # ls -ltrd conf* stamp* Make* include/net-snmp/net-snmp* libtool ltmain.h<br>&gt; -rw-r--r--&nbsp;&nbsp;&nbsp; 1 274&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; halt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11979 Oct 10&nbsp; 2005 Makefile.rules
<br>&gt; -rw-r--r--&nbsp;&nbsp;&nbsp; 1 274&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; halt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p; 3436 Sep 20 00:12 Makefile.top<br>&gt; -rw-r--r--&nbsp;&nbsp;&nbsp; 1 274&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; halt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10004 Sep 26 21:21&nbsp;&nbsp;&nbsp; <a href="http://Makefile.in">Makefile.in</a><br>&gt; -rw-r--r--&nbsp;&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 25197 Oct 12 11:12 Makefile
<br>&gt; -rwxr-xr-x&nbsp;&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 135377 Oct 12 19:02 config.status<br><br>OK - that's the problem right there.<br>The timestamp on config.status is 19:02, while that on Makefile is 11:12 config.status is therefore newer than Makefile - implying that the Makefile needs to be regenerated.
<br><br>But according to the date on your email, config.status has a timestamp<br>several hours in the future.&nbsp;&nbsp; Did you run &quot;configure&quot; on the same<br>machine as you're trying to compile on?<br>Is the time on all your machines set correctly?
<br><br>The simplest fix is probably:<br><br>&nbsp;&nbsp;&nbsp; #&nbsp; touch config.status<br>&nbsp;&nbsp;&nbsp; #&nbsp; ./config.status<br>&nbsp;&nbsp;&nbsp; # make<br><br>If that doesn't work, then I'd delete everything, and start from a fresh tarball.<br><br>Dave<br><br></div>
<span></span>


------=_Part_19578_16196483.1160712455174--


--===============0374296690==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642
--===============0374296690==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/...net-snmp-users

--===============0374296690==--

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:20 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0