Commit graph

49 commits

Author SHA1 Message Date
Matt Turner a8a5572715 specs/hppa: Switch installcd to python3.6
Packages are starting to drop python2.7 support, causing build failures
if no python3 implementation is selected.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
2019-03-24 10:41:24 -07:00
Matt Turner 170613724a specs/hppa: Include emacs and vim on the installcd
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2019-01-05 11:51:59 -08:00
Matt Turner 3f5e1b5b7d specs/hppa: Build stage3 from stage1
stage2 runs bootstrap.sh, which made sense when gcc had a
build/bootstrap USE flags that were set in stage1 and 2. But gcc is
fully built in stage1 now, making stage2 a waste of time.
2018-09-14 11:22:43 -07:00
Matt Turner 58bba18c1e specs/hppa: Use isos portage_confdir for installcd stages
Avoids the following failure:

    The following USE changes are necessary to proceed:
     (see "package.use" in the portage(5) man page for more details)
    # required by dev-python/cryptography-2.2.2-r1::gentoo[-libressl]
    # required by dev-python/urllib3-1.22::gentoo
    # required by dev-python/requests-2.18.4-r1::gentoo
    # required by dev-python/ssl-fetch-0.4::gentoo
    # required by app-portage/mirrorselect-2.2.3::gentoo
    # required by app-portage/mirrorselect (argument)
    >=dev-libs/openssl-1.0.2o-r3 -bindist
2018-09-07 22:05:56 -07:00
Matt Turner 27079c201a specs/hppa: Switch stages to 17.0 profile 2018-09-07 21:52:46 -07:00
Matt Turner 3e3a528484 specs/hppa: Set pkgcache_dir
hake is very slow (gcc takes more than a day), so reusing the packages
will save huge amounts of time.
2018-09-07 21:51:50 -07:00
Ben Kohler 86dc6ae699
specs: add sys-apps/sandbox to *cd*stage2* livecd/unmerge 2018-07-13 14:37:51 -05:00
Ben Kohler 6d720d1bdc
specs: change man to man-db in livecd/unmerge
Default for virtual/man was changed to man-db back in 2014 but our specs
still have the old default sys-apps/man in livecd/unmerge.  Fixed.
2018-07-13 14:18:11 -05:00
Ben Kohler 2681491831
specs: empty /usr/include on isos 2018-07-13 12:24:43 -05:00
Ben Kohler 89d7daf0b4
specs: add /boot to livecd/empty to work around bug 661084
Due to bug 661084, the /boot/System* and other wildcard matches in
livecd/rm are not functional.  This causes us to ship a duplicate copy
of kernel/initramfs, wasting space.

I've added /boot to livecd/empty to work around this for now.  I only
added this to specs where /boot/* things were already in livecd/rm.
2018-07-13 12:15:55 -05:00
Ben Kohler 5ac0fc35f1
specs: some fixes to livecd/rm for sys-apps/portage tools 2018-07-13 08:52:13 -05:00
Ben Kohler 2c03ec60fb
specs: remove unused USE flags from livecds 2018-07-12 07:58:16 -05:00
Ben Kohler fa5b95a0f7
remove unneeded/obsolete gk_mainargs from *cd-stage2*.spec
There is no reason for the livecd initramfs to need to be able to open
mdraid/dmraid/lvm arrays, so we can remove this support from the
genkernel call.  The livecds will still have all the tools needed to
create/maintain/use these kinds of volumes later.

Modern genkernel also autodetects makeopts so we do not need to set that
explicitly.
2018-06-27 11:57:21 -05:00
Ben Kohler 6286776992 releases/weekly/specs/*/*cd-stage1.spec: remove dead ntlmaps pkg
net-proxy/ntlmaps was removed from ::gentoo in 2016 [1], time to remove
it from installcd package list.

[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/net-proxy/ntlmaps?id=031ceb4bc4a53dca5c20906459ff08b8c48f7c5e
2018-04-09 08:51:10 -05:00
Robin H. Johnson cb879a382e
releases/weekly: shorten ISO labels.
ISO9660 limits label length to 32 characters, this is enforced by
mkisofs.

Catalyst now truncates to 32 characters instead of failing when mkisofs
does, however the label formatting is inconsistent and loses some
information.

New label structure:
  Gentoo ${ARCH} ${WHAT} ${STAMP}
Where 'WHAT' is skipped in some cases.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-12-15 15:42:27 -08:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) f636c7e886 Drop app-misc/vlock from the installcd, livecd and admincd - fixes bug 543778. Leaving livedvd specs pending more discussion.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2016-11-13 19:03:38 +00:00
Mike Frysinger 5d4de9e446 hppa: netboot: enable USE=unicode
This is better for international users, and it fixes a build error with
procps/ncurses deps.
2016-05-21 23:36:55 -04:00
Mike Frysinger d4e6ae0019 convert GITDIR over to REPO_DIR
The variables were representing the same thing, so merge them.
2016-05-19 22:17:41 -04:00
Mike Frysinger 6a2361a8ea make portage_confdir location dynamic
Don't hardcode /root/ or /release/ paths to the releng git checkout.
Use the active git repo as the base path instead.
2016-03-20 16:14:42 -04:00
Robin H. Johnson 6a1a502eae
net-proxy/ntlmaps in global package.mask due to being unmaintained per bug #533170.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-01-11 22:04:18 -08:00
Mike Frysinger 1edc1f72c3 netboot: drop various util-linux tools
Drop tools that either aren't installed by default anymore, or don't
make sense in a netboot environment:
- readprofile: read /proc/profile which we don't enable in the kernels
- tunelp: tune line printer settings
- mcookie: manage magic cookies used by X11 (xauth)
- script: used to record interactive shell sessions
- scriptreplay: run the recording of script (see above)
- fdformat: format floppy disks which we don't enable in the kernels
- cytune: control old serial cards which we don't enable in the kernels
- tailf: use `tail` instead
- write: broadcast messages to other users logged in
- isosize: get details for ISO images

