You are not logged in.

#1 2014-06-09 20:54:30

knowNothing23
Member
Registered: 2013-08-25
Posts: 33

Problem Installing base-devel

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

#2 2014-06-09 20:59:20

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: Problem Installing base-devel

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

#3 2014-06-09 20:59:50

knowNothing23
Member
Registered: 2013-08-25
Posts: 33

Re: Problem Installing base-devel

hmm

Offline

#4 2014-06-09 21:00:36

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: Problem Installing base-devel

^ this means what?

Offline

#5 2014-06-09 21:02:17

knowNothing23
Member
Registered: 2013-08-25
Posts: 33

Re: Problem Installing base-devel

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

#6 2014-06-09 21:21:24

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Problem Installing base-devel

Please learn how to use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_Code


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2014-06-09 23:37:27

stqn
Member
Registered: 2010-03-19
Posts: 1,191
Website

Re: Problem Installing base-devel

Offline

#8 2014-06-10 00:43:39

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,576
Website

Re: Problem Installing base-devel

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

#9 2014-06-10 11:02:24

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Problem Installing base-devel

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

#10 2014-06-10 14:57:03

Kartious
Member
From: UK
Registered: 2013-03-23
Posts: 311

Re: Problem Installing base-devel

knowNothing23 wrote:
$ 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

#11 2014-06-10 15:54:40

GermanyChris
Member
From: Southern Germany
Registered: 2013-10-14
Posts: 60

Re: Problem Installing base-devel

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

#12 2014-06-10 15:57:24

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,614

Re: Problem Installing base-devel

GermanyChris wrote:

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)

Online

#13 2014-06-10 15:58:05

knowNothing23
Member
Registered: 2013-08-25
Posts: 33

Re: Problem Installing base-devel

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

#14 2014-06-10 16:01:50

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: Problem Installing base-devel

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.


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

#15 2014-06-10 16:04:58

knowNothing23
Member
Registered: 2013-08-25
Posts: 33

Re: Problem Installing base-devel

clfarron4 wrote:
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

#16 2014-06-10 16:09:35

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Problem Installing base-devel

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.

Offline

#17 2014-06-10 16:12:08

knowNothing23
Member
Registered: 2013-08-25
Posts: 33

Re: Problem Installing base-devel

karol wrote:
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

#18 2014-06-10 16:22:18

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Problem Installing base-devel

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

#19 2014-06-10 16:27:43

knowNothing23
Member
Registered: 2013-08-25
Posts: 33

Re: Problem Installing base-devel

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.

Should I distrust this package?
The installation instructions are from Ros.org

Offline

#20 2014-06-10 16:31:08

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Problem Installing base-devel

Offline

#21 2014-06-10 16:32:28

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,614

Re: Problem Installing base-devel

knowNothing23 wrote:
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.

Online

#22 2014-06-10 16:39:20

knowNothing23
Member
Registered: 2013-08-25
Posts: 33

Re: Problem Installing base-devel

Ok, thank you.

Offline

Board footer

Powered by FluxBB