From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MCbow-0003jC-OE for garchives@archives.gentoo.org; Fri, 05 Jun 2009 15:59:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EB93E03E0; Fri, 5 Jun 2009 15:59:05 +0000 (UTC) Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.154]) by pigeon.gentoo.org (Postfix) with ESMTP id 52758E03E0 for ; Fri, 5 Jun 2009 15:59:05 +0000 (UTC) Received: by yw-out-1718.google.com with SMTP id 5so5176633ywm.46 for ; Fri, 05 Jun 2009 08:59:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=O1S9/zx88DQ31y3uJuSM2u3MoXn6dCAg9HBHtYeEY6Y=; b=xFVrGH2ztzezrC9NiZfpTRr6wKlXj4lD0udK+pp5Bs63vitZpz1tRwg/lEQOsYiHVZ G1LgxegVvgwqhbfZjfT2zxGdyb8j1pANJ+PuFXchXKRgzcHer81IKyOdDQ/i2NNzZR8x fg0Tjet65M4U1wrnSHJXXaYvKhMlL87rCu6T8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=QFE6r2+9aOFj8hEZMo1v6beoh82qvFNrZfm6+sXRknbbMhIeJoLCrHn2ZSSt0+nqL1 zU3iRQGm1M32Zr2+L37YogS06l3I01RNPUwQtde/p2u1Hp1DZoGn2HIgvtGPnK6zNSLi 5yeANyqFB3wZLsf5PVbpJvqNtjxl8qzUkyTyM= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.151.124.12 with SMTP id b12mr6269603ybn.12.1244217544940; Fri, 05 Jun 2009 08:59:04 -0700 (PDT) In-Reply-To: <5bdc1c8b0906050649t31cc9e9ctc5f6ad95cf2fcea1@mail.gmail.com> References: <5bdc1c8b0906021803s357a9dfclb3f9a9b2cf36b9d8@mail.gmail.com> <5bdc1c8b0906031554pd1d712bn32b01ae4b73eb317@mail.gmail.com> <4a27048d.cDCGjx+ucrJin0NY%Joerg.Schilling@fokus.fraunhofer.de> <5bdc1c8b0906031621j24ffdfadl79075793a6c2edd6@mail.gmail.com> <5bdc1c8b0906031632xf44ea37i9e20c4c44b8a9d14@mail.gmail.com> <5bdc1c8b0906031857q50494230g3f79b9619d0e2d0@mail.gmail.com> <4a277fa9.jdsNW5uQGPS3EFbV%Joerg.Schilling@fokus.fraunhofer.de> <5bdc1c8b0906041213g5924a44w7fc4c790c1024fd6@mail.gmail.com> <4a28ed03.CZAvuNTYT1Uml49A%Joerg.Schilling@fokus.fraunhofer.de> <5bdc1c8b0906050649t31cc9e9ctc5f6ad95cf2fcea1@mail.gmail.com> Date: Fri, 5 Jun 2009 10:59:04 -0500 X-Google-Sender-Auth: 7efcd988ef38c963 Message-ID: <58965d8a0906050859t5c5135acn91c4bd38480498eb@mail.gmail.com> Subject: Re: [gentoo-user] Verification of audio CD copy? From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 08e6cc0d-02dc-4b9d-bc9b-3724177480a7 X-Archives-Hash: 53ec5a5b5a8bac49edef80c46badcfb2 On Fri, Jun 5, 2009 at 8:49 AM, Mark Knecht wrote: > If I could build a mini-Gentoo environment in Cygwin and take > advantage of portage and emerge to get cdrtools then this might work > for me. I don't have the time or interest to become a real Cygwin-er. We're definitely getting off-topic for Gentoo now so if you have any more Cygwin-related questions you can feel free to email me off-list :) Cygwin is pretty simple. Just download setup.exe and run it, point it to a place where you want it to download and install, select the packages you want (such as normal tools like wget, and dev tools like gcc and anything else normally needed to compile programs -- it'll automatically select dependencies when you choose the main program), then click the icon to get a bash prompt and pretend you're in *nix. You now have the advantage of the familiar shell and familiar tools when you're in Windows. It is basically self-contained and I don't think it does anything to your computer other than when you explicitly run it. In the future run setup.exe and just keep clicking "next" and it'll download and install any updates for your installed packages. I've compiled big packages in Cygwin such as MySQL, wxWindows and Qt4 and they worked fine. For fun I will try to insall cdrtools in cygwin now: "make" fails, so the readme suggests using smake instead, so I try that. First download, compile and install smake: 1. wget ftp://ftp.berlios.de/pub/smake/alpha/smake-1.2a41.tar.gz 2. tar zxvf smake-1.2a41.tar.gz 3. cd smake-1.2 4. make 5. make install That works. By default on my system it installs everything to /opt/schily/ Then, same for cdrtools 1. wget ftp://ftp.berlios.de/pub/cdrecord/ALPHA/cdrecord-beta.tar.gz 2. tar zxvf cdrtools-beta.tar.gz 3. cd cdrtools-2.01.01 4. /opt/schily/bin/smake.exe 5. /opt/schily/bin/smake.exe install done... now cdrtools programs are in /opt/schily/bin/ (with .exe extension) and appear to work for me.