Okay I've run into an issue when compiling nss. The error is as follows:

drbg.c: In function ‘RNG_RandomUpdate’:
drbg.c:510: error: size of array ‘arg’ is negative
drbg.c:513: warning: large integer implicitly truncated to unsigned type
make[4]: *** [Linux2.6_x86_glibc_PTH_OPT.OBJ/Linux_SINGLE_SHLIB/drbg.o]
Error 1
make[4]: Leaving directory
`/home/gnomedev/checkout/gnome/nss-3.12.6/mozilla/security/nss/lib/freebl'
make[3]: *** [libs] Error 2
make[3]: Leaving directory
`/home/gnomedev/checkout/gnome/nss-3.12.6/mozilla/security/nss/lib/freebl'
make[2]: *** [libs] Error 2
make[2]: Leaving directory
`/home/gnomedev/checkout/gnome/nss-3.12.6/mozilla/security/nss/lib'
make[1]: *** [libs] Error 2
make[1]: Leaving directory
`/home/gnomedev/checkout/gnome/nss-3.12.6/mozilla/security/nss'
make: *** [all] Error 2
*** Error during phase build of nss: ########## Error running make   ***
[38/209]

Scott Parker

On Wed, Apr 27, 2011 at 4:49 PM, Matheus Almeida <[email protected]>wrote:

> Yes, I compiled. It was not trivial but I did it. You can check my blog (
> http://mbalmeida.wordpress.com)  to find some workarounds.
>
> Regards,
> Matheus
>
> On Thu, Apr 28, 2011 at 12:25 AM, Scott Parker <[email protected]>wrote:
>
>> I have been trying to build the latest Gnome 3 on Debian Squeeze following
>> the requirements at http://live.gnome.org/JhbuildDependencies/Debian. I
>> have tried several different approaches i.e bootstrapping / not
>> bootstrapping, and the options to add to the jhbuildrc in response to the
>> "Usual Problems" provided at the same link, but to no avail.
>>
>> Here is my current .jhbuildrc:
>>
>> # -*- mode: python -*-
>>
>> # if you have a GNOME git account, uncomment this line
>> # repos['git.gnome.org'] = 'ssh://[email protected]/git/'
>>
>> moduleset = 'gnome-apps-3.2'
>> modules = [ 'meta-gnome-core', 'meta-gnome-apps-tested' ]
>>
>> checkoutroot = os.path.expanduser('~/checkout/gnome')
>> prefix = '/opt/gnome'
>>
>> os.environ['LDFLAGS'] = "-L" + prefix + "/lib"
>> autogenargs='--disable-static --disable-gtk-doc'
>> module_autogenargs['hal'] = '--with-hal-user=hal --with-hal-group=hal'
>>
>> Has anyone successfully built the current Gnome 3 on Squeeze and if so
>> could you provide the steps necessary to do so. I would really like to get
>> involved in contributing to Gnome but cannot seem to get the development
>> environment setup.
>>
>> _______________________________________________
>> gnome-love mailing list
>> [email protected]
>> http://mail.gnome.org/mailman/listinfo/gnome-love
>>
>>
>
_______________________________________________
gnome-love mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-love

Reply via email to