Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 265840 - net-misc/apt-cacher-ng-0.4.1 new package
Summary: net-misc/apt-cacher-ng-0.4.1 new package
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Jeroen Roovers (RETIRED)
URL: http://www.unix-ag.uni-kl.de/~bloch/a...
Whiteboard:
Keywords: InVCS
: 321449 357357 366409 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-12 11:54 UTC by Sergey Dryabzhinsky
Modified: 2011-05-26 07:54 UTC (History)
5 users (show)

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


Attachments
Tweak the diff file version for 0.4.3.1 (apt-cacher-ng-0.4.3.1.patch,391 bytes, patch)
2010-02-05 06:06 UTC, Adam Smith
Details | Diff
updated ebuild for 0.5.8 (apt-cacher-ng-0.5.8.ebuild,3.86 KB, text/plain)
2010-11-03 13:09 UTC, Roman v. Gemmeren
Details
update to 0.6 (switch to cmake) (apt-cacher-ng-0.6.ebuild,4.06 KB, text/plain)
2011-03-20 21:57 UTC, Roman v. Gemmeren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Dryabzhinsky 2009-04-12 11:54:23 UTC
Apt-Cacher NG is another caching proxy for Debian/Ubuntu software packages and written in C++.

It's fast and has some web frontend.

This ebuild based on original sources and Debian patchset.

Reproducible: Sometimes

Steps to Reproduce:

Actual Results:  
Not in portage, not in sunrise overlay

Expected Results:  
Add to sunrise overlay
Comment 1 Sergey Dryabzhinsky 2009-04-12 14:19:45 UTC
Commited to sunrise, r8276:
http://overlays.gentoo.org/proj/sunrise/browser/sunrise/net-misc/apt-cacher-ng
Comment 2 Sergey Dryabzhinsky 2009-04-25 14:02:46 UTC
Version bump to 0.3.9.1, 0.3.8.1-r2
Removed 0.3.8.1-r1

In overlay
Comment 3 Sergey Dryabzhinsky 2009-05-07 20:41:30 UTC
Version bump to 0.3.10.1
Drop 0.3.9.1

In overlay
Comment 4 Sergey Dryabzhinsky 2009-05-10 14:26:45 UTC
Version bump to 0.3.11.1

In Overlay
Comment 5 rob miller 2009-05-21 20:16:14 UTC
sorry if this is the wrong place to raise the bug, but on my 4 core amd64 system, the net-misc/apt-cacher-ng-0.3.11.1 ebuild fails with 'MAKEOPTS="-j5"' :

>>> Compiling source in /var/tmp/portage/net-misc/apt-cacher-ng-0.3.11.1/work/apt-cacher-ng-0.3.11 ...
make -j5 CURDIR=/var/tmp/portage/net-misc/apt-cacher-ng-0.3.11.1/work/apt-cacher-ng-0.3.11 acng
make: *** No rule to make target `include/../acsyscap.h', needed by `acbuf.o'.  Stop.
make: *** Waiting for unfinished jobs....
Checking build environment...
 *
 * ERROR: net-misc/apt-cacher-ng-0.3.11.1 failed.
 * Call stack:
 *               ebuild.sh, line   48:  Called src_compile
 *             environment, line 2229:  Called die
 * The specific snippet of code:
 *       emake CURDIR="${S}" ${build} || die "make '${build}' failed!"
 *  The die message:
 *   make 'acng' failed!

changing to -j1 solved the problem, thus I suspect a race condition creating acsyscap.h
Comment 6 Sergey Dryabzhinsky 2009-05-22 06:47:27 UTC
(In reply to comment #5)
> sorry if this is the wrong place to raise the bug, but on my 4 core amd64
> system, the net-misc/apt-cacher-ng-0.3.11.1 ebuild fails with 'MAKEOPTS="-j5"'

I think that this is right place cos apt-cacher-ng not yet in portage...

> ......
> changing to -j1 solved the problem, thus I suspect a race condition creating
> acsyscap.h
> 

Well adding -j1 is fast and dirty and I'll do it in -r1. But better way is fix Makefile or use cmake (yes! apt-cacher-ng support cmake!) - then wait till -r2...
Comment 7 Sergey Dryabzhinsky 2009-05-23 19:02:59 UTC
Well, 0.3.11.1-r1 ready - just added -j1 to emake...

And bad news - cmake scripts are useless (for me maybe)... I'll try with MAkefile then...
Comment 8 Sergey Dryabzhinsky 2009-05-30 09:37:12 UTC
Version bump to 0.4.1
In overlay
Comment 9 Adam Smith 2010-02-05 06:06:11 UTC
Created attachment 218487 [details, diff]
Tweak the diff file version for 0.4.3.1

Patch to tweak the diff version from the 0.4.1 ebuild to version 0.4.3.1 in overlay.
Comment 10 Jeroen Roovers (RETIRED) gentoo-dev 2010-05-31 01:47:04 UTC
*** Bug 321449 has been marked as a duplicate of this bug. ***
Comment 11 Roman v. Gemmeren 2010-11-03 13:09:25 UTC
Created attachment 253031 [details]
updated ebuild for 0.5.8

version bump to 0.5.8
Comment 12 Jeroen Roovers (RETIRED) gentoo-dev 2011-03-07 22:08:47 UTC
*** Bug 357357 has been marked as a duplicate of this bug. ***
Comment 13 Jeroen Roovers (RETIRED) gentoo-dev 2011-03-09 14:36:29 UTC
*** Bug 357357 has been marked as a duplicate of this bug. ***
Comment 14 Patrick Hieber 2011-03-15 18:07:40 UTC
There is a Bug in the actual overlay-version (0.5.14):
"Information about APT configuration not available, please contact the system administrator."
http://bugs.gentoo.org/show_bug.cgi?id=357357
Comment 15 Roman v. Gemmeren 2011-03-20 21:57:26 UTC
Created attachment 266651 [details]
update to 0.6 (switch to cmake)
Comment 16 Patrick Hieber 2011-03-21 16:57:05 UTC
the new version 0.6 works like a charm ;)
thanks!
Comment 17 Mike Gilbert gentoo-dev 2011-05-08 15:05:42 UTC
*** Bug 366409 has been marked as a duplicate of this bug. ***
Comment 18 Jeroen Roovers (RETIRED) gentoo-dev 2011-05-24 22:21:32 UTC
0.6.2 is in the official tree now. I adapted that last added 0.6 ebuild quite a bit (for QA, coding standards, spelling, and other purposes) so please keep the criticism coming, but NOT here: please file NEW bug reports for new bugs from now on.
Comment 19 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-05-26 07:54:43 UTC
Removed from Sunrise.