First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 107012
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Przemyslaw Maciag (RETIRED) <troll@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Paweł Hajdan jr (ph) <phajdan.jr@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
kleansweep-0.1.5.ebuild kleansweep-0.1.5.ebuild text/plain Paweł Hajdan jr (ph) 2005-09-23 10:21 0000 582 bytes Details
kleansweep-0.1.8.ebuild kleansweep-0.1.8.ebuild text/plain Przemyslaw Maciag (RETIRED) 2005-09-26 16:14 0000 1.04 KB Details
kleansweep-0.1.8-sandbox_violation_fix.patch kleansweep-0.1.8-sandbox_violation_fix.patch patch Przemyslaw Maciag (RETIRED) 2005-09-26 16:14 0000 533 bytes Details | Diff
kleansweep-0.1.8.ebuild kleansweep-0.1.8.ebuild text/plain Przemyslaw Maciag (RETIRED) 2005-10-05 10:58 0000 1.08 KB Details
kleansweep-0.1.9.ebuild kleansweep-0.1.9.ebuild text/plain Przemyslaw Maciag (RETIRED) 2005-10-09 11:50 0000 859 bytes Details
kleansweep-0.1.9.ebuild kleansweep-0.1.9.ebuild text/plain Przemyslaw Maciag (RETIRED) 2005-10-13 13:55 0000 860 bytes Details
kleansweep-0.1.9.ebuild kleansweep-0.1.9.ebuild text/plain Przemyslaw Maciag (RETIRED) 2005-10-24 14:24 0000 867 bytes Details
kleansweep-0.2.0.ebuild kleansweep-0.2.0.ebuild text/plain Przemyslaw Maciag (RETIRED) 2005-11-01 13:20 0000 849 bytes Details
kleansweep-0.2.3.ebuild kleansweep-0.2.3.ebuild text/plain Przemyslaw Maciag (RETIRED) 2005-12-23 14:49 0000 849 bytes Details
kleansweep-0.2.5.ebuild kleansweep-0.2.5.ebuild text/plain Przemyslaw Maciag (RETIRED) 2006-02-22 11:24 0000 849 bytes Details
kleansweep-0.2.7.ebuild kleansweep-0.2.7.ebuild text/plain Przemyslaw Maciag (RETIRED) 2006-03-19 05:37 0000 856 bytes Details
kleansweep-0.2.8.ebuild kleansweep-0.2.8.ebuild text/plain Jan Janssen 2006-07-26 08:03 0000 856 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

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

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







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


Description:   Opened: 2005-09-23 10:20 0000
KleanSweep allows you to reclaim disk space by finding unneeded files.

------- Comment #1 From Paweł Hajdan jr (ph) 2005-09-23 10:21:05 0000 -------
Created an attachment (id=69090) [edit]
kleansweep-0.1.5.ebuild

------- Comment #2 From Przemyslaw Maciag (RETIRED) 2005-09-26 16:13:59 0000 -------
bump - version 0.1.8 is available

also I made some changes in the ebuild file:
- DEPEND/RDEPEND improvements
- use system scons, since it's in portage
- econf isn't needed with system scons
- use flag fr imagemagick (it's needed if you intend to look for unneeded
thumbnails)
- use scons configure procedure
- after using scons confiure, there is sandbox violation (grrrr...) small patch
to handle this problem
- in 0.1.8 sources, there exist precompiled object file - ebuild will delete it
before compilation

hope you find it useful

Cheers,
Przemek

------- Comment #3 From Przemyslaw Maciag (RETIRED) 2005-09-26 16:14:29 0000 -------
Created an attachment (id=69298) [edit]
kleansweep-0.1.8.ebuild

------- Comment #4 From Przemyslaw Maciag (RETIRED) 2005-09-26 16:14:44 0000 -------
Created an attachment (id=69299) [edit]
kleansweep-0.1.8-sandbox_violation_fix.patch

------- Comment #5 From Przemyslaw Maciag (RETIRED) 2005-10-05 10:58:53 0000 -------
Created an attachment (id=69936) [edit]
kleansweep-0.1.8.ebuild

small changes:
- using make var in different build program... isn't a good idea... it was
stupid
- changes in enabling debug option (once again - it wasn't my day I think... ;)
)
- added local variable myconf to store configure vars
- addpredict isn't neccessery (tested)

Regards,
Przemek

------- Comment #6 From Przemyslaw Maciag (RETIRED) 2005-10-09 11:50:03 0000 -------
Created an attachment (id=70243) [edit]
kleansweep-0.1.9.ebuild

kleansweep version bump

package src archive doesn't contains any precompiled object files (like in
previous version) and doesn't need patch for proper installation -> src_unpack
and utils eclass are useless now (ebuild updated)

Cheers,
Przemek

------- Comment #7 From Przemyslaw Maciag (RETIRED) 2005-10-09 11:51:07 0000 -------
typo : eutils eclass (not utils ;) ).

Cheers,
Przemek

------- Comment #8 From Przemyslaw Maciag (RETIRED) 2005-10-13 13:55:20 0000 -------
Created an attachment (id=70605) [edit]
kleansweep-0.1.9.ebuild

bug fix:
- need-kde called after DEPEND/RDEPEND specified

Cheers,
Przemek

------- Comment #9 From Craig Bradney 2005-10-23 06:23:20 0000 -------
I get a whole lot of access denied errors to the scons pyc files. eg: 
>>> Unpacking kleansweep-0.1.9.tar.bz2 
to /var/tmp/portage/kleansweep-0.1.9/work 
>>> Source unpacked. 
ACCESS DENIED  unlink:    /usr/lib/scons/SCons/__init__.pyc 
ACCESS DENIED  open_wr:   /usr/lib/scons/SCons/__init__.pyc 
ACCESS DENIED  unlink:    /usr/lib/scons/SCons/Script/__init__.pyc 
ACCESS DENIED  open_wr:   /usr/lib/scons/SCons/Script/__init__.pyc 
ACCESS DENIED  unlink:    /usr/lib/scons/SCons/Debug.pyc 
ACCESS DENIED  open_wr:   /usr/lib/scons/SCons/Debug.pyc 
ACCESS DENIED  unlink:    /usr/lib/scons/SCons/Defaults.pyc 
ACCESS DENIED  open_wr:   /usr/lib/scons/SCons/Defaults.pyc 
ACCESS DENIED  unlink:    /usr/lib/scons/SCons/Action.pyc 
 
Any ideas? 

------- Comment #10 From Craig Bradney 2005-10-23 06:51:20 0000 -------
Builds ok manually, though I haven't run scons install..  

------- Comment #11 From Przemyslaw Maciag (RETIRED) 2005-10-24 13:42:03 0000 -------
hmmmm.... compile kleansweep without debug USE flag... this should do the
trick.

I doubt I can do anything with this problem, but I'll try.

Cheers,
Przemek

------- Comment #12 From Przemyslaw Maciag (RETIRED) 2005-10-24 14:24:32 0000 -------
Created an attachment (id=71355) [edit]
kleansweep-0.1.9.ebuild

ok - done it.

as suggested here :
http://thread.gmane.org/gmane.comp.sysutils.bakefile.devel/310
I added python to inhereited eclasses. Unfortunatelly - I'm not a python
specialist. I can only say - now it's working as expected (Craig - if you could
try this ebuild and give a comment, it would be nice).

from my point of view - scons is missing some system vairables, available after
inheriting mentioned eclass. if inheriting is wrong for this ebuild - I have no
idea, how to do it right way. but... it works for me :)

Cheers,
Przemek

------- Comment #13 From Craig Bradney 2005-10-25 12:55:29 0000 -------
Emerges cleanly here now :) 

------- Comment #14 From Przemyslaw Maciag (RETIRED) 2005-10-25 13:47:07 0000 -------
Thx for info Craig! And it's good, that it works for you.

Cheers,
Przemek

------- Comment #15 From Przemyslaw Maciag (RETIRED) 2005-11-01 13:20:24 0000 -------
Created an attachment (id=71893) [edit]
kleansweep-0.2.0.ebuild

version bump

small fix in ebuild: removed kde-libs from dependencies - kde eclass will add
this (right? :) ).

Cheers,
Przemek

------- Comment #16 From Craig Bradney 2005-11-26 07:36:18 0000 -------
0.2.0 also emerges ok. Any chance we can get this into portage? 

------- Comment #17 From Przemyslaw Maciag (RETIRED) 2005-12-23 14:49:56 0000 -------
Created an attachment (id=75411) [edit]
kleansweep-0.2.3.ebuild

version bump - no changes in the ebuild file

Regards,
Przemek

------- Comment #18 From Christian Lemke 2006-01-06 10:33:43 0000 -------
It works for me. (even for version 0.2.4) Thank you!

------- Comment #19 From Patrizio Bassi 2006-02-06 04:29:02 0000 -------
0.24 out, stable enough to be added to portage.

please apply!

------- Comment #20 From Przemyslaw Maciag (RETIRED) 2006-02-22 11:24:44 0000 -------
Created an attachment (id=80443) [edit]
kleansweep-0.2.5.ebuild

version bump

updated ebuild header - no changes from 'user side'

Regards,
Przemek

------- Comment #21 From Justin T. 2006-03-19 04:27:13 0000 -------
I'm running an Athlon64 and version 2.7 also compiles for me without any
problems.

Needs a version bump and also a "~amd64".

Thanks :)

------- Comment #22 From Przemyslaw Maciag (RETIRED) 2006-03-19 05:37:05 0000 -------
Created an attachment (id=82543) [edit]
kleansweep-0.2.7.ebuild

Updated ebuild:
- version number
- added ~amd64 as requested

Regards,
Przemek

------- Comment #23 From kavol@email.cz 2006-03-26 06:20:24 0000 -------
(In reply to comment #22)
> kleansweep-0.2.7.ebuild
> - added ~amd64 as requested

It works for me on AMD64 ...

------- Comment #24 From Jan Janssen 2006-07-26 08:03:33 0000 -------
Created an attachment (id=92784) [edit]
kleansweep-0.2.8.ebuild

version bump

will it ever get into portage?

------- Comment #25 From Przemyslaw Maciag (RETIRED) 2006-07-26 13:47:07 0000 -------
(From update of attachment 82543 [edit])
thx for updating :)

------- Comment #26 From Przemyslaw Maciag (RETIRED) 2006-09-20 12:14:07 0000 -------
Ok. I can finally maintain some of ebuilds I wrote and it looks like kleansweep
will be first of them. It should be in portage in few hours.

Thx to all for testing it.

Regards,
Przemek

------- Comment #27 From Przemyslaw Maciag (RETIRED) 2006-09-20 15:43:21 0000 -------
Added to cvs. Should me avialable in few hours.

Regards,
Przemek

------- Comment #28 From Neil Bothwick 2006-11-15 01:09:27 0000 -------
This works on PPC

Portage 2.1.2_rc1-r6 (default-linux/ppc/ppc32/2006.1/G4, gcc-4.1.1,
glibc-2.5-r0, 2.6.18-gentoo-r2 ppc)
=================================================================
System uname: 2.6.18-gentoo-r2 ppc 7447A, altivec supported
Gentoo Base System version 1.12.6
Last Sync: Tue, 14 Nov 2006 14:50:01 +0000
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.4, 2.5-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CBUILD="powerpc-unknown-linux-gnu"
CFLAGS="-Os -pipe -mtune=G4 -mcpu=G4 -maltivec -mabi=altivec
-fno-strict-aliasing -fomit-frame-pointer"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /etc/env.d /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/init.d
/etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo
/etc/texmf/web2c"
CXXFLAGS="-Os -pipe -mtune=G4 -mcpu=G4 -maltivec -mabi=altivec
-fno-strict-aliasing -fomit-frame-pointer"
DISTDIR="/mnt/portage/distfiles"
EMERGE_DEFAULT_OPTS="--alphabetical"
FEATURES="autoconfig buildpkg ccache distlocks metadata-transfer parallel-fetch
sandbox sfperms strict"
GENTOO_MIRRORS="ftp://gentoo.digimed.co.uk/
http://pandemonium.tiscali.de/pub/gentoo/"
LANG="en_GB"
LINGUAS="en_GB"
MAKEOPTS="-j2"
PKGDIR="/mnt/portage/packages/krikkit"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/mnt/scratch"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/mnt/portage/local /mnt/portage/layman/sunrise"
SYNC="rsync://desiato/gentoo"
USE="ppc X alsa altivec audiofile berkdb bitmap-fonts bluetooth bzip2 cddb cdr
cli cracklib crypt cups curl dbus dlloader dri dv dvb dvb_cards_usb-wt220u dvd
elibc_glibc emboss encode exif ffmpeg firefox flac foomaticdb gdbm gif gimp
gphoto2 gpm gtk gtk2 hal iconv ieee1394 imagemagick imlib
input_devices_keyboard input_devices_mouse isdnlog java jpeg jpeg2k kde
kdeenablefinal kdehiddenvisibility kernel_linux libg++ libwww linguas_en_GB mad
mng mono mp3 mpeg musicbrainz mysql ncurses nptl nptlonly offensive ogg opengl
pcre pdf png ppds pppd python qt3 qt4 quicktime readline reflection samba
scanner sdl session slp speex spell spl ssl svg tcltk tcpd theora tiff truetype
truetype-fonts type1-fonts udev unicode usb userland_GNU userlocales v4l v4l2
vhosts video_cards_radeon vorbis wifi xml xorg xscreensaver xv xvid zlib"
Unset:  CTARGET, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #29 From Przemyslaw Maciag (RETIRED) 2006-11-15 13:44:41 0000 -------
(In reply to comment #28)
> This works on PPC

Thx for info. I'll add ~ppc later today.

PS. Don't comment closed bugs - just open a new one (in this case - this should
be a bug with a simple request to add ~ppc to the ebuild).

Best regards,
Przemek

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