You are not logged in.
Pages: 1
base-devel requires dependecies of gcc that I do not understand.
$ sudo pacman -S base-devel
:: There are 26 members in group base-devel:
:: Repository core
1) autoconf 2) automake 3) binutils 4) bison 5) fakeroot 6) file 7) findutils 8) flex 9) gawk 10) gcc 11) gettext 12) grep 13) groff 14) gzip 15) libtool 16) libutil-linux
17) m4 18) make 19) pacman 20) patch 21) pkg-config 22) sed 23) sudo 24) texinfo 25) util-linux 26) which
Enter a selection (default=all):
warning: autoconf-2.69-1 is up to date -- reinstalling
warning: automake-1.14.1-1 is up to date -- reinstalling
warning: bison-3.0.2-1 is up to date -- reinstalling
warning: findutils-4.4.2-5 is up to date -- reinstalling
warning: gettext-0.18.3.2-1 is up to date -- reinstalling
warning: gzip-1.6-1 is up to date -- reinstalling
warning: m4-1.4.17-1 is up to date -- reinstalling
warning: make-4.0-2 is up to date -- reinstalling
warning: patch-2.7.1-2 is up to date -- reinstalling
warning: pkg-config-0.28-1 is up to date -- reinstalling
warning: sed-4.2.2-3 is up to date -- reinstalling
warning: texinfo-5.2-2 is up to date -- reinstalling
warning: which-2.20-6 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: gcc-fortran: requires gcc=4.8.2-8
=======================================
Output of gcc -v :
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/gcc/src/gcc-4.8-20140206/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-cloog-version-check --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 4.8.2 20140206 (prerelease) (GCC)
Last edited by knowNothing23 (2014-06-09 20:55:58)
Offline
Is your system up to date? (when was the last time you ran pacman -Syu?) gcc is currently at 4.9.0-3.
https://www.archlinux.org/packages/core/x86_64/gcc/
Last edited by 2ManyDogs (2014-06-09 21:00:13)
Offline
Offline
^ this means what?
Offline
That you might be right and that is the problem. Sorry about that.
I am getting a problem with webcamoid during update. I will fix it and report back.
$ sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
error: failed retrieving file 'archlinuxfr.db' from repo.archlinux.fr : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
error: failed to update archlinuxfr (download library error)
multilib is up to date
:: Starting full system upgrade...
:: Replace kactivities with extra/kactivities4? [Y/n] y
:: Replace kdenetwork-kdnssd with extra/kdenetwork-zeroconf-ioslave? [Y/n] y
:: Replace kdeutils-kwallet with extra/kdeutils-kwalletmanager? [Y/n] y
:: Replace phonon-gstreamer with extra/phonon-qt4-gstreamer? [Y/n] y
:: Replace phonon-gstreamer with extra/phonon-qt5-gstreamer? [Y/n] y
:: Replace shared-color-profiles with extra/colord? [Y/n] y
:: Replace twisted with extra/python2-twisted? [Y/n] y
resolving dependencies...
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency
warning: dependency cycle detected:
warning: lib32-harfbuzz will be installed before its lib32-freetype2 dependency
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: kdeplasma-applets-webcamoid: requires phonon-gstreamer
[jav@jav ~]$ sudo pacman -S phonon-gstreamer
error: target not found: phonon-gstreamer
Last edited by knowNothing23 (2014-06-09 21:43:38)
Offline
Please learn how to use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_Code
Offline
kdeplasma-applets-webcamoid is from the AUR and out of date.
Offline
error: failed retrieving file 'archlinuxfr.db' from repo.archlinux.fr ...
This suggests that you've been using yaourt - which is fine if you know what it is doing. But the resulting errors and looking for the depencies with pacman suggests that you don't know what it is doing. Use yaourt with caution (if at all).
As already indicated above you need to update your aur packages or (at least temporarily) remove that one.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
knowNothing23, please read pacman's output:
:: Replace phonon-gstreamer with extra/phonon-qt4-gstreamer? [Y/n] y
:: Replace phonon-gstreamer with extra/phonon-qt5-gstreamer? [Y/n] y
error: failed to prepare transaction (could not satisfy dependencies)
:: kdeplasma-applets-webcamoid: requires phonon-gstreamer
You've just agreed to replace phonon-gstreamer ...
[jav@jav ~]$ sudo pacman -S phonon-gstreamer
error: target not found: phonon-gstreamer
... and now you want it back?
Offline
$ sudo pacman -Syu :: Synchronizing package databases... core is up to date extra is up to date community is up to date error: failed retrieving file 'archlinuxfr.db' from repo.archlinux.fr : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds error: failed to update archlinuxfr (download library error) multilib is up to date :: Starting full system upgrade... :: Replace kactivities with extra/kactivities4? [Y/n] y :: Replace kdenetwork-kdnssd with extra/kdenetwork-zeroconf-ioslave? [Y/n] y :: Replace kdeutils-kwallet with extra/kdeutils-kwalletmanager? [Y/n] y :: Replace phonon-gstreamer with extra/phonon-qt4-gstreamer? [Y/n] y :: Replace phonon-gstreamer with extra/phonon-qt5-gstreamer? [Y/n] y :: Replace shared-color-profiles with extra/colord? [Y/n] y :: Replace twisted with extra/python2-twisted? [Y/n] y resolving dependencies... warning: dependency cycle detected: warning: harfbuzz will be installed before its freetype2 dependency warning: dependency cycle detected: warning: lib32-harfbuzz will be installed before its lib32-freetype2 dependency looking for inter-conflicts... error: failed to prepare transaction (could not satisfy dependencies) :: kdeplasma-applets-webcamoid: requires phonon-gstreamer [jav@jav ~]$ sudo pacman -S phonon-gstreamer error: target not found: phonon-gstreamer
How long before you even updated your system ? I remember being asked to replace the Shared-color-profiles and kactivities a good few weeks ago
Last edited by Kartious (2014-06-10 14:57:51)
Offline
How about uninstalling the current GCC installing the older GCC then update again.
Don't scab for the bosses Don't listen to their lies Poor folks ain't got a chance Unless they organize --Florence Reece
Offline
How about uninstalling the current GCC installing the older GCC then update again.
I think you missed a few posts. The problem is not GCC anymore (and never really was, partial upgrades were.)
Last edited by Scimmia (2014-06-10 15:58:25)
Offline
Nevermind, It works. I just needed to do
sudo pacman -Syu
like someone said.
I had some trouble, so I did this first, before -Syu
sudo pacman -Syy
How often do I need to do an update(-Syu)?
Offline
Nevermind, It works. I just needed to do
sudo pacman -Syu
like someone said.
I had some trouble, so I did this first, before -Syu
sudo pacman -Syy
How often do I need to do an update(-Syu)?
At the very least once a week. Considering that Arch is constantly updating, probably more often than that.
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
knowNothing23 wrote:Nevermind, It works. I just needed to do
sudo pacman -Syu
like someone said.
I had some trouble, so I did this first, before -Syu
sudo pacman -Syy
How often do I need to do an update(-Syu)?
At the very least once a week. Considering that Arch is constantly updating, probably more often than that.
Snap.
Ok. I will keep this in mind.
My main goal was to install ros-hydro* packages from yaourt.
I know that currently ros is experimental in arch, so the installation of ros-hydro* gives me a bunch of warnings about unsupported package. I guess it is ok.
Thank you all.
Offline
My main goal was to install ros-hydro* packages from yaourt.
I know that currently ros is experimental in arch, so the installation of ros-hydro* gives me a bunch of warnings about unsupported package. I guess it is ok.
Can you post said warnings?
I'm not suing yaourt, so maybe it prints the warnings for all AUR packages.
Offline
knowNothing23 wrote:My main goal was to install ros-hydro* packages from yaourt.
I know that currently ros is experimental in arch, so the installation of ros-hydro* gives me a bunch of warnings about unsupported package. I guess it is ok.Can you post said warnings?
I'm not suing yaourt, so maybe it prints the warnings for all AUR packages.
Here's a sample among many coming from ros-hydro-*
==> Downloading ros-hydro-roscpp-serialization PKGBUILD from AUR...
x .AURINFO
x PKGBUILD
ros-hydro-roscpp-serialization 0.4.3-1 (Tue Jan 14 18:18:07 EST 2014)
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> ros-hydro-roscpp-serialization dependencies:
- ros-hydro-cpp-common (already installed)
- cmake (already installed)
- git (already installed)
- ros-build-tools (already installed)
- ros-hydro-catkin (already installed)
- ros-hydro-cpp-common (already installed)
- ros-hydro-rostime (building from AUR)
- ros-hydro-roscpp-traits (building from AUR)
- ros-hydro-rostime (building from AUR)
- ros-hydro-roscpp-traits (building from AUR)
==> Continue building ros-hydro-roscpp-serialization ? [Y/n]
==> --------------------------------------------------------
==>
==> Building and installing package
==> Install or build missing dependencies for ros-hydro-roscpp-serialization:
==> Downloading ros-hydro-roscpp-traits PKGBUILD from AUR...
x .AURINFO
x PKGBUILD
ros-hydro-roscpp-traits 0.4.3-1 (Tue Jan 14 18:18:23 EST 2014)
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> ros-hydro-roscpp-traits dependencies:
- ros-hydro-cpp-common (already installed)
- cmake (already installed)
- git (already installed)
- ros-build-tools (already installed)
- ros-hydro-catkin (already installed)
- ros-hydro-rostime (building from AUR)
Last edited by knowNothing23 (2014-06-10 16:12:45)
Offline
I'm pretty sure 'Unsupported package' means it's from AUR, the Arch User Repository i.e. 'the unsupported' https://wiki.archlinux.org/index.php/AU … pported.5D
Offline
I'm pretty sure 'Unsupported package' means it's from AUR, the Arch User Repository i.e. 'the unsupported' https://wiki.archlinux.org/index.php/AU … pported.5D
I am fairly new to Arch and don't understand the implications of what you are saying.
Should I distrust this package?
The installation instructions are from Ros.org
Offline
Offline
karol wrote:I'm pretty sure 'Unsupported package' means it's from AUR, the Arch User Repository i.e. 'the unsupported' https://wiki.archlinux.org/index.php/AU … pported.5D
I am fairly new to Arch and don't understand the implications of what you are saying.
https://wiki.archlinux.org/index.php/Ar … Repository
it means that anyone can upload PKGBUILDs to the AUR, which can do anything. You should take a look at the PKGBUILD before using it, and you should be familiar with how the AUR works before using something like yaourt.
Offline
Ok, thank you.
Offline
Pages: 1