We can probably trim even more, but let's start here.
2015-11-13 03:13:16 -05:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) 5aa091bedd Revert "Update cdtar location now that catalyst was moved to /usr/share."
I was too quick on this update. We haven't updated catalyst in the build hosts yet.

This reverts commit 5f1d596128.
2015-08-31 01:58:55 +00:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) 5f1d596128 Update cdtar location now that catalyst was moved to /usr/share.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2015-08-31 01:46:47 +00:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) 30c859dcc5 Add portage_confdir to the hppa specs to solve some blockers.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2015-03-16 01:56:21 -01:00
Guy Martin 237dbb7db6 Update hppa livecd specs to make the iso smaller. 2014-04-22 11:30:38 +02:00
Guy Martin ccfd9372f0 Don't use version specific libs and add missing DNS libs. 2014-01-23 17:31:24 +01:00
Guy Martin 7666dee327 Update hppa 2014-01-19 18:46:34 +00:00
Raúl Porcel 07f3c9743a Use latest logic for stage1 seed on hppa 2013-08-14 17:52:39 +00:00
Raúl Porcel 2b08a323c9 Add update_seed to all arches now that a catalyst version supporting it is stable 2013-08-13 10:12:32 +00:00
Raúl Porcel 7e059e1941 Use the 13.0 profile 2013-02-14 13:20:31 +00:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) e20641097b Replace sys-fs/mount-cifs with sys-fs/cifs-utils as the former is on its way out of the tree.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
2012-07-26 04:17:34 +00:00
Jorge Manuel B. S. Vicetto (jmbsvicetto) 52b5a70dd7 Added busybox to the remaining install-cd stages - fixes bug 189286. 2012-07-09 22:57:45 +00:00
Jorge Manuel B. S. Vicetto 110df0a740 Stop dropping /usr/include - bug 383609
svn path=/trunk/; revision=827
2011-11-05 21:03:17 +00:00
Jorge Manuel B. S. Vicetto 5a03a08f43 Replace app-editors/zile with app-editors/mg - fixes bug 384451.
svn path=/trunk/; revision=815
2011-09-25 20:23:27 +00:00
Jorge Manuel B. S. Vicetto 21aac05a99 Removed remaining non-commented references to evms from all arches specs, with the exception of alpha.
svn path=/trunk/; revision=792
2011-06-21 15:40:01 +00:00
Raúl Porcel b7946cc6db sys-apps/eject has been moved to sys-block/eject
svn path=/trunk/; revision=780
2011-04-05 14:12:12 +00:00
Jorge Manuel B. S. Vicetto 1d97391483 Add static-libs to USE for the installcd-stage1 specs to fix the dev-libs/libgcrypt failure build.
svn path=/trunk/; revision=774
2011-01-29 15:49:22 +00:00
Jorge Manuel B. S. Vicetto b2f0d319d3 Updated installcd specs to enable the xml use flag.
We need to build python with xml support or portage-2.1.9 will refuse to build mirrorselect due to a missing dep.

svn path=/trunk/; revision=766
2010-12-11 18:54:02 +00:00
Jorge Manuel B. S. Vicetto 6fcf61d655 Updated parted atom to reflect the move from sys-apps to sys-block.
svn path=/trunk/; revision=737
2010-08-24 01:31:30 +00:00
Raúl Porcel 8101aaf76e Remove app-editors/zile from hppa/ia64/ppc64 as its not keyworded
svn path=/trunk/; revision=721
2009-12-30 18:14:54 +00:00
Andrew Gaffney b4a9ce2d8c remove app-editors/vim since we already have busybox vi
svn path=/trunk/; revision=718
2009-12-27 16:34:15 +00:00
Andrew Gaffney 24b5f09d20 Add app-editors/zile
svn path=/trunk/; revision=717
2009-12-27 16:29:57 +00:00
Raúl Porcel 25d6214689 Set default profile to 10.0
svn path=/trunk/; revision=711
2009-10-25 18:28:59 +00:00
Andrew Gaffney e34aa891f5 Add app-crypt/gnupg to minimal on all arches
svn path=/trunk/; revision=662
2009-08-09 04:00:05 +00:00
Andrew Gaffney dc2193b780 Add net-fs/mount-cifs to all installcd specs
svn path=/trunk/; revision=633
2009-05-09 19:19:01 +00:00
Christoph Mende 0268823fe4 Removed net-analyzer/tcptraceroute, net-analyzer/traceroute offers the same functionality
svn path=/trunk/; revision=615
2009-01-30 16:59:00 +00:00
Raúl Porcel 2092da75fe Don't remove pam files, needed by ssh
svn path=/trunk/; revision=611
2009-01-07 21:43:01 +00:00
Andrew Gaffney b35186ee73 Change stage1 source_subpath to 2008.0
svn path=/trunk/; revision=590
2008-11-05 01:49:44 +00:00
Andrew Gaffney 4b6428a5c8 Copy releases/2008.0 to releases/weekly for the automated builds
svn path=/trunk/; revision=578
2008-09-28 19:39:32 +00:00