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