Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
make error on 9188
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Beau E. Cox  
View profile  
 More options Feb 27 2006, 1:48 am
Newsgroups: perl.perl6.compiler
From: beau...@hawaii.rr.com (Beau E. Cox)
Date: Sun, 26 Feb 2006 20:48:08 -1000
Local: Mon, Feb 27 2006 1:48 am
Subject: make error on 9188
Hi -

My Sunday svn download / make of parrot and pugs
failed today; parrot revision 11753 built fine, but
pugs revision 9188 failed in make smoke and
make install:

...
Skipping  Pugs.Run         ( src/Pugs/Run.hs, dist/build/Pugs/Run.o )
Skipping  Pugs.CodeGen.PIR ( src/Pugs/CodeGen/PIR.hs,
dist/build/Pugs/CodeGen/PIR.o )
Skipping  Pugs.CodeGen     ( src/Pugs/CodeGen.hs, dist/build/Pugs/CodeGen.o )
Skipping  Pugs.Help        ( src/Pugs/Help.hs, dist/build/Pugs/Help.o )
Skipping  Pugs             ( src/Pugs.hs, dist/build/Pugs.o )
/usr/bin/ar: creating dist/build/libHSPugs-6.2.11.a
*** Wasn't able to find 'Syck_stub.o', aborting...
make: *** [pugs] Error 9

# find ./ -name 'Syck*'
./parrot-0.4.2-r11753/runtime/parrot/library/YAML/Parser/.svn/props/Syck.pi r.svn-work
./parrot-0.4.2-r11753/runtime/parrot/library/YAML/Parser/.svn/text-base/Syc k.pir.svn-base
./parrot-0.4.2-r11753/runtime/parrot/library/YAML/Parser/.svn/prop-base/Syc k.pir.svn-base
./parrot-0.4.2-r11753/runtime/parrot/library/YAML/Parser/.svn/wcprops/Syck. pir.svn-work
./parrot-0.4.2-r11753/runtime/parrot/library/YAML/Parser/Syck.pbc
./parrot-0.4.2-r11753/runtime/parrot/library/YAML/Parser/Syck.pir
./pugs-6.2.11-r9188/src/Data/Yaml/Syck_stub.c
./pugs-6.2.11-r9188/src/Data/Yaml/Syck_stub.h
./pugs-6.2.11-r9188/src/Data/Yaml/.svn/props/Syck.hsc.svn-work
./pugs-6.2.11-r9188/src/Data/Yaml/.svn/text-base/Syck.hsc.svn-base
./pugs-6.2.11-r9188/src/Data/Yaml/.svn/prop-base/Syck.hsc.svn-base
./pugs-6.2.11-r9188/src/Data/Yaml/.svn/wcprops/Syck.hsc.svn-work
./pugs-6.2.11-r9188/src/Data/Yaml/Syck.hsc
./pugs-6.2.11-r9188/src/Data/Yaml/Syck.hs
./pugs-6.2.11-r9188/dist/build/Data/Yaml/Syck.o
./pugs-6.2.11-r9188/dist/build/Data/Yaml/Syck.hi

It seems that src/Data/Yaml/Syck_stub.c is never compiled.
My pugs Makefile.PL ran sucessfully; I have checked that
haskell is working and the hs-plugin is installed.

--
Aloha => Beau;


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Beau E. Cox  
View profile  
 More options Feb 27 2006, 7:35 pm
Newsgroups: perl.perl6.compiler
From: beau...@hawaii.rr.com (Beau E. Cox)
Date: Mon, 27 Feb 2006 14:35:38 -1000
Local: Mon, Feb 27 2006 7:35 pm
Subject: Re: make error on 9188
On Sunday 26 February 2006 20:48, Beau E. Cox wrote:

Well folks, I'm at a loss here. I reinstalled ghc/haskell
and friends (hs-plugins) and tried again with the current
svn downloads (parrot: 11769 and pugs: 9204) with the same
results. perl Makefile.PL and make are sucessful, but
make smoke and make install fail with the missing object
file message above.

