Bug 230922 - net-proxy/squidguard 1.3-r1 - regex and possibly ldap is broken!
Bug#: 230922 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: net-proxy@gentoo.org Reported By: yarodin@gmail.com
Component: Ebuilds
URL: 
Summary: net-proxy/squidguard 1.3-r1 - regex and possibly ldap is broken!
Keywords:  
Status Whiteboard: 
Opened: 2008-07-06 10:24 0000
Description:   Opened: 2008-07-06 10:24 0000
Gentoo squidguard ebuild is making autoconf before configure, but

but at 1.3 distfile
configure
String 5601
ac_config_files="$ac_config_files Makefile src/Makefile src/sgDiv.c src/sg.h
src/sg.y doc/Makefile test/Makefile test/test1.conf test/test2
.conf samples/Makefile samples/sample.conf samples/squidGuard.cgi
samples/squidGuard-simple.cgi samples/squidGuard-simple-de.cgi contrib/Ma
kefile contrib/squidGuardRobot/squidGuardRobot contrib/sgclean/sgclean
contrib/hostbyname/hostbyname"

src/sg.y here

configure.in
String 299
AC_OUTPUT(Makefile src/Makefile src/sg.h doc/Makefile test/Makefile
test/test1.conf test/test2.conf samples/Makefile samples/sample.conf sa
mples/squidGuard.cgi samples/squidGuard-simple.cgi contrib/Makefile
contrib/squidGuardRobot/squidGuardRobot contrib/sgclean/sgclean contrib
/hostbyname/hostbyname)

src/sg.y missing

Summary of it: sg.y doesn't found and used, regex feature is broken, ldap
feature, as i think, is broken too.

Reproducible: Always

Steps to Reproduce:
emerge squidguard ;]

Actual Results:  
bison -y -d sg.y || (cp y.tab.c.bison y.tab.c && cp y.tab.h.bison y.tab.h)
bison: не удается открыть файл `sg.y': Нет такого
файла или каталога
bison -y -d sg.y || (cp y.tab.c.bison y.tab.c && cp y.tab.h.bison y.tab.h)
bison: не удается открыть файл `sg.y': Нет такого
файла или каталога

(sg.y not found, sorry for messages at russian locale)

Expected Results:  
bison -y -d sg.y || (cp y.tab.c.bison y.tab.c && cp y.tab.h.bison y.tab.h)
bison -y -d sg.y || (cp y.tab.c.bison y.tab.c && cp y.tab.h.bison y.tab.h)

------- Comment #1 From Yar Odin 2008-07-06 10:26:16 0000 -------
Created an attachment (id=159681) [details]
additional patch for creating sg.y

------- Comment #2 From Yar Odin 2008-07-06 10:27:17 0000 -------
Created an attachment (id=159683) [details]
new ebuild wich using patch above

------- Comment #3 From Alin Năstac 2008-07-08 21:19:08 0000 -------
Fixed in squidguard-1.3-r2, revision that has been submitted with the same
keywords as the r1 revision.

Thanks! The only thing I changed is the patch name.