pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/50242: security/libgcrypt fails to build on Solaris 11



>Number:         50242
>Category:       pkg
>Synopsis:       security/libgcrypt fails to build on Solaris 11
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 14 07:45:00 +0000 2015
>Originator:     Joern Clausen
>Release:        
>Organization:
University of Bielefeld
>Environment:
Solaris 11.2/i86, GCC 4.8.5, 64bit ABI, Sun Assembler
>Description:
Compiling the latest version of security/libgcrypt on Solaris 11.2 fails with

/usr/bin/bash ../libtool     --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..  -I../src -I../src -I/opt/pkg-hrz/20150821/include -I/usr/include  -D_REENTRANT   -O2 -I/opt/pkg-hrz/20150821/include -I/usr/include -MT sha1-ssse3-amd64.lo -MD -MP -MF .deps/sha1-ssse3-amd64.Tpo -c -o sha1-ssse3-amd64.lo sha1-ssse3-amd64.S
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/opt/pkgsrc/pkg-hrz/pkgsrc/security/libgcrypt/work.pkgsrc-sol11i86/.buildlink/include -D_REENTRANT -O2 -MT sha1-ssse3-amd64.lo -MD -MP -MF .deps/sha1-ssse3-amd64.Tpo -c sha1-ssse3-amd64.S  -fPIC -DPIC -o .libs/sha1-ssse3-amd64.o
/var/tmp//ccaHaOtS.s: Assembler messages:
/var/tmp//ccaHaOtS.s:30: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:34: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:38: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:42: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:47: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:51: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:55: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:59: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:63: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:67: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:71: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:75: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:79: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:83: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:87: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:91: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:95: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:99: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:103: Error: unbalanced parenthesis in operand 1.
/var/tmp//ccaHaOtS.s:107: Error: unbalanced parenthesis in operand 1.
*** [sha1-ssse3-amd64.lo] Error code 1


Repeating the build outside of pkgsrc (using the same configure parameters) leads to the same result.

But: Compiling version 1.6.3 outside pkgsrc fails in the same way, while I was able to build this version within pkgsrc successfully (last time on 2015-09-04).

The pkgsrc package itself does not seem to have changed except the version number. Were there any other changes to the pkgsrc infrastructure that could explain this?
>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index