Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trizen cannot deal updating -git packages hosted on bitbucket #240

Open
C0rn3j opened this issue Jun 28, 2021 · 3 comments
Open

Trizen cannot deal updating -git packages hosted on bitbucket #240

C0rn3j opened this issue Jun 28, 2021 · 3 comments

Comments

@C0rn3j
Copy link

C0rn3j commented Jun 28, 2021

% trizen -S --noconfirm --noedit --needed --devel -u                         
:: Pacman command: /usr/bin/sudo /usr/bin/pacman -S -u --needed --noconfirm
:: Starting full system upgrade...
 there is nothing to do
<other packages checking fine>
:: readymedia-transcode-git checking https://bitbucket.org/stativ/readymedia-transcode.git#branch=transcode for updates...
remote: Not Found
fatal: repository 'https://bitbucket.org/stativ/readymedia-transcode.git#branch=transcode/' not found
<other packages checking fine>
:: No AUR updates found...

Returns code 128.

@Morganamilo
Copy link

The issue may be that trizen doesn't handle the fragment/query part like it should.

@trizen
Copy link
Owner

trizen commented Jul 8, 2021

This seems to be an issue with using https for bitbucket links:

git clone https://bitbucket.org/stativ/readymedia-transcode.git\#branch\=transcode

Output:

Cloning into 'readymedia-transcode.git#branch=transcode'...
remote: Not Found
fatal: repository 'https://bitbucket.org/stativ/readymedia-transcode.git#branch=transcode/' not found

However, this fails as well (maybe a temporary fail?):

git clone git://bitbucket.org/stativ/readymedia-transcode.git\#branch\=transcode

Output:

Cloning into 'readymedia-transcode.git#branch=transcode'...
fatal: unable to connect to bitbucket.org:
bitbucket.org[0: 104.192.141.1]: errno=Connection timed out
bitbucket.org[1: 2406:da00:ff00::6b17:d1f5]: errno=Address family not supported by protocol
bitbucket.org[2: 2406:da00:ff00::22c3:9b0a]: errno=Address family not supported by protocol
bitbucket.org[3: 2406:da00:ff00::22c2:513]: errno=Address family not supported by protocol

@Morganamilo
Copy link

I already said the issue is trizen not handling the fragment part. Nothing to do with https.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants