You are not logged in.

#1 2018-02-14 08:31:55

wanger
Member
Registered: 2017-05-16
Posts: 6

Cyclic depends - mingw-w64-gcc

This package require mingw-w64-crt, but mingw-w64-crt require mingw-w64-gcc. No way ¯\_(ツ)_/¯

https://aur.archlinux.org/packages/mingw-w64-gcc/
https://aur.archlinux.org/packages/mingw-w64-crt/

Offline

#2 2018-02-14 08:35:27

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,738

Re: Cyclic depends - mingw-w64-gcc

Read the literally pinned comment and a few of the other comments.

Online

#3 2018-02-14 09:31:28

wanger
Member
Registered: 2017-05-16
Posts: 6

Re: Cyclic depends - mingw-w64-gcc

V1del wrote:

Read the literally pinned comment and a few of the other comments.

I'm install first 4 pkgs order by pinned messages, but mingw-w64-crt can't install because this pkg require mingw-w64-gcc, mingw-w64-gcc require mingw-w64-crt. No way.
In mingw-w64-gcc

depends=('zlib' 'libmpc'
	 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
	 'mingw-w64-headers')

In mingw-w64-crt

makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')

Offline

#4 2018-02-14 09:32:28

wanger
Member
Registered: 2017-05-16
Posts: 6

Re: Cyclic depends - mingw-w64-gcc

yaourt -S mingw-w64-crt

==> Загрузка PKGBUILD mingw-w64-crt из AUR...
x .SRCINFO
x PKGBUILD
City-busz commented on 2018-01-07 21:14			 

mingw-w64-crt 5.0.3-1  (2018-01-07 17:32)
( Неподдерживаемый пакет: Потенциально опасен ! )
==> Отредактировать PKGBUILD ? Да/нет [Y/n] ("A" для отмены)
==> --------------------------------------------------------
==> n

==> зависимости mingw-w64-crt:
 - mingw-w64-binutils (уже установлен) [makedepend]
 - mingw-w64-headers (уже установлен) [makedepend]
 - mingw-w64-gcc (сборка из AUR) [makedepend]


==> Продолжить сборку mingw-w64-crt ? Да/нет [Y/n]
==> ----------------------------------------------
==> 

==> Сборка и установка пакета
==> Установить или собрать отсутствующие зависимости mingw-w64-crt:

==> Загрузка PKGBUILD mingw-w64-gcc из AUR...
x .SRCINFO
x PKGBUILD
cmc commented on 2018-01-25 00:54			 

baratharon commented on 2018-01-31 15:50			 

agentcobra commented on 2018-02-05 22:43			 

marmistrz commented on 2018-02-10 07:52			 

Forgon commented on 2018-02-11 14:39			 

mingw-w64-gcc 7.3.0-1  (2018-02-03 09:38)
( Неподдерживаемый пакет: Потенциально опасен ! )
==> Отредактировать PKGBUILD ? Да/нет [Y/n] ("A" для отмены)
==> --------------------------------------------------------
==> n

==> зависимости mingw-w64-gcc:
 - zlib (уже установлен)
 - libmpc (уже установлен)
 - mingw-w64-binutils (уже установлен)
 - mingw-w64-headers (уже установлен)
 - gcc-ada (уже установлен) [makedepend]
 - mingw-w64-crt (сборка из AUR)
 - mingw-w64-winpthreads (сборка из AUR)


==> Продолжить сборку mingw-w64-gcc ? Да/нет [Y/n]
==> ----------------------------------------------
==> 

==> Сборка и установка пакета
==> Установить или собрать отсутствующие зависимости mingw-w64-gcc:

==> Загрузка PKGBUILD mingw-w64-crt из AUR...
x .SRCINFO
x PKGBUILD
City-busz commented on 2018-01-07 21:14			 

mingw-w64-crt 5.0.3-1  (2018-01-07 17:32)
( Неподдерживаемый пакет: Потенциально опасен ! )
==> Отредактировать PKGBUILD ? Да/нет [Y/n] ("A" для отмены)
==> --------------------------------------------------------
==> 

Offline

#5 2018-02-14 09:36:05

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,738

Re: Cyclic depends - mingw-w64-gcc

Post all of the commands you used to build and install and all of the outputs created. Cyclic dependencies like this are normal in this case.

And post output in english

That install order is incorrect, read the pinned comment.

Last edited by V1del (2018-02-14 09:38:41)

Online

#6 2018-02-14 09:50:47

wanger
Member
Registered: 2017-05-16
Posts: 6

Re: Cyclic depends - mingw-w64-gcc

This packages installed in this order:
1)mingw-w64-binutils
2)mingw-w64-headers-bootstrap
3)mingw-w64-headers
4)mingw-w64-gcc-base
Next I'm trying install

yaourt -S --noconfirm mingw-w64-crt

and have cyclic dependencies and can't install mingw-w64-gcc or mingw-w64-gcc.

~ ➤ LC_ALL=C yaourt -S --noconfirm mingw-w64-crt

==> Downloading mingw-w64-crt PKGBUILD from AUR...
x .SRCINFO
x PKGBUILD
City-busz commented on 2018-01-07 21:14			 

mingw-w64-crt 5.0.3-1  (2018-01-07 17:32)
( Unsupported package: Potentially dangerous ! )
==> mingw-w64-crt dependencies:
 - mingw-w64-binutils (already installed) [makedepend]
 - mingw-w64-headers (already installed) [makedepend]
 - mingw-w64-gcc (building from AUR) [makedepend]


==> Continue building mingw-w64-crt ? [Y/n]
==> ---------------------------------------
==> 
==> Building and installing package
==> Install or build missing dependencies for mingw-w64-crt:

==> Downloading mingw-w64-gcc PKGBUILD from AUR...
x .SRCINFO
x PKGBUILD
cmc commented on 2018-01-25 00:54			 

baratharon commented on 2018-01-31 15:50			 

agentcobra commented on 2018-02-05 22:43			 

marmistrz commented on 2018-02-10 07:52			 

Forgon commented on 2018-02-11 14:39			 

mingw-w64-gcc 7.3.0-1  (2018-02-03 09:38)
( Unsupported package: Potentially dangerous ! )
==> mingw-w64-gcc dependencies:
 - zlib (already installed)
 - libmpc (already installed)
 - mingw-w64-binutils (already installed)
 - mingw-w64-headers (already installed)
 - gcc-ada (already installed) [makedepend]
 - mingw-w64-crt (building from AUR)
 - mingw-w64-winpthreads (building from AUR)


==> Continue building mingw-w64-gcc ? [Y/n]
==> ---------------------------------------
==> 
==> Building and installing package
==> Install or build missing dependencies for mingw-w64-gcc:

==> Downloading mingw-w64-crt PKGBUILD from AUR...
x .SRCINFO
x PKGBUILD
City-busz commented on 2018-01-07 21:14			 

mingw-w64-crt 5.0.3-1  (2018-01-07 17:32)
( Unsupported package: Potentially dangerous ! )
==> mingw-w64-crt dependencies:
 - mingw-w64-binutils (already installed) [makedepend]
 - mingw-w64-headers (already installed) [makedepend]
 - mingw-w64-gcc (building from AUR) [makedepend]


==> Continue building mingw-w64-crt ? [Y/n]
==> ---------------------------------------
==> 
==> Building and installing package
==> Install or build missing dependencies for mingw-w64-crt:

==> Downloading mingw-w64-gcc PKGBUILD from AUR...
x .SRCINFO
x PKGBUILD
cmc commented on 2018-01-25 00:54			 

baratharon commented on 2018-01-31 15:50			 

agentcobra commented on 2018-02-05 22:43			 

marmistrz commented on 2018-02-10 07:52			 

Forgon commented on 2018-02-11 14:39			 

mingw-w64-gcc 7.3.0-1  (2018-02-03 09:38)
( Unsupported package: Potentially dangerous ! )
==> mingw-w64-gcc dependencies:
 - zlib (already installed)
 - libmpc (already installed)
 - mingw-w64-binutils (already installed)
 - mingw-w64-headers (already installed)
 - gcc-ada (already installed) [makedepend]
 - mingw-w64-crt (building from AUR)
 - mingw-w64-winpthreads (building from AUR)


==> Continue building mingw-w64-gcc ? [Y/n]
==> ---------------------------------------
==> 
==> Building and installing package
==> Install or build missing dependencies for mingw-w64-gcc:

==> Downloading mingw-w64-crt PKGBUILD from AUR...
x .SRCINFO
x PKGBUILD
City-busz commented on 2018-01-07 21:14			 

mingw-w64-crt 5.0.3-1  (2018-01-07 17:32)
( Unsupported package: Potentially dangerous ! )
==> mingw-w64-crt dependencies:
 - mingw-w64-binutils (already installed) [makedepend]
 - mingw-w64-headers (already installed) [makedepend]
 - mingw-w64-gcc (building from AUR) [makedepend]


==> Continue building mingw-w64-crt ? [Y/n]
==> ---------------------------------------
==> 
==> Building and installing package
==> Install or build missing dependencies for mingw-w64-crt:

==> Downloading mingw-w64-gcc PKGBUILD from AUR...
x .SRCINFO
x PKGBUILD
cmc commented on 2018-01-25 00:54			 

baratharon commented on 2018-01-31 15:50			 

agentcobra commented on 2018-02-05 22:43			 

marmistrz commented on 2018-02-10 07:52			 

Forgon commented on 2018-02-11 14:39			 

mingw-w64-gcc 7.3.0-1  (2018-02-03 09:38)
( Unsupported package: Potentially dangerous ! )
==> mingw-w64-gcc dependencies:
 - zlib (already installed)
 - libmpc (already installed)
 - mingw-w64-binutils (already installed)
 - mingw-w64-headers (already installed)
 - gcc-ada (already installed) [makedepend]
 - mingw-w64-crt (building from AUR)
 - mingw-w64-winpthreads (building from AUR)


==> Continue building mingw-w64-gcc ? [Y/n]
==> ---------------------------------------
==> 
==> Building and installing package
==> Install or build missing dependencies for mingw-w64-gcc:

==> Downloading mingw-w64-crt PKGBUILD from AUR...
x .SRCINFO
x PKGBUILD
City-busz commented on 2018-01-07 21:14			 

mingw-w64-crt 5.0.3-1  (2018-01-07 17:32)
( Unsupported package: Potentially dangerous ! )
==> mingw-w64-crt dependencies:
 - mingw-w64-binutils (already installed) [makedepend]
 - mingw-w64-headers (already installed) [makedepend]
 - mingw-w64-gcc (building from AUR) [makedepend]


==> Continue building mingw-w64-crt ? [Y/n]
==> ---------------------------------------
==> 
==> Building and installing package
==> Install or build missing dependencies for mingw-w64-crt:
^C

Offline

#7 2018-02-14 09:53:51

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,738

Re: Cyclic depends - mingw-w64-gcc

mingw-w64-gcc-base should provide the the mingw-w64-gcc for fulfilling the makedep. Are you sure it installed correctly?

Online

Board footer

Powered by FluxBB