You are not logged in.

#1 2019-04-15 11:27:37

mmdamin
Member
From: Iran
Registered: 2019-02-19
Posts: 205
Website

[solved (not actually)] mingw-w64-gcc conflict dependencies.

Hi Everyone. What is it???:|

:: New dependency will be installed from repository:
 gcc-ada (for mingw-w64-gcc)                                -> 8.2.1+20181127-1

:: AUR package will be installed:
 mingw-w64-gcc                                              -> 8.3.0-3

:: New dependencies will be installed from AUR:
 mingw-w64-binutils (for mingw-w64-gcc, mingw-w64-gcc-base, mingw-w64-winpthreads, mingw-w64-crt)     -> 2.32-1
 mingw-w64-crt (for mingw-w64-gcc, mingw-w64-winpthreads)     -> 6.0.0-1
 mingw-w64-gcc-base (for mingw-w64-winpthreads, mingw-w64-crt)     -> 8.3.0-1
 mingw-w64-headers (for mingw-w64-gcc, mingw-w64-gcc-base, mingw-w64-crt, mingw-w64-headers-bootstrap)     -> 6.0.0-1
 mingw-w64-headers-bootstrap (for mingw-w64-gcc-base)       -> 5.0.3-1
 mingw-w64-winpthreads (for mingw-w64-gcc, mingw-w64-gcc-base)     -> 6.0.0-1

:: Proceed with installation? [Y/n] 
:: [v]iew package details   [m]anually select packages
>> y
looking for conflicting AUR packages...
New packages 'mingw-w64-winpthreads' and 'mingw-w64-headers-bootstrap' are in conflict.

Last edited by mmdamin (2019-04-15 13:09:33)

Offline

#2 2019-04-15 12:11:58

ayekat
Member
Registered: 2011-01-17
Posts: 1,589

Re: [solved (not actually)] mingw-w64-gcc conflict dependencies.

mmdamin wrote:
mingw-w64-headers-bootstrap (for mingw-w64-gcc-base)

I don't know what tool you are using to produce that output, but if I interpret it correctly, it considers mingw-w64-headers-bootstrap (the package that causes the conflict) to be a dependency for mingw-w64-gcc-base, but according to the AUR page for the latter, that is not the case.

So the answer to your very unspecific question…

What is it???:|

… is: "Something wrong."


pkgshackscfgblag

Offline

#3 2019-04-15 12:17:14

mmdamin
Member
From: Iran
Registered: 2019-02-19
Posts: 205
Website

Re: [solved (not actually)] mingw-w64-gcc conflict dependencies.

ayekat wrote:
mmdamin wrote:
mingw-w64-headers-bootstrap (for mingw-w64-gcc-base)

I don't know what tool you are using to produce that output, but if I interpret it correctly, it considers mingw-w64-headers-bootstrap (the package that causes the conflict) to be a dependency for mingw-w64-gcc-base, but according to the AUR page for the latter, that is not the case.

I'm using pikaur.
I'm going to try yaourt, Thank you.

ayekat wrote:

What is it???:|

… is: "Something wrong."

I didn't know, Mersi for your answer.

Offline

#4 2019-04-15 12:21:38

mmdamin
Member
From: Iran
Registered: 2019-02-19
Posts: 205
Website

Re: [solved (not actually)] mingw-w64-gcc conflict dependencies.

yaourt failed while verifying downloaded package but yay is working. thank you.

Offline

#5 2019-04-15 13:03:29

ayekat
Member
Registered: 2011-01-17
Posts: 1,589

Re: [solved (not actually)] mingw-w64-gcc conflict dependencies.

No, please don't just randomly jump between AUR helpers if you haven't understood the problem at hand. In fact, please stop using AUR helpers until you understand how to solve these kinds of problems yourself.

And the problem at hand is that the AUR helper shows a conflict that isn't one.


pkgshackscfgblag

Offline

#6 2019-04-15 13:04:13

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,787
Website

Re: [solved (not actually)] mingw-w64-gcc conflict dependencies.

Please remember to mark your thread as solved.

https://wiki.archlinux.org/index.php/Co … ow_to_post


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#7 2019-04-15 13:07:47

mmdamin
Member
From: Iran
Registered: 2019-02-19
Posts: 205
Website

Re: [solved (not actually)] mingw-w64-gcc conflict dependencies.

ayekat wrote:

No, please don't just randomly jump between AUR helpers if you haven't understood the problem at hand. In fact, please stop using AUR helpers until you understand how to solve these kinds of problems yourself.

And the problem at hand is that the AUR helper shows a conflict that isn't one.

I already used git and makepkg to install pikaur; and also built some packages from .deb packages by hand (but later I've found them on arch repos).
I don't know why pikaur gets wrong here.

Offline

#8 2019-04-15 22:36:24

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [solved (not actually)] mingw-w64-gcc conflict dependencies.

mmdamin wrote:

I don't know why pikaur gets wrong here.

Because pikaur's dependency solver has a bug in it?

Offline

#9 2019-04-16 12:42:27

mmdamin
Member
From: Iran
Registered: 2019-02-19
Posts: 205
Website

Re: [solved (not actually)] mingw-w64-gcc conflict dependencies.

loqs wrote:
mmdamin wrote:

I don't know why pikaur gets wrong here.

Because pikaur's dependency solver has a bug in it?

Maybe, I don't know. You can try it yourself.

Offline

#10 2019-04-16 13:34:52

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [solved (not actually)] mingw-w64-gcc conflict dependencies.

mmdamin wrote:

yaourt failed while verifying downloaded package but yay is working. thank you.

Did yay not resolve the dependencies correctly and build gcc-ada?
If I were to test it locally using pikaur and it failed it would confirm it is an issue in pikaur if it succeeded it would be an issue with pikaur on your system.  Still leaving the common factor of pikaur.
I do not use an AUR helper.  There are multiple ways to resolve the dependencies for  mingw-w64-gcc which do not include having both mingw-w64-winpthreads and mingw-w64-headers-bootstrap installed at the same time.

Offline

#11 2019-04-16 13:56:20

mmdamin
Member
From: Iran
Registered: 2019-02-19
Posts: 205
Website

Re: [solved (not actually)] mingw-w64-gcc conflict dependencies.

yes it installed gcc-ada, pthread, binutils, crt and some else.

Offline

Board footer

Powered by FluxBB