search for: timegm

Displaying 20 results from an estimated 41 matches for "timegm".

2016 Sep 22
2
issues compiling omega
...e-pseudo-reloc /home/ John/xapian-omega-1.4.0/../xapian-core-1.4.0/.libs/libxapian.dll.a -lrpcrt4 -lz -lws2_32 ./.libs/libtransform.a -L/lib -lpcre -L/usr/local/lib datevalue.o: In function `DateRangeLimit::operator-(int)': /home/John/xapian-omega-1.4.0/datevalue.cc:87: undefined reference to `timegm(tm *)' datevalue.o: In function `DateRangeLimit::operator+(int)': /home/John/xapian-omega-1.4.0/datevalue.cc:92: undefined reference to `timegm(tm *)' If I'm understanding the undefined reference error correctly, I think what make is telling me is that it can't find timegm.o, w...
2016 Sep 22
0
issues compiling omega
..., byte-code, etc, and only when the format and contents don't depend on word-size, endianness or other aspects of the machine's architecture. > datevalue.o: In function `DateRangeLimit::operator-(int)': > /home/John/xapian-omega-1.4.0/datevalue.cc:87: undefined reference to > `timegm(tm *)' OK, this is a bug in the build system. > If I'm understanding the undefined reference error correctly, I think > what make is telling me is that it can't find timegm.o, which I > believe handles the definitions as specified in timegm.h. Almost - it's not that time...
2016 Sep 22
2
issues compiling omega
...hashterm.o loadfile.o md5.o md5wrap.o xmlparse.o metaxmlparse.o utf 8convert.o sample.o diritor.o runfilter.o freemem.o common/msvc_dirent.o xpsxmlp arse.o common/str.o pkglibbindir.o svgparse.o tmpdir.o urlencode.o atomparse.o x lsxparse.o opendocparse.o common/keyword.o msxmlparse.o common/safe.o timegm.o d atetime.o portability/mkdtemp.o -Wl,--enable-runtime-pseudo-reloc -lmagic /home /John/xapian-omega-1.4.0/../xapian-core-1.4.0/.libs/libxapian.dll.a -lrpcrt4 -lw s2_32 -lz -L/usr/local/lib /usr/bin/x86_64-w64-mingw32-ld: cannot find -lmagic collect2: error: ld returned 1 exit status make[2]: **...
2008 Nov 14
1
Problems running autoconf on Solaris 10 Update 4
...ure.in:856: cannot open `getpass.m4': No such file or directory /usr/local/bin/m4:configure.in:856: cannot open `strptime.m4': No such file or directory /usr/local/bin/m4:configure.in:856: cannot open `win32.m4': No such file or directory /usr/local/bin/m4:configure.in:856: cannot open `timegm.m4': No such file or directory /usr/local/bin/m4:configure.in:856: cannot open `repdir.m4': No such file or directory autom4te: /usr/local/bin/m4 failed with exit status: 1 -bash-3.00$ /usr/local/bin/m4 --version m4 (GNU M4) 1.4.12 Copyright (C) 2008 Free Software Foundation, Inc. License G...
2002 Nov 19
1
problems compiling samba3.0alpha20 on SOLARIS 7
.../krb5-1.2.6/lib/libgssapi_krb5.a(init_sec_context.o) krb5_rd_cred /usr/krb5-1.2.6/lib/libgssapi_krb5.a(accept_sec_context.o) krb5_ser_auth_context_init /usr/krb5-1.2.6/lib/libgssapi_krb5.a(gssapi_krb5.o) krb5_ser_rcache_init /usr/krb5-1.2.6/lib/libgssapi_krb5.a(gssapi_krb5.o) timegm libads/ldap.o krb5_mk_rep /usr/krb5-1.2.6/lib/libgssapi_krb5.a(accept_sec_context.o) krb5_ser_ccache_init /usr/krb5-1.2.6/lib/libgssapi_krb5.a(gssapi_krb5.o) krb5_ser_context_init /usr/krb5-1.2.6/lib/libgssapi_krb5.a(gssapi_krb5.o) ld: fatal...
2008 Sep 18
1
Fwd: Sol9 make failure of samba 3.2.2 with gcc 3.4.6 -- libtalloc.so.1
...-ads --with-windbind --with-krb5=/usr/local --with-ldap 'make' fails with the following output: Linking non-shared library bin/libtalloc.a Compiling lib/replace/replace.c Compiling lib/replace/snprintf.c Compiling lib/replace/getpass.c Compiling lib/replace/strptime.c Compiling lib/replace/timegm.c Compiling lib/replace/inet_aton.c Compiling lib/replace/getifaddrs.c creating /root/samba-3.2.2/source/exports/libtalloc.syms Linking shared library bin/libtalloc.so.1 /usr/local/lib/gcc/sparc-sun-solaris2.9/3.4.6/../../../../sparc-sun-solaris2.9/bin/ld: cannot open linker script file /root/samba...
2008 Jul 04
1
Samba 3.2.0 doesn't compile under Solaris8
...g: useless declaration "./librpc/gen_ndr/libnet_join.h", line 10: warning: useless declaration Linking non-shared library bin/libtalloc.a Compiling lib/replace/replace.c Compiling lib/replace/snprintf.c Compiling lib/replace/getpass.c Compiling lib/replace/strptime.c Compiling lib/replace/timegm.c Compiling lib/replace/inet_aton.c "/usr/include/netdb.h", line 412: warning: macro redefined: MAXHOSTNAMELEN Compiling lib/replace/getifaddrs.c "/usr/include/netdb.h", line 412: warning: macro redefined: MAXHOSTNAMELEN creating /opt/SOURCES/samba-3.2.0/source/exports/libtalloc...
2007 Sep 06
0
3 commits - libswfdec/swfdec_as_date.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie.c
...(ret, milliseconds % 1000); } else { - SWFDEC_AS_VALUE_SET_INT (ret, 1000 + milliseconds % 1000); + SWFDEC_AS_VALUE_SET_NUMBER (ret, 1000 + milliseconds % 1000); } } @@ -894,7 +894,7 @@ swfdec_as_date_UTC (SwfdecAsContext *cx, brokentime.tm_year = year; } - milliseconds = timegm (&brokentime) * 1000; + milliseconds = (gint64) timegm (&brokentime) * 1000; if (argc > i) { if (swfdec_as_date_value_to_number_and_integer (cx, &argv[i++], &d, @@ -906,7 +906,7 @@ swfdec_as_date_UTC (SwfdecAsContext *cx, } } - SWFDEC_AS_VALUE_SET_INT (ret,...
2008 Jul 04
0
unable to compile samba 3.2.0 under Solaris8
...g: useless declaration "./librpc/gen_ndr/libnet_join.h", line 10: warning: useless declaration Linking non-shared library bin/libtalloc.a Compiling lib/replace/replace.c Compiling lib/replace/snprintf.c Compiling lib/replace/getpass.c Compiling lib/replace/strptime.c Compiling lib/replace/timegm.c Compiling lib/replace/inet_aton.c "/usr/include/netdb.h", line 412: warning: macro redefined: MAXHOSTNAMELEN Compiling lib/replace/getifaddrs.c "/usr/include/netdb.h", line 412: warning: macro redefined: MAXHOSTNAMELEN creating /opt/SOURCES/samba-3.2.0/source/exports/libtalloc...
2013 Feb 09
1
OSX rpcgen problem
Trying to build the virtualbox-4.2 branch from git://pipo.sk/pipo/libvirt.git under OSX 10.7, I get the following build error: ... CC timegm.lo CC vasnprintf.lo CCLD libgnu.la /usr/bin/ranlib: file: .libs/libgnu.a(fd-hook.o) has no symbols /usr/bin/ranlib: file: .libs/libgnu.a(threadlib.o) has no symbols ranlib: file: .libs/libgnu.a(fd-hook.o) has no symbols ranlib: file: .libs/libgnu.a(threadlib.o) has no symbols GEN...
2014 Oct 05
1
FreeBSD 10-RELEASE-amd64(on arch x86_64)
...gmask.lo CC random_r.lo CC rawmemchr.lo CC regex.lo In file included from regex.c:70: ./regex_internal.c:1392:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (idx < 0 || idx >= set->nelem) ~~~ ^ ~ 1 warning generated. CC secure_getenv.lo CC timegm.lo CC vasnprintf.lo CCLD libgnu.la GEN charset.alias GEN ref-add.sed GEN ref-del.sed Making all in include Making all in libvirt Making all in src GEN libvirt_access.xml GEN libvirt_access_qemu.xml GEN libvirt_access_lxc.xml GEN libvirt_access.syms GEN libvirt_access_qemu.syms GEN libvirt_access_lx...
2012 Aug 30
1
Samba complie problem
hi all Samba build problem when compiling with --with-ads I have complid, kerberos and openldap in /opt/local/samba and I am using gcc with gnu binutils. Its a solaris 10 sparc. Configure gives me following error: - checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h
2005 Dec 05
1
ANNOUNCEMENT: NSD 2.3.2 released
...ent for configuration and installation instructions. You can download NSD from http://www.nlnetlabs.nl/nsd/ Note: we switched to SHA-1 for tarball digest. 2.3.2 ============= FEATURES: - Bug #101: add support for the SPF record. BUG FIXES: - Bug #100: replaced non-portable use of timegm(3) with portable implementation (mktime_from_utc). - Bug #103: nsd: trim the SOA's TTL to the MINIMUM value when returning a negative answer. - Bug #104: nsd: add a time_t timestamp to the log when logging to a file. - Bug #105: nsdc: use a...
2003 Mar 05
2
Samba-3.0alpha22 available on samba.org mirrors
...popular winbind client environment variable 22) Add msdfs proxy functionality; a CIFS share can directly be a stand-in for another share, and when clients connect to the first share, they will be redirected to the proxied share 23) Make Samba compile cleanly with -Wwrite-strings 24) Add new timegm() that actually works on solaris 25) Add support for running smbd, nmbd, & winbindd under the daemontools package 26) Move user password changes into the NTSTATUS era, and add support for the 'min password age' and 'min passwd len' concepts 27) Add new gencache based nam...
2017 Mar 21
0
[PATCH] p2v: Calculate offset of the Real Time Clock from UTC.
...+ /* Convert this to seconds since the epoch. */ + tm.tm_sec = rtm.tm_sec; + tm.tm_min = rtm.tm_min; + tm.tm_hour = rtm.tm_hour; + tm.tm_mday = rtm.tm_mday; + tm.tm_mon = rtm.tm_mon; + tm.tm_year = rtm.tm_year; + tm.tm_isdst = 0; /* Ignore DST when calculating. */ + rtc_time = timegm (&tm); + if (rtc_time == -1) + return; /* Not representable as a Unix time. */ + + /* Get system time in UTC. */ + system_time = time (NULL); + + /* Calculate the difference, rounded to the nearest 15 minutes. */ + rf = rtc_time - system_time; + +#ifdef DEBUG_STDERR...
2008 Oct 12
6
Compile help for Solaris 10 x86, samba 3.0.28a deficient?
Hi all, I've got an ongoing battle with samba shipped with Sun Solaris 10 in it's current form (Samba version 3.0.28a) not wanting to talk to my OpenLDAP master correctly. Essentially, under certain conditions, this behaviour is observed, in the log.smbd: [2008/10/11 08:54:03, 1, pid=13610] libsmb/cliconnect.c:(1451) Error connecting to 192.168.117.150 (Connection refused)
2017 Mar 21
2
[PATCH] p2v: Calculate offset of the Real Time Clock from UTC.
Unlike the <cpu> node (see the other thread on the libguestfs ML), reading the Real Time Clock doesn't require libvirt and does work :-) For reference, read: https://libvirt.org/formatdomain.html#elementsTime https://en.wikipedia.org/wiki/Time_zone To test this you can run virt-p2v under qemu with a RTC offset: make -C p2v \ run-virt-p2v-in-a-vm \
2006 Nov 10
0
libsmb/cliconnect.o build/build/krb5/lib/libcom_err.so.3
...rinting/print_cups.o printing/print_generic.o printing/lpq_parse.o printing/load.o printing/print_iprint.o profile/profile.o lib/version.o lib/charcnv.o lib/debug.o lib/fault.o lib/getsmbpass.o lib/interface.o lib/md4.o lib/interfaces.o lib/pidfile.o lib/replace.o lib/replace1.o lib/repdir.o lib/timegm.o lib/signal.o lib/system.o lib/sendfile.o lib/time.o lib/ufc.o lib/genrand.o lib/username.o lib/util_pw.o lib/access.o lib/smbrun.o lib/bitmap.o lib/crc32.o lib/snprintf.o lib/dprintf.o lib/xfile.o lib/wins_srv.o lib/util_str.o lib/clobber.o lib/util_sid.o lib/util_uuid.o lib/util_unistr.o li...
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
...g for rfork... no checking for select... yes checking for sendmsg... yes checking for settimeofday... yes checking for sigaltstack... yes checking for statfs... yes checking for strcasecmp... yes checking for strerror... yes checking for strncasecmp... yes checking for tcgetattr... yes checking for timegm... yes checking for usleep... yes checking for vfscanf... yes checking for wait4... yes checking for waitpid... yes checking for arpa/inet.h... yes checking for arpa/nameser.h... yes checking for elf.h... yes checking for float.h... yes checking for ieeefp.h... no checking for libio.h... yes checki...
2008 Jul 08
0
Report this to samba-technical@samba.org, ldap_initialize error
...sence... no checking for windows.h... no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking whether mkdir supports mode... yes checking for timegm... no checking for broken readdir... no checking a usable readdir()... yes checking for syslog... yes checking for printf... yes checking for memset... yes checking for memcpy... yes LIBREPLACE_BROKEN_CHECKS: END LIBREPLACE_NETWORK_CHECKS: START checking sys/socket.h usability... yes checking sys/s...