Re: nanosleep configure check in Ubuntu precise

2014-12-12 Thread Torrance, Douglas
On 12/12/2014 06:31 PM, Christophe wrote:

> Hi according to your log file, there are way more things that just that which 
> seems to not be properly detected. Would you happen to have the "config.log" 
> to share?

I was able to reproduce the failed build locally with pbuilder, and have
attached the config.log.

Doug
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by WindowMaker configure 0.95.6+20141210, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure --prefix=/usr --mandir=/usr/share/man --includedir=/usr/include --sysconfdir=/etc --datadir=/usr/share --with-nlsdir=/usr/share/locale --with-pixmapdir=/usr/include/X11/pixmaps --with-gnustepdir=/usr/share/lib/GNUstep/System --disable-locale --enable-modelock --enable-xinerama CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DGLOBAL_DEFAULTS_SUBDIR=\"GNUstep/Defaults\" CPPFLAGS=-D_FORTIFY_SOURCE=2 CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security FFLAGS=-g -O2 LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro

## - ##
## Platform. ##
## - ##

hostname = gloria
uname -m = x86_64
uname -r = 3.16.0-24-generic
uname -s = Linux
uname -v = #32-Ubuntu SMP Tue Oct 28 13:07:32 UTC 2014

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## --- ##
## Core tests. ##
## --- ##

configure:2479: checking for a BSD-compatible install
configure:2547: result: /usr/bin/install -c
configure:2558: checking whether build environment is sane
configure:2608: result: yes
configure:2749: checking for a thread-safe mkdir -p
configure:2788: result: /bin/mkdir -p
configure:2801: checking for gawk
configure:2831: result: no
configure:2801: checking for mawk
configure:2817: found /usr/bin/mawk
configure:2828: result: mawk
configure:2839: checking whether make sets $(MAKE)
configure:2861: result: yes
configure:2890: checking whether make supports nested variables
configure:2907: result: yes
configure:3049: checking for gcc
configure:3065: found /usr/bin/gcc
configure:3076: result: gcc
configure:3305: checking for C compiler version
configure:3314: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3325: $? = 0
configure:3314: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:3325: $? = 0
configure:3314: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3325: $? = 4
configure:3314: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3325: $? = 4
configure:3345: checking whether the C compiler works
configure:3367: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DGLOBAL_DEFAULTS_SUBDIR=\"GNUstep/Defaults\" -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c  >&5
:0:25: warning: missing terminating " character [enabled by default]
configure:3371: $? = 0
configure:3419: result: yes
configure:3422: checking for C compiler default output file name
configure:3424: result: a.out
configure:3430: checking for suffix of executables
configure:3437: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -DGLOBAL_DEFAULTS_SUBDIR=\"GNUstep/Defaults\" -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c  >&5
:0:25: war

Re : nanosleep configure check in Ubuntu precise

2014-12-12 Thread Christophe

- Douglas Torrance  a écrit :
> Commit ff8fc10 introduced a check in the configure script for the
> nanosleep function.  I maintain a Launchpad ppa which automatically
> builds Window Maker packages from next for Ubuntu.  Everything builds
> just fine, except for the Precise Pangolin (Ubuntu 12.04) package, which
> results in an error:
> 
> configure: error: function 'nanosleep' not found, please report to
> wmaker-dev@lists.windowmaker.org
> 
> The full build log is available at [1].
> 
> Any ideas on what might be happening?

Hi according to your log file, there are way more things that just that which 
seems to not be properly detected. Would you happen to have the "config.log" to 
share?

> 
> Thanks!
> Doug
> 
> [1]
> https://launchpadlibrarian.net/192491416/buildlog_ubuntu-precise-amd64.wmaker_0.95.6%2B20141210-0ppa20141208~ubuntu12.04.1_FAILEDTOBUILD.txt.gz


--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


nanosleep configure check in Ubuntu precise

2014-12-12 Thread Torrance, Douglas
Commit ff8fc10 introduced a check in the configure script for the
nanosleep function.  I maintain a Launchpad ppa which automatically
builds Window Maker packages from next for Ubuntu.  Everything builds
just fine, except for the Precise Pangolin (Ubuntu 12.04) package, which
results in an error:

configure: error: function 'nanosleep' not found, please report to
wmaker-dev@lists.windowmaker.org

The full build log is available at [1].

Any ideas on what might be happening?

Thanks!
Doug

[1]
https://launchpadlibrarian.net/192491416/buildlog_ubuntu-precise-amd64.wmaker_0.95.6%2B20141210-0ppa20141208~ubuntu12.04.1_FAILEDTOBUILD.txt.gz


[PATCH (dockapps)] Add wmclock information for dockapps webpage.

2014-12-12 Thread Doug Torrance
---
 dockapps.db.in | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dockapps.db.in b/dockapps.db.in
index 5417c90..0f6bcb2 100644
--- a/dockapps.db.in
+++ b/dockapps.db.in
@@ -137,6 +137,13 @@ url = http://linux.nawebu.cz/wmcliphist/
 dockapps =
 category = General/Others
 
