I'm having this exact problem and can't seem to figure out a fix. 
--without-snapshot doesn't seem to have any effect.

This really is hindering me because I now my server is stuck on v0.6.*, but 
my software requires v0.8.*.

Here's what I'm getting:

[email protected] [~/node-v0.8.2]# ./configure --without-snapshot --prefix=$HOME
> { 'target_defaults': { 'cflags': [],
>                        'default_configuration': 'Release',
>                        'defines': [],
>                        'include_dirs': [],
>                        'libraries': []},
>   'variables': { 'host_arch': 'ia32',
>                  'node_install_npm': 'true',
>                  'node_install_waf': 'true',
>                  'node_no_strict_aliasing': 1,
>                  'node_prefix': '/home/me',
>                  'node_shared_openssl': 'false',
>                  'node_shared_v8': 'false',
>                  'node_shared_zlib': 'false',
>                  'node_use_dtrace': 'false',
>                  'node_use_etw': 'false',
>                  'node_use_openssl': 'true',
>                  'target_arch': 'ia32',
>                  'v8_no_strict_aliasing': 1,
>                  'v8_use_snapshot': 'false',
>                  'visibility': ''}}
> creating  ./config.gypi
> creating  ./config.mk
> [email protected] [~/node-v0.8.2]# make
> make -C out BUILDTYPE=Release
> make[1]: Entering directory `/home/me/node-v0.8.2/out'
> make[1]: *** No rule to make target 
> `/home/me/node-v0.8.2/out/Release/obj.target/v8_base/gen/d
> ebug-support.o', needed by 
> `/home/me/node-v0.8.2/out/Release/obj.target/deps/v8/tools/gyp/libv
> 8_base.a'.  Stop.
> make[1]: Leaving directory `/home/me/node-v0.8.2/out'
> make: *** [node] Error 2


On Thursday, July 12, 2012 8:31:00 AM UTC-4, rhasson wrote:
>
> did you run "make clean" before trying with --without-snapshots ?
>
> I had a build problem (older g++ version) and it didn't compile v8.1. but 
> compiles v8.2 great with the --without-snapshots flag.
>
> On Wednesday, July 11, 2012 6:46:45 PM UTC-4, Michael Smith wrote:
>>
>> On Wednesday, July 11, 2012 2:48:05 PM UTC-7, Ben Noordhuis wrote:
>>>
>>>
>>>
>>> It seems the overarching theme with your machine is that generating 
>>> code or post-processing object files somehow doesn't work (both 
>>> debug-support.o and snapshot.o are the result of actions that do 
>>> that). 
>>>
>>> What happens when you run configure with --without-snapshots? 
>>>
>>
>> Interesting. So, data point followed by dumb question: I'm able to 
>> compile 0.6.20 from source without problems. Is this consistent with the 
>> above hypothesis?
>>
>> Trying --without-snapshot I get the following, which appears to work, but 
>> only trivially (nothing is compiled):
>>
>> # ./configure --without-snapshot
>> { 'target_defaults': { 'cflags': [],
>>                        'default_configuration': 'Release',
>>                        'defines': [],
>>                        'include_dirs': [],
>>                        'libraries': []},
>>   'variables': { 'host_arch': 'ia32',
>>                  'node_install_npm': 'true',
>>                  'node_install_waf': 'true',
>>                  'node_no_strict_aliasing': 1,
>>                  'node_prefix': '',
>>                  'node_shared_openssl': 'false',
>>                  'node_shared_v8': 'false',
>>                  'node_shared_zlib': 'false',
>>                  'node_use_dtrace': 'false',
>>                  'node_use_etw': 'false',
>>                  'node_use_openssl': 'true',
>>                  'target_arch': 'ia32',
>>                  'v8_no_strict_aliasing': 1,
>>                  'v8_use_snapshot': 'false'}}
>> creating  ./config.gypi
>> creating  ./config.mk
>> LDDORCFSL02:~/node-v0.8.2 # make
>> make -C out BUILDTYPE=Release
>> make[1]: Entering directory `/root/node-v0.8.2/out'
>> make[1]: Nothing to be done for `all'.
>> make[1]: Leaving directory `/root/node-v0.8.2/out'
>> ln -fs out/Release/node node
>>
>> (note that "node" is a link to a file that doesn't exist.)
>>
>> Thanks again,
>> Mike
>>
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to