Bug 46039 - adzapper install fails out of the box
Summary: adzapper install fails out of the box
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-06 23:30 UTC by Kurt Werle
Modified: 2003-11-02 21:08 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Werle 2002-12-06 23:30:01 UTC
running adzapper fails right after install

How-To-Repeat: twoface# cd /usr/ports/www/adzapper
twoface# make install
...
twoface# adzapper 9999
/usr/local/lib/python2.2/FCNTL.py:7: DeprecationWarning: the FCNTL module is deprecated; please use fcntl
  DeprecationWarning)
Traceback (most recent call last):
  File "/usr/local/share/adzapper/adzapper.py", line 308, in ?
    main()
  File "/usr/local/share/adzapper/adzapper.py", line 259, in main
    ce.zaplet.set_block_popups_regex(ce.adzapper.block_popups_regex)
AttributeError: adzapper_engine instance has no attribute 'block_popups_regex'
Comment 1 Kurt Werle 2002-12-06 23:30:56 UTC
Commenting out line #259 of adzapper.py seems to make the problem go 
away.

     #ce.zaplet.set_block_popups_regex(ce.adzapper.block_popups_regex)
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-05-09 11:33:00 UTC
Class Changed
From-To: maintainer-update->sw-bug

accurate class
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2003-05-09 11:38:15 UTC
Does the Maintainer know about this problem?
Comment 4 julian 2003-05-13 17:07:48 UTC
On Fri, 9 May 2003, Tilman Linneweh wrote:

> Does the Maintainer know about this problem?

Maintainer has never heard of this problem, but will look into it. :-)

- Julian

--
Julian C. Dunn <julian@dreaming.org>
Director of Operations, The Dreaming Electronic Community Network, Inc.
e-mail: support@dreaming.org
WWW: http://www.dreaming.org/
Comment 5 jdunn 2003-06-02 01:50:18 UTC
On Fri, 2003-05-09 at 06:38, Tilman Linneweh wrote:
> Does the Maintainer know about this problem?

It looks like the creator of this package no longer maintains it, and it
hasn't been ported to Python 2. There are other, better ad zapping
packages in ports, such as the adzap squid_redirect that Kris Kennaway
maintains. Perhaps we should just remove this package from ports?

- Julian

-- 
[    Julian C. Dunn <jdunn@aquezada.com> * <julian@dreaming.org>    ]
[   WWW: http://www.aquezada.com/staff/julian/  * PGP: 0xFDC205B9   ]
[      "sometimes you win, sometimes you lose / and most times      ]
[     you choose between the two" - carole king, "sweet seasons"    ]
Comment 6 Edwin Groothuis freebsd_committer freebsd_triage 2003-11-02 21:08:21 UTC
State Changed
From-To: open->closed

Port removed, thanks for your report.