Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103641 - dev-util/paco - source code package organizer
Summary: dev-util/paco - source code package organizer
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://paco.sourceforge.net/
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-08-24 17:19 UTC by Carlos Vendramini
Modified: 2018-06-07 18:26 UTC (History)
1 user (show)

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


Attachments
paco-1.9.6.ebuild (paco-1.9.6.ebuild,933 bytes, text/plain)
2005-09-26 08:19 UTC, Paweł Hajdan, Jr. (RETIRED)
Details
paco-1.10.2.ebuild (paco-1.10.2.ebuild,958 bytes, text/plain)
2006-02-23 09:58 UTC, Paweł Hajdan, Jr. (RETIRED)
Details
paco-2.0.3.ebuild (paco-2.0.3.ebuild,836 bytes, text/plain)
2007-08-20 06:16 UTC, yetist
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Vendramini 2005-08-24 17:19:45 UTC
Paco is a source code package organizer for Unix/Linux systems, originally 
written to aid package management when installing an LFS system. 

When installing a package from sources, paco wraps the "make install" command 
(or whatever is needed to install the files into the system), and generates a 
log containing the list of all installed files.
Technically, this is done by preloading a shared library before installation 
using the environment variable LD_PRELOAD. During installation this library 
catches the system calls that cause filesystem alterations, logging the created 
files.
At the moment this method is known to work only in Linux, and Solaris. 

Like any other package manager, paco also provides several options to print 
package information in different formats. It can remove packages too, among some 
other basic operations. See the man page for more details. 

Gpaco is the GTK+ graphic interface of paco. It's included in the same tarball 
and installed by default, althought it can be disabled at configure time. Gpaco 
requires GTK+ (2.6 or later), and pkg-config.
See some screenshots here. 

Paco is protected by the GNU General Public License. Look at the COPYING file in 
the tarball for more details.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2005-09-26 08:19:45 UTC
Created attachment 69264 [details]
paco-1.9.6.ebuild
Comment 2 Gary Young 2006-02-23 00:23:50 UTC
This ebuild works with the newest version of paco (1.10.2) if you comment out the entire src_unpack section. Unaltered, the ebuild fails with this message:

 * Fixing Makefile.am                                                         [ ok ]/usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of AM_OPTIONS_WXCONFIG
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/wxwin.m4:59: warning: underquoted definition of AM_PATH_WXCONFIG
/usr/share/aclocal/soundtouch.m4:29: warning: underquoted definition of AM_PATH_SOUNDTOUCH
/usr/share/aclocal/pstoedit.m4:7: warning: underquoted definition of AM_PATH_PSTOEDIT
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/gsl.m4:5: warning: underquoted definition of AM_PATH_GSL
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
 * Running eautoreconf in '/var/tmp/portage/paco-1.10.2/work/paco-1.10.2' ...
 * Running aclocal ...                                                        [ ok ] * Running libtoolize --copy --force --automake ...                           [ ok ] * Running aclocal ...                                                        [ ok ] * Running autoconf ...                                                       [ !! ]
 * Failed Running autoconf !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/paco-1.10.2/temp/autoconf-14002.out


!!! ERROR: app-arch/paco-1.10.2 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_unpack
  ebuild.sh, line 694:   Called src_unpack
  paco-1.10.2.ebuild, line 26:   Called eautoreconf
  autotools.eclass, line 66:   Called eautoconf
  autotools.eclass, line 137:   Called autotools_run_tool 'unpack'

!!! Failed Running autoconf !
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2006-02-23 09:58:36 UTC
Created attachment 80532 [details]
paco-1.10.2.ebuild

(In reply to comment #2)
Your solution (removing src_unpack) is not correct. It will fail if sandbox is enabled. This ebuild fixes the problem (forces use of older automake).
Comment 4 Martin Ereth 2007-01-28 22:19:07 UTC
What about this programs ebuild? Will it be included in the portage-tree soon?
Comment 5 Alexander Appel 2007-06-07 10:32:57 UTC
paco 2.0 is out
http://paco.sourceforge.net/index.html
Comment 6 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2007-06-07 11:04:52 UTC
I'm getting compile error with 2.0.0:

make[2]: Entering directory `/var/tmp/portage/app-admin/paco-2.0.0/work/paco-2.0.0/paco'
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..    -W -I.. -I../lib -DLIBDIR='"/usr/lib64"' -ansi -pedantic -Wall -Wshadow -fno-operator-names -march=athlon64 -O2 -pipe -MT paco-Options.o -MD -MP -MF .deps/paco-Options.Tpo -c -o paco-Options.o `test -f 'Options.cc' || echo './'`Options.cc
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..    -W -I.. -I../lib -DLIBDIR='"/usr/lib64"' -ansi -pedantic -Wall -Wshadow -fno-operator-names -march=athlon64 -O2 -pipe -MT paco-PkgSet.o -MD -MP -MF .deps/paco-PkgSet.Tpo -c -o paco-PkgSet.o `test -f 'PkgSet.cc' || echo './'`PkgSet.cc
PkgSet.cc: In member function ‘void Paco::PkgSet::lsPkgs()’:
PkgSet.cc:234: error: no matching function for call to ‘max(uint&, size_t)’
make[2]: *** [paco-PkgSet.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/paco-Options.Tpo .deps/paco-Options.Po
make[2]: Leaving directory `/var/tmp/portage/app-admin/paco-2.0.0/work/paco-2.0.0/paco'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-admin/paco-2.0.0/work/paco-2.0.0'
make: *** [all] Error 2

!!! ERROR: app-admin/paco-2.0.0 failed.
Comment 7 yetist 2007-08-20 06:16:01 UTC
Created attachment 128637 [details]
paco-2.0.3.ebuild
Comment 8 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-18 04:12:27 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq