Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] dev-packages
@ 2001-08-02 21:06 Bjoern A. Zeeb
  2001-08-02 21:19 ` Matthew Wilcox
  0 siblings, 1 reply; 8+ messages in thread
From: Bjoern A. Zeeb @ 2001-08-02 21:06 UTC (permalink / raw)
  To: parisc-linux

Hi,

is there any chance to get more/all dev-packages on the next ISOs or
place them somewhere on ftp.
Couldn't find them anywhere (except those that are in isos).

This would avoid lots of bootstrapping work.

(especially looking for pam and X -dev packages at the moment ;)

Thanks a lot.

-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] dev-packages
  2001-08-02 21:06 [parisc-linux] dev-packages Bjoern A. Zeeb
@ 2001-08-02 21:19 ` Matthew Wilcox
  2001-08-03  4:56   ` Bjoern A. Zeeb
  0 siblings, 1 reply; 8+ messages in thread
From: Matthew Wilcox @ 2001-08-02 21:19 UTC (permalink / raw)
  To: Bjoern A. Zeeb; +Cc: parisc-linux

On Thu, Aug 02, 2001 at 11:06:15PM +0200, Bjoern A. Zeeb wrote:
> is there any chance to get more/all dev-packages on the next ISOs or
> place them somewhere on ftp.
> Couldn't find them anywhere (except those that are in isos).
> 
> This would avoid lots of bootstrapping work.
> 
> (especially looking for pam and X -dev packages at the moment ;)

They're all available in the debian archive.  I don't think we have
plans to produce any more CDs until the Debian Woody release (probably
December).

-- 
Revolutions do not require corporate support.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] dev-packages
  2001-08-02 21:19 ` Matthew Wilcox
@ 2001-08-03  4:56   ` Bjoern A. Zeeb
  2001-08-03  5:25     ` Andrew Shugg
  0 siblings, 1 reply; 8+ messages in thread
From: Bjoern A. Zeeb @ 2001-08-03  4:56 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: parisc-linux

On Thu, 2 Aug 2001, Matthew Wilcox wrote:

> They're all available in the debian archive.  I don't think we have
> plans to produce any more CDs until the Debian Woody release (probably
> December).

Could you point me to some URL (incl. subdir) please ?

-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] dev-packages
  2001-08-03  4:56   ` Bjoern A. Zeeb
@ 2001-08-03  5:25     ` Andrew Shugg
  2001-08-03 10:35       ` Richard Hirst
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew Shugg @ 2001-08-03  5:25 UTC (permalink / raw)
  To: parisc-linux

Quoth Bjoern A. Zeeb:
> On Thu, 2 Aug 2001, Matthew Wilcox wrote:
> > They're all available in the debian archive.  I don't think we have
> > plans to produce any more CDs until the Debian Woody release (probably
> > December).
> 
> Could you point me to some URL (incl. subdir) please ?

If you've got apt configured (/etc/apt/apt.conf, /etc/apt/sources.list)
then you don't need to worry about finding things directly.  After doing
an 'apt-get update' to fetch the current Packages files and rebuild the
local package database, you can say 'apt-cache search foo' and it will
show you all the packages called foo or with foo in their description.
A simple 'apt-get install foo-dev' will download and install the foo-dev
package and any other package it may require according to its
dependencies.

For more info & discussion on actual Debian issues rather than the
actual development of the hppa-linux kernel and toolchain have a look at
the debian-hppa mailing list (on the Debian website).

Andrew.

-- 
Andrew Shugg <andrew@neep.com.au>                   http://www.neep.com.au/

"Just remember, Mr Fawlty, there's always someone worse off than yourself."
"Is there?  Well I'd like to meet him.  I could do with a good laugh."

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] dev-packages
  2001-08-03  5:25     ` Andrew Shugg
@ 2001-08-03 10:35       ` Richard Hirst
  2001-08-03 10:38         ` Bjoern A. Zeeb
  2001-08-03 10:46         ` Andrew Shugg
  0 siblings, 2 replies; 8+ messages in thread
From: Richard Hirst @ 2001-08-03 10:35 UTC (permalink / raw)
  To: parisc-linux

On Fri, Aug 03, 2001 at 01:25:33PM +0800, Andrew Shugg wrote:
> Quoth Bjoern A. Zeeb:
> > On Thu, 2 Aug 2001, Matthew Wilcox wrote:
> > > They're all available in the debian archive.  I don't think we have
> > > plans to produce any more CDs until the Debian Woody release (probably
> > > December).
> > 
> > Could you point me to some URL (incl. subdir) please ?
> 
> If you've got apt configured (/etc/apt/apt.conf, /etc/apt/sources.list)
> then you don't need to worry about finding things directly.  After doing
> an 'apt-get update' to fetch the current Packages files and rebuild the
> local package database, you can say 'apt-cache search foo' and it will
> show you all the packages called foo or with foo in their description.
> A simple 'apt-get install foo-dev' will download and install the foo-dev
> package and any other package it may require according to its
> dependencies.

If for some reason you do want to find things directly, you should
be aware that pkgs live in a pool now, and you wont find much under
a sid/main/binary-hppa dir on your local mirror.  For example, libc6-dev
would be found under /pub/mirrors/debian/pool/main/g/glibc.  That one
is under 'g' because the source pkg is glibc.  But as Andrew said, apt
is right way to install things normally.

Richard

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] dev-packages
  2001-08-03 10:35       ` Richard Hirst
@ 2001-08-03 10:38         ` Bjoern A. Zeeb
  2001-08-03 10:52           ` Andrew Shugg
  2001-08-03 10:46         ` Andrew Shugg
  1 sibling, 1 reply; 8+ messages in thread
From: Bjoern A. Zeeb @ 2001-08-03 10:38 UTC (permalink / raw)
  To: Richard Hirst; +Cc: parisc-linux

On Fri, 3 Aug 2001, Richard Hirst wrote:

> If for some reason you do want to find things directly, you should
> be aware that pkgs live in a pool now, and you wont find much under
> a sid/main/binary-hppa dir on your local mirror.  For example, libc6-dev
> would be found under /pub/mirrors/debian/pool/main/g/glibc.  That one
> is under 'g' because the source pkg is glibc.  But as Andrew said, apt
> is right way to install things normally.

That's it. thanks.

Is apt proxy-aware ?

-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] dev-packages
  2001-08-03 10:35       ` Richard Hirst
  2001-08-03 10:38         ` Bjoern A. Zeeb
@ 2001-08-03 10:46         ` Andrew Shugg
  1 sibling, 0 replies; 8+ messages in thread
From: Andrew Shugg @ 2001-08-03 10:46 UTC (permalink / raw)
  To: parisc-linux

Quoth Richard Hirst:
> If for some reason you do want to find things directly, you should
> be aware that pkgs live in a pool now, and you wont find much under
> a sid/main/binary-hppa dir on your local mirror.

That's right, and the relative path of the file can be found in the
"Filename:" field of 'apt-cache show packagename'.  Append this to the
URL in your /etc/apt/sources.list and you have the complete URL of that
package to download, if for some reason you need to do the downloading
on another system.

Andrew.

-- 
Andrew Shugg <andrew@neep.com.au>                   http://www.neep.com.au/

"Just remember, Mr Fawlty, there's always someone worse off than yourself."
"Is there?  Well I'd like to meet him.  I could do with a good laugh."

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] dev-packages
  2001-08-03 10:38         ` Bjoern A. Zeeb
@ 2001-08-03 10:52           ` Andrew Shugg
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Shugg @ 2001-08-03 10:52 UTC (permalink / raw)
  To: parisc-linux

Quoth Bjoern A. Zeeb:
> That's it. thanks.
> 
> Is apt proxy-aware ?

man 5 apt.conf

=)

It sure is, add something like this in your /etc/apt/apt.conf:


// Options for the downloading routines
Acquire
{
  
  // HTTP method configuration
  http 
  {
    Proxy "http://proxy.internal.neep.com.au:3128/";
  };
};


apt-get will also obey the $http_proxy environment variable.

Andrew.

-- 
Andrew Shugg <andrew@neep.com.au>                   http://www.neep.com.au/

"Just remember, Mr Fawlty, there's always someone worse off than yourself."
"Is there?  Well I'd like to meet him.  I could do with a good laugh."

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-08-03 10:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-02 21:06 [parisc-linux] dev-packages Bjoern A. Zeeb
2001-08-02 21:19 ` Matthew Wilcox
2001-08-03  4:56   ` Bjoern A. Zeeb
2001-08-03  5:25     ` Andrew Shugg
2001-08-03 10:35       ` Richard Hirst
2001-08-03 10:38         ` Bjoern A. Zeeb
2001-08-03 10:52           ` Andrew Shugg
2001-08-03 10:46         ` Andrew Shugg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox