Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Dec 16th, 2011  |  syntax: None  |  size: 1.87 KB  |  views: 40  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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
clone this paste RAW Paste Data