<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div style="line-height: 21.3px; color: rgb(68, 68, 68); font-size: 15px; background-color: rgb(255, 255, 255);">Originally posted at <a href="https://github.com/Christoffen-Corporation/logo-generator/issues/7" target="" style="line-height: 21.3px; font-weight: inherit; color: rgb(0, 104, 207); cursor: pointer;">https://github.com/Christoffen-Corporation/logo-generator/issues/7</a>. </div><div style="line-height: 21.3px; color: rgb(68, 68, 68); font-size: 15px; background-color: rgb(255, 255, 255);"><br style="line-height: 21.3px;"></div><div style="line-height: 21.3px; color: rgb(68, 68, 68); font-size: 15px; background-color: rgb(255, 255, 255);">All files that were originally used are linked below, but if anyone is uncomfortable with direct links that automatically download the files to the Downloads folder, I'll attempt to attach them in the message as well (though I've never attached anything in a mailing list before).</div><div style="line-height: 21.3px; color: rgb(68, 68, 68); font-size: 15px; background-color: rgb(255, 255, 255);"><br style="line-height: 21.3px;"></div><blockquote style="line-height: 21.3px; color: rgb(68, 68, 68); font-size: 15px; border: none; padding-right: 0px; padding-left: 0px; background-color: rgb(255, 255, 255);"><div style="line-height: 21.3px;">I'm having Flatpak troubles (I'm in Fedora 24):</div><div style="line-height: 21.3px;"><br style="line-height: 21.3px;"></div><div style="line-height: 21.3px;">This is a project I've been working on to learn how different parts of a GNU/Linux system come together with each program. In this case, a Gtk+ application with a CLI backend, GNU Autotools, the works.</div><div style="line-height: 21.3px;"><br style="line-height: 21.3px;"></div><div style="line-height: 21.3px;">So, I've tried thus far to get this repository to build locally using ``flatpak build``, but it gets through the process and then subsequently gives me:</div><div style="line-height: 21.3px;"><br style="line-height: 21.3px;"></div><div style="line-height: 21.3px;">Failed to register: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown</div><div style="line-height: 21.3px;"><br style="line-height: 21.3px;"></div><div style="line-height: 21.3px;">I'm new to this, but the idea of each application (at least partially) being enclosed in its own OS-like environment is really cool. The output is in a shell script:</div><div style="line-height: 21.3px;"><br style="line-height: 21.3px;"></div><div style="line-height: 21.3px;">----</div><div style="line-height: 21.3px;">flatpak build-init logo-generator3 org.christoffen.Logogenerator3 org.gnome.Sdk org.gnome.Platform 3.20</div><div style="line-height: 21.3px;">cd logo-generator-2.0.4</div><div style="line-height: 21.3px;">flatpak build ../logo-generator3 ./configure --prefix=/app</div><div style="line-height: 21.3px;">flatpak build ../logo-generator3 make</div><div style="line-height: 21.3px;">flatpak build ../logo-generator3 make install</div><div style="line-height: 21.3px;">cd ..</div><div style="line-height: 21.3px;">flatpak build-finish logo-generator3 --command=logogenerator</div><div style="line-height: 21.3px;">flatpak build-export repo logo-generator3</div><div style="line-height: 21.3px;">flatpak --user remote-add --no-gpg-verify --if-not-exists logo-generator3-repo repo</div><div style="line-height: 21.3px;">flatpak --user install logo-generator3-repo org.christoffen.Logogenerator3</div><div style="line-height: 21.3px;">flatpak run org.christoffen.Logogenerator3</div><div style="line-height: 21.3px;">----</div><div style="line-height: 21.3px;"><br style="line-height: 21.3px;"></div><div style="line-height: 21.3px;">And I've outputted the results to a file and copied them here for further convenience (because I know that without exact output it may be difficult to help):</div><div style="line-height: 21.3px;"><br style="line-height: 21.3px;"></div><div style="line-height: 21.3px;">----</div><div style="line-height: 21.3px;">checking for a BSD-compatible install... /usr/bin/install -c</div><div style="line-height: 21.3px;">checking whether build environment is sane... yes</div><div style="line-height: 21.3px;">checking for a thread-safe mkdir -p... /usr/bin/mkdir -p</div><div style="line-height: 21.3px;">checking for gawk... gawk</div><div style="line-height: 21.3px;">checking whether make sets $(MAKE)... yes</div><div style="line-height: 21.3px;">checking whether make supports nested variables... yes</div><div style="line-height: 21.3px;">checking for pkg-config... /usr/bin/pkg-config</div><div style="line-height: 21.3px;">checking pkg-config is at least version 0.9.0... yes</div><div style="line-height: 21.3px;">checking for CAIRO... yes</div><div style="line-height: 21.3px;">checking for GTK3... yes</div><div style="line-height: 21.3px;">checking for gcc... gcc</div><div style="line-height: 21.3px;">checking whether the C compiler works... yes</div><div style="line-height: 21.3px;">checking for C compiler default output file name... a.out</div><div style="line-height: 21.3px;">checking for suffix of executables... </div><div style="line-height: 21.3px;">checking whether we are cross compiling... no</div><div style="line-height: 21.3px;">checking for suffix of object files... o</div><div style="line-height: 21.3px;">checking whether we are using the GNU C compiler... yes</div><div style="line-height: 21.3px;">checking whether gcc accepts -g... yes</div><div style="line-height: 21.3px;">checking for gcc option to accept ISO C89... none needed</div><div style="line-height: 21.3px;">checking whether gcc understands -c and -o together... yes</div><div style="line-height: 21.3px;">checking for style of include used by make... GNU</div><div style="line-height: 21.3px;">checking dependency style of gcc... gcc3</div><div style="line-height: 21.3px;">checking that generated files are newer than configure... done</div><div style="line-height: 21.3px;">configure: creating ./config.status</div><div style="line-height: 21.3px;">config.status: creating Makefile</div><div style="line-height: 21.3px;">config.status: creating src/Makefile</div><div style="line-height: 21.3px;">config.status: creating config.h</div><div style="line-height: 21.3px;">config.status: config.h is unchanged</div><div style="line-height: 21.3px;">config.status: executing depfiles commands</div><div style="line-height: 21.3px;">make  all-recursive</div><div style="line-height: 21.3px;">make[1]: Entering directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4'</div><div style="line-height: 21.3px;">Making all in src</div><div style="line-height: 21.3px;">make[2]: Entering directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4/src'</div><div style="line-height: 21.3px;">make[2]: Nothing to be done for 'all'.</div><div style="line-height: 21.3px;">make[2]: Leaving directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4/src'</div><div style="line-height: 21.3px;">make[2]: Entering directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4'</div><div style="line-height: 21.3px;">make[2]: Leaving directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4'</div><div style="line-height: 21.3px;">make[1]: Leaving directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4'</div><div style="line-height: 21.3px;">Making install in src</div><div style="line-height: 21.3px;">make[1]: Entering directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4/src'</div><div style="line-height: 21.3px;">make[2]: Entering directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4/src'</div><div style="line-height: 21.3px;"> /usr/bin/mkdir -p '/app/bin'</div><div style="line-height: 21.3px;">  /usr/bin/install -c ../logogenerator '/app/bin'</div><div style="line-height: 21.3px;">make[2]: Nothing to be done for 'install-data-am'.</div><div style="line-height: 21.3px;">make[2]: Leaving directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4/src'</div><div style="line-height: 21.3px;">make[1]: Leaving directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4/src'</div><div style="line-height: 21.3px;">make[1]: Entering directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4'</div><div style="line-height: 21.3px;">make[2]: Entering directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4'</div><div style="line-height: 21.3px;">make[2]: Nothing to be done for 'install-exec-am'.</div><div style="line-height: 21.3px;">make[2]: Nothing to be done for 'install-data-am'.</div><div style="line-height: 21.3px;">make[2]: Leaving directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4'</div><div style="line-height: 21.3px;">make[1]: Leaving directory '/home/mgagemorgan/flatpak/logo-generator-2.0.4'</div><div style="line-height: 21.3px;">Please review the exported files and the metadata</div><div style="line-height: 21.3px;">Commit: c585870711450e45f0b6c19aefee27ab11d9729d84ea06fee81a99d295c2fe03</div><div style="line-height: 21.3px;">Metadata Total: 9</div><div style="line-height: 21.3px;">Metadata Written: 2</div><div style="line-height: 21.3px;">Content Total: 2</div><div style="line-height: 21.3px;">Content Written: 1</div><div style="line-height: 21.3px;">Content Bytes Written: 167 (167 bytes)</div><div style="line-height: 21.3px;">----</div><div style="line-height: 21.3px;"><br style="line-height: 21.3px;"></div><div style="line-height: 21.3px;">Also, I have an image of the terminal's error after I ran the script (because this was originally uploaded to GitHub, but I'll try to attach as well):</div><div style="line-height: 21.3px;"><a href="https://cloud.githubusercontent.com/assets/13326489/17311624/b68c64c6-581a-11e6-8b42-c36ed6ef439c.png" target="_blank" style="line-height: 21.3px; font-weight: inherit; color: rgb(0, 104, 207); cursor: pointer;">https://cloud.githubusercontent.com/assets/13326489/17311624/b68c64c6-581a-11e6-8b42-c36ed6ef439c.png</a></div><div style="line-height: 21.3px;"><br style="line-height: 21.3px;"></div><div style="line-height: 21.3px;">And I'll also include the direct files (specifically, the script and the results):</div><div style="line-height: 21.3px;"><br style="line-height: 21.3px;"></div><div style="line-height: 21.3px;">build.sh:</div><div style="line-height: 21.3px;"><a href="https://github.com/Christoffen-Corporation/logo-generator/files/394933/build.sh.txt" target="_blank" style="line-height: 21.3px; font-weight: inherit; color: rgb(0, 104, 207); cursor: pointer;">https://github.com/Christoffen-Corporation/logo-generator/files/394933/build.sh.txt</a></div><div style="line-height: 21.3px;">(rename and take off the .txt to turn back to shell)</div><div style="line-height: 21.3px;"><br style="line-height: 21.3px;"></div><div style="line-height: 21.3px;">results.txt:</div><div style="line-height: 21.3px;"><a href="https://github.com/Christoffen-Corporation/logo-generator/files/394934/results.txt" target="_blank" style="line-height: 21.3px; font-weight: inherit; color: rgb(0, 104, 207); cursor: pointer;">https://github.com/Christoffen-Corporation/logo-generator/files/394934/results.txt</a></div><div style="line-height: 21.3px;"><br style="line-height: 21.3px;"></div></blockquote><div style="line-height: 21.3px; color: rgb(68, 68, 68); font-size: 15px; background-color: rgb(255, 255, 255);">Thanks in advance for any help.</div><div style="line-height: 21.3px; color: rgb(68, 68, 68); font-size: 15px; background-color: rgb(255, 255, 255);">--MGage Morgan </div>                                    </div></body>
</html>