Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Now I have emerging portage problems (in addition to xmms)
View unanswered posts
View posts from last 24 hours

 
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Gentoo for Mac OS X (Portage for Mac OS X)
View previous topic :: View next topic  
Author Message
Valkura
Apprentice
Apprentice


Joined: 27 Feb 2006
Posts: 242
Location: Ramsey, MN

PostPosted: Sat Apr 29, 2006 7:58 am    Post subject: Now I have emerging portage problems (in addition to xmms) Reply with quote

EDIT: I decided I probably should update portage, but it won't compile pycrypto, one of the dependencies:
Code:

Calculating dependencies ...done!
>>> emerge (1 of 2) dev-python/pycrypto-2.0.1-r5 to /
>>> md5 files   ;-) ChangeLog
>>> md5 files   ;-) metadata.xml
>>> md5 files   ;-) pycrypto-2.0-r1.ebuild
>>> md5 files   ;-) pycrypto-2.0.1-r1.ebuild
>>> md5 files   ;-) pycrypto-2.0.1-r2.ebuild
>>> md5 files   ;-) pycrypto-2.0.1-r3.ebuild
>>> md5 files   ;-) pycrypto-2.0.1-r4.ebuild
>>> md5 files   ;-) pycrypto-2.0.1-r5.ebuild
>>> md5 files   ;-) pycrypto-2.0.1.ebuild
>>> md5 files   ;-) files/digest-pycrypto-2.0-r1
>>> md5 files   ;-) files/digest-pycrypto-2.0.1
>>> md5 files   ;-) files/digest-pycrypto-2.0.1-r1
>>> md5 files   ;-) files/digest-pycrypto-2.0.1-r2
>>> md5 files   ;-) files/digest-pycrypto-2.0.1-r3
>>> md5 files   ;-) files/digest-pycrypto-2.0.1-r4
>>> md5 files   ;-) files/digest-pycrypto-2.0.1-r5
>>> md5 files   ;-) files/pycrypto-2.0.1-bindist.patch
>>> md5 files   ;-) files/pycrypto-2.0.1-gmp.patch
>>> md5 files   ;-) files/pycrypto-2.0.1-ia64.patch
>>> md5 files   ;-) files/pycrypto-2.0.1-sancho-package-rename.patch
>>> md5 files   ;-) files/pycrypto-2.0.1-sha256.patch
>>> md5 files   ;-) files/pycrypto-2.0.1-uint32.patch
>>> md5 src_uri ;-) pycrypto-2.0.1.tar.gz
>>> Unpacking source...
>>> Unpacking pycrypto-2.0.1.tar.gz to /var/tmp/portage/pycrypto-2.0.1-r5/work
 * Applying pycrypto-2.0.1-sha256.patch ...                               [ ok ]
 * Applying pycrypto-2.0.1-gmp.patch ...                                  [ ok ]
 * Applying pycrypto-2.0.1-uint32.patch ...                               [ ok ]
 * Applying pycrypto-2.0.1-sancho-package-rename.patch ...                [ ok ]
