Hi,
With the latest git source, i am seeing a build failure with the below error.
LD crda
CC intersect.o
LD intersect
CC regdbdump.o
LD regdbdump
CC db2rd.o
LD db2rd
CC optimize.o
LD optimize
CHK /usr/lib/crda/regulatory.bin
Database signature verification failed.
Invalid or empty regulatory file, note: a binary regulatory file should be used.
make: *** [verify] Error 234
Is there something wrong with the certificate?
--
Thanks,
Regards,
Chaitanya T K.
On Tue, Dec 17, 2013 at 12:20 PM, Krishna Chaitanya
<[email protected]> wrote:
> Hi,
>
> With the latest git source, i am seeing a build failure with the below error.
>
> LD crda
> CC intersect.o
> LD intersect
> CC regdbdump.o
> LD regdbdump
> CC db2rd.o
> LD db2rd
> CC optimize.o
> LD optimize
> CHK /usr/lib/crda/regulatory.bin
> Database signature verification failed.
> Invalid or empty regulatory file, note: a binary regulatory file should be used.
> make: *** [verify] Error 234
>
> Is there something wrong with the certificate?
>
Additional info:
# regdbdump /usr/lib/crda/regulatory.bin
Database signature verification failed.
# ls -l /usr/lib/crda/regulatory.bin
-rw-r--r-- 1 root root 3344 Dec 16 17:34 /usr/lib/crda/regulatory.bin
regualtory.bin copied from wireless-regdb latest git.
On Fri, Jan 24, 2014 at 03:02:11PM -0800, Luis R. Rodriguez wrote:
> On Mon, Dec 16, 2013 at 11:14 PM, Krishna Chaitanya
> <[email protected]> wrote:
> > On Tue, Dec 17, 2013 at 12:20 PM, Krishna Chaitanya
> > <[email protected]> wrote:
> >> Hi,
> >>
> >> With the latest git source, i am seeing a build failure with the below error.
> >>
> >> LD crda
> >> CC intersect.o
> >> LD intersect
> >> CC regdbdump.o
> >> LD regdbdump
> >> CC db2rd.o
> >> LD db2rd
> >> CC optimize.o
> >> LD optimize
> >> CHK /usr/lib/crda/regulatory.bin
> >> Database signature verification failed.
> >> Invalid or empty regulatory file, note: a binary regulatory file should be used.
> >> make: *** [verify] Error 234
> >>
> >> Is there something wrong with the certificate?
> >>
> > Additional info:
> >
> > # regdbdump /usr/lib/crda/regulatory.bin
> > Database signature verification failed.
> > # ls -l /usr/lib/crda/regulatory.bin
> > -rw-r--r-- 1 root root 3344 Dec 16 17:34 /usr/lib/crda/regulatory.bin
> >
> > regualtory.bin copied from wireless-regdb latest git.
>
> John, what ever happened with this, I forget.
I thought these issues were resolved...?
--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.
On Mon, Dec 16, 2013 at 11:14 PM, Krishna Chaitanya
<[email protected]> wrote:
> On Tue, Dec 17, 2013 at 12:20 PM, Krishna Chaitanya
> <[email protected]> wrote:
>> Hi,
>>
>> With the latest git source, i am seeing a build failure with the below error.
>>
>> LD crda
>> CC intersect.o
>> LD intersect
>> CC regdbdump.o
>> LD regdbdump
>> CC db2rd.o
>> LD db2rd
>> CC optimize.o
>> LD optimize
>> CHK /usr/lib/crda/regulatory.bin
>> Database signature verification failed.
>> Invalid or empty regulatory file, note: a binary regulatory file should be used.
>> make: *** [verify] Error 234
>>
>> Is there something wrong with the certificate?
>>
> Additional info:
>
> # regdbdump /usr/lib/crda/regulatory.bin
> Database signature verification failed.
> # ls -l /usr/lib/crda/regulatory.bin
> -rw-r--r-- 1 root root 3344 Dec 16 17:34 /usr/lib/crda/regulatory.bin
>
> regualtory.bin copied from wireless-regdb latest git.
John, what ever happened with this, I forget.
Luis