Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152811 - beecrypt-3.1.0-r2 compile fails
Summary: beecrypt-3.1.0-r2 compile fails
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-25 13:02 UTC by Tanja Milo
Modified: 2006-10-29 05:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tanja Milo 2006-10-25 13:02:31 UTC
I try to emerge dev-libs/beecrypt-3.1.0-r2, but it failed.

It says:

sha1.lo:sha1.c:(.text+0x0): first defined here
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: Warning: size of symbol `sha1Process' changed from 4168 in sha1.lo to 3290 in sha1opt.lo
collect2: ld returned 1 exit status
make[2]: *** [libbeecrypt.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/beecrypt-3.1.0-r2/work/beecrypt-3.1.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/beecrypt-3.1.0-r2/work/beecrypt-3.1.0'
make: *** [all] Error 2

!!! ERROR: dev-libs/beecrypt-3.1.0-r2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  beecrypt-3.1.0-r2.ebuild, line 53:   Called die

!!! emake failed

I also try to emerge dev-libs/beecrypt-4.1.2-r1, it failed with the same error report.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-10-25 13:08:18 UTC
emerge --info, please.
Comment 2 Tanja Milo 2006-10-25 13:22:06 UTC
(In reply to comment #1)
> emerge --info, please.
>
Here it is:

judith ~ # emerge --info
Portage 2.1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r8 i686)
=================================================================
System uname: 2.6.17-gentoo-r8 i686 Intel(R) Pentium(R) M processor 1.73GHz
Gentoo Base System version 1.12.1
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-march=pentium-m -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo "
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acpi alsa apm audiofile avahi bash-completion berkdb bitmap-fonts bluetooth bzip2 cdparanoia cdr cli cracklib crypt cscope cups dbus dio dlloader dri dts dv dvb dvd dvdr dvdread encode exif expat ffmpeg firefox flac fortran ftp gcj gdbm gif glut gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml ieee1394 imagemagic ipv6 isdnlog jpeg lame lcms libg++ lm_sensors logrotate mad mikmod mmx mng mono motif mp3 mpeg ncurses nls nptl nptlonly ogg opengl pam pcmcia pcre pda pdf perl png ppds pppd python quicktime readline reflection scanner session speex spl sse sse2 ssl svg svga symlink tcpd tetex theora tiff truetype truetype-fonts type1-fonts udev unicode usb v41 vcd videos vorbis wifi win32codecs wmf xine xml xorg xpm xvid zlib elibc_glibc input_devices_mouse input_devices_keyboard input_devices_synaptics kernel_linux userland_GNU video_cards_i810"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-10-25 13:30:27 UTC
Replace -march=pentium-m with something else and try again, please.
Comment 4 Tanja Milo 2006-10-26 00:45:53 UTC
(In reply to comment #3)

I change CFLAGS from "-march=pentium-m -O2 -pipe" to "-march=i486 -O2 -pipe" and do 
Comment 5 Tanja Milo 2006-10-26 00:45:53 UTC
(In reply to comment #3)

I change CFLAGS from "-march=pentium-m -O2 -pipe" to "-march=i486 -O2 -pipe" and do ´emerge beecrypt´ again.

It compiles now. Thank you very much for your help.
Comment 6 Alon Bar-Lev (RETIRED) gentoo-dev 2006-10-27 12:52:20 UTC
It should work, at least works for me with -march=pentium-m
Can you please send me the error of beecrypt-4.1.2-r1?
Comment 7 Alon Bar-Lev (RETIRED) gentoo-dev 2006-10-27 13:08:54 UTC
Oh... Please also sync before next try.
Thanks!
Comment 8 Alon Bar-Lev (RETIRED) gentoo-dev 2006-10-29 05:49:20 UTC
If you wish to work on this bug, please reopen.
Thanks.