First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 230922
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Network Proxy Developers <net-proxy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Yar Odin <yarodin@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
squidguard-1.3-reconf.patch additional patch for creating sg.y patch Yar Odin 2008-07-06 10:26 0000 3.75 KB Details | Diff
squidguard-1.3-r2.ebuild new ebuild wich using patch above text/plain Yar Odin 2008-07-06 10:27 0000 1.86 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 230922 depends on: Show dependency tree
Bug 230922 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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. 

First Last Prev Next    No search results available      Search page      Enter new bug