[aur-general] Define variable for psimedia
I want to add PKGBUILD psimedia in AUR, but to work is required to define a variable PSI_MEDIA_PLUGIN. How best to do this? I can just write about the need to define a variable in ~ /.bashrc or to include in the PKGBUILD the line: echo 'PSI_MEDIA_PLUGIN=/usr/lib/psi/libgstprovider.so' >> /etc/environment
[aur-general] delete ctunnel
http://aur.archlinux.org/packages.php?ID=26922 needs deleting, for some reason it won't build i give up
Re: [aur-general] Delete request
Sigitas Mazaliauskas wrote: Please delete this: http://aur.archlinux.org/packages.php?ID=24845 Because same exists at: http://aur.archlinux.org/packages.php?ID=2447 Done.
[aur-general] Delete request
Please delete this: http://aur.archlinux.org/packages.php?ID=24845 Because same exists at: http://aur.archlinux.org/packages.php?ID=2447
[aur-general] pkg linkage dep problem
ok i have most of the problems fixed in linkage build, it needs dbus-c++ and it is in the AUR but it isn't finding it. what to do?
Re: [aur-general] new pkg error
On Sun, 31 May 2009 18:48:03 -0500 "nathan owe." wrote: > On Mon, 01 Jun 2009 01:37:15 +0200 > Stefan Husmann wrote: > > > nathan owe. schrieb: > > > The following packages will be built: > > > ==> linkage > > > Do you want to continue? (Y/n): y > > > ==> Building linkage [package 1 of 1] ... > > > ==> Making package: linkage 0.2.0-1 i686 (Sun May 31 18:12:04 CDT > > > 2009) ==> Checking Runtime Dependencies... > > > ==> Checking Buildtime Dependencies... > > > ==> Retrieving Sources... > > > -> Found linkage-0.2.0.tar.gz in build dir > > > ==> Validating source files with md5sums... > > > linkage-0.2.0.tar.gz ... Passed > > > ==> Extracting Sources... > > > -> bsdtar -x -f linkage-0.2.0.tar.gz > > > ==> Removing existing pkg/ directory... > > > ==> Entering fakeroot environment... > > > ==> Starting build()... > > > checking for a BSD-compatible install... /bin/install -c > > > checking whether build environment is sane... yes > > > checking for a thread-safe mkdir -p... /bin/mkdir -p > > > checking for gawk... gawk > > > checking whether make sets $(MAKE)... yes > > > checking for pkg-config... /usr/bin/pkg-config > > > checking pkg-config is at least version 0.9.0... yes > > > checking for GTKMM... yes > > > checking for LIBGLADE... yes > > > checking for GCONFMM... yes > > > checking for GTHREAD... yes > > > checking for LIBTORRENT... configure: error: Package requirements > > > (libtorrent >= 0.13) were not met: > > > > > > No package 'libtorrent' found > > > > > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > > > installed software in a non-standard prefix. > > > > > > Alternatively, you may set the environment variables > > > LIBTORRENT_CFLAGS and LIBTORRENT_LIBS to avoid the need to call > > > pkg-config. See the pkg-config man page for more details. > > > > > > make: *** No targets specified and no makefile found. Stop. > > > ==> ERROR: Build Failed. > > > Aborting... > > > ==> Installing linkage-0.2.0-1-i686.pkg.tar.gz [package 1 of > > > 1] ...makepkg failed! ==> ERROR: I was unable to install these > > > packages: linkage > > > > > Oops, that is really annoying. There are so many incarnations of > > libtorrent running around. But I guess libtorrent-rasterbar is the > > correct one. > > > > The configure script is looking for libtorrent and should look for > > libtorrent-rasterbar. Use an sed command to do the replacement. > > > > sed -i 's+libtorrent+libtorrent-rasterbar+' configure > > > > If that fails, try to make a PKBUILD for libtorrent using > > > > http://downloads.sourceforge.net/sourceforge/libtorrent/libtorrent-rasterbar-0.14.3.tar.gz > > > > You may be able to do so via abs with the PKGBUILD from > > libtorrent-rasterbar. Install that and try again. > > > > Regards Stefan > > the command didn't work but i edited it myself and it got past that > part, now i just gotta get dbus lol hmm i see the pkg i need in the aur rep but it isn't downloading it, saying it can't find it
Re: [aur-general] new pkg error
On Sun, 31 May 2009 18:48:03 -0500 "nathan owe." wrote: > On Mon, 01 Jun 2009 01:37:15 +0200 > Stefan Husmann wrote: > > > nathan owe. schrieb: > > > The following packages will be built: > > > ==> linkage > > > Do you want to continue? (Y/n): y > > > ==> Building linkage [package 1 of 1] ... > > > ==> Making package: linkage 0.2.0-1 i686 (Sun May 31 18:12:04 CDT > > > 2009) ==> Checking Runtime Dependencies... > > > ==> Checking Buildtime Dependencies... > > > ==> Retrieving Sources... > > > -> Found linkage-0.2.0.tar.gz in build dir > > > ==> Validating source files with md5sums... > > > linkage-0.2.0.tar.gz ... Passed > > > ==> Extracting Sources... > > > -> bsdtar -x -f linkage-0.2.0.tar.gz > > > ==> Removing existing pkg/ directory... > > > ==> Entering fakeroot environment... > > > ==> Starting build()... > > > checking for a BSD-compatible install... /bin/install -c > > > checking whether build environment is sane... yes > > > checking for a thread-safe mkdir -p... /bin/mkdir -p > > > checking for gawk... gawk > > > checking whether make sets $(MAKE)... yes > > > checking for pkg-config... /usr/bin/pkg-config > > > checking pkg-config is at least version 0.9.0... yes > > > checking for GTKMM... yes > > > checking for LIBGLADE... yes > > > checking for GCONFMM... yes > > > checking for GTHREAD... yes > > > checking for LIBTORRENT... configure: error: Package requirements > > > (libtorrent >= 0.13) were not met: > > > > > > No package 'libtorrent' found > > > > > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > > > installed software in a non-standard prefix. > > > > > > Alternatively, you may set the environment variables > > > LIBTORRENT_CFLAGS and LIBTORRENT_LIBS to avoid the need to call > > > pkg-config. See the pkg-config man page for more details. > > > > > > make: *** No targets specified and no makefile found. Stop. > > > ==> ERROR: Build Failed. > > > Aborting... > > > ==> Installing linkage-0.2.0-1-i686.pkg.tar.gz [package 1 of > > > 1] ...makepkg failed! ==> ERROR: I was unable to install these > > > packages: linkage > > > > > Oops, that is really annoying. There are so many incarnations of > > libtorrent running around. But I guess libtorrent-rasterbar is the > > correct one. > > > > The configure script is looking for libtorrent and should look for > > libtorrent-rasterbar. Use an sed command to do the replacement. > > > > sed -i 's+libtorrent+libtorrent-rasterbar+' configure > > > > If that fails, try to make a PKBUILD for libtorrent using > > > > http://downloads.sourceforge.net/sourceforge/libtorrent/libtorrent-rasterbar-0.14.3.tar.gz > > > > You may be able to do so via abs with the PKGBUILD from > > libtorrent-rasterbar. Install that and try again. > > > > Regards Stefan > > the command didn't work but i edited it myself and it got past that > part, now i just gotta get dbus lol well i uploaded it to aur but it is still acting like it has the old version. how do i get it to update the repo to see it is new. usually use yaourt
Re: [aur-general] new pkg error
On Mon, 01 Jun 2009 01:37:15 +0200 Stefan Husmann wrote: > nathan owe. schrieb: > > The following packages will be built: > > ==> linkage > > Do you want to continue? (Y/n): y > > ==> Building linkage [package 1 of 1] ... > > ==> Making package: linkage 0.2.0-1 i686 (Sun May 31 18:12:04 CDT > > 2009) ==> Checking Runtime Dependencies... > > ==> Checking Buildtime Dependencies... > > ==> Retrieving Sources... > > -> Found linkage-0.2.0.tar.gz in build dir > > ==> Validating source files with md5sums... > > linkage-0.2.0.tar.gz ... Passed > > ==> Extracting Sources... > > -> bsdtar -x -f linkage-0.2.0.tar.gz > > ==> Removing existing pkg/ directory... > > ==> Entering fakeroot environment... > > ==> Starting build()... > > checking for a BSD-compatible install... /bin/install -c > > checking whether build environment is sane... yes > > checking for a thread-safe mkdir -p... /bin/mkdir -p > > checking for gawk... gawk > > checking whether make sets $(MAKE)... yes > > checking for pkg-config... /usr/bin/pkg-config > > checking pkg-config is at least version 0.9.0... yes > > checking for GTKMM... yes > > checking for LIBGLADE... yes > > checking for GCONFMM... yes > > checking for GTHREAD... yes > > checking for LIBTORRENT... configure: error: Package requirements > > (libtorrent >= 0.13) were not met: > > > > No package 'libtorrent' found > > > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > > installed software in a non-standard prefix. > > > > Alternatively, you may set the environment variables > > LIBTORRENT_CFLAGS and LIBTORRENT_LIBS to avoid the need to call > > pkg-config. See the pkg-config man page for more details. > > > > make: *** No targets specified and no makefile found. Stop. > > ==> ERROR: Build Failed. > > Aborting... > > ==> Installing linkage-0.2.0-1-i686.pkg.tar.gz [package 1 of > > 1] ...makepkg failed! ==> ERROR: I was unable to install these > > packages: linkage > > > Oops, that is really annoying. There are so many incarnations of > libtorrent running around. But I guess libtorrent-rasterbar is the > correct one. > > The configure script is looking for libtorrent and should look for > libtorrent-rasterbar. Use an sed command to do the replacement. > > sed -i 's+libtorrent+libtorrent-rasterbar+' configure > > If that fails, try to make a PKBUILD for libtorrent using > > http://downloads.sourceforge.net/sourceforge/libtorrent/libtorrent-rasterbar-0.14.3.tar.gz > > You may be able to do so via abs with the PKGBUILD from > libtorrent-rasterbar. Install that and try again. > > Regards Stefan the command didn't work but i edited it myself and it got past that part, now i just gotta get dbus lol
Re: [aur-general] updating pkg trouble
On Sun, 31 May 2009 18:17:22 -0500 "nathan owe." wrote: > I adopted linkage to update the version since it was outdated. i > believe that it is requesting libtorrent-rasterbar but it is saying > libtorrent>=0.13 is needed but there is no such version i searched for > libtorrent that is atleast 0.13 and it points to rasterbar's > version and i have it installed for sure but it saying i > still need libtorrent>=0.13 what do i do. > > when i search for the file needed it points to > http://sourceforge.net/project/showfiles.php?group_id=79942&package_id=81483&release_id=678574 > > > and still get the error currently i am downloading the libtorrent-rasterbar source to see if it helps, if it does, can i make addition pkg for libtorrent-rasterbar but name it rb_libtorrent-linkage ?
Re: [aur-general] updating pkg trouble
On 2009-05-31 17:52 -0500, nathan owe. wrote: > i did that and still don't work. i have tried with and without "extra/" Did you try it with libtorrent-rasterbar, since the latest stable version of libtorrent is 0.12.2. Thomas
Re: [aur-general] new pkg error
nathan owe. schrieb: The following packages will be built: ==> linkage Do you want to continue? (Y/n): y ==> Building linkage [package 1 of 1] ... ==> Making package: linkage 0.2.0-1 i686 (Sun May 31 18:12:04 CDT 2009) ==> Checking Runtime Dependencies... ==> Checking Buildtime Dependencies... ==> Retrieving Sources... -> Found linkage-0.2.0.tar.gz in build dir ==> Validating source files with md5sums... linkage-0.2.0.tar.gz ... Passed ==> Extracting Sources... -> bsdtar -x -f linkage-0.2.0.tar.gz ==> Removing existing pkg/ directory... ==> Entering fakeroot environment... ==> Starting build()... checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTKMM... yes checking for LIBGLADE... yes checking for GCONFMM... yes checking for GTHREAD... yes checking for LIBTORRENT... configure: error: Package requirements (libtorrent >= 0.13) were not met: No package 'libtorrent' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBTORRENT_CFLAGS and LIBTORRENT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. make: *** No targets specified and no makefile found. Stop. ==> ERROR: Build Failed. Aborting... ==> Installing linkage-0.2.0-1-i686.pkg.tar.gz [package 1 of 1] ...makepkg failed! ==> ERROR: I was unable to install these packages: linkage Oops, that is really annoying. There are so many incarnations of libtorrent running around. But I guess libtorrent-rasterbar is the correct one. The configure script is looking for libtorrent and should look for libtorrent-rasterbar. Use an sed command to do the replacement. sed -i 's+libtorrent+libtorrent-rasterbar+' configure If that fails, try to make a PKBUILD for libtorrent using http://downloads.sourceforge.net/sourceforge/libtorrent/libtorrent-rasterbar-0.14.3.tar.gz You may be able to do so via abs with the PKGBUILD from libtorrent-rasterbar. Install that and try again. Regards Stefan
[aur-general] new pkg error
The following packages will be built: ==> linkage Do you want to continue? (Y/n): y ==> Building linkage [package 1 of 1] ... ==> Making package: linkage 0.2.0-1 i686 (Sun May 31 18:12:04 CDT 2009) ==> Checking Runtime Dependencies... ==> Checking Buildtime Dependencies... ==> Retrieving Sources... -> Found linkage-0.2.0.tar.gz in build dir ==> Validating source files with md5sums... linkage-0.2.0.tar.gz ... Passed ==> Extracting Sources... -> bsdtar -x -f linkage-0.2.0.tar.gz ==> Removing existing pkg/ directory... ==> Entering fakeroot environment... ==> Starting build()... checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTKMM... yes checking for LIBGLADE... yes checking for GCONFMM... yes checking for GTHREAD... yes checking for LIBTORRENT... configure: error: Package requirements (libtorrent >= 0.13) were not met: No package 'libtorrent' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBTORRENT_CFLAGS and LIBTORRENT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. make: *** No targets specified and no makefile found. Stop. ==> ERROR: Build Failed. Aborting... ==> Installing linkage-0.2.0-1-i686.pkg.tar.gz [package 1 of 1] ...makepkg failed! ==> ERROR: I was unable to install these packages: linkage
[aur-general] updating pkg trouble
I adopted linkage to update the version since it was outdated. i believe that it is requesting libtorrent-rasterbar but it is saying libtorrent>=0.13 is needed but there is no such version i searched for libtorrent that is atleast 0.13 and it points to rasterbar's version and i have it installed for sure but it saying i still need libtorrent>=0.13 what do i do. when i search for the file needed it points to http://sourceforge.net/project/showfiles.php?group_id=79942&package_id=81483&release_id=678574 and still get the error
Re: [aur-general] updating pkg trouble
On Mon, 01 Jun 2009 00:50:57 +0200 Stefan Husmann wrote: > nathan owe. schrieb: > > I adopted linkage to update the version since it was outdated. i > > believe that it is requesting libtorrent-rasterbar but it is saying > > libtorrent>=0.13 is needed but there is no such version i searched > > libtorrent>for > > libtorrent that is atleast 0.13 and it points to rasterbar's > > version and i have it installed for sure but it saying i > > still need libtorrent>=0.13 what do i do. > > > Try to remove the "extra/"-prefix from the dependency array in your > PKGBUILD. > > Stefan i did that and still don't work. i have tried with and without "extra/"
Re: [aur-general] updating pkg trouble
nathan owe. schrieb: I adopted linkage to update the version since it was outdated. i believe that it is requesting libtorrent-rasterbar but it is saying libtorrent>=0.13 is needed but there is no such version i searched for libtorrent that is atleast 0.13 and it points to rasterbar's version and i have it installed for sure but it saying i still need libtorrent>=0.13 what do i do. Try to remove the "extra/"-prefix from the dependency array in your PKGBUILD. Stefan
[aur-general] updating pkg trouble
I adopted linkage to update the version since it was outdated. i believe that it is requesting libtorrent-rasterbar but it is saying libtorrent>=0.13 is needed but there is no such version i searched for libtorrent that is atleast 0.13 and it points to rasterbar's version and i have it installed for sure but it saying i still need libtorrent>=0.13 what do i do.
Re: [aur-general] PKG needs deleting
I am trying to update linkage since it was out-of-date. now i have libtorrent-rasterbar>13 but i am running makepkg and it gives i need libtorrent>=0.13 but that dont exist, i looked it up and it is needing the libtorrent-rasterbar version. how can i make it realize that?
Re: [aur-general] PKG needs deleting
On Mon, 01 Jun 2009 00:16:46 +0200 Stefan Husmann wrote: > nathan owe. schrieb: > > On Mon, 01 Jun 2009 01:05:33 +0300 > > Evangelos Foutras wrote: > > > >> nathan owe. wrote: > >>> http://aur.archlinux.org/packages.php?ID=26907 > >>> > >>> i need the about pkg deleted, it is a duplicate pkg sorry. i tried > >>> to find a way to delete it myself but couldn't > >> Deleted. :) > > > > thanks sorry for the touble. is there any way i can delete if i > > have to? > > > Hello, > > no, only TUs can do so. Ther was some misuse of the feature that > everyone could delete his or her own packages some time ago. > > Regards Stefan o ok
Re: [aur-general] PKG needs deleting
nathan owe. schrieb: On Mon, 01 Jun 2009 01:05:33 +0300 Evangelos Foutras wrote: nathan owe. wrote: http://aur.archlinux.org/packages.php?ID=26907 i need the about pkg deleted, it is a duplicate pkg sorry. i tried to find a way to delete it myself but couldn't Deleted. :) thanks sorry for the touble. is there any way i can delete if i have to? Hello, no, only TUs can do so. Ther was some misuse of the feature that everyone could delete his or her own packages some time ago. Regards Stefan
Re: [aur-general] PKG needs deleting
On Mon, 01 Jun 2009 01:05:33 +0300 Evangelos Foutras wrote: > nathan owe. wrote: > > http://aur.archlinux.org/packages.php?ID=26907 > > > > i need the about pkg deleted, it is a duplicate pkg sorry. i tried > > to find a way to delete it myself but couldn't > > Deleted. :) thanks sorry for the touble. is there any way i can delete if i have to?
Re: [aur-general] PKG needs deleting
nathan owe. wrote: http://aur.archlinux.org/packages.php?ID=26907 i need the about pkg deleted, it is a duplicate pkg sorry. i tried to find a way to delete it myself but couldn't Deleted. :)
[aur-general] PKG needs deleting
http://aur.archlinux.org/packages.php?ID=26907 i need the about pkg deleted, it is a duplicate pkg sorry. i tried to find a way to delete it myself but couldn't