Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 231983 Details for
Bug 320399
dev-libs/libtasn1-2.6: fails to build due to modified Makefile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
complete build environment
environment (text/plain), 6.75 KB, created by
coderoar
on 2010-05-18 13:48:30 UTC
(
hide
)
Description:
complete build environment
Filename:
MIME Type:
Creator:
coderoar
Created:
2010-05-18 13:48:30 UTC
Size:
6.75 KB
patch
obsolete
>declare -x ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" >declare -x APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" >declare -x ARCH="x86-macos" >declare -x Apple_PubSub_Socket_Render="/tmp/launch-4UTlMp/Render" >declare -x CBUILD="i686-apple-darwin9" >declare -x CFLAGS="-march=nocona -O2 -pipe" >declare -x CHOST="i686-apple-darwin9" >declare -x COMMAND_MODE="unix2003" >declare -x CROSSCOMPILE_OPTS="" >declare -x CVS_RSH="ssh" >declare -x CXXFLAGS="-march=nocona -O2 -pipe" >declare -x DEBUGBUILD="1" >declare -- DEFINED_PHASES=" compile install" >declare -- DEPEND=">=dev-lang/perl-5.6 > sys-devel/bison " >declare -- DESCRIPTION="ASN.1 library" >declare -x DESTTREE="/usr" >declare -x DIROPTIONS="-m0755" >declare -x EAPI="3" >declare -- ECONF_SOURCE="." >declare -x ELIBC="Darwin" >declare -x EXEOPTIONS="-m0755" >declare -x FEATURES="assume-digests ccache collision-protect distlocks fixpackages news nostrip parallel-fetch preserve-libs protect-owned sfperms strict unmerge-logs unmerge-orphans userfetch" >declare -x GCC_SPECS="" >declare -x HG="/Users/l/Gentoo/usr/bin/hg" >declare -- HOMEPAGE="http://www.gnu.org/software/libtasn1/" >declare -x INHERITED="" >declare -x INPUT_DEVICES="" >declare -x INSDESTTREE="" >declare -x INSOPTIONS="-m0644" >declare -- IUSE="doc " >declare -x KERNEL="Darwin" >declare -x KEYWORDS="~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" >declare -x KV="" >declare -x LCD_DEVICES="" >declare -x LC_CTYPE="UTF-8" >declare -x LDFLAGS="" >declare -x LIBOPTIONS="-m0644" >declare -x LICENSE="GPL-3 LGPL-2.1" >declare -x MACOSX_DEPLOYMENT_TARGET="10.5" >declare -x NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" >declare -x PATH="/Users/l/Gentoo/usr/lib/ccache/bin:/Users/l/Gentoo/usr/lib/portage/bin/ebuild-helpers:/Users/l/Gentoo/usr/sbin:/Users/l/Gentoo/usr/bin:/Users/l/Gentoo/sbin:/Users/l/Gentoo/bin:/Users/l/Gentoo/opt/bin:/Users/l/Gentoo/usr/i686-apple-darwin9/gcc-bin/4.2.1:/usr/bin:/bin" >declare -- PDEPEND=" " >declare -x PKG_CONFIG_PATH="/Users/l/Gentoo/usr/lib/pkgconfig:/Users/l/Gentoo/usr/share/pkgconfig" >declare -x PORTAGE_COMPRESS="lzma" >declare -x PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png" >declare -x PORTAGE_COMPRESS_FLAGS="-9 -e" >declare -x PORTAGE_ROOT_USER="l" >declare -x PROFILE_ONLY_VARIABLES="ARCH ELIBC KERNEL USERLAND" >declare -x PROPERTIES="" >declare -x PROVIDE="" >declare -x PYTHONDONTWRITEBYTECODE="1" >declare -x RDEPEND=" " >declare -x RESTRICT="" >declare -x RUBY_TARGETS="" >declare -x S="/Volumes/Cache/portage/tmp/portage/dev-libs/libtasn1-2.6/work/libtasn1-2.6" >declare -x SANDBOX_DENY="" >declare -x SANDBOX_PREDICT="" >declare -x SANDBOX_READ="/:/Volumes/Cache/portage/ccache:/Volumes/Cache/portage/tmp" >declare -x SANDBOX_WRITE="/Volumes/Cache/portage/ccache:/Volumes/Cache/portage/tmp:/var/folders/hP/hPNqA+f6HkaanfIUFLKwtE+++TI/-Tmp-/" >declare -x SANE_BACKENDS="" >declare -x SLOT="0" >declare -- SRC_URI="mirror://gnu/libtasn1/libtasn1-2.6.tar.gz" >declare -x USE="elibc_Darwin kernel_Darwin prefix userland_GNU x86-macos" >declare -x USERLAND="GNU" >declare -x VIDEO_CARDS="" >declare -x XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" >declare -- _="PKG_INSTALL_MASK" >declare -x _E_DOCDESTTREE_="" >declare -x _E_EXEDESTTREE_="" >declare -x bash4="4.0.38(2)-release" >declare -- filter_opts="" >_unpack_tar () >{ > if [ "${y}" == "tar" ]; then > $1 -dc "$srcdir$x" | tar xof -; > assert "$myfail"; > else > $1 -dc "${srcdir}${x}" > ${x%.*} || die "$myfail"; > fi >} >call-ebuildshell () >{ > if ! hasq ebuildshell ${FEATURES}; then > "$@"; > return $?; > fi; > ( umask 002; > ( echo 'unset ENV'; > echo 'unset BASH_ENV'; > set; > export -p | sed -e 's:declare -rx:export:'; > shopt -p; > echo "export PS1='EBUILD ${PN} $1 \$ '"; > echo 'unset ENV'; > echo "type $1"; > echo "echo WANTED: $@"; > echo "source '${PORTAGE_BIN_PATH}/isolated-functions.sh' &>/dev/null"; > echo "trap '"; > echo "umask 002"; > echo "save_ebuild_env | filter_readonly_variables |"; > echo -n "egrep -v \"^("; > sep=''; > for v in ${READONLY_EBUILD_METADATA}; > do > echo -n "${sep}${v}"; > sep='|'; > done; > echo ")=\" > ${T}/ebuildshell-environment-outcome' 0" ) | filter_readonly_variables > ${T}/ebuildshell-environment; > chown portage:portage "${T}/ebuildshell-environment" &>/dev/null; > chmod g+w "${T}/ebuildshell-environment" &>/dev/null ); > rm -f "${T}/ebuildshell-environment-outcome" &>/dev/null; > unset BASH_ENV; > ${BASH} --rcfile "${T}/ebuildshell-environment" -i || die; > chown portage:portage "${T}/ebuildshell-environment-outcome" &>/dev/null; > chown g+w "${T}/ebuildshell-environment-outcome" &>/dev/null; > source "${T}/ebuildshell-environment-outcome" &>/dev/null >} >dyn_pretend () >{ > ebuild_phase_with_hooks pkg_pretend >} >nonfatal () >{ > if has "${EAPI:-0}" 0 1 2 3 3_pre2; then > die "$FUNCNAME() not supported in this EAPI"; > fi; > if [[ $# -lt 1 ]]; then > die "$FUNCNAME(): Missing argument"; > fi; > PORTAGE_NONFATAL=1 "$@" >} >pkg_nofetch () >{ > _eapi0_pkg_nofetch "$@" >} >post_src_install () >{ > prefix-post_src_install >} >prefix-post_src_install () >{ > local f; > if [[ ${PN} != "libiconv" && -n $(ls "${ED}"/usr/lib*/charset.alias 2>/dev/null) ]]; then > einfo "automatically removing charset.alias"; > rm -f "${ED}"/usr/lib*/charset.alias; > fi >} >profile-post_src_install () >{ > prefix-post_src_install >} >register_success_hook () >{ > local x; > for x in $*; > do > hasq $x $EBUILD_SUCCESS_HOOKS || export EBUILD_SUCCESS_HOOKS="$EBUILD_SUCCESS_HOOKS $x"; > done >} >src_compile () >{ > econf || die; > [[ ${CHOST} == *-darwin* ]] && sed -i -e '/^SUBDIRS = gllib/d' lib/Makefile; > emake || die >} >src_configure () >{ > _eapi2_src_configure "$@" >} >src_install () >{ > emake DESTDIR="${D}" install || die "emake install failed"; > dodoc AUTHORS ChangeLog NEWS README THANKS; > if use doc; then > dodoc doc/libtasn1.ps || die "dodoc failed"; > fi >} >src_test () >{ > _eapi0_src_test "$@" >} >src_unpack () >{ > _eapi0_src_unpack "$@" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 320399
:
231981
| 231983