Andre_H: yep, staging will not appear there. it might be possible that winehq will mirror the repo though
DarkPlayer
winehq will most probably mirror the patches
Andre_H
in a ftp or in a git way?
DarkPlayer
i would think of a git mirror
Andre_H
so beside of that all staging related things we agreed on at wineconf are implemented now?
slackner
Andre_H: no, there is a lot still missing
Andre_H
for example? (trying to get some infos for todays WWN)
DarkPlayer
we working on providing binary packages, but we still don't know how we are supposed to provide the packages
nsivov
patch flow things are not there yet
meaning patch status list
DarkPlayer
i heard that they have a CDN now, but no one talked to us so far about syncing files and the details of the repositories
nsivov
i think it's still in a process of setting that up, but no need to wait for that, better to ask right away
Andre_H
well, I don't consider the packaging things as a part of "staging integration"
sure, you did the work, but it's packaging of wine, not wine itself
slackner
- patch status page needs to be updated for signed-off-by
- automatic reject notifications still missing
(i think we agreed on that point at wineconf, right?)
- assigning reviewers might also need changes
DarkPlayer
another thing which is missing so far, is a way to submit patches explicitly to staging. This is not really upstreams fault though, we haven't decided about the optimal way yet.
slackner
- and, as mentioned yesterday, the current MAINTAINERS list doesn't really work yet for areas without frequent contributors
yep, thats another good point
Andre_H
that all doesn't sound that "staging" to me... we have staging things in the bugzilla related infrastructure now, that is staging integration to me
DarkPlayer: good point
slackner
Andre_H: well, i would consider it all part of the staging integration. obviously changes do not only affect one of both sides ;)
jactry joined the channel
edoardo joined the channel
edoardo
Hello
I have an issue with wine-staging
I can't open any exe
fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 2
this is the error
and then "bad exe format"
slackner
edoardo: which distribution?
edoardo
Debian Stretch
oh hang on
looks like i'm not running staging
wine --version
wine-1.6.2
slackner
edoardo: yep, that isn't wine-staging. but your description of the problem sounds like you are missing the 32-bit part of wine
edoardo
i have the 32 bit wine
with multiarch
wine:i386 and wine64:x86_64
slackner
edoardo: do you have wine-staging installed in parallel, and if yes, does it show the same issue?
(most packages install it to /opt/wine-staging/bin/wine)
edoardo
nope i tought to have staging in this machine, but i have the stock wine
let me add the staging version
and remove the old one
slackner
edoardo: its most likely not a problem of wine in general, but either a missing package, or a broken wine build
edoardo
that's why i'm removing the entire install
slackner
edoardo: most distros are not aware that the stable version 1.6.2 released over 2 years ago doesn't build properly with modern gcc 5 anymore
edoardo
what packages do i need?
wine-staging and wine-staging-amd64?
ok nvm, solved it
slackner
edoardo: just wine-staging, it will pull in all required dependencies