Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230922 - net-proxy/squidguard 1.3-r1 - regex and possibly ldap is broken!
Summary: net-proxy/squidguard 1.3-r1 - regex and possibly ldap is broken!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Network Proxy Developers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-06 10:24 UTC by Yar Odin
Modified: 2008-07-08 21:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
additional patch for creating sg.y (squidguard-1.3-reconf.patch,3.75 KB, patch)
2008-07-06 10:26 UTC, Yar Odin
Details | Diff
new ebuild wich using patch above (squidguard-1.3-r2.ebuild,1.86 KB, text/plain)
2008-07-06 10:27 UTC, Yar Odin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yar Odin 2008-07-06 10:24:30 UTC
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 Yar Odin 2008-07-06 10:26:16 UTC
Created attachment 159681 [details, diff]
additional patch for creating sg.y
Comment 2 Yar Odin 2008-07-06 10:27:17 UTC
Created attachment 159683 [details]
new ebuild wich using patch above
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2008-07-08 21:19:08 UTC
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.