Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 875860 Details for
Bug 918683
Portage doesn't install net-misc/curl dependencies with binpkgs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bug.sh
file_918683.txt (text/plain), 1.40 KB, created by
Sam James
on 2023-11-28 04:39:56 UTC
(
hide
)
Description:
bug.sh
Filename:
MIME Type:
Creator:
Sam James
Created:
2023-11-28 04:39:56 UTC
Size:
1.40 KB
patch
obsolete
>set -xe >pkgs=( > dev-util/cmake > dev-python/cython > virtual/fortran > dev-lang/nasm > dev-lang/vala > dev-lang/python:2.7 > dev-java/openjdk-bin > dev-util/itstool > dev-libs/protobuf > net-libs/libpcap > media-libs/libwmf > sys-cluster/openmpi > sci-libs/netcdf > media-libs/libsdl2 > dev-cpp/gtest > sci-libs/scalapack > app-doc/doxygen > dev-qt/linguist-tools >) > >emerge-webrsync --quiet >emerge --quiet app-portage/getuto >getuto > >printf "%s\n" ${pkgs[@]} >> /etc/portage/package.accept_keywords/meson >cat /etc/portage/package.accept_keywords/meson > >mkdir /etc/portage/binrepos.conf || true >mkdir /etc/portage/profile || true >echo 'dev-cpp/gtkmm X' >> /etc/portage/package.use/ci >cat <<-EOF > /etc/portage/binrepos.conf/gentoo.conf > [binhost] > priority = 9999 > sync-uri = https://distfiles.gentoo.org/releases/amd64/binpackages/17.1/x86-64/ >EOF >cat <<-EOF >> /etc/portage/make.conf > EMERGE_DEFAULT_OPTS="--deep --quiet --quiet-build --color=n --autounmask-write --autounmask-continue --autounmask-keep-keywords=y --autounmask-use=y" > EMERGE_DEFAULT_OPTS="\${EMERGE_DEFAULT_OPTS} --binpkg-respect-use=y --getbinpkg=y" > FEATURES="\${FEATURES} parallel-fetch parallel-install -merge-sync" > FEATURES="\${FEATURES} binpkg-request-signature" > FEATURES="\${FEATURES} -ipc-sandbox -network-sandbox -pid-sandbox" >EOF > >emerge -uDU @world -p
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 918683
:
875858
|
875859
| 875860