Bug 136209 - Cannot compile Konqi styles, makefile problem
Summary: Cannot compile Konqi styles, makefile problem
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kopete
Classification: Applications
Component: Chatwindow Styles (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-23 22:49 UTC by Aaron Williams
Modified: 2021-07-12 10:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Makefile indicating the problem from kdenetwork-3.5.5/kopete/styles/Konqi/Contents/Resources/Variants/ (27.60 KB, text/plain)
2006-10-23 22:50 UTC, Aaron Williams
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Williams 2006-10-23 22:49:00 UTC
Version:           unknown (using KDE KDE 3.5.5)
Installed from:    Compiled From Sources
Compiler:          gcc version 3.3.6
OS:                SunOS (sun4u) release 5.8

I get the following when I try and compile Kopete:

Making all in konqui
make[1]: Entering directory `/var/tmp/kde/archive/3.5.5/kdenetwork-3.5.5/kopete/styles/Konqi/Contents/Resources/Variants/konqui'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/kde/archive/3.5.5/kdenetwork-3.5.5/kopete/styles/Konqi/Contents/Resources/Variants/konqui'
make[1]: Entering directory `/var/tmp/kde/archive/3.5.5/kdenetwork-3.5.5/kopete/styles/Konqi/Contents/Resources/Variants'
make[1]: *** No rule to make target `Side_green_without_transparency.css', needed by `all-am'.  Stop.
make[1]: Leaving directory `/var/tmp/kde/archive/3.5.5/kdenetwork-3.5.5/kopete/styles/Konqi/Contents/Resources/Variants'
make: *** [all-recursive] Error 1
Comment 1 Aaron Williams 2006-10-23 22:50:36 UTC
Created attachment 18237 [details]
Makefile indicating the problem from kdenetwork-3.5.5/kopete/styles/Konqi/Contents/Resources/Variants/

Makefile indicating the problem.
Comment 2 Ollivier-Lapeyre Johann 2006-10-24 09:36:41 UTC
i'll check that this evening

23 Oct 2006 20:49:01 -0000, aaronw@net.com <aaronw@net.com>:
[bugs.kde.org quoted mail]
i'll check that this evening<br><br><div><span class="gmail_quote">23 Oct 2006 20:49:01 -0000, <a href="mailto:aaronw@net.com">aaronw@net.com</a> &lt;<a href="mailto:aaronw@net.com">aaronw@net.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
------- You are receiving this mail because: -------<br>You are the assignee for the bug, or are watching the assignee.<br><br><a href="http://bugs.kde.org/show_bug.cgi?id=136209">http://bugs.kde.org/show_bug.cgi?id=136209
</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Summary: Cannot compile Konqui styles, makefile problem<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Product: kopete<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Version: unspecified<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Platform: Compiled Sources<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OS/Version: Solaris<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Status: UNCONFIRMED
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Severity: normal<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Priority: NOR<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Component: general<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AssignedTo: kopete-devel kde org<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ReportedBy: aaronw net com<br><br><br>Version:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unknown (using KDE KDE 
3.5.5)<br>Installed from:&nbsp;&nbsp;&nbsp;&nbsp;Compiled From Sources<br>Compiler:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gcc version 3.3.6<br>OS:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SunOS (sun4u) release 5.8<br><br>I get the following when I try and compile Kopete:<br><br>Making all in konqui
<br>make[1]: Entering directory `/var/tmp/kde/archive/3.5.5/kdenetwork-3.5.5/kopete/styles/Konqi/Contents/Resources/Variants/konqui'<br>make[1]: Nothing to be done for `all'.<br>make[1]: Leaving directory `/var/tmp/kde/archive/3.5.5/kdenetwork-
3.5.5/kopete/styles/Konqi/Contents/Resources/Variants/konqui'<br>make[1]: Entering directory `/var/tmp/kde/archive/3.5.5/kdenetwork-3.5.5/kopete/styles/Konqi/Contents/Resources/Variants'<br>make[1]: *** No rule to make target `Side_green_without_transparency.css', needed by `all-am'.&nbsp;&nbsp;Stop.
<br>make[1]: Leaving directory `/var/tmp/kde/archive/3.5.5/kdenetwork-3.5.5/kopete/styles/Konqi/Contents/Resources/Variants'<br>make: *** [all-recursive] Error 1<br>_______________________________________________<br>kopete-devel mailing list
<br><a href="mailto:kopete-devel@kde.org">kopete-devel@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/kopete-devel">https://mail.kde.org/mailman/listinfo/kopete-devel</a><br></blockquote></div><br>
Comment 3 Matt Rogers 2007-06-09 05:59:27 UTC
why would there be a problem with making the style on Solaris compared to Linux? Are you not using GNU Make or something like that? The Makefile doesn't look wrong, so that's a bit weird
Comment 4 Aaron Williams 2007-06-11 22:28:06 UTC
I used GNU Make.  It's been a while (and I am no longer using Solaris much) but I think there were some typos or something WRT filenames or something here.
Comment 5 Andrew Crouthamel 2018-11-02 04:19:29 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 6 Andrew Crouthamel 2018-11-16 02:37:48 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version?

Thank you for helping us make KDE software even better for everyone!
Comment 7 Aaron Williams 2018-11-16 03:18:10 UTC
Given that this bug is over 10 years old and I no longer use Solaris, there's not much I can do about it.