[openssl-dev] [openssl.org #4452] openssl-1.1.0-pre4: undefined symbol for solaris-x86-cc

2016-05-11 Thread Richard Levitte via RT
Thank you. Closing this ticket.

On Wed May 11 14:57:09 2016, yoi_no_myou...@yahoo.co.jp wrote:
> Hello,
>
> It is fixed in openssl-1.1.0-pre5.
>
> Thanks,
>
> --- Kiyoshi 
>
>
>
>
> - Original Message -
> > From: Richard Levitte via RT 
> > To: yoi_no_myou...@yahoo.co.jp
> > Cc: openssl-dev@openssl.org
> > Date: 2016/5/11, Wed 05:57
> > Subject: [openssl.org #4452] openssl-1.1.0-pre4: undefined symbol for
> > solaris-x86-cc
> >
> > Hi,
> >
> > that looks like engines/asm/e_padlock_x86.o wasn't built for some
> > reason, even
> > though it should.
> >
> > I would like it if you gave me a full log, or in other words, send me
> > build.log
> > after running this:
> >
> > (set -x; ./Configure solaris-x86-cc shared; make) > build.log 2>&1
> >
> > Cheers,
> > Richard
> >
> > On Mon Mar 21 10:42:05 2016, yoi_no_myou...@yahoo.co.jp wrote:
> >> % ../Configure solaris-x86-cc shared; make; make test
> >> also passes.
> >>
> >> Regards,
> >>
> >> --- Kiyoshi 
> >>
> >>
> >>
> >>
> >>
> >> > Tried with openssl-SNAP-20160320,
> >> > but have the same result, not fixed yet.
> >> >
> >> >
> >> > Regards,
> >> >
> >> > --- Kiyoshi 
> >> >
> >> >
> >> >
> >> >
> >> >> If you have the possibility, please try a fresh checkout of the
> >> >> master
> >> > branch
> >> >> and see if this is fixed.
> >> >>
> >> >> Cheers,
> >> >> Richard
> >> >>
> >> >> Vid Sat, 19 Mar 2016 kl. 10.55.59, skrev
> >> >> yoi_no_myou...@yahoo.co.jp:
> >> >>> With patch for #,
> >> >>>
> >> >>> % mkdir build_solaris-x86-cc
> >> >>> % cd build_solaris-x86-cc
> >> >>> % ../Configure solaris-x86-cc
> >> >>> % make
> >> >>> :
> >> >>> Undefined first referenced
> >> >>> symbol in file
> >> >>> padlock_xstore ./libcrypto.a(e_padlock.o)
> >> >>> padlock_capability ./libcrypto.a(e_padlock.o)
> >> >>> padlock_reload_key ./libcrypto.a(e_padlock.o)
> >> >>> padlock_ctr32_encrypt ./libcrypto.a(e_padlock.o)
> >> >>> padlock_key_bswap ./libcrypto.a(e_padlock.o)
> >> >>> padlock_cbc_encrypt ./libcrypto.a(e_padlock.o)
> >> >>> padlock_cfb_encrypt ./libcrypto.a(e_padlock.o)
> >> >>> padlock_ecb_encrypt ./libcrypto.a(e_padlock.o)
> >> >>> padlock_ofb_encrypt ./libcrypto.a(e_padlock.o)
> >> >>> padlock_aes_block ./libcrypto.a(e_padlock.o)
> >> >>> ld: fatal: symbol referencing errors. No output written to
> >> > apps/openssl
> >> >>> ../Makefile.shared:186: recipe for target 'link_app.' failed
> >> >>> make[1]: *** [link_app.] Error 2
> >> >>>
> >> >>>
> >> >>> % ../Configure solaris-x86-cc no-asm
> >> >>>
> >> >>> % make
> >> >>> % make test
> >> >>> passes.
> >> >>>
> >> >>>
> >> >>> OS: Solaris10 x86/x64
> >> >>> cc: /opt/solarisstudio12.4/bin/cc
> >> >>>
> >> >>>
> >> >>> Best Regards,
> >> >>>
> >> >>> --- Kiyoshi 
> >> >>>
> >> >>>
> >> >>
> >> >>
> >> >> --
> >> >> Richard Levitte
> >> >> levi...@openssl.org
> >> >>
> >> >> --
> >> >> Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
> >> >> Please log in as guest with password guest if prompted
> >> >>
> >> >
> >>
> >
> >
> > --
> > Richard Levitte
> > levi...@openssl.org
> >
> > --
> > Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
> > Please log in as guest with password guest if prompted
> >
> >
> >
> >


--
Richard Levitte
levi...@openssl.org

-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


Re: [openssl-dev] [openssl.org #4452] openssl-1.1.0-pre4: undefined symbol for solaris-x86-cc

2016-05-11 Thread Kiyoshi KANAZAWA via RT
Hello,

It is fixed in openssl-1.1.0-pre5.

Thanks,

--- Kiyoshi 




- Original Message -
>From: Richard Levitte via RT 
>To: yoi_no_myou...@yahoo.co.jp 
>Cc: openssl-dev@openssl.org
>Date: 2016/5/11, Wed 05:57
>Subject: [openssl.org #4452] openssl-1.1.0-pre4: undefined symbol for 
>solaris-x86-cc
> 
>Hi,
>
>that looks like engines/asm/e_padlock_x86.o wasn't built for some reason, even
>though it should.
>
>I would like it if you gave me a full log, or in other words, send me build.log
>after running this:
>
>(set -x; ./Configure solaris-x86-cc shared; make) > build.log 2>&1
>
>Cheers,
>Richard
>
>On Mon Mar 21 10:42:05 2016, yoi_no_myou...@yahoo.co.jp wrote:
>> % ../Configure solaris-x86-cc shared; make; make test
>> also passes.
>>
>> Regards,
>>
>> --- Kiyoshi 
>>
>>
>>
>>
>>
>> > Tried with openssl-SNAP-20160320,
>> > but have the same result, not fixed yet.
>> >
>> >
>> > Regards,
>> >
>> > --- Kiyoshi 
>> >
>> >
>> >
>> >
>> >> If you have the possibility, please try a fresh checkout of the master
>> > branch
>> >> and see if this is fixed.
>> >>
>> >> Cheers,
>> >> Richard
>> >>
>> >> Vid Sat, 19 Mar 2016 kl. 10.55.59, skrev yoi_no_myou...@yahoo.co.jp:
>> >>> With patch for #,
>> >>>
>> >>> % mkdir build_solaris-x86-cc
>> >>> % cd build_solaris-x86-cc
>> >>> % ../Configure solaris-x86-cc
>> >>> % make
>> >>> :
>> >>> Undefined first referenced
>> >>> symbol in file
>> >>> padlock_xstore ./libcrypto.a(e_padlock.o)
>> >>> padlock_capability ./libcrypto.a(e_padlock.o)
>> >>> padlock_reload_key ./libcrypto.a(e_padlock.o)
>> >>> padlock_ctr32_encrypt ./libcrypto.a(e_padlock.o)
>> >>> padlock_key_bswap ./libcrypto.a(e_padlock.o)
>> >>> padlock_cbc_encrypt ./libcrypto.a(e_padlock.o)
>> >>> padlock_cfb_encrypt ./libcrypto.a(e_padlock.o)
>> >>> padlock_ecb_encrypt ./libcrypto.a(e_padlock.o)
>> >>> padlock_ofb_encrypt ./libcrypto.a(e_padlock.o)
>> >>> padlock_aes_block ./libcrypto.a(e_padlock.o)
>> >>> ld: fatal: symbol referencing errors. No output written to
>> > apps/openssl
>> >>> ../Makefile.shared:186: recipe for target 'link_app.' failed
>> >>> make[1]: *** [link_app.] Error 2
>> >>>
>> >>>
>> >>> % ../Configure solaris-x86-cc no-asm
>> >>>
>> >>> % make
>> >>> % make test
>> >>> passes.
>> >>>
>> >>>
>> >>> OS: Solaris10 x86/x64
>> >>> cc: /opt/solarisstudio12.4/bin/cc
>> >>>
>> >>>
>> >>> Best Regards,
>> >>>
>> >>> --- Kiyoshi 
>> >>>
>> >>>
>> >>
>> >>
>> >> --
>> >> Richard Levitte
>> >> levi...@openssl.org
>> >>
>> >> --
>> >> Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
>> >> Please log in as guest with password guest if prompted
>> >>
>> >
>>
>
>
>--
>Richard Levitte
>levi...@openssl.org
>
>-- 
>Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
>Please log in as guest with password guest if prompted
>
>
>
>


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


[openssl-dev] [openssl.org #4452] openssl-1.1.0-pre4: undefined symbol for solaris-x86-cc

2016-05-10 Thread Richard Levitte via RT
Hi,

that looks like engines/asm/e_padlock_x86.o wasn't built for some reason, even
though it should.

I would like it if you gave me a full log, or in other words, send me build.log
after running this:

(set -x; ./Configure solaris-x86-cc shared; make) > build.log 2>&1

Cheers,
Richard

On Mon Mar 21 10:42:05 2016, yoi_no_myou...@yahoo.co.jp wrote:
> % ../Configure solaris-x86-cc shared; make; make test
> also passes.
>
> Regards,
>
> --- Kiyoshi 
>
>
>
>
>
> > Tried with openssl-SNAP-20160320,
> > but have the same result, not fixed yet.
> >
> >
> > Regards,
> >
> > --- Kiyoshi 
> >
> >
> >
> >
> >> If you have the possibility, please try a fresh checkout of the master
> > branch
> >> and see if this is fixed.
> >>
> >> Cheers,
> >> Richard
> >>
> >> Vid Sat, 19 Mar 2016 kl. 10.55.59, skrev yoi_no_myou...@yahoo.co.jp:
> >>> With patch for #,
> >>>
> >>> % mkdir build_solaris-x86-cc
> >>> % cd build_solaris-x86-cc
> >>> % ../Configure solaris-x86-cc
> >>> % make
> >>> :
> >>> Undefined first referenced
> >>> symbol in file
> >>> padlock_xstore ./libcrypto.a(e_padlock.o)
> >>> padlock_capability ./libcrypto.a(e_padlock.o)
> >>> padlock_reload_key ./libcrypto.a(e_padlock.o)
> >>> padlock_ctr32_encrypt ./libcrypto.a(e_padlock.o)
> >>> padlock_key_bswap ./libcrypto.a(e_padlock.o)
> >>> padlock_cbc_encrypt ./libcrypto.a(e_padlock.o)
> >>> padlock_cfb_encrypt ./libcrypto.a(e_padlock.o)
> >>> padlock_ecb_encrypt ./libcrypto.a(e_padlock.o)
> >>> padlock_ofb_encrypt ./libcrypto.a(e_padlock.o)
> >>> padlock_aes_block ./libcrypto.a(e_padlock.o)
> >>> ld: fatal: symbol referencing errors. No output written to
> > apps/openssl
> >>> ../Makefile.shared:186: recipe for target 'link_app.' failed
> >>> make[1]: *** [link_app.] Error 2
> >>>
> >>>
> >>> % ../Configure solaris-x86-cc no-asm
> >>>
> >>> % make
> >>> % make test
> >>> passes.
> >>>
> >>>
> >>> OS: Solaris10 x86/x64
> >>> cc: /opt/solarisstudio12.4/bin/cc
> >>>
> >>>
> >>> Best Regards,
> >>>
> >>> --- Kiyoshi 
> >>>
> >>>
> >>
> >>
> >> --
> >> Richard Levitte
> >> levi...@openssl.org
> >>
> >> --
> >> Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
> >> Please log in as guest with password guest if prompted
> >>
> >
>


--
Richard Levitte
levi...@openssl.org

-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


[openssl-dev] [openssl.org #4452] openssl-1.1.0-pre4: undefined symbol for solaris-x86-cc

2016-03-21 Thread Kiyoshi KANAZAWA via RT
% ../Configure solaris-x86-cc shared; make; make test
also passes.

Regards,

--- Kiyoshi 





> Tried with openssl-SNAP-20160320,
> but have the same result, not fixed yet.
> 
> 
> Regards,
> 
> --- Kiyoshi 
> 
> 
> 
> 
>>  If you have the possibility, please try a fresh checkout of the master 
> branch
>>  and see if this is fixed.
>> 
>>  Cheers,
>>  Richard
>> 
>>  Vid Sat, 19 Mar 2016 kl. 10.55.59, skrev yoi_no_myou...@yahoo.co.jp:
>>>   With patch for #,
>>> 
>>>   % mkdir build_solaris-x86-cc
>>>   % cd build_solaris-x86-cc
>>>   % ../Configure solaris-x86-cc
>>>   % make
>>>   :
>>>   Undefined first referenced
>>>   symbol in file
>>>   padlock_xstore ./libcrypto.a(e_padlock.o)
>>>   padlock_capability ./libcrypto.a(e_padlock.o)
>>>   padlock_reload_key ./libcrypto.a(e_padlock.o)
>>>   padlock_ctr32_encrypt ./libcrypto.a(e_padlock.o)
>>>   padlock_key_bswap ./libcrypto.a(e_padlock.o)
>>>   padlock_cbc_encrypt ./libcrypto.a(e_padlock.o)
>>>   padlock_cfb_encrypt ./libcrypto.a(e_padlock.o)
>>>   padlock_ecb_encrypt ./libcrypto.a(e_padlock.o)
>>>   padlock_ofb_encrypt ./libcrypto.a(e_padlock.o)
>>>   padlock_aes_block ./libcrypto.a(e_padlock.o)
>>>   ld: fatal: symbol referencing errors. No output written to 
> apps/openssl
>>>   ../Makefile.shared:186: recipe for target 'link_app.' failed
>>>   make[1]: *** [link_app.] Error 2
>>> 
>>> 
>>>   % ../Configure solaris-x86-cc no-asm
>>> 
>>>   % make
>>>   % make test
>>>   passes.
>>> 
>>> 
>>>   OS: Solaris10 x86/x64
>>>   cc: /opt/solarisstudio12.4/bin/cc
>>> 
>>> 
>>>   Best Regards,
>>> 
>>>   --- Kiyoshi 
>>> 
>>> 
>> 
>> 
>>  --
>>  Richard Levitte
>>  levi...@openssl.org
>> 
>>  -- 
>>  Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
>>  Please log in as guest with password guest if prompted
>> 
>


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


[openssl-dev] [openssl.org #4452] openssl-1.1.0-pre4: undefined symbol for solaris-x86-cc

2016-03-20 Thread Kiyoshi KANAZAWA via RT
Tried with openssl-SNAP-20160320,
but have the same result, not fixed yet.


Regards,

--- Kiyoshi 




> If you have the possibility, please try a fresh checkout of the master branch
> and see if this is fixed.
> 
> Cheers,
> Richard
> 
> Vid Sat, 19 Mar 2016 kl. 10.55.59, skrev yoi_no_myou...@yahoo.co.jp:
>>  With patch for #,
>> 
>>  % mkdir build_solaris-x86-cc
>>  % cd build_solaris-x86-cc
>>  % ../Configure solaris-x86-cc
>>  % make
>>  :
>>  Undefined first referenced
>>  symbol in file
>>  padlock_xstore ./libcrypto.a(e_padlock.o)
>>  padlock_capability ./libcrypto.a(e_padlock.o)
>>  padlock_reload_key ./libcrypto.a(e_padlock.o)
>>  padlock_ctr32_encrypt ./libcrypto.a(e_padlock.o)
>>  padlock_key_bswap ./libcrypto.a(e_padlock.o)
>>  padlock_cbc_encrypt ./libcrypto.a(e_padlock.o)
>>  padlock_cfb_encrypt ./libcrypto.a(e_padlock.o)
>>  padlock_ecb_encrypt ./libcrypto.a(e_padlock.o)
>>  padlock_ofb_encrypt ./libcrypto.a(e_padlock.o)
>>  padlock_aes_block ./libcrypto.a(e_padlock.o)
>>  ld: fatal: symbol referencing errors. No output written to apps/openssl
>>  ../Makefile.shared:186: recipe for target 'link_app.' failed
>>  make[1]: *** [link_app.] Error 2
>> 
>> 
>>  % ../Configure solaris-x86-cc no-asm
>> 
>>  % make
>>  % make test
>>  passes.
>> 
>> 
>>  OS: Solaris10 x86/x64
>>  cc: /opt/solarisstudio12.4/bin/cc
>> 
>> 
>>  Best Regards,
>> 
>>  --- Kiyoshi 
>> 
>> 
> 
> 
> --
> Richard Levitte
> levi...@openssl.org
> 
> -- 
> Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
> Please log in as guest with password guest if prompted
>


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


[openssl-dev] [openssl.org #4452] openssl-1.1.0-pre4: undefined symbol for solaris-x86-cc

2016-03-19 Thread Richard Levitte via RT
If you have the possibility, please try a fresh checkout of the master branch
and see if this is fixed.

Cheers,
Richard

Vid Sat, 19 Mar 2016 kl. 10.55.59, skrev yoi_no_myou...@yahoo.co.jp:
> With patch for #,
>
> % mkdir build_solaris-x86-cc
> % cd build_solaris-x86-cc
> % ../Configure solaris-x86-cc
> % make
> :
> Undefined first referenced
> symbol in file
> padlock_xstore ./libcrypto.a(e_padlock.o)
> padlock_capability ./libcrypto.a(e_padlock.o)
> padlock_reload_key ./libcrypto.a(e_padlock.o)
> padlock_ctr32_encrypt ./libcrypto.a(e_padlock.o)
> padlock_key_bswap ./libcrypto.a(e_padlock.o)
> padlock_cbc_encrypt ./libcrypto.a(e_padlock.o)
> padlock_cfb_encrypt ./libcrypto.a(e_padlock.o)
> padlock_ecb_encrypt ./libcrypto.a(e_padlock.o)
> padlock_ofb_encrypt ./libcrypto.a(e_padlock.o)
> padlock_aes_block ./libcrypto.a(e_padlock.o)
> ld: fatal: symbol referencing errors. No output written to apps/openssl
> ../Makefile.shared:186: recipe for target 'link_app.' failed
> make[1]: *** [link_app.] Error 2
>
>
> % ../Configure solaris-x86-cc no-asm
>
> % make
> % make test
> passes.
>
>
> OS: Solaris10 x86/x64
> cc: /opt/solarisstudio12.4/bin/cc
>
>
> Best Regards,
>
> --- Kiyoshi 
>
>


--
Richard Levitte
levi...@openssl.org

-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


[openssl-dev] [openssl.org #4452] openssl-1.1.0-pre4: undefined symbol for solaris-x86-cc

2016-03-19 Thread Kiyoshi KANAZAWA via RT
With patch for #,

% mkdir build_solaris-x86-cc
% cd build_solaris-x86-cc
% ../Configure solaris-x86-cc
% make
    :
Undefined   first referenced
 symbol in file
padlock_xstore  ./libcrypto.a(e_padlock.o)
padlock_capability  ./libcrypto.a(e_padlock.o)
padlock_reload_key  ./libcrypto.a(e_padlock.o)
padlock_ctr32_encrypt   ./libcrypto.a(e_padlock.o)
padlock_key_bswap   ./libcrypto.a(e_padlock.o)
padlock_cbc_encrypt ./libcrypto.a(e_padlock.o)
padlock_cfb_encrypt ./libcrypto.a(e_padlock.o)
padlock_ecb_encrypt ./libcrypto.a(e_padlock.o)
padlock_ofb_encrypt ./libcrypto.a(e_padlock.o)
padlock_aes_block   ./libcrypto.a(e_padlock.o)
ld: fatal: symbol referencing errors. No output written to apps/openssl
../Makefile.shared:186: recipe for target 'link_app.' failed
make[1]: *** [link_app.] Error 2


% ../Configure solaris-x86-cc no-asm

% make
% make test
passes.


OS: Solaris10 x86/x64
cc: /opt/solarisstudio12.4/bin/cc


Best Regards,

--- Kiyoshi 



-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4452
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev