Guest User

Untitled

a guest
Dec 16th, 2011
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. gcc -c -pipe -O2 -Wall -Ipcre errlog.c -o errlog.o
  2. gcc -c -pipe -O2 -Wall -Ipcre filters.c -o filters.o
  3. /boot/develop/haikuports/net-misc/privoxy/work/privoxy-3.0.18-stable/filters.c: In function `get_last_url':
  4. /boot/develop/haikuports/net-misc/privoxy/work/privoxy-3.0.18-stable/filters.c:1120: parse error before `char'
  5. /boot/develop/haikuports/net-misc/privoxy/work/privoxy-3.0.18-stable/filters.c:1129: `url_segments' undeclared (first use in this function)
  6. /boot/develop/haikuports/net-misc/privoxy/work/privoxy-3.0.18-stable/filters.c:1129: (Each undeclared identifier is reported only once
  7. /boot/develop/haikuports/net-misc/privoxy/work/privoxy-3.0.18-stable/filters.c:1129: for each function it appears in.)
  8. /boot/develop/haikuports/net-misc/privoxy/work/privoxy-3.0.18-stable/filters.c:1136: `segments' undeclared (first use in this function)
  9. /boot/develop/haikuports/net-misc/privoxy/work/privoxy-3.0.18-stable/filters.c:1136: `max_segments' undeclared (first use in this function)
  10. /boot/develop/haikuports/net-misc/privoxy/work/privoxy-3.0.18-stable/filters.c:1146: `url_segment' undeclared (first use in this function)
  11. make: *** [filters.o] Error 1
  12. Traceback (most recent call last):
  13. File "/boot/common/bin/haikuporter", line 1171, in <module>
  14. haikuporter = HaikuPorter(options, args)
  15. File "/boot/common/bin/haikuporter", line 295, in __init__
  16. self.installPort()
  17. File "/boot/common/bin/haikuporter", line 748, in installPort
  18. self.runCommandSequence(self.bepKeys['INSTALL'], self.workDir)
  19. File "/boot/common/bin/haikuporter", line 966, in runCommandSequence
  20. check_call(commandString, shell=True, cwd=dir, env=shellEnv)
  21. File "/boot/common/lib/python2.6/subprocess.py", line 488, in check_call
  22. raise CalledProcessError(retcode, cmd)
  23. subprocess.CalledProcessError: Command 'set -e
  24. cd privoxy-3.0.18-stable
  25. make
  26. ' returned non-zero exit status 2
Advertisement
Add Comment
Please, Sign In to add comment