>>> Source unpacked.
running build
running build_py
creating build
creating build/lib.darwin-8.6.0-Power_Macintosh-2.3
creating build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto
copying ./__init__.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto
copying ./test.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto
creating build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Hash
copying ./Hash/__init__.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Hash
copying ./Hash/HMAC.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Hash
copying ./Hash/MD5.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Hash
copying ./Hash/SHA.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Hash
creating build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Cipher
copying ./Cipher/__init__.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Cipher
creating build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Util
copying ./Util/__init__.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Util
copying ./Util/number.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Util
copying ./Util/randpool.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Util
copying ./Util/RFC1751.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Util
copying ./Util/test.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Util
creating build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Protocol
copying ./Protocol/__init__.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Protocol
copying ./Protocol/AllOrNothing.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Protocol
copying ./Protocol/Chaffing.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Protocol
creating build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/PublicKey
copying ./PublicKey/__init__.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/PublicKey
copying ./PublicKey/DSA.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/PublicKey
copying ./PublicKey/ElGamal.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/PublicKey
copying ./PublicKey/pubkey.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/PublicKey
copying ./PublicKey/qNEW.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/PublicKey
copying ./PublicKey/RSA.py -> build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/PublicKey
running build_ext
building 'Crypto.Hash.MD2' extension
creating build/temp.darwin-8.6.0-Power_Macintosh-2.3
creating build/temp.darwin-8.6.0-Power_Macintosh-2.3/src
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c src/MD2.c -o build/temp.darwin-8.6.0-Power_Macintosh-2.3/src/MD2.o
gcc -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -O2 -pipe build/temp.darwin-8.6.0-Power_Macintosh-2.3/src/MD2.o -o build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Hash/MD2.so
building 'Crypto.Hash.MD4' extension
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c src/MD4.c -o build/temp.darwin-8.6.0-Power_Macintosh-2.3/src/MD4.o
gcc -Wl,-F. -Wl,-F. -bundle -undefined dynamic_lookup -O2 -pipe build/temp.darwin-8.6.0-Power_Macintosh-2.3/src/MD4.o -o build/lib.darwin-8.6.0-Power_Macintosh-2.3/Crypto/Hash/MD4.so
building 'Crypto.Hash.RIPEMD' extension
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -Isrc/ -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c src/RIPEMD.c -o build/temp.darwin-8.6.0-Power_Macintosh-2.3/src/RIPEMD.o
src/RIPEMD.c:51:1: warning: "FF1" redefined
In file included from /usr/include/termios.h:27,
                 from /System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/pyport.h:369,
                 from /System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/Python.h:48,
                 from src/RIPEMD.c:19:
/usr/include/sys/termios.h:181:1: warning: this is the location of the previous definition
src/RIPEMD.c:103: error: parse error before "word"
src/RIPEMD.c:103: warning: type defaults to `int' in declaration of `word'
src/RIPEMD.c:103: warning: data definition has no type or storage class
src/RIPEMD.c:109: error: parse error before "word"
src/RIPEMD.c:109: warning: no semicolon at end of struct or union
src/RIPEMD.c:110: warning: type defaults to `int' in declaration of `countLo'
src/RIPEMD.c:110: warning: type defaults to `int' in declaration of `countHi'
src/RIPEMD.c:110: warning: data definition has no type or storage class
src/RIPEMD.c:111: error: parse error before "data"
src/RIPEMD.c:111: warning: type defaults to `int' in declaration of `data'
src/RIPEMD.c:111: warning: data definition has no type or storage class
src/RIPEMD.c:113: error: parse error before '}' token
src/RIPEMD.c:113: warning: type defaults to `int' in declaration of `hash_state'
src/RIPEMD.c:113: warning: data definition has no type or storage class
src/RIPEMD.c:115: error: parse error before '*' token
src/RIPEMD.c:115: warning: function declaration isn't a prototype
src/RIPEMD.c:116: error: parse error before '*' token
src/RIPEMD.c:116: warning: function declaration isn't a prototype
src/RIPEMD.c:117: error: parse error before '*' token
src/RIPEMD.c:117: warning: function declaration isn't a prototype
src/RIPEMD.c:121: error: parse error before '*' token
src/RIPEMD.c:125: warning: function declaration isn't a prototype
src/RIPEMD.c: In function `hash_init':
src/RIPEMD.c:126: error: `rmdInfo' undeclared (first use in this function)
src/RIPEMD.c:126: error: (Each undeclared identifier is reported only once
src/RIPEMD.c:126: error: for each function it appears in.)
src/RIPEMD.c: At top level:
src/RIPEMD.c:130: error: parse error before '*' token
src/RIPEMD.c:131: warning: function declaration isn't a prototype
src/RIPEMD.c: In function `hash_update':
src/RIPEMD.c:132: error: parse error before "tmp"
src/RIPEMD.c:137: error: `tmp' undeclared (first use in this function)
src/RIPEMD.c:137: error: `shsInfo' undeclared (first use in this function)
src/RIPEMD.c:138: error: parse error before "count"
src/RIPEMD.c:140: error: `count' undeclared (first use in this function)
src/RIPEMD.c:153: error: `buffer' undeclared (first use in this function)
src/RIPEMD.c: At top level:
src/RIPEMD.c:193: error: parse error before '*' token
src/RIPEMD.c:194: warning: function declaration isn't a prototype
src/RIPEMD.c: In function `hash_digest':
src/RIPEMD.c:195: error: parse error before "temp"
src/RIPEMD.c:199: error: `temp' undeclared (first use in this function)
src/RIPEMD.c:199: error: `self' undeclared (first use in this function)
src/RIPEMD.c: At top level:
src/RIPEMD.c:215: error: parse error before '*' token
src/RIPEMD.c:216: warning: function declaration isn't a prototype
src/RIPEMD.c: In function `hash_copy':
src/RIPEMD.c:219: error: `dest' undeclared (first use in this function)
src/RIPEMD.c:219: error: `src' undeclared (first use in this function)
src/RIPEMD.c: At top level:
src/RIPEMD.c:225: error: parse error before '*' token
src/RIPEMD.c:229: warning: function declaration isn't a prototype
src/RIPEMD.c: In function `MDinit':
src/RIPEMD.c:230: error: `MDbuf' undeclared (first use in this function)
src/RIPEMD.c: At top level:
src/RIPEMD.c:238: error: parse error before '*' token
src/RIPEMD.c:245: warning: function declaration isn't a prototype
src/RIPEMD.c: In function `MDcompress':
src/RIPEMD.c:247: error: parse error before "aa"
src/RIPEMD.c:258: error: `aa' undeclared (first use in this function)
src/RIPEMD.c:258: error: `bb' undeclared (first use in this function)
src/RIPEMD.c:258: error: `cc' undeclared (first use in this function)
src/RIPEMD.c:258: error: `dd' undeclared (first use in this function)
src/RIPEMD.c:258: error: `X' undeclared (first use in this function)
src/RIPEMD.c:258: error: `ee' undeclared (first use in this function)
src/RIPEMD.c:348: error: `aaa' undeclared (first use in this function)
src/RIPEMD.c:348: error: `bbb' undeclared (first use in this function)
src/RIPEMD.c:348: error: `ccc' undeclared (first use in this function)
src/RIPEMD.c:348: error: `ddd' undeclared (first use in this function)
src/RIPEMD.c:348: error: `eee' undeclared (first use in this function)
src/RIPEMD.c:438: error: `MDbuf' undeclared (first use in this function)
src/RIPEMD.c: At top level:
src/RIPEMD.c:449: error: parse error before '*' token
src/RIPEMD.c:459: warning: function declaration isn't a prototype
src/RIPEMD.c: In function `MDfinish':
src/RIPEMD.c:460: error: `MDbuf' undeclared (first use in this function)
src/RIPEMD.c:460: error: `shsInfo' undeclared (first use in this function)
src/RIPEMD.c:462: error: parse error before "lswlen"
src/RIPEMD.c:469: error: parse error before "X"
src/RIPEMD.c:472: error: `X' undeclared (first use in this function)
src/RIPEMD.c:475: error: `lswlen' undeclared (first use in this function)
src/RIPEMD.c:480: error: called object is not a function
src/RIPEMD.c:482: error: invalid operands to binary *
src/RIPEMD.c:486: error: parse error before numeric constant
src/RIPEMD.c:496: error: `mswlen' undeclared (first use in this function)
In file included from src/RIPEMD.c:501:
src/hash_template.c: At top level:
src/hash_template.c:30: error: parse error before "hash_state"
src/hash_template.c:30: warning: no semicolon at end of struct or union
src/hash_template.c:31: warning: type defaults to `int' in declaration of `ALGobject'
src/hash_template.c:31: warning: data definition has no type or storage class
src/hash_template.c:37: error: parse error before '*' token
src/hash_template.c:39: warning: return type defaults to `int'
src/hash_template.c: In function `newALGobject':
src/hash_template.c:40: error: `new' undeclared (first use in this function)
src/hash_template.c:42: error: parse error before ')' token
src/hash_template.c: In function `ALG_dealloc':
src/hash_template.c:51: error: `self' undeclared (first use in this function)
src/hash_template.c:51: error: parse error before ')' token
src/hash_template.c: At top level:
src/hash_template.c:65: error: parse error before '*' token
src/hash_template.c:66: warning: function declaration isn't a prototype
src/hash_template.c: In function `ALG_copy':
src/hash_template.c:67: error: `newobj' undeclared (first use in this function)
src/hash_template.c:69: error: `args' undeclared (first use in this function)
src/hash_template.c:76: error: `self' undeclared (first use in this function)
src/hash_template.c: At top level:
src/hash_template.c:84: error: parse error before '*' token
src/hash_template.c:85: warning: function declaration isn't a prototype
src/hash_template.c: In function `ALG_digest':
src/hash_template.c:86: error: `args' undeclared (first use in this function)
src/hash_template.c:89: error: `self' undeclared (first use in this function)
src/hash_template.c: At top level:
src/hash_template.c:96: error: parse error before '*' token
src/hash_template.c:97: warning: function declaration isn't a prototype
src/hash_template.c: In function `ALG_hexdigest':
src/hash_template.c:102: error: `args' undeclared (first use in this function)
src/hash_template.c:106: error: `self' undeclared (first use in this function)
src/hash_template.c: At top level:
src/hash_template.c:131: error: parse error before '*' token
src/hash_template.c:132: warning: function declaration isn't a prototype
src/hash_template.c: In function `ALG_update':
src/hash_template.c:136: error: `args' undeclared (first use in this function)
src/hash_template.c:139: error: `self' undeclared (first use in this function)
src/hash_template.c: In function `ALG_new':
src/hash_template.c:191: error: `new' undeclared (first use in this function)
error: command 'gcc' failed with exit status 1

!!! ERROR: dev-python/pycrypto-2.0.1-r5 failed.
!!! Function distutils_src_compile, Line 35, Exitcode 1


In addition to:

So I am trying to emerge xmms (mainly to see if I can get this to work...kinda like proof-of-concept). So it tries to install autoconf-2.13. I get this:

Code:

>>> emerge (1 of 14) sys-devel/autoconf-2.13 to /
>>> md5 files   ;-) autoconf-2.13.ebuild
>>> md5 files   ;-) autoconf-2.59-r6.ebuild
>>> md5 files   ;-) autoconf-2.59-r7.ebuild
>>> md5 files   ;-) ChangeLog
>>> md5 files   ;-) metadata.xml
>>> md5 files   ;-) files/autoconf-2.13-destdir.patch
>>> md5 files   ;-) files/autoconf-2.13-gentoo.patch
>>> md5 files   ;-) files/autoconf-2.59-more-quotes.patch
>>> md5 files   ;-) files/digest-autoconf-2.13
>>> md5 files   ;-) files/digest-autoconf-2.59-r6
>>> md5 files   ;-) files/digest-autoconf-2.59-r7
>>> md5 src_uri ;-) autoconf-2.13.tar.gz
>>> Unpacking source...
>>> Unpacking autoconf-2.13.tar.gz to /var/tmp/portage/autoconf-2.13/work
 * Applying autoconf-2.13-gentoo.patch ...                                [ ok ]
 * Applying autoconf-2.13-destdir.patch ...                               [ ok ]
sed: lstat: No such file or directory

!!! ERROR: sys-devel/autoconf-2.13 failed.
!!! Function src_unpack, Line 34, Exitcode 1
!!! sed failed


But obviously portage is more important.

Any suggestions? (What exactly is going on?) Thanks!
_________________
last.fm
SFH, because it's awesome


Last edited by Valkura on Mon May 01, 2006 4:19 am; edited 1 time in total
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Sun Apr 30, 2006 5:18 pm    Post subject: Reply with quote

Basically, it thinks you're missing a file, specifically:
Code:

/usr/portage/sys-devel/autoconf/files/autoconf-2.13-destdir.patch

If you are missing it, something's up with the portage tree. If you're not, I'm not sure what's going on.
When did you last sync portage? You could also just manually create the file. Here are the contents:

Code:

--- Makefile.in.orig    2004-10-20 16:44:54.949117496 -0400
+++ Makefile.in 2004-10-20 16:45:39.999268832 -0400
@@ -41,18 +41,18 @@

 transform=@program_transform_name@

-prefix = @prefix@
+prefix = $(DESTDIR)@prefix@
-exec_prefix = @exec_prefix@
+exec_prefix = $(DESTDIR)@exec_prefix@

 # Directory in which to install scripts.
-bindir = @bindir@
+bindir = $(DESTDIR)@bindir@

 # Directory in which to install library files.
-datadir = @datadir@
+datadir = $(DESTDIR)@datadir@
 acdatadir = $(datadir)/autoconf

 # Directory in which to install documentation info files.
-infodir = @infodir@
+infodir = $(DESTDIR)@infodir@

 #### End of system configuration section. ####


_________________
Thomas S. Howard
Back to top
View user's profile Send private message
Valkura
Apprentice
Apprentice


Joined: 27 Feb 2006
Posts: 242
Location: Ramsey, MN

PostPosted: Sun Apr 30, 2006 10:31 pm    Post subject: Reply with quote

I looked and it is there and looks exactly like what you posted, so that isn't the problem... but thanks!
_________________
last.fm
SFH, because it's awesome
Back to top
View user's profile Send private message
pindar
Apprentice
Apprentice


Joined: 30 Apr 2004
Posts: 220

PostPosted: Mon May 01, 2006 4:00 pm    Post subject: Re: Now I have emerging portage problems (in addition to xmm Reply with quote

Subie wrote:
I decided I probably should update portage, but it won't compile pycrypto, one of the dependencies:


After a long time, I tried to update portage, and I'm seeing exactly the same errors you quote. Sad, but I do get the impression that portage for OS X is an abandoned project. Maybe the competition was too strong, maybe there wasn't enough interest, who knows?
Back to top
View user's profile Send private message
Valkura
Apprentice
Apprentice


Joined: 27 Feb 2006
Posts: 242
Location: Ramsey, MN

PostPosted: Mon May 01, 2006 9:49 pm    Post subject: Re: Now I have emerging portage problems (in addition to xmm Reply with quote

pindar wrote:
Subie wrote:
I decided I probably should update portage, but it won't compile pycrypto, one of the dependencies:


After a long time, I tried to update portage, and I'm seeing exactly the same errors you quote. Sad, but I do get the impression that portage for OS X is an abandoned project. Maybe the competition was too strong, maybe there wasn't enough interest, who knows?


That would be sad... I like portage.... and OSX.... together....
_________________
last.fm
SFH, because it's awesome
Back to top
View user's profile Send private message
makke
n00b
n00b


Joined: 19 Feb 2004
Posts: 32
Location: Sweden/Umea

PostPosted: Tue Jun 13, 2006 9:09 am    Post subject: Reply with quote

Sitting on the same problem, and old portage (portage package, not tree, tree is 2006-06-11) and I´m not able to do a complete sync or upgrade of the portage package. Have some strange problem with sed too.
_________________
AMD Athlon64 3200+, MSI K8 Neo-FSR, 1024Mb Crucial DDR400, Dell 2405FPW 24", Maxtor 200Gb Sata runs gentoo and now Xgl with Compiz

MacBook 1.83GHz /1024Mb /80Gb White, Solid MAN!
Back to top
View user's profile Send private message
Valkura
Apprentice
Apprentice


Joined: 27 Feb 2006
Posts: 242
Location: Ramsey, MN

PostPosted: Sun Jun 18, 2006 3:00 am    Post subject: Reply with quote

Heh, I don't think this is going anywhere... so I inherited a server from my parents. (Now I am debating Gentoo vs hardened Gentoo vs FreeBSD vs OpenBSD vs TrustedBSD on it.)
_________________
last.fm
SFH, because it's awesome
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Gentoo for Mac OS X (Portage for Mac OS X) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum