From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fed1rmmtao104.cox.net (fed1rmmtao104.cox.net [68.230.241.42]) by speech.braille.uwo.ca (Postfix) with ESMTP id 5590F10A0B for ; Fri, 17 Oct 2008 18:27:31 -0400 (EDT) Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao104.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20081017222828.QQLT6526.fed1rmmtao104.cox.net@fed1rmimpo01.cox.net> for ; Fri, 17 Oct 2008 18:28:28 -0400 Received: from lnx2.holmesgrown.com ([72.208.219.132]) by fed1rmimpo01.cox.net with bizsmtp id TyUT1a00D2rzSAG03yUTQT; Fri, 17 Oct 2008 18:28:27 -0400 X-Authority-Analysis: v=1.0 c=1 a=3EAWN9ttAAAA:8 a=sDc2YvfEAAAA:8 a=V4LaVcK_AAAA:8 a=9WoCbmpZL9xguNdmBC4A:9 a=aRjxd76RuMDtMhhhXssA:7 a=3e3O2r27nVSeY0Fx71rY3shIFDsA:4 a=vZtf8OQckZ8A:10 a=PLsYINawJ5cA:10 a=HEdnscJc8mAA:10 a=U62fhAwekXMA:10 a=AOGvn1qxjmoA:10 a=I8BBRppv4o4A:10 a=rPt6xJ-oxjAA:10 X-CM-Score: 0.00 Received: from lnx3.holmesgrown.com ([192.168.1.5] ident=Debian-exim) by lnx2.holmesgrown.com with esmtp (Exim 4.62) (envelope-from ) id 1Kqxo4-0003Ae-GW for speakup@braille.uwo.ca; Fri, 17 Oct 2008 15:28:28 -0700 Received: from steve by lnx3.holmesgrown.com with local (Exim 4.69) (envelope-from ) id 1Kqxo4-000189-VD for speakup@braille.uwo.ca; Fri, 17 Oct 2008 15:28:28 -0700 Date: Fri, 17 Oct 2008 15:28:28 -0700 From: Steve Holmes To: speakup@braille.uwo.ca Subject: Re: Compiling Under Debian Message-ID: <20081017222827.GB4317@lnx3.holmesgrown.com> Mail-Followup-To: speakup@braille.uwo.ca References: <20081017194650.GA4002@lnx3.holmesgrown.com> <20081017200128.GA22511@cq.ftml.net> <20081017214213.GA4177@lnx3.holmesgrown.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.11 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2008 22:27:31 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Yeah, the sources list is easy enough. I just liked the original list I got at installation time where I could pick from valid list addresses. You and Chuck gave me a couple solutions. I saw kernel.org on there before and that was a likely alternate choice as I have always had screaming speeds from there when downloading kernel sources. Thanks. On Fri, Oct 17, 2008 at 05:52:14PM -0400, Erik Heil wrote: > Hi, Steve. > If you want to reconfigure the mirrors that Apt and friends use for > repositories, you can manually edit the /etc/apt/sources.list file and > just replace the name of the machine with whatever mirror you want. For > me, mirrors.kernel.org is a really good site--I will see on a regular > basis speeds in excess of 10mbits/sec. This is because at any one given > time, the machine is not using no where near the bandwidth it is > provisioned for. That machine has an 100mbit connection to the outside > world. > Bare in mind that all the configuration scripts do in installation is to > just script and write the sources.list(5) file from whatever mirror the > user chooses. So its not that hard to do. Hope this helps. > user choose during > > --Erik > > On Fri, 17 Oct 2008, Steve Holmes wrote: > > > Date: Fri, 17 Oct 2008 14:42:14 -0700 > > From: Steve Holmes > > Reply-To: Speakup is a screen review system for Linux. > > > > To: speakup@braille.uwo.ca > > Subject: Re: Compiling Under Debian > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: RIPEMD160 > > > > Well I guess I have to go and find another mirror!!! I like > > easynews.com for its speed but I keep getting '404' errors on these > > lib dev packages. I can't even lookup the change logs on > > libstd-6.4.3. > > > > This brings me to another question. Since I picked the appropriate > > mirror during installation, I don't know how to pick a new one now > > that I have a running system. I've been generally using aptitude with > > good results up til now but these 404's got me down. I'll be looking > > around for a way to reconfigure this thing . > > > > On Fri, Oct 17, 2008 at 04:01:28PM -0400, Chuck Hallenbeck wrote: > > > Steve, > > > > > > On Debian, the library packages often come in two parts, one part is > > > sufficient to support precompiled applications, and the other part > > > containing the necessary headers etc. needed to compile sources. Those > > > second parts are often not automatically installed along with the first > > > parts. They will end with "-dev" (for development). > > > > > > So type "aptcache search " and you will be shown all the > > > various packages associated with a given library, then just install the > > > missing "-dev" package, and your compiles will work fine. > > > > > > Chuck > > > > > > > > > On Fri, Oct 17, 2008 at 12:46:51PM -0700, Steve Holmes wrote: > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: RIPEMD160 > > > > > > > > I've got a testing version of Lenny here but can't find the C standard > > > > headers. I've installed every imaginable package pertaining to gcc > > > > and friends but when I go to compile any c programs like espeakup, I > > > > get not found errors all over the place for simple header files like > > > > stdio.h, errno.h, and so forth. I know these to be standard c headers > > > > but the basic gcc package in debian doesn't seem to have them. I also > > > > installed libstd-6-4-3... but still no joy. What the hell am I > > > > missing here? I like Debian's package management strategy but I really > > > > wish they wouldn't split up some critical packages this way. As far > > > > as right now is concerned, I cannot compile any c programs. > > > > -----BEGIN PGP SIGNATURE----- > > > > Version: GnuPG v1.4.9 (GNU/Linux) > > > > > > > > iEYEAREDAAYFAkj466oACgkQWSjv55S0LfGvqQCdEH7h/4LjWjh5T5bMGdyQ2Zdl > > > > G2IAnjb/KgtlqsYOxZMW37qa996cLU4M > > > > =yT3p > > > > -----END PGP SIGNATURE----- > > > > _______________________________________________ > > > > Speakup mailing list > > > > Speakup@braille.uwo.ca > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > -- > > > The Moon is Waning Gibbous (88% of Full) > > > > > > My web site: http://hallenbeck.ftml.net -- my telephone: 1-518-334-9022. > > > -------- > > > Sarah Palin: At last, a Beauty Queen who doesn't want World Peace. > > > _______________________________________________ > > > Speakup mailing list > > > Speakup@braille.uwo.ca > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.9 (GNU/Linux) > > > > iEYEAREDAAYFAkj5BrUACgkQWSjv55S0LfGKOwCeMeq2mbxpeul9ZuR6Zl2j2J1z > > LsYAniIUZ2KbDOKX2l6Aqt4LxQFQRamK > > =o6dU > > -----END PGP SIGNATURE----- > > _______________________________________________ > > Speakup mailing list > > Speakup@braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > eheil@sdf.lonestar.org > SDF Public Access UNIX System - http://sdf.lonestar.org > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEAREDAAYFAkj5EYsACgkQWSjv55S0LfEYZQCgzqK/32sFLi7f2L2CilozMtA0 CYAAnjbsbRJQkIWczZOEi5GAWz34HGip =H5Ki -----END PGP SIGNATURE-----