stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.23 and js-ipfs 0.41 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of
<zzo38> Do you know how to work this?
Acacia has quit [Ping timeout: 240 seconds]
Acacia has joined #ipfs
}ls{ has quit [Quit: real life interrupt]
<zzo38> I looked at the stuff; maybe a "namespace" multicodec 0x3C should be assigned for message IDs?
<zzo38> Is someone on who can help me with my questions please?
mowcat has quit [Remote host closed the connection]
The_8472 has quit [Ping timeout: 252 seconds]
<zzo38> Perhaps will also need a multicodec number for the list of articles, as well as for the article itself. (For the latter, the MIME type message/news or message/rfc822 could be used; see issue #4 on the Github repository.)
The_8472 has joined #ipfs
pecastro has quit [Ping timeout: 258 seconds]
The_8472 has quit [Ping timeout: 248 seconds]
The_8472 has joined #ipfs
zeden has quit [Quit: WeeChat 2.6]
ygrek__ has quit [Ping timeout: 240 seconds]
zzo38 has left #ipfs [#ipfs]
krotos has quit [Ping timeout: 256 seconds]
krotos has joined #ipfs
maxzor_ has joined #ipfs
stoopkid has quit [Quit: Connection closed for inactivity]
<ipfsbot> Ryan @arby posted in Web GossipSub / Stardust - https://discuss.ipfs.io/t/web-gossipsub-stardust/7394/1
KempfCreative has quit [Ping timeout: 255 seconds]
antibios has joined #ipfs
dwilliams has joined #ipfs
cheet has joined #ipfs
cheet has quit [Read error: Connection reset by peer]
KempfCreative has joined #ipfs
krotos has quit [Read error: Connection reset by peer]
fleeky has quit [Ping timeout: 240 seconds]
krotos has joined #ipfs
Belkaar has quit [Ping timeout: 240 seconds]
The_8472 has quit [Ping timeout: 252 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
antibios has quit [Ping timeout: 260 seconds]
The_8472 has joined #ipfs
Newami has joined #ipfs
Newami has quit [Remote host closed the connection]
fleeky has joined #ipfs
noresult has joined #ipfs
shizy has quit [Remote host closed the connection]
dwilliams has quit [Ping timeout: 256 seconds]
dwilliams has joined #ipfs
null1337 has joined #ipfs
CCR5-D32 has quit [Quit: ZZZzzz…]
The_8472 has quit [Ping timeout: 248 seconds]
The_8472 has joined #ipfs
verin0x6 has joined #ipfs
verin0x has quit [Ping timeout: 260 seconds]
verin0x6 is now known as verin0x
dwilliams has quit [Ping timeout: 256 seconds]
cheet has joined #ipfs
cheet has quit [Write error: Connection reset by peer]
hkaddoil[m] has joined #ipfs
Taoki has quit [Read error: Connection reset by peer]
Taoki has joined #ipfs
jayjo has quit [Quit: ZNC 1.7.3 - https://znc.in]
gniux has joined #ipfs
jayjo has joined #ipfs
gniux has quit [Remote host closed the connection]
dntbrsnbl[m] has joined #ipfs
cheet has joined #ipfs
cheet has quit [Read error: Connection reset by peer]
cheet has joined #ipfs
cheet has quit [Read error: Connection reset by peer]
KempfCreative has quit [Ping timeout: 240 seconds]
null1337 has quit [Ping timeout: 256 seconds]
null1337 has joined #ipfs
null1337 has quit [Ping timeout: 258 seconds]
null1337 has joined #ipfs
rappet has quit [Ping timeout: 252 seconds]
rappet has joined #ipfs
ipfs-stackbot has quit [Remote host closed the connection]
ipfs-stackbot has joined #ipfs
delli3 has quit [Read error: Connection reset by peer]
null1337 has quit [Ping timeout: 256 seconds]
null1337 has joined #ipfs
Adbray has quit [Quit: Ah! By Brain!]
malestorm has joined #ipfs
xcm has quit [Read error: Connection reset by peer]
xcm has joined #ipfs
malestorm has quit [Quit: malestorm]
malestorm has joined #ipfs
kolja_1329 has joined #ipfs
cheet has joined #ipfs
cheet has quit [Read error: Connection reset by peer]
Ai9zO5AP has quit [Quit: WeeChat 2.7.1]
Adbray has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
Ecran has joined #ipfs
caseorganic has joined #ipfs
bengates has joined #ipfs
caseorganic has quit [Quit: Updating details, brb]
cheet has joined #ipfs
cheet has quit [Read error: Connection reset by peer]
dax has joined #ipfs
dax is now known as Guest17914
mappum has quit [Ping timeout: 240 seconds]
mappum has joined #ipfs
ylp has joined #ipfs
fridim has quit [Ping timeout: 252 seconds]
rendar has joined #ipfs
fridim has joined #ipfs
Newami has joined #ipfs
Newami has quit [Remote host closed the connection]
D_ has quit [Remote host closed the connection]
D_ has joined #ipfs
pecastro has joined #ipfs
jeeebz has joined #ipfs
<jeeebz> Hello ! I'm trying to build ipfs offline, but I meet some trouble, there are 12 packages it tries to download (only 12 on 164).
<jeeebz> The build log : https://termbin.com/hj39
<jeeebz> the ... .spec : https://termbin.com/ygca
<jeeebz> Does someone have any idea why this 12 packages need to be redownload (and are present in ./vendor)
kolja_1329 has quit [Remote host closed the connection]
vmx has joined #ipfs
anadahz has quit [Ping timeout: 240 seconds]
mowcat has joined #ipfs
teleton has joined #ipfs
teteton has joined #ipfs
anadahz has joined #ipfs
teteton has quit [Remote host closed the connection]
teleton has quit [Remote host closed the connection]
teleton has joined #ipfs
<odisseus[m]> I don't know anything about building Go, but I'd check whether all metadata about those packages is present in the correct places
<jeeebz> odisseus[m]: what is a correct place ? is ./vendor a correct place ? The metadata is go.mod ?
<odisseus[m]> Yes, so it seems
<odisseus[m]> Did you put those packages there manually or did you use a dedicated tool for that purpose?
<jeeebz> more or less manually, I do :
<jeeebz> mkdir -p ./vendor
<jeeebz> pushd ./vendor
<jeeebz> tar zxf %{SOURCE1}
<jeeebz> and so on until %{SOURCE164}
<jeeebz> the sources are .tar.gz from github, sometime commit, sometime release.
<odisseus[m]> You are most certainly missing some kind of metadata
<odisseus[m]> I cannot tell you what exactly, because I know anything about building Go
<odisseus[m]> But this article might be of help to you: https://blog.golang.org/migrating-to-go-modules
<odisseus[m]> * I cannot tell you what exactly, because I don't know anything about building Go
CCR5-D32 has joined #ipfs
<jeeebz> :/ I tried, but for example, it tries to redownload bitswap. Even if I have bitswap in my ./vendor. And the project bitswap contains already a go.mod. the command go mod init fails telling there is already a go.mod.
<jeeebz> :/
<jeeebz> odisseus[m]: I found one module without go.mod
<jeeebz> I unpack the tar.gz in the vendor directory, then enter inside the jsondiff project, type the go mod init jsondiff,
<jeeebz> it generates the go.mod, but when trying to build, it still try to download jsondiff...
<jeeebz> Well... I should work. ipfs will be for another time.
<jeeebz> Thank you again odisseus[m] !
<odisseus[m]> Does the version of that module match the requirements of your other modules?
<jeeebz> Pretty sure :
<jeeebz> go: github.com/elgris/jsondiff@v0.0.0-20160530203242-765b5c24c302: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/jybz/rpmbuild/BUILD/go-ipfs-0.4.23/vendor/pkg/mod/cache/vcs/cfdc133a7ae0e82ea2e75637dd69da2423964a8a25b9a7d2ad87e9cc63efb7e8: exit status 128:
mowcat has quit [Remote host closed the connection]
<odisseus[m]> I mean, in the metadata file
<jeeebz> The go.mod is...
<jeeebz> Like useless.
<jeeebz> it contains only two lines
<jeeebz> one "module jsondiff"
<jeeebz> and one "go 1.12"
<odisseus[m]> I guess the package maintainer should populate it
<odisseus[m]> In your particular case, that would be you
<jeeebz> ok...
<odisseus[m]> But I'm certain that the actual maintainers have the full metadata file somewhere
<odisseus[m]> Perhaps in a different repository, or maybe just in a different branch
mowcat has joined #ipfs
<jeeebz> odisseus[m]: that was a particular case.
<jeeebz> there is, for example, go-bitswap
<jeeebz> it contains a populated go.mod
<jeeebz> but building ipfs try to redownload go-bitswap and ignore the one in vendor.
<jeeebz> (with the same source, github)
<jeeebz> Oh, I note something interresting
<jeeebz> All of ones I have troubles have an extended name in go.mod of ipfs
<jeeebz> For example : github.com/ipfs/go-bitswap v0.0.8-0.20200117195305-e37498cf10d6
<jeeebz> other dependencies are like : github.com/ipfs/dir-index-html v1.0.3
<jeeebz> I download go-bitswap "only" as v0.0.8
<jeeebz> The release
<jeeebz> and not the commit of the release
<jeeebz> (which is exactly the same, except the directory name...)
<odisseus[m]> You can try editing the version requirements for the ipfs module and see what happens
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
<jeeebz> odisseus[m]: I will try, but there is somehting strange...
<jeeebz> With go-bitswap from ipfs...
<jeeebz> The dependence is "v0.0.8" and have a date of 2020
<jeeebz> 2020-01-17 at 19:53
<jeeebz> I don't find this commit
<odisseus[m]> It is quite old actually
<jeeebz> yes, and I don't find the related commit "e37498cf10d6"
<jeeebz> Ohhhh
xcm has quit [Ping timeout: 255 seconds]
xcm has joined #ipfs
<jeeebz> Ok... I used that commit instead of the version 0.0.8
<jeeebz> but it still try to download...
<jeeebz> I will try to change the dependence version...
<jeeebz> Well !
<jeeebz> It stop trying to download go-bitswap !
<jeeebz> I don't know what is the problem with the dependence ID (I don't know how it is managed)
<jeeebz> ok, I've a problem with (almost) all dep build on that scheme :
<jeeebz> github.com/elgris/jsondiff v0.0.0-20160530203242-765b5c24c302
<jeeebz> (like 12/15)
<jeeebz> 12/17 *
<jeeebz> no one with a dep build on classical scheme
<odisseus[m]> Maybe these references are created by some dependency management tool, which is capable of resolving them
krotos has quit [Ping timeout: 240 seconds]
krotos has joined #ipfs
probono_ has quit [Ping timeout: 272 seconds]
probono_ has joined #ipfs
mowcat has quit [Remote host closed the connection]
jcea has joined #ipfs
TiaguilsoDiscord has joined #ipfs
KempfCreative has joined #ipfs
zeden has joined #ipfs
llorllale has quit [Quit: WeeChat 1.9.1]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
__jrjsmrtn__ has quit [Ping timeout: 240 seconds]
__jrjsmrtn__ has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
malestorm has quit [Quit: malestorm]
fleeky has quit [Ping timeout: 256 seconds]
<jeeebz> odisseus[m]: Ok, I don't see any fatal error anymore
<jeeebz> no attemp to download anything
<jeeebz> but...
<jeeebz> I get for all dependencies "Unknown revision" and finaly "error loading module requirements" https://termbin.com/zns5s
}ls{ has joined #ipfs
fleeky has joined #ipfs
seba-- has joined #ipfs
Tsukimaru has quit [Ping timeout: 240 seconds]
seba- has quit [Ping timeout: 258 seconds]
MrSparkle has quit [Remote host closed the connection]
MrSparkle has joined #ipfs
Tsukimaru has joined #ipfs
jokoon has joined #ipfs
jcea has quit [Quit: jcea]
ipfs-stackbot has quit [Remote host closed the connection]
ipfs-stackbot has joined #ipfs
jcea has joined #ipfs
Tsukimaru has quit [Remote host closed the connection]
LinearBoundedAut has joined #ipfs
vmx has quit [Quit: Leaving]
jcea has quit [Quit: jcea]
endvra has quit [Read error: Connection reset by peer]
endvra has joined #ipfs
jokoon has quit [Quit: Leaving]
ylp has quit [Quit: Leaving.]
Ecran has joined #ipfs
jcea has joined #ipfs
ellipizle[m] has joined #ipfs
bengates has quit [Remote host closed the connection]
messorian[m] has joined #ipfs
jeeebz has quit [Ping timeout: 256 seconds]
teleton has quit [Quit: Leaving]
The_8472 has quit [Ping timeout: 252 seconds]
<danger89> hey
<danger89> is somebody taking a look at GNUnet?
mowcat has joined #ipfs
The_8472 has joined #ipfs
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
tg has quit [Ping timeout: 272 seconds]
cheet has joined #ipfs
cheet has quit [Read error: Connection reset by peer]
tg has joined #ipfs
fleeky has quit [Read error: Connection reset by peer]
aaron[m]3 has joined #ipfs
ygrek__ has joined #ipfs
fleeky has joined #ipfs
maparentDiscord4 has joined #ipfs
Ai9zO5AP has joined #ipfs
dwilliams has joined #ipfs
pecastro has quit [Ping timeout: 256 seconds]
arch-nemesis has joined #ipfs
ZaZ has joined #ipfs
noresult has quit [Ping timeout: 255 seconds]
Fessus has quit [Ping timeout: 240 seconds]
obensource has joined #ipfs
colinbr has joined #ipfs
rendar has quit [Quit: echi = moron]
zeden has quit [Quit: WeeChat 2.6]
lalilulelo has joined #ipfs
zeden has joined #ipfs
lalilulelo has quit [Max SendQ exceeded]
pecastro has joined #ipfs
xcm has quit [Remote host closed the connection]
noresult has joined #ipfs
xcm has joined #ipfs
mowcat has quit [Remote host closed the connection]
factormystic has quit [Read error: Connection reset by peer]
mowcat has joined #ipfs
sz0 has joined #ipfs
<micahscopes> danger89: gnunet is pretty awesome
<micahscopes> the way gnunet's fs module uses hash functions is super clever and interesting
factormystic has joined #ipfs
joba has joined #ipfs
jcea has quit [Remote host closed the connection]
jcea has joined #ipfs
npfossDiscord[m] has joined #ipfs
Ecran has joined #ipfs
dwilliams has quit [Quit: WeeChat 2.6]
ZaZ has quit [Read error: Connection reset by peer]
<danger89> micahscopes: yea, I would like to use IPFS with GNS implementation.
<danger89> (GNU naming system)
<danger89> maybe you or somebody is intresting to help me with that?
<danger89> interested*
<danger89> Since I like the IPFS system for storage (instead of ip addresses with server/client principle), but I don't like Namecoin and I don't like IPNS
testAccount63Dis has joined #ipfs
VoiceOfReason has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
VoiceOfReason has joined #ipfs
Ai9zO5AP has quit [Ping timeout: 256 seconds]
Ai9zO5AP has joined #ipfs
arch-nemesis has quit [Quit: WeeChat 2.7.1]
arch-nemesis has joined #ipfs
sz0 has quit [Quit: Connection closed for inactivity]
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
mowcat has quit [Remote host closed the connection]
LinearBoundedAut has quit [Quit: Leaving]
maxzor_ has quit [Read error: Connection reset by peer]
mowcat has joined #ipfs
plexigras has quit [Ping timeout: 258 seconds]
NoctemDiscord[m] has joined #ipfs
joba has quit [Remote host closed the connection]
joba has joined #ipfs
joba has quit [Remote host closed the connection]
joba has joined #ipfs
joba has quit [Remote host closed the connection]
joba has joined #ipfs
ygrek__ has quit [Ping timeout: 258 seconds]
Fessus has joined #ipfs
e-Jim[m] has joined #ipfs
KempfCreative has quit [Remote host closed the connection]
MrSprinkles has joined #ipfs
KempfCreative has joined #ipfs
rardiol has joined #ipfs
MrSparkle has quit [Ping timeout: 258 seconds]
joba has quit [Remote host closed the connection]
joba has joined #ipfs
joba has quit [Remote host closed the connection]
joba has joined #ipfs
joba has quit [Max SendQ exceeded]
joba has joined #ipfs
PHiZiX has joined #ipfs
joba has quit [Ping timeout: 256 seconds]
krotos has quit [Ping timeout: 240 seconds]
<dietricha> Anyone have a good reference issue or documentation for explaining why IPFS needs relative URLs in web content? I’ve explained it quite a few times, but always wish there was a nice visual or step-by-step explanation I could share.
krotos has joined #ipfs
krotos has quit [Read error: Connection reset by peer]
krotos has joined #ipfs
awakecoding has quit [Quit: Connection closed for inactivity]
<ipfsbot> @emclab posted in Can all bootstrap nodes be blocked? - https://discuss.ipfs.io/t/can-all-bootstrap-nodes-be-blocked/7396/1
pecastro has quit [Ping timeout: 256 seconds]
e-Jim[m] has left #ipfs ["User left"]