Re: Building perl-5.10.0

2008-03-17 Thread Matthew Persico
On Fri, Mar 14, 2008 at 9:05 AM, Sisyphus <[EMAIL PROTECTED]> wrote:
> Hi,
> I thought I might build perl-5.10.0, so I downloaded the perl source into
> the ~/comp directory, switched to the top level source directory and ran:
>
> sh configure -de -Duse64bitint -Dprefix=~/myperl
>
> That seemed to run ok - so I then ran 'make'. That process runs for a while
> but terminates with the following error:
>
> ---
>Making DynaLoader (static_pic)
> make[1]: Entering directory `/home/Rob/comp/perl-5.10.0/ext/DynaLoader'
> make[1]: Leaving directory `/home/Rob/comp/perl-5.10.0/ext/DynaLoader'
> make[1]: Entering directory `/home/Rob/comp/perl-5.10.0/ext/DynaLoader'
> 
> ERROR: Can't create '../../lib/auto'
> Do not have write permissions on '/'
> 
>  at -e line 1
> 
>
> I find that somewhat confusing. For a start, I find that '../../lib/auto'
> exists - so either it *was* succesfully created, or there was no need to
> create it anyway. (At least, `/home/Rob/comp/perl-5.10.0/lib/auto' exists -
> and, by my reckoning, that equates to '../../lib/auto'.)
>
> As for not having write permissions on '/', what directory is that referring
> to ?

Same issue here. On Vista, with UAC enabled, I used the packaged perl
5.10 and Tk and tried to install Devel::ptkdb with cpan. No dice.
Tried to do it manually via

perl Makefile.PL
make
make test
make install

At make, I got this:

[EMAIL PROTECTED] ~/.cpan/sources/authors/id/A/AE/AEPAGE/Devel-ptkdb-1.1091
$ make

ERROR: Can't create 'blib/lib/auto'
Do not have write permissions on '/'

 at -e line 1
make: *** [pm_to_blib] Error 136

My cygwin lives at c:\opt\cygwin. A list of of / reveals:

[EMAIL PROTECTED] /
$ ls -alrt
total 141
dr-xr-xr-x   1   0 root  0 Dec 31  1969 cygdrive
dr-xr-xr-x   1 matthew None  0 Nov 30  2006 proc
drwxrwxrwx+  3 matthew None  0 Sep 16  2007 home
dr-xr-x---+  7 matthew Users 0 Mar 15 00:24 var
drwxrwx---+  2 matthew Users 0 Mar 15 00:24 dev
drwxrwx---+ 16 matthew Users  4096 Mar 15 01:14 usr
d-+  7 matthew None   4096 Mar 17 01:18 src
d-+ 13 matthew None   4096 Mar 17 20:53 ..
d-+ 13 matthew None   4096 Mar 17 20:53 . ## <= this is /
--+  1 matthew None   1086 Mar 17 20:53 Mortens Cygwin X-Launcher.lnk
-rwxrwx---+  1 matthew Users81 Mar 17 20:59 Cygwin.bat
drwxrwxrwt+  3 matthew Users 0 Mar 17 21:13 tmp
drwxrwx---+ 12 matthew Users  4096 Mar 17 22:43 etc
drwxrwx---+  2 matthew Users 90112 Mar 17 22:43 bin
drwxrwx---+ 15 matthew Users 20480 Mar 17 22:43 lib
-rwxrwx---+  1 matthew Users  7022 Mar 17 22:45 Cygwin.ico

Why is / set to 000???

Well after a bit of googling around, the answer is this:

1) In a Windows cmd command prompt, cd where your cygwin lives - mine
is at c:\opt\cygwin
2) cd ..
3) attrib -r cywgin - that removed the read-only bit. Don't try it in
Windows Explorer; it does not "stick"
4) Then in a Cygwin window, cd /
5) chmod 777 .

Now, you should be set. I did the install and got no 'cannot write to /' errors.

Enjoy

