<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Ok thanks;<br>
<br>
Hello;<br>
This is a repost from the Ubuntu forums, I thought I would ask this
community: I'm trying to get apt-get to find the RTEMS build chain
tools inside your repository. I'm new to Ubuntu - but not Linux-
so I would appreciate if someone explain what I need to do to
configure apt-get:<br>
<br>
I know it's my configuration problem, I looked at the ROS project
ubuntu folders and they are set up exactly like yours. So no trouble
there.<br>
<br>
I read on the debian site that sources.list files are where you tell
apt-get to find packages and releases so I made an rtems-4.11.list
file inside sources.list.d as:<br>
"<br>
<div class="bbcode_container">
<div class="bbcode_quote">
<div class="quote_container"> deb <a
href="http://www.rtems.org/ftp/pub/rtems/linux/4.11/ubuntu/dists/raring/rtems4.11/binary-amd64"
target="_blank">http://www.rtems.org/ftp/pub/rtems/l...1/binary-amd64</a>
/<br>
deb <a
href="http://www.rtems.org/ftp/pub/rtems/linux/4.11/ubuntu/pool/rtems4.11/r"
target="_blank">http://www.rtems.org/ftp/pub/rtems/l...ol/rtems4.11/r</a>
/ </div>
</div>
</div>
"<br>
I then ran apt-get and this was the output from apt-get install
rtems-4.11-autoconf:<br>
<br>
<br>
<div class="bbcode_container">
<div class="bbcode_quote">
<div class="quote_container"> dave@fury:/tmp$ sudo apt-get
install rtems-4.11-autoconf<br>
[sudo] password for dave: <br>
Reading package lists... Done<br>
Building dependency tree <br>
Reading state information... Done<br>
E: Unable to locate package rtems-4.11-autoconf<br>
E: Couldn't find any package by regex 'rtems-4.11-autoconf' </div>
</div>
</div>
<br>
This may also be pertinent that autoconf is located at:<br>
<br>
<br>
"<br>
Package: rtems-4.11-autoconf<br>
Version: 2.69-1precise1<br>
Architecture: all<br>
Maintainer: Ralf Corsépius <a class="moz-txt-link-rfc2396E" href="mailto:ralf.corsepius@rtems.org"><ralf.corsepius@rtems.org></a><br>
Installed-Size: 2309<br>
Depends: m4 (>= 1.4.13)<br>
Homepage: <a href="http://www.gnu.org/software/autoconf"
target="_blank">http://www.gnu.org/software/autoconf</a><br>
Priority: extra<br>
Section: rtems4.11<br>
Filename:
pool/rtems4.11/r/rtems-4.11-autoconf/rtems-4.11-autoconf_2.69-1precise1_all.deb<br>
Size: 1036764<br>
SHA256: d25919f32be76f0f8b7a053307c7705e8dfd0c9fb246651253
b4068b8efe0bb3<br>
SHA1: 8bdb6ce911841e0e0cea3d32243985dede33f691<br>
MD5sum: d83e1726d463a617ca4459ecdb67be94<br>
Description: Tool for automatically generating GNU style
Makefile.ins<br>
GNU's Autoconf is a tool for configuring source code and Makefiles.<br>
Using Autoconf, programmers can create portable and configurable<br>
packages, since the person building the package is allowed to<br>
specify various configuration options.<br>
You should install Autoconf if you are developing software and you'd<br>
like to use it to create shell scripts which will configure your<br>
source code packages.<br>
Note that the Autoconf package is not required for the end user who<br>
may be configuring software with an Autoconf-generated script;<br>
Autoconf is only required for the generation of the scripts, not<br>
their use.<br>
"<br>
<br>
<br>
</body>
</html>