Is it me or thee? Any ideas out there?

--
Aloha => Beau;

PS: using up-to-date Gentoo Linux.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chromatic  
View profile  
 More options Feb 27 2006, 9:43 pm
Newsgroups: perl.perl6.compiler
From: chroma...@wgz.org (Chromatic)
Date: Mon, 27 Feb 2006 18:43:10 -0800
Local: Mon, Feb 27 2006 9:43 pm
Subject: Re: make error on 9188
On Monday 27 February 2006 16:35, Beau E. Cox wrote:

> Is it me or thee? Any ideas out there?

I'm seeing the same thing on Linux PPC.

-- c


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Beau E. Cox  
View profile  
 More options Feb 28 2006, 12:49 pm
Newsgroups: perl.perl6.compiler
From: beau...@hawaii.rr.com (Beau E. Cox)
Date: Tue, 28 Feb 2006 07:49:38 -1000
Local: Tues, Feb 28 2006 12:49 pm
Subject: [RESOLVED?] make error on 9188
On Monday 27 February 2006 14:35, Beau E. Cox wrote:

I have made a patch to Makefile.PL, but don't want to
commit it until someone who knows more about what's going
on can check it out; my patch:

sed -i -e \
  's,.*\\$(RM_RF).*dist/build/src/Data/Yaml,#\t\\$(RM_RF)
dist/build/src/Data/Yaml,g' \
  Makefile.PL

The Makefile removes the dist/build/src/Data/Yaml directory
- but that's where 'Syck_stub.o' lives, hence the error. I
don't know why the directory is being removed or if not
removing it will break anything. However, the built pugs
works fine.

Will one of the P6 gurus please give this a look and let
us know what you think?

--
Aloha => Beau;


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Beau E. Cox  
View profile  
 More options Mar 1 2006, 2:19 pm
Newsgroups: perl.perl6.compiler
From: beau...@hawaii.rr.com (Beau E. Cox)
Date: Wed, 1 Mar 2006 09:19:43 -1000
Local: Wed, Mar 1 2006 2:19 pm
Subject: Re: make error on 9188
On Monday 27 February 2006 16:43, chromatic wrote:

> On Monday 27 February 2006 16:35, Beau E. Cox wrote:
> > Is it me or thee? Any ideas out there?

> I'm seeing the same thing on Linux PPC.

> -- c

c - Did you have a chance to try my patch? If so,
did it work?

--
Aloha => Beau;


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chromatic  
View profile  
 More options Mar 3 2006, 5:00 pm
Newsgroups: perl.perl6.compiler
From: chroma...@wgz.org (Chromatic)
Date: Fri, 3 Mar 2006 14:00:33 -0800
Local: Fri, Mar 3 2006 5:00 pm
Subject: Re: make error on 9188
On Wednesday 01 March 2006 11:19, Beau E. Cox wrote:

> c - Did you have a chance to try my patch? If so,
> did it work?

It bypassed the build error, so that much definitely works better.  I haven't
finished running the test suite to see if everything else works.

-- c


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Beau E. Cox  
View profile  
 More options Mar 4 2006, 2:23 pm
Newsgroups: perl.perl6.compiler
From: beau...@hawaii.rr.com (Beau E. Cox)
Date: Sat, 4 Mar 2006 09:23:20 -1000
Local: Sat, Mar 4 2006 2:23 pm
Subject: Re: make error on 9188
On Friday 03 March 2006 12:00, chromatic wrote:

> On Wednesday 01 March 2006 11:19, Beau E. Cox wrote:
> > c - Did you have a chance to try my patch? If so,
> > did it work?

> It bypassed the build error, so that much definitely works better.  I
> haven't finished running the test suite to see if everything else works.

> -- c

Thanks - Let me know how it goes.

--
Aloha => Beau;


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »