You are not logged in.

#1 2008-09-19 11:20:06

halcor
Member
Registered: 2008-05-15
Posts: 71

Yaourt trouble with guzuta

When I try to install guzuta it demands: pynealpm
And when yaourt tries install pynealpm, it demands: libalpm

But libalpm is not in AUR. How can I install guzuta?

I'm searching a light pacman frontend, and I'm trying it, but if you know another, please tell me. I listen about shaman (kde dependencies), kpacman (kde dependencies), jacman (jre dependencies) and GTKpacman (I believe that needs gnome dependencies). And i don't want any program which need dependecies. I want a light program. If it doesn exist, tell me!

Thanks.

halcor ~ $ yaourt -S guzuta
==> Resuming previous build

==> Downloading guzuta PKGBUILD from AUR...

==> Last 5 comments ordered by date (asc):

Comment by: tranquility on 20060506 [19:42:59]
Could you please send me your pacman configuration files? Your pacman.conf and your /etc/pacman.d/archlinuxfr /etc/pacman.d/core /etc/pacman.d/mirrorlist files?

Comment by: mEo on 20070524 [23:16:17]
I do not know where to get libalpm and installing the libalpm-cvs arch package did not fix the problem. Can someone please help me with this?

Comment by: Jay on 20071111 [13:44:39]
this is the latest version.
NO OUT OF DATE

Comment by: dolby on 20071129 [11:27:34]
True its not out of date. Its worst , a dead project & doesnt work with latest versions of pacman

Comment by: eiffel56 on 20071226 [18:24:04]
Guzuta can't work because the pynealpm package is broken(needs libalpm, doesn't exist anymore).

      First Submitted: Tue, 16 Aug 2005 21:08:43 +0000
      Last Updated: Wed, 19 Apr 2006 22:47:23 +0000
guzuta 0.0.5-1 (Unsupported): A front end to Archlinux's pacman.

==> guzuta dependencies:
 - pygtk (already installed)
 - libglade (already installed)
 - pynealpm (building from AUR)
==>  Edit the PKGBUILD (recommended) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
n

==>  Continue the building of guzuta ? [Y/n]
==>   ----------------------------------------------
==>y

==> Building missing dependencies from AUR:
==> Resuming previous build

==> Downloading pynealpm PKGBUILD from AUR...

==> Last 5 comments ordered by date (asc):

Comment by: Aectann on 20061126 [15:27:43]
I run makepkg and see this:
running install
running build
running build_ext
building 'alpm' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.4 -c pynealpm.c -o build/temp.linux-i686-2.4/pynealpm.o -g
In file included from pynealpm.c:19:
pynealpm.h:47: error: expected specifier-qualifier-list before 'PM_LIST'
pynealpm.h:52: error: expected specifier-qualifier-list before 'PM_LIST'
pynealpm.h:61: error: expected specifier-qualifier-list before 'PM_DB'
pynealpm.h:94: error: expected specifier-qualifier-list before 'PM_GRP'
pynealpm.h:96: error: expected ')' before '*' token
pynealpm.h:108: error: expected specifier-qualifier-list before 'PM_PKG'
pynealpm.h:168: error: expected specifier-qualifier-list before 'PM_SYNCPKG'
pynealpm.h:171: error: expected ')' before '*' token
pynealpm.h:172: error: conflicting types for 'alpm_sync_get_type'
/usr/include/alpm.h:247: error: previous declaration of 'alpm_sync_get_type' was here
pynealpm.h:176: error: conflicting types for 'alpm_sync_get_data'
/usr/include/alpm.h:249: error: previous declaration of 'alpm_sync_get_data' was here
pynealpm.h:290: error: expected specifier-qualifier-list before 'PM_DEPMISS'
pynealpm.h:292: error: expected ')' before '*' token
pynealpm.h:313: error: expected specifier-qualifier-list before 'PM_CONFLICT'
pynealpm.h:315: error: expected ')' before '*' token
pynealpm.c:61: error: expected ')' before '*' token
pynealpm.c:62: error: expected ')' before '*' token
pynealpm.c:63: error: expected ')' before '*' token
pynealpm.c:64: error: expected ')' before '*' token
pynealpm.c:65: error: expected ')' before '*' token
pynealpm.c:74: error: expected ')' before '*' token
pynealpm.c:92: error: expected ')' before '*' token
pynealpm.c:110: error: expected ')' before '*' token
pynealpm.c:128: error: expected ')' before '*' token
pynealpm.c:148: error: expected ')' before '*' token
pynealpm.c:166: error: expected ')' before '*' token
pynealpm.c: In function 'alpm_database_NEW':
pynealpm.c:205: error: 'alpm_database_object' has no member named 'db'
pynealpm.c:206: error: 'alpm_database_object' has no member named 'unregistered'
pynealpm.c:208: error: 'alpm_database_object' has no member named 'db'
pynealpm.c: At top level:
pynealpm.c:230: error: expected ')' before '*' token
pynealpm.c: In function 'alpm_database_dealloc':
pynealpm.c:254: error: 'alpm_database_object' has no member named 'unregistered'
pynealpm.c:255: error: 'alpm_database_object' has no member named 'db'
pynealpm.c: In function 'alpm_database_repr':
pynealpm.c:263: warning: implicit declaration of function 'alpm_db_getinfo'
pynealpm.c:263: error: 'alpm_database_object' has no member named 'db'
pynealpm.c:263: error: 'PM_DB_TREENAME' undeclared (first use in this function)
pynealpm.c:263: error: (Each undeclared identifier is reported only once
pynealpm.c:263: error: for each function it appears in.)
pynealpm.c: In function 'alpm_database_update':
pynealpm.c:285: error: 'alpm_database_object' has no member named 'db'
pynealpm.c:285: warning: passing argument 2 of 'alpm_db_update' from incompatible pointer type
pynealpm.c: In function 'alpm_database_get_pkg_cache':
pynealpm.c:302: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:302: error: 'l' undeclared (first use in this function)
pynealpm.c:307: error: 'alpm_database_object' has no member named 'db'
pynealpm.c:313: warning: implicit declaration of function 'alpm_pm_list_to_pkg_py_list'
pynealpm.c:313: warning: return makes pointer from integer without a cast
pynealpm.c: In function 'alpm_database_get_grp_cache':
pynealpm.c:321: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:321: error: 'l' undeclared (first use in this function)
pynealpm.c:327: error: 'alpm_database_object' has no member named 'db'
pynealpm.c:334: warning: implicit declaration of function 'alpm_pm_list_to_grp_py_list'
pynealpm.c:334: warning: assignment makes pointer from integer without a cast
pynealpm.c: In function 'alpm_database_read_pkg':
pynealpm.c:343: error: 'PM_PKG' undeclared (first use in this function)
pynealpm.c:343: error: 'pkg' undeclared (first use in this function)
pynealpm.c:352: error: 'alpm_database_object' has no member named 'db'
pynealpm.c:359: warning: implicit declaration of function 'alpm_package_NEW'
pynealpm.c:359: warning: return makes pointer from integer without a cast
pynealpm.c: In function 'alpm_database_read_group':
pynealpm.c:364: error: 'PM_GRP' undeclared (first use in this function)
pynealpm.c:364: error: 'group' undeclared (first use in this function)
pynealpm.c:374: error: 'alpm_database_object' has no member named 'db'
pynealpm.c:380: warning: implicit declaration of function 'alpm_group_NEW'
pynealpm.c:380: warning: assignment makes pointer from integer without a cast
pynealpm.c: In function 'alpm_database_get_tree_name':
pynealpm.c:393: error: 'alpm_database_object' has no member named 'db'
pynealpm.c:393: error: 'PM_DB_TREENAME' undeclared (first use in this function)
pynealpm.c: In function 'alpm_database_get_group_iterator':
pynealpm.c:433: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:433: error: 'l' undeclared (first use in this function)
pynealpm.c:439: error: 'alpm_database_object' has no member named 'db'
pynealpm.c:445: warning: implicit declaration of function 'alpm_group_iterator_NEW'
pynealpm.c:445: warning: return makes pointer from integer without a cast
pynealpm.c: In function 'alpm_database_get_package_iterator':
pynealpm.c:451: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:451: error: 'l' undeclared (first use in this function)
pynealpm.c:457: error: 'alpm_database_object' has no member named 'db'
pynealpm.c:462: warning: implicit declaration of function 'alpm_package_iterator_NEW'
pynealpm.c:462: warning: return makes pointer from integer without a cast
pynealpm.c: At top level:
pynealpm.c:553: error: expected ')' before '*' token
pynealpm.c: In function 'alpm_group_repr':
pynealpm.c:573: warning: implicit declaration of function 'alpm_grp_getinfo'
pynealpm.c:573: error: 'alpm_group_object' has no member named 'group'
pynealpm.c:573: error: 'PM_GRP_NAME' undeclared (first use in this function)
pynealpm.c: In function 'alpm_group_get_name':
pynealpm.c:590: error: 'alpm_group_object' has no member named 'group'
pynealpm.c:590: error: 'PM_GRP_NAME' undeclared (first use in this function)
pynealpm.c: In function 'alpm_group_get_package_names':
pynealpm.c:609: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:609: error: 'pkg_names_list' undeclared (first use in this function)
pynealpm.c:612: error: expected expression before ')' token
pynealpm.c:619: warning: implicit declaration of function 'alpm_pm_list_to_string_py_list'
pynealpm.c:619: warning: assignment makes pointer from integer without a cast
pynealpm.c:608: warning: unused variable 'obj'
pynealpm.c: In function 'alpm_group_get_package_iterator':
pynealpm.c:630: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:630: error: 'pkg_names' undeclared (first use in this function)
pynealpm.c:636: error: 'alpm_group_object' has no member named 'group'
pynealpm.c:636: error: 'PM_GRP_PKGNAMES' undeclared (first use in this function)
pynealpm.c:641: warning: return makes pointer from integer without a cast
pynealpm.c: At top level:
pynealpm.c:707: error: expected ')' before '*' token
pynealpm.c:734: error: expected ')' before '*' token
pynealpm.c: In function 'alpm_package_iterator_next':
pynealpm.c:764: error: 'PM_PKG' undeclared (first use in this function)
pynealpm.c:764: error: 'pkg' undeclared (first use in this function)
pynealpm.c:766: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:767: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:768: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:768: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:774: warning: return makes pointer from integer without a cast
pynealpm.c: In function 'alpm_package_iterator_from_group_next':
pynealpm.c:832: error: 'PM_PKG' undeclared (first use in this function)
pynealpm.c:832: error: 'pkg' undeclared (first use in this function)
pynealpm.c:835: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:836: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:837: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:837: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:843: warning: return makes pointer from integer without a cast
pynealpm.c: At top level:
pynealpm.c:905: error: expected ')' before '*' token
pynealpm.c: In function 'alpm_group_iterator_next':
pynealpm.c:932: error: 'PM_GRP' undeclared (first use in this function)
pynealpm.c:932: error: 'grp' undeclared (first use in this function)
pynealpm.c:934: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:935: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:936: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:936: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:942: warning: return makes pointer from integer without a cast
pynealpm.c: At top level:
pynealpm.c:999: error: expected ')' before '*' token
pynealpm.c: In function 'alpm_package_dealloc':
pynealpm.c:1015: error: 'alpm_package_object' has no member named 'pkg'
pynealpm.c: In function 'alpm_package_get_string_info':
pynealpm.c:1023: warning: implicit declaration of function 'alpm_pkg_getinfo'
pynealpm.c:1023: error: 'alpm_package_object' has no member named 'pkg'
pynealpm.c:1023: warning: assignment makes pointer from integer without a cast
pynealpm.c: In function 'alpm_package_get_pmlist_info':
pynealpm.c:1033: error: 'alpm_package_object' has no member named 'pkg'
pynealpm.c:1033: warning: return makes pointer from integer without a cast
pynealpm.c: In function 'alpm_package_get_unsignedchar_info':
pynealpm.c:1042: error: 'alpm_package_object' has no member named 'pkg'
pynealpm.c: In function 'alpm_package_get_name':
pynealpm.c:1053: error: 'PM_PKG_NAME' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_version':
pynealpm.c:1061: error: 'PM_PKG_VERSION' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_desc':
pynealpm.c:1069: error: 'PM_PKG_DESC' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_groups':
pynealpm.c:1077: error: 'PM_PKG_GROUPS' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_url':
pynealpm.c:1085: error: 'PM_PKG_URL' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_license':
pynealpm.c:1093: error: 'PM_PKG_LICENSE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_arch':
pynealpm.c:1101: error: 'PM_PKG_ARCH' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_builddate':
pynealpm.c:1109: error: 'PM_PKG_BUILDDATE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_installdate':
pynealpm.c:1117: error: 'PM_PKG_INSTALLDATE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_packager':
pynealpm.c:1125: error: 'PM_PKG_PACKAGER' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_size':
pynealpm.c:1133: error: 'PM_PKG_SIZE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_reason':
pynealpm.c:1144: error: 'alpm_package_object' has no member named 'pkg'
pynealpm.c:1144: error: 'PM_PKG_REASON' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_md5sum':
pynealpm.c:1154: error: 'PM_PKG_MD5SUM' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_depends':
pynealpm.c:1162: error: 'PM_PKG_DEPENDS' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_requiredby':
pynealpm.c:1170: error: 'PM_PKG_REQUIREDBY' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_conflicts':
pynealpm.c:1178: error: 'PM_PKG_CONFLICTS' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_provides':
pynealpm.c:1186: error: 'PM_PKG_PROVIDES' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_replaces':
pynealpm.c:1194: error: 'PM_PKG_REPLACES' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_files':
pynealpm.c:1202: error: 'PM_PKG_FILES' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_backup':
pynealpm.c:1210: error: 'PM_PKG_BACKUP' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_scriptlet':
pynealpm.c:1218: error: 'PM_PKG_SCRIPLET' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_get_data':
pynealpm.c:1224: error: 'PM_DB' undeclared (first use in this function)
pynealpm.c:1224: error: 'db' undeclared (first use in this function)
pynealpm.c:1232: error: 'alpm_package_object' has no member named 'pkg'
pynealpm.c:1232: error: 'PM_PKG_DATA' undeclared (first use in this function)
pynealpm.c:1239: warning: implicit declaration of function 'alpm_database_from_pm_db'
pynealpm.c:1239: warning: return makes pointer from integer without a cast
pynealpm.c: In function 'alpm_package_load':
pynealpm.c:1245: error: 'PM_PKG' undeclared (first use in this function)
pynealpm.c:1245: error: 'pkg' undeclared (first use in this function)
pynealpm.c:1260: warning: assignment makes pointer from integer without a cast
pynealpm.c: In function 'alpm_package_repr':
pynealpm.c:1269: error: 'alpm_package_object' has no member named 'pkg'
pynealpm.c:1269: error: 'PM_PKG_NAME' undeclared (first use in this function)
pynealpm.c: In function 'alpm_package_check_md5sum':
pynealpm.c:1285: error: 'alpm_package_object' has no member named 'pkg'
pynealpm.c: At top level:
pynealpm.c:1381: error: expected ')' before '*' token
pynealpm.c: In function 'alpm_sync_repr':
pynealpm.c:1423: error: 'PM_PKG' undeclared (first use in this function)
pynealpm.c:1423: error: 'pkg' undeclared (first use in this function)
pynealpm.c:1424: error: 'PM_DB' undeclared (first use in this function)
pynealpm.c:1424: error: 'db' undeclared (first use in this function)
pynealpm.c:1427: error: expected expression before ')' token
pynealpm.c:1428: error: expected expression before ')' token
pynealpm.c:1429: error: 'PM_DB_TREENAME' undeclared (first use in this function)
pynealpm.c:1431: error: 'PM_PKG_NAME' undeclared (first use in this function)
pynealpm.c:1433: warning: implicit declaration of function 'alpm_sync_getinfo'
pynealpm.c:1433: error: 'alpm_sync_object' has no member named 'sync'
pynealpm.c:1433: error: 'PM_SYNC_TYPE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_sync_get_type':
pynealpm.c:1446: error: 'alpm_sync_object' has no member named 'sync'
pynealpm.c:1446: error: 'PM_SYNC_TYPE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_sync_get_pkg':
pynealpm.c:1458: error: 'PM_PKG' undeclared (first use in this function)
pynealpm.c:1458: error: 'pkg' undeclared (first use in this function)
pynealpm.c:1460: error: expected expression before ')' token
pynealpm.c:1467: warning: return makes pointer from integer without a cast
pynealpm.c:1457: warning: unused variable 'obj'
pynealpm.c: In function 'alpm_sync_get_data':
pynealpm.c:1473: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:1473: error: 'list' undeclared (first use in this function)
pynealpm.c:1475: error: expected expression before ')' token
pynealpm.c:1482: warning: return makes pointer from integer without a cast
pynealpm.c:1472: warning: unused variable 'obj'
pynealpm.c: In function 'alpm_transaction_repr':
pynealpm.c:1637: warning: implicit declaration of function 'alpm_trans_getinfo'
pynealpm.c:1637: error: 'PM_TRANS_FLAGS' undeclared (first use in this function)
pynealpm.c:1640: error: 'PM_TRANS_TYPE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_transaction_pseudo_callback_event':
pynealpm.c:1669: error: 'PM_PKG' undeclared (first use in this function)
pynealpm.c:1669: error: expected expression before ')' token
pynealpm.c:1674: error: expected expression before ')' token
pynealpm.c:1674: error: expected expression before ')' token
pynealpm.c: In function 'alpm_transaction_pseudo_callback_conversation':
pynealpm.c:1715: error: 'PM_PKG' undeclared (first use in this function)
pynealpm.c:1715: error: expected expression before ')' token
pynealpm.c:1715: error: expected expression before ')' token
pynealpm.c:1719: error: expected expression before ')' token
pynealpm.c:1719: error: expected expression before ')' token
pynealpm.c:1729: error: expected expression before ')' token
pynealpm.c: In function 'alpm_transaction_init':
pynealpm.c:1807: error: too few arguments to function 'alpm_trans_init'
pynealpm.c: In function 'alpm_transaction_prepare':
pynealpm.c:1886: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:1886: error: 'l' undeclared (first use in this function)
pynealpm.c:1906: error: 'PM_TRANS_TYPE' undeclared (first use in this function)
pynealpm.c:1917: warning: implicit declaration of function 'alpm_pm_list_to_depmiss_py_list'
pynealpm.c:1917: warning: assignment makes pointer from integer without a cast
pynealpm.c:1925: warning: assignment makes pointer from integer without a cast
pynealpm.c: In function 'alpm_transaction_commit':
pynealpm.c:1946: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:1946: error: 'l' undeclared (first use in this function)
pynealpm.c:1967: error: 'PM_TRANS_TYPE' undeclared (first use in this function)
pynealpm.c:1980: warning: implicit declaration of function 'alpm_pm_list_to_conflict_py_list'
pynealpm.c:1980: warning: assignment makes pointer from integer without a cast
pynealpm.c: In function 'alpm_transaction_get_type':
pynealpm.c:2018: error: 'PM_TRANS_TYPE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_transaction_get_flags':
pynealpm.c:2036: error: 'PM_TRANS_FLAGS' undeclared (first use in this function)
pynealpm.c: In function 'alpm_transaction_get_targets':
pynealpm.c:2049: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:2049: error: 'l' undeclared (first use in this function)
pynealpm.c:2055: error: expected expression before ')' token
pynealpm.c:2062: warning: return makes pointer from integer without a cast
pynealpm.c: In function 'alpm_transaction_get_packages':
pynealpm.c:2067: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:2067: error: 'l' undeclared (first use in this function)
pynealpm.c:2077: error: expected expression before ')' token
pynealpm.c:2079: warning: implicit declaration of function 'alpm_pm_list_to_syncpkg_py_list'
pynealpm.c:2079: warning: assignment makes pointer from integer without a cast
pynealpm.c: In function 'alpm_transaction_get_sync_package_iterator':
pynealpm.c:2089: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:2089: error: 'l' undeclared (first use in this function)
pynealpm.c:2094: error: expected expression before ')' token
pynealpm.c:2100: warning: implicit declaration of function 'alpm_sync_iterator_NEW'
pynealpm.c:2100: warning: return makes pointer from integer without a cast
pynealpm.c: At top level:
pynealpm.c:2170: error: expected ')' before '*' token
pynealpm.c: In function 'alpm_depmiss_repr':
pynealpm.c:2195: warning: implicit declaration of function 'alpm_dep_getinfo'
pynealpm.c:2195: error: 'alpm_depmiss_object' has no member named 'depmiss'
pynealpm.c:2195: error: 'PM_DEP_NAME' undeclared (first use in this function)
pynealpm.c: In function 'alpm_depmiss_get_target':
pynealpm.c:2209: error: 'alpm_depmiss_object' has no member named 'depmiss'
pynealpm.c:2209: error: 'PM_DEP_TARGET' undeclared (first use in this function)
pynealpm.c: In function 'alpm_depmiss_get_type':
pynealpm.c:2228: error: 'alpm_depmiss_object' has no member named 'depmiss'
pynealpm.c:2228: error: 'PM_DEP_TYPE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_depmiss_get_mod':
pynealpm.c:2242: error: 'alpm_depmiss_object' has no member named 'depmiss'
pynealpm.c:2242: error: 'PM_DEP_MOD' undeclared (first use in this function)
pynealpm.c: In function 'alpm_depmiss_get_name':
pynealpm.c:2256: error: 'alpm_depmiss_object' has no member named 'depmiss'
pynealpm.c:2256: error: 'PM_DEP_NAME' undeclared (first use in this function)
pynealpm.c: In function 'alpm_depmiss_get_version':
pynealpm.c:2270: error: 'alpm_depmiss_object' has no member named 'depmiss'
pynealpm.c:2270: error: 'PM_DEP_VERSION' undeclared (first use in this function)
pynealpm.c: At top level:
pynealpm.c:2337: error: expected ')' before '*' token
pynealpm.c: In function 'alpm_conflict_repr':
pynealpm.c:2362: warning: implicit declaration of function 'alpm_conflict_getinfo'
pynealpm.c:2362: error: 'alpm_conflict_object' has no member named 'conflict'
pynealpm.c:2362: error: 'PM_CONFLICT_TYPE' undeclared (first use in this function)
pynealpm.c: At top level:
pynealpm.c:2382: error: conflicting types for 'alpm_conflict_get_target'
/usr/include/alpm.h:377: error: previous declaration of 'alpm_conflict_get_target' was here
pynealpm.c: In function 'alpm_conflict_get_target':
pynealpm.c:2390: error: 'alpm_conflict_object' has no member named 'conflict'
pynealpm.c:2390: error: 'PM_CONFLICT_TARGET' undeclared (first use in this function)
pynealpm.c: At top level:
pynealpm.c:2401: error: conflicting types for 'alpm_conflict_get_type'
/usr/include/alpm.h:378: error: previous declaration of 'alpm_conflict_get_type' was here
pynealpm.c: In function 'alpm_conflict_get_type':
pynealpm.c:2409: error: 'alpm_conflict_object' has no member named 'conflict'
pynealpm.c:2409: error: 'PM_CONFLICT_TYPE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_conflict_get_conflict_target':
pynealpm.c:2423: error: 'alpm_conflict_object' has no member named 'conflict'
pynealpm.c:2423: error: 'PM_CONFLICT_CTARGET' undeclared (first use in this function)
pynealpm.c: At top level:
pynealpm.c:2429: error: conflicting types for 'alpm_conflict_get_file'
/usr/include/alpm.h:379: error: previous declaration of 'alpm_conflict_get_file' was here
pynealpm.c: In function 'alpm_conflict_get_file':
pynealpm.c:2437: error: 'alpm_conflict_object' has no member named 'conflict'
pynealpm.c:2437: error: 'PM_CONFLICT_FILE' undeclared (first use in this function)
pynealpm.c: At top level:
pynealpm.c:2508: error: expected ')' before '*' token
pynealpm.c: In function 'alpm_sync_iterator_next':
pynealpm.c:2535: error: 'PM_SYNCPKG' undeclared (first use in this function)
pynealpm.c:2535: error: 'pkg' undeclared (first use in this function)
pynealpm.c:2538: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:2539: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:2540: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:2540: error: 'alpm_iterator_object' has no member named 'list'
pynealpm.c:2546: warning: implicit declaration of function 'alpm_sync_NEW'
pynealpm.c:2546: warning: assignment makes pointer from integer without a cast
pynealpm.c: In function 'initalpm':
pynealpm.c:2786: error: 'PM_CONFLICT_TARGET' undeclared (first use in this function)
pynealpm.c:2787: error: 'PM_CONFLICT_TYPE' undeclared (first use in this function)
pynealpm.c:2788: error: 'PM_CONFLICT_FILE' undeclared (first use in this function)
pynealpm.c:2789: error: 'PM_CONFLICT_CTARGET' undeclared (first use in this function)
pynealpm.c: In function 'alpm_NEW':
pynealpm.c:2919: warning: implicit declaration of function 'alpm_set_option'
pynealpm.c:2919: error: 'PM_OPT_LOGCB' undeclared (first use in this function)
pynealpm.c: In function 'alpm_database_unregister':
pynealpm.c:2988: error: 'alpm_database_object' has no member named 'db'
pynealpm.c:2989: error: 'alpm_database_object' has no member named 'unregistered'
pynealpm.c: In function 'alpm_set_logmask':
pynealpm.c:3028: error: 'PM_OPT_LOGMASK' undeclared (first use in this function)
pynealpm.c: In function 'alpm_set_usesyslog':
pynealpm.c:3064: error: 'PM_OPT_USESYSLOG' undeclared (first use in this function)
pynealpm.c: In function 'alpm_set_dbpath':
pynealpm.c:3083: error: 'PM_OPT_DBPATH' undeclared (first use in this function)
pynealpm.c: In function 'alpm_set_cachedir':
pynealpm.c:3102: error: 'PM_OPT_CACHEDIR' undeclared (first use in this function)
pynealpm.c: In function 'alpm_set_logfile':
pynealpm.c:3122: error: 'PM_OPT_LOGFILE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_set_no_upgrade':
pynealpm.c:3164: error: 'PM_OPT_NOUPGRADE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_set_noextract':
pynealpm.c:3183: error: 'PM_OPT_NOEXTRACT' undeclared (first use in this function)
pynealpm.c: In function 'alpm_set_ignorepkg':
pynealpm.c:3202: error: 'PM_OPT_IGNOREPKG' undeclared (first use in this function)
pynealpm.c: In function 'alpm_get_logmask':
pynealpm.c:3256: warning: implicit declaration of function 'alpm_get_option'
pynealpm.c:3256: error: 'PM_OPT_LOGMASK' undeclared (first use in this function)
pynealpm.c: In function 'alpm_get_root':
pynealpm.c:3278: error: 'PM_OPT_ROOT' undeclared (first use in this function)
pynealpm.c: In function 'alpm_get_usesyslog':
pynealpm.c:3300: error: 'PM_OPT_USESYSLOG' undeclared (first use in this function)
pynealpm.c: In function 'alpm_get_dbpath':
pynealpm.c:3323: error: 'PM_OPT_DBPATH' undeclared (first use in this function)
pynealpm.c: In function 'alpm_get_cachedir':
pynealpm.c:3345: error: 'PM_OPT_CACHEDIR' undeclared (first use in this function)
pynealpm.c: In function 'alpm_get_logfile':
pynealpm.c:3367: error: 'PM_OPT_LOGFILE' undeclared (first use in this function)
pynealpm.c: In function 'alpm_get_localdb':
pynealpm.c:3390: error: 'PM_OPT_LOCALDB' undeclared (first use in this function)
pynealpm.c:3401: error: 'PM_DB' undeclared (first use in this function)
pynealpm.c:3401: error: expected expression before ')' token
pynealpm.c:3401: warning: assignment makes pointer from integer without a cast
pynealpm.c: In function 'alpm_get_syncdb':
pynealpm.c:3417: error: 'PM_OPT_SYNCDB' undeclared (first use in this function)
pynealpm.c:3425: warning: implicit declaration of function 'alpm_pm_list_to_db_py_list'
pynealpm.c:3425: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:3425: error: expected expression before ')' token
pynealpm.c:3425: warning: assignment makes pointer from integer without a cast
pynealpm.c: In function 'alpm_get_no_upgrade':
pynealpm.c:3440: error: 'PM_OPT_NOUPGRADE' undeclared (first use in this function)
pynealpm.c:3447: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:3447: error: expected expression before ')' token
pynealpm.c:3447: warning: assignment makes pointer from integer without a cast
pynealpm.c: In function 'alpm_get_noextract':
pynealpm.c:3462: error: 'PM_OPT_NOEXTRACT' undeclared (first use in this function)
pynealpm.c:3469: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:3469: error: expected expression before ')' token
pynealpm.c:3469: warning: assignment makes pointer from integer without a cast
pynealpm.c: In function 'alpm_get_ignorepkg':
pynealpm.c:3484: error: 'PM_OPT_IGNOREPKG' undeclared (first use in this function)
pynealpm.c:3491: error: 'PM_LIST' undeclared (first use in this function)
pynealpm.c:3491: error: expected expression before ')' token
pynealpm.c:3491: warning: assignment makes pointer from integer without a cast
error: command 'gcc' failed with exit status 1

Comment by: Crow666 on 20070324 [18:01:38]
i have the same error of Aectann :(

Comment by: morka on 20070630 [13:28:09]
And I do get the same error, either with the AUR PKGBUILD, or trying to compile pynealpm from svn.

Comment by: hussam on 20070701 [11:20:51]
Why is this marked safe when it does not even compile?

Comment by: daenyth on 20080331 [22:37:12]
I'd guess that the error comes from this package building against an old version of libalpm, and not being updated since then...

      First Submitted: Wed, 19 Apr 2006 22:50:43 +0000
      Last Updated: Sun, 23 Apr 2006 03:02:47 +0000
pynealpm 0.0.2-1 (Unsupported): Python Arch Linux Package Management.

==> pynealpm dependencies:
 - python (already installed)
 - libalpm (building from AUR)
==>  Edit the PKGBUILD (recommended) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n

==>  Continue the building of pynealpm ? [Y/n]
==>   ----------------------------------------------
==>y

==> Building missing dependencies from AUR:
==> Resuming previous build

==> Downloading libalpm PKGBUILD from AUR...
Error: libalpm not found in AUR.



halcor ~ $

Offline

#2 2008-09-19 12:05:48

timetrap
Member
From: Here and There
Registered: 2008-06-05
Posts: 342
Website

Re: Yaourt trouble with guzuta

I just use pacman to search:

$ pacman -Ss <search>

For instance:

$ pacman -Ss game

Offline

#3 2008-09-19 14:23:12

Garns
Member
Registered: 2008-05-28
Posts: 239

Re: Yaourt trouble with guzuta

guzuta and pynealpm are really old. I suppose they don't work with recent versions of pacman. What are you looking for in a frontend?

Offline

#4 2008-09-19 14:39:43

btartsa
Member
Registered: 2004-07-26
Posts: 222

Re: Yaourt trouble with guzuta

I just use a bunch of .bashrc aliases (like most people I assume). Can't get any lighter that typing pSyu or pR or pS etc...

Offline

#5 2008-09-19 22:50:28

halcor
Member
Registered: 2008-05-15
Posts: 71

Re: Yaourt trouble with guzuta

Yes, if guzuta is old, I wanna know a new frontend.

Now I'm using yaourt with the commands but I liked synaptics and I wanna use a frontend for pacman.

Offline

Board footer

Powered by FluxBB