Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13803] New: openssl and console-tools compile failure

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13803] New: openssl and console-tools compile failure
  • Date: 28 May 2007 18:00:26 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13803

Summary: openssl and console-tools compile failure
Product: Codex
Version: stable grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Unknown
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: chersi AT alice.it


openssl and console-tools compilation fails on a system with the following
partitions layout:

hde5 / ext3 1024M logical
hde6 swap swap 4096M logical
hde7 none none 5120M logical
hde8 /tmp ext3 2048M logical
hde9 /var ext3 6144M logical
hde10 /usr ext3 8192M logical
hde11 /admin ext3 10240M logical
hde12 /home ext3 36864M logical

/ is only 1024M large because I make "mv opt /usr/ && ln -s /usr/opt /opt"
[coming from BSD i hadn't /opt before].

both the packages compile on a single partition system instead:

hde5 / ext3 69632M logical
hde6 swap swap 4096M logical

The kernels were identical.



### tail of openssl
...
gcc -I.. -I../.. -I../../include -march=athlon-xp -pipe -msse -mfpmath=sse
-fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-DL_ENDIAN -DTERMIO -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS
-DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c -o
eng_cryptodev.o eng_cryptodev.c
gcc -I.. -I../.. -I../../include -march=athlon-xp -pipe -msse -mfpmath=sse
-fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-DL_ENDIAN -DTERMIO -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS
-DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c -o
eng_padlock.o eng_padlock.c
eng_padlock.c: In function 'padlock_xcrypt_ecb':
eng_padlock.c:445: error: can't find a register in class 'GENERAL_REGS' while
reloading 'asm'
make[2]: *** [eng_padlock.o] Error 1
make[2]: Leaving directory `/usr/src/openssl-0.9.8e/crypto/engine'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/usr/src/openssl-0.9.8e/crypto'
make: *** [build_crypto] Error 1

### tail of console-tools
...
Making all in fontfiletools
make[2]: Entering directory `/usr/src/console-tools-0.2.3/fontfiletools'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -march=athlon-xp -pipe -msse
-mfpmath=sse -c
psfaddtable.c
psfaddtable.c: In function 'main':
psfaddtable.c:133: error: 'LC_ALL' undeclared (first use in this function)
psfaddtable.c:133: error: (Each undeclared identifier is reported only once
psfaddtable.c:133: error: for each function it appears in.)
make[2]: *** [psfaddtable.o] Error 1
make[2]: Leaving directory `/usr/src/console-tools-0.2.3/fontfiletools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/console-tools-0.2.3'
make: *** [all-recursive-am] Error 2

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 13803] New: openssl and console-tools compile failure, bugzilla-daemon, 05/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page