>
> Interestingly, Google turns up a very similar case (
> http://www.nntp.perl.org/group/perl.perl5.porters/2007/03/msg121921.html )
> but that relates to buildng bleadperl on SuSE 64 ... and no resolution is
> given.
>
> There's no such problem with building perl-5.8.8 from source (using the
> exact same configure command). The first time I ran it 'make' terminated
> after a few minutes because ~/myperl/bin didn't already exist, so I simply
> created that directory, re-ran 'make' and all then proceeded smoothly. (I
> didn't go to the bother of running 'make test'.)
>
> Cheers,
> Rob
>
>
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
>
>



-- 
Matthew O. Persico

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: cygwin makes shared folders on vista

2007-11-26 Thread Matthew Persico
On Nov 23, 2007 7:16 AM, Corinna Vinschen <[EMAIL PROTECTED]> wrote:
> - Move your Cygwin home directory outside of the C:/Users tree.  There's
>   no reason to keep the Cygwin home directory in this tree.  I'm using
>   C:/cygwin/home/corinna and/or C:/home/corinna for years and I haven't
>   had any problems due to that.

I'll second that suggestion. Seeing as Cygwin is, techncially, a
"program", it should, at worst, be installed in C:\Program Files. At
best, I put all of my "non windows" stuff (Cygwin, Native built Perl,
native build xemacs, etc) in C:\opt. Then, depending on what I am
doing on a particular box, I rig my Windows home directory to be the
Cygwin home. But, if this thread holds true, we probably shouldn't
even do that anymore on Vista.

>
-- 
Matthew O. Persico

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: perl 5.9.5 build results, cygwin

2007-09-24 Thread Matthew Persico
On 9/24/07, Reini Urban <[EMAIL PROTECTED]> wrote:
> Matthew Persico schrieb:
> > Attached, please find a log for make test, built on Vista Home Premium
> > und Cygwin. Only 5 test suites had failures:
> >
> > Failed 5 tests out of 1384, 99.64% okay.
> > ../ext/IPC/SysV/t/ipcsysv.t
> > ../ext/IPC/SysV/t/msg.t
> > ../ext/IPC/SysV/t/sem.t
> > ../ext/Sys/Syslog/t/syslog.t
> > op/taint.t
>
> We know.
> These failures are described in the readme.

Ouch. My apologies. Shoulda read the readme.

> You need to support IPC by yourself because we don't check if the
> cygserver service is running.

That's easy.
>
> Your op/taint failure misses a recent patch, adding /bin to the path.
> blead passes this test.

Then I will not worry about these and continue to make install.

Thank you for your time.

And by the way, just by way of compliment for anyone who is
"listening" - I am actually finding it easier to set up cygwin on
Vista than to get Ubuntu running on a separate box! Damn shame cygwin
isn't its own distribution.

> --
> Reini Urban
> http://phpwiki.org/  http://murbreak.at/
> http://helsinki.at/  http://spacemovie.mur.at/
>
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
>
>


-- 
Matthew O. Persico

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Printer configuration problem

2006-04-10 Thread Matthew Persico
On 4/10/06, Rockefeller, Harry <[EMAIL PROTECTED]> wrote:
> lpq works to see the queue but printing doesn't.
>
> [EMAIL PROTECTED] /cygdrive/e
> $ lpq -SNTSERVER1 -Psw-txt1 -l
>
>  Windows 2000 LPD Server
>   Printer \\192.83.227.33\sw-txt1
>
> Owner   Status Jobname  Job-IdSize   Pages
> Priority
> 
> 
>
>
>
> [EMAIL PROTECTED] /cygdrive/e
> $ lpr poetry
> lpr: printer error: can't open '\\NTSERVER1\sw-txt1.lnk' for writing:
> The printer name is invalid.
>
>
> [EMAIL PROTECTED] /cygdrive/e
> $ lpr -d '\\192.83.227.33\sw-txt1' poetry
> lpr: printer error: can't open '\\192.83.227.33\sw-txt1.lnk' for
> writing: The printer name is invalid.

You have an Internet Explorer shortcut (the .lnk file) gumming up the works.

>
> I ran lprsetup.sh and followed instructions.
>
>
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
>
>
>


--
Matthew O. Persico

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Cygwin logo

2005-12-07 Thread Matthew Persico
On 12/7/05, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote:
> Igor Pechtchanski wrote:
> > On Wed, 7 Dec 2005, Larry Hall (Cygwin) wrote:
> >
> >
> >>Can anyone work an otter or a hippo into the logo? ;-) ;-) ;-)
> >
> >
> > You mean, like this? :-)
> >   Igor
>
> LOL!
>
> That's perfect!  Does anyone want to set up a web site that we can all
> vote at so I can go vote for this one a couple of thousand times. ;-)
>

Looks like the logo for YetAnotherStarTrekSeries, this time in an
alternative universe 90 degrees out of phase with ours...

:-)
--
Matthew O. Persico

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: ReMOVE ME FROM YR MAILING LIST FOR THE LAST TIME FUK OFF

2005-04-13 Thread Matthew Persico
On 4/13/05, Sam Steingold <[EMAIL PROTECTED]> wrote:
> > * Christopher Faylor <[EMAIL PROTECTED]> [2005-04-13 14:21:03 -0400]:
> >
> > Amusingly enough, this person isn't subscribed to the cygwin list.
> 
> how do you know?
> he might be subscribed as [EMAIL PROTECTED] and forward all mail from
> [EMAIL PROTECTED] to the address at which he actually reads mail and from
> which he mailed his idiotic complaint...

It would serve him right to subscribe him and then bounce all email
from him so the list never sees it...

:-)


> 
> --
> Sam Steingold (http://www.podval.org/~sds) running w2k
>   
>  
> Linux: Telling Microsoft where to go since 1991.
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
> 
> 


-- 
Matthew O. Persico

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: How do you pronounce it?

2004-09-14 Thread Matthew Persico
sig -win?


On Wed, 15 Sep 2004 01:09:02 + (UTC), Peter <[EMAIL PROTECTED]> wrote:
> Silly little question, but I'd like to get it right.
> How do you pronounce 'cygwin'?
> Peter
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
> 
> 



-- 
Matthew O. Persico

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: bash isn't running my .bashrc!

2002-11-27 Thread Donna and Matthew Persico
On Wed, 27 Nov 2002 15:33:56 + (UTC), "Soren A" <[EMAIL PROTECTED]>said:
>Actually, my .bashrc is running fine. The Subject: was a honeypot
>strategy.
>
>AFAICT by reading the Fine Documentation for bash, an *interactive*
>shell (one invoked with the option flag "-i") does *not* automatically
>cause the initialization to include source'ing of .bashrc in the user
>$HOME dir. I have gotten the impression that some people think it does.

Probably because many folks have used/are using Korn shell where if, I think, you do

export ENV=~/.kshrc

then ~/.kshrc is run at each invocation, interactive or not, login or not.

I think.

So, what made you decide to post this?

--
Matthew O. Persico



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/