Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Architectures & Platforms Gentoo for Mac OS X (Portage for Mac OS X)
  • Search

Ready made stage3 Gentoo Package?

Running Portage on Mac OS X and need help with a problem? Post here.
Locked
Advanced search
9 posts • Page 1 of 1
Author
Message
brfsa
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 121
Joined: Mon Aug 01, 2005 1:52 pm
Location: Brazil
Contact:
Contact brfsa
Website

Ready made stage3 Gentoo Package?

  • Quote

Post by brfsa » Sat May 17, 2008 5:52 pm

I have been trying to run the bootstrap instructions on http://www.gentoo.org/proj/en/gentoo-al ... -macos.xml
but I had few errors.

Could someone share a bootstrapped ready gentoo tarball?
a tar file with the $EPREFIX/gentoo folder and share it with us ?? ;)

I love gentoo so much. would be great to have it on my mac too.
:)

Thanks everyone.
Top
brfsa
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 121
Joined: Mon Aug 01, 2005 1:52 pm
Location: Brazil
Contact:
Contact brfsa
Website

  • Quote

Post by brfsa » Sat May 17, 2008 5:57 pm

Because I am so sick of macports...
Top
Jokey_
Retired Dev
Retired Dev
User avatar
Posts: 34
Joined: Tue Jan 24, 2006 8:53 am
Location: Germany
Contact:
Contact Jokey_
Website

  • Quote

Post by Jokey_ » Tue May 20, 2008 10:27 am

What kind of error do you have?
(Presuming I just set a fresh prefix up with that guide; copy&paste)
Your ebuild bug is assigned maintainer-wanted? Maintain it yourself in the gentoo user overlay
http://overlays.gentoo.org/proj/sunrise | irc.freenode.net #gentoo-sunrise
Top
brfsa
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 121
Joined: Mon Aug 01, 2005 1:52 pm
Location: Brazil
Contact:
Contact brfsa
Website

  • Quote

Post by brfsa » Tue May 20, 2008 1:20 pm

The errors that i was getting were:

1. the findutils wont compile. I believe it has to be some of my macport binaries that are incompatible with the build process.

2. the first emerge command.: "emerge --oneshot sed" it will not run.


I will try again now from scratch but without macports in the PATH.

Originally PATH was set to:

/opt/gentoo/usr/bin:/opt/gentoo/bin:/opt/gentoo/tmp/usr/bin:/opt/gentoo/tmp/bin:/opt/local/lib/ruby/gems/1.8/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/X11R6/bin:/usr/X11/bin


now I set it to:
/opt/gentoo/usr/bin:/opt/gentoo/bin:/opt/gentoo/tmp/usr/bin:/opt/gentoo/tmp/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin



Lets see how it goes
Top
brfsa
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 121
Joined: Mon Aug 01, 2005 1:52 pm
Location: Brazil
Contact:
Contact brfsa
Website

findutils wont install

  • Quote

Post by brfsa » Tue May 20, 2008 2:27 pm

here is the error I get with findutils:


Making install in testsuite
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in doc
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /opt/gentoo/tmp/var/tmp/findutils-4.4.0/findutils-4.4.0/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \
for f in find.info find.info-[0-9] find.info-[0-9][0-9] find.i[0-9] find.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /opt/gentoo/tmp/var/tmp/findutils-4.4.0/findutils-4.4.0/build-aux/missing --run makeinfo -I . \
-o find.info find.texi; \
then \
rc=0; \
cd .; \
else \
rc=$?; \
cd . && \
$restore $backupdir/* `echo "./find.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
find.texi:10: @include `../locate/dblocation.texi': No such file or directory.
find.texi:554: warning: undefined flag: LOCATE_DB.
find.texi:2681: warning: undefined flag: LOCATE_DB.
find.texi:2683: warning: undefined flag: LOCATE_DB.
find.texi:3160: warning: undefined flag: LOCATE_DB.
find.texi:3346: warning: undefined flag: LOCATE_DB.
find.texi:5230: warning: undefined flag: LOCATE_DB.
find.texi:5238: warning: undefined flag: LOCATE_DB.
makeinfo: Removing output file `find.info' due to errors; use --force to preserve.
make[1]: *** [find.info] Error 1
make: *** [install-recursive] Error 1
fred@mbp /opt/gentoo $
Top
brfsa
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 121
Joined: Mon Aug 01, 2005 1:52 pm
Location: Brazil
Contact:
Contact brfsa
Website

anyone still would like to share their gentoo install on OSX

  • Quote

Post by brfsa » Tue May 20, 2008 3:26 pm

I managed to get bootstrap findutils3 instead of findutils

but still same error when I run emerge:

fred@mbp /opt/gentoo $ emerge --info
Traceback (most recent call last):
File "/opt/gentoo/tmp/usr/bin/emerge", line 20, in <module>
retval = _emerge.emerge_main()
File "/opt/gentoo/tmp/usr/lib/portage/pym/_emerge/__init__.py", line 8739, in emerge_main
settings, trees, mtimedb = load_emerge_config()
File "/opt/gentoo/tmp/usr/lib/portage/pym/_emerge/__init__.py", line 8622, in load_emerge_config
root_trees["root_config"] = RootConfig(settings, root_trees, setconfig)
File "/opt/gentoo/tmp/usr/lib/portage/pym/_emerge/__init__.py", line 749, in __init__
self.sets = self.setconfig.getSets()
File "/opt/gentoo/tmp/usr/lib/portage/pym/portage/sets/__init__.py", line 98, in getSets
self._parse()
File "/opt/gentoo/tmp/usr/lib/portage/pym/portage/sets/__init__.py", line 85, in _parse
self.psets[setname] = setclass.singleBuilder(optdict, self.settings, self.trees)
File "/opt/gentoo/tmp/usr/lib/portage/pym/portage/sets/profiles.py", line 25, in singleBuilder
return PackagesSystemSet(settings.profiles)
File "/opt/gentoo/tmp/usr/lib/portage/pym/portage/sets/profiles.py", line 17, in __init__
self.description = "System packages for profile %s" % self._profile_paths[-1]
IndexError: list index out of range


Anyone have any idea?

Thanks!

anyone still would like to share their gentoo install on OSX?
I use leopard 10.5
Top
grobian
Developer
Developer
Posts: 67
Joined: Wed May 31, 2006 4:02 pm

  • Quote

Post by grobian » Mon Jun 09, 2008 7:40 pm

You hit some annoying bugs. Latest Portage and bootstrap script should solve them all.
Gentoo on a different level
Top
BobbyJ
n00b
n00b
Posts: 14
Joined: Tue Feb 25, 2003 8:39 pm
Location: Los Angeles

  • Quote

Post by BobbyJ » Thu Jun 12, 2008 7:03 pm

I've run into the same bug, even with the latest bootstrap script and portage.
I had amnesia once. No.....twice.
Top
grobian
Developer
Developer
Posts: 67
Joined: Wed May 31, 2006 4:02 pm

  • Quote

Post by grobian » Thu Jun 26, 2008 4:11 pm

please report your problem in bugzilla under Gentoo/Alt, Prefix product.
Gentoo on a different level
Top
Locked

9 posts • Page 1 of 1

Return to “Gentoo for Mac OS X (Portage for Mac OS X)”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic