Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499086 - =dev-libs/openssl-1.0.1f fails to compile on alpha
Summary: =dev-libs/openssl-1.0.1f fails to compile on alpha
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: CVE-2013-4353
  Show dependency tree
 
Reported: 2014-01-24 02:22 UTC by Matt Turner
Modified: 2014-01-25 10:52 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,359.48 KB, text/plain)
2014-01-24 02:22 UTC, Matt Turner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2014-01-24 02:22:23 UTC
Created attachment 368600 [details]
build.log

Was marked stable in bug 497838, but does not compile.
Comment 1 Matt Turner gentoo-dev 2014-01-24 02:42:24 UTC
What happened, ago? It failed to build for you in your chroot on monolith:

1390264082:  >>> emerge (144 of 321) dev-libs/openssl-1.0.1f to /
1390264082:  === (144 of 321) Cleaning (dev-libs/openssl-1.0.1f::/usr/portage/dev-libs/openssl/openssl-1.0.1f.ebuild)
1390264083:  === (144 of 321) Compiling/Merging (dev-libs/openssl-1.0.1f::/usr/portage/dev-libs/openssl/openssl-1.0.1f.ebuild)
1390264486:  >>> emerge (1 of 177) dev-libs/libevent-2.0.21 to /
1390264486:  === (1 of 177) Cleaning (dev-libs/libevent-2.0.21::/usr/portage/dev-libs/libevent/libevent-2.0.21.ebuild)
1390264487:  === (1 of 177) Compiling/Merging (dev-libs/libevent-2.0.21::/usr/portage/dev-libs/libevent/libevent-2.0.21.ebuild)
1390264567:  === (1 of 177) Merging (dev-libs/libevent-2.0.21::/usr/portage/dev-libs/libevent/libevent-2.0.21.ebuild)
1390264573:  >>> AUTOCLEAN: dev-libs/libevent:0
1390264573:  === Unmerging... (dev-libs/libevent-2.0.21)
1390264579:  >>> unmerge success: dev-libs/libevent-2.0.21
1390264588:  === (1 of 177) Post-Build Cleaning (dev-libs/libevent-2.0.21::/usr/portage/dev-libs/libevent/libevent-2.0.21.ebuild)
1390264588:  ::: completed emerge (1 of 177) dev-libs/libevent-2.0.21 to /
Comment 2 Agostino Sarubbo gentoo-dev 2014-01-24 09:13:48 UTC
If I marked it stable:

1)Worked for me at that time
2)There was a mistake with the stabilization script


I remember that I did the test when the environment was not full up-to-date (glibc included). I will investigate.
Comment 3 SpanKY gentoo-dev 2014-01-25 10:41:32 UTC
hrm, it seems gcc is misbehaving somewhat.  give CPP a .s file and it doesn't process it at all.  simple fix is to have it use a .S suffix instead.
Comment 4 SpanKY gentoo-dev 2014-01-25 10:52:27 UTC
should be all set now in the tree; thanks for the report!

Commit message: Fix build for alpha systems
http://sources.gentoo.org/dev-libs/openssl/files/openssl-1.0.1f-revert-alpha-perl-generation.patch?rev=1.1
http://sources.gentoo.org/dev-libs/openssl/openssl-1.0.1f.ebuild?r1=1.10&r2=1.11