+[wmclock]
+image = wmclock.png
+description = "wmclock is an applet which displays the date and time in a 
dockable tile in the same style as the clock from the NEXTSTEP(tm) operating 
system. wmclock is specially designed for the Window Maker window manager, by 
Alfredo Kojima, and features multiple language support, twenty-four-hour and 
twelve-hour (am/pm) time display, and, optionally, can run a user-specified 
program on a mouse click. wmclock is derived from ASClock (now called ASClock 
classic), a similar clock for the AfterStep window manager."
+url = http://www.bluestop.org/wmclock/
+dockapps = 202
+category = Date/Time
+
 [wmcpufreq]
 image = "cp3.png,wmcpufre2.qpng.png,wmcpufreq.png"
 description = "wmcpufreq displays on a windowmaker dock application
-- 
2.1.0


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


[PATCH (whome)] Add wmclock to dockapps webpage.

2014-12-12 Thread Doug Torrance
---
 dockapps/dockapps.db |   9 +
 dockapps/img/wmclock.png | Bin 0 -> 1210 bytes
 2 files changed, 9 insertions(+)
 create mode 100644 dockapps/img/wmclock.png

diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db
index 5ea3f7c..f63d23d 100644
--- a/dockapps/dockapps.db
+++ b/dockapps/dockapps.db
@@ -192,6 +192,15 @@ url = http://linux.nawebu.cz/wmcliphist/
 dockapps =
 category = General/Others
 
+[wmclock]
+version-1.0.15 = f09894b79e650686e1511db67e1e75ca4ed4eb93
+version-1.0.14 = 52e35fed8d8b18d3af00b5ec8add20ebd62cb181
+image = wmclock.png
+description = "wmclock is an applet which displays the date and time in a 
dockable tile in the same style as the clock from the NEXTSTEP(tm) operating 
system. wmclock is specially designed for the Window Maker window manager, by 
Alfredo Kojima, and features multiple language support, twenty-four-hour and 
twelve-hour (am/pm) time display, and, optionally, can run a user-specified 
program on a mouse click. wmclock is derived from ASClock (now called ASClock 
classic), a similar clock for the AfterStep window manager."
+url = http://www.bluestop.org/wmclock/
+dockapps = 202
+category = Date/Time
+
 [wmcpufreq]
 version-3.1 = 53d0a8fd93d811a9a3f4a2bfb67133f38930cc85
 version-3.0 = ca477c635903252c7c6e150e21eacc4b2bd015b7
diff --git a/dockapps/img/wmclock.png b/dockapps/img/wmclock.png
new file mode 100644
index 
..8c7091a39928fbccfe5ef02e7c6ca62f1ddbf81d
GIT binary patch
literal 1210
zcmV;r1V#IaP)4XF*Lt006O%
z3;baPubVXQnQ*UN;cVTj609aNaR%LQ?X>V>IGcGYOVIUwK#I-3XK}wYh$rMf;$B*&n+q>-E
zT;ui4+B4(NGvo2j9Ue+4NlKDLk79)&BK}hfr+FvY8Fj$cYoE01d)YG!J
z;2{M1oan@$^nIQCqpA=J>h
zw$@xHUI-iU+SM!5hWP5Ohq$GVy%21VGuWfuM{D>x6H%77nqitVNIhErTAdbyNlzZ%
zMp3F(0LLODz3nT)oX9#n>)u87SPVkWOH6Pv&CiD+P>0>G@1q`qg-}Rk_N0f%hwHGn
zGmQARAcO)hAsavs;&xicLWI8Uevqs^vm_rJHNVN@c3S^}I(*;zm;xc*2RE1hU=WH$
zkOnhQuk@!OgykL}RaK?XUscs)mcW;l7!ZPU4^aA|DAd{(MNwY|Ca21hvNVv2qF^5D
zLdYpC%B0+*!BdRuFrCsOkb5B1@Au8DK|M|YLcW-rCFS=Z<#}#qKKij1gaUVDS<>mG
z4Yx8Fgu;OXA!T^Y4`x28(uW~bFAyuIsc^4#sOd>lAjEHJ*oSJ|tC=R^NdX7}r*hB*
zA)R$0L>7c5A-%S}N+MK3QQr}TQfAKu2VW7v=Tq5)vVDCw$`lzyYCQ*EhY40Om?A?q
z4e6(nP6vt%SyC;nB}HkjI*okc5-pkNhTg=XN>Lr@V-Rwre{lasG=5nzOPvaIr>WTZ
zC3OfwiMCg=Drc`7t|q#mqIqf_iUSY|hdsX1rro7#cs0>FcztW9(@BMp0HxnpU*W4%
zTEjfgwN_datDusa-Z2mob)@%JcwB6_tLI(MkokiUA}f%Ev(~jcUDf#f>1|tlXz~Sz
zltfgP<+Nq>ezC_C8AQ^}&(hLT^QF1u3l1ZUudHq~3?awmh}2uR>o?bTzPxMZZrFE1
z6l2^Oo;!b`C7<@D-;uTL!(<{c8jaLf)Uzl3Y<#5~qyHry;)E)b1k

literal 0
HcmV?d1

-- 
2.1.0


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.