mattatcha / pacbuilder

Automatically exported from code.google.com/p/pacbuilder
0 stars 0 forks source link

cant compile on normal Arch system: vlc, kopete, mc and others. Many dependencies broken #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Repeat all over again. reproducable
2.
3.

What is the expected output? What do you see instead?

failure to compile some subdependencies leads to failure to compile whole thing

What version of the product are you using? On what operating system?

Arch on amd64 (atom)

Please provide any additional information below.

Original issue reported on code.google.com by adminpup...@gmail.com on 11 May 2013 at 8:30

GoogleCodeExporter commented 9 years ago
I used -march=atom -mtune=atom and -O3 or -O2 optimizations, but it does not 
matter. Some packages like tex-bin.

Tried something "less" complex like nmap. Again at the end of the build:

cd zenmap && /usr/bin/python setup.py build 
  File "setup.py", line 307
    mode = ((os.stat(uninstaller_filename)[ST_MODE]) | 0555) & 07777
                                                          ^
SyntaxError: invalid token

Most errors are at the very end of the builds. Using svn version of pacbuilder..

Original comment by adminpup...@gmail.com on 11 May 2013 at 8:48