search for: libmap

Displaying 9 results from an estimated 9 matches for "libmap".

Did you mean: libimap
2003 Jun 20
1
/etc/libmap.conf MFC?
Does anyone have plans to MFC the /etc/libmap.conf functionality into stable? Just for curiosity, I tried the original patch on my stable sources and that patch applied with no errors. I have seen messages on CURRENT talking about fixes for various bugs, so I suspect that applying the original patch to my sources might cause problems. Anywa...
2009 Dec 01
1
LD_PRELOAD temporary patch
...1 16:55:55 2009 *************** *** 357,374 **** * is called. If any child process calls setuid(2) we do not want any * future processes to honor the potentially un-safe variables. */ if (!trust) { unsetenv(LD_ "PRELOAD"); unsetenv(LD_ "LIBMAP"); unsetenv(LD_ "LIBRARY_PATH"); unsetenv(LD_ "LIBMAP_DISABLE"); unsetenv(LD_ "DEBUG"); } - ld_debug = getenv(LD_ "DEBUG"); - libmap_disable = getenv(LD_ "LIBMAP_DISABLE") != NULL; - libmap_overri...
2013 Feb 03
1
Ports and WITH_LIBCPLUSPLUS
Hello, I wanted to try the new c++ stuff, ie clang-3.2, libc++ and libcxxrt, so I used poudriere to build a jail setup for that ( WITH_LIBCPLUSPLUS=yes in src.conf, CXXFLAGS+=-stdlib=libc++ and libsupc++.so.1 libcxxrt.so.1 in libmap.conf ), and started to build my normal set of packages ( see desktop.list ). Please note that I also have WITH_NEW_XORG=yes and WITH_KMS=yes, as well as using the devel xorg repo. First Great work for moving FreeBSD towards a more modern c++ world! Results: Some stuff works, some don't ;) Som...
2008 Jan 23
1
FreeBSD 6.3-Release + squid 2.6.17 = Hang process.
...M 4.8K 0 2.5M 0 3.8K 0 2.2M 4.3K 0 2.2M 0 3.5K 0 1.7M 3.8K 0 1.9M 0 2.4K 0 857K 2.5K 0 948K 0 2.2K 0 593K 2.2K 0 586K 0 we try to use libmap.conf to make squid use libthr, but still hang... -- thanks.
2008 Feb 28
14
Upgrading to 7.0 - stupid requirements
In http://www.freebsd.org/releases/7.0R/announce.html says Updating Existing Systems > An upgrade of any existing system to FreeBSD 7.0-RELEASE constitutes > a major version upgrade, so no matter which method you use to update > an older system you should reinstall any ports you have installed on > the machine. This will avoid binaries becoming linked to inconsistent > sets
2009 Feb 19
1
NUT 2.4.1 crashes on FreeBSD - additional info
...0,280) = 0 (0x0) > __sysctl(0xbfbfea88,0x2,0x28075d7c,0xbfbfea90,0x0,0x0) = 0 (0x0) > mmap(0x0,32768,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = > 671584256 (0x28079000) > issetugid(0x2806eeac,0xbfbfeb50,0x104,0x0,0x0,0x0) = 0 (0x0) > open("/etc/libmap.conf",O_RDONLY,0666) ERR#2 'No such file or > directory' > open("/var/run/ld-elf.so.hints",O_RDONLY,00) = 3 (0x3) > read(3,"Ehnt\^A\0\0\0\M^@\0\0\0\^]\0\0\0"...,128) = 128 (0x80) > lseek(3,0x80,SEEK_SET) = 128 (0x8...
2014 Mar 31
2
[LLVMdev] r204593 breaks Asan tests on FreeBSD
...ou get new libstdc++ > from? > > > It's the one from gcc 4.8 distribution. > > > Why is it enough to just change the include paths, but not change the > path to the library location? > > > Once the library is installed, its location must be added to > /etc/libmap.conf . > > > Is it possible to install newer version of libstdc++ in the system, so > that it's picked up at configure time w/o the need for additional flags? > > > I'm going to spend some more time on digging this matter. Will let you > know. > > Thanks, &g...
2006 Jan 26
0
smbclient failure
...,(0x1000)MAP_ANON,-1,0x0) = 672452608 (0x2814d000) munmap(0x2814d000,0xf50) = 0 (0x0) __sysctl(0xbfbfea78,0x2,0x28149a58,0xbfbfea74,0x0,0x0) = 0 (0x0) mmap(0x0,32768,(0x3)PROT_READ|PROT_WRITE,(0x1002)MAP_ANON|MAP_PRIVATE,-1,0x0) = 672452608 (0x2814d000) issetugid() = 0 (0x0) open("/etc/libmap.conf",0x0,0666) ERR#2 'No such file or directory' open("/var/run/ld-elf.so.hints",0x0,00) = 4 (0x4) read(0x4,0xbfbfeb20,0x80) = 128 (0x80) lseek(4,0x80,SEEK_SET) = 128 (0x80) read(0x4,0x28151000,0x7a) = 122 (0x7a) close(4) = 0 (0x0) access("/lib/librea...
2018 Mar 01
29
[Bug 13317] New: rsync returns success when target filesystem is full
https://bugzilla.samba.org/show_bug.cgi?id=13317 Bug ID: 13317 Summary: rsync returns success when target filesystem is full Product: rsync Version: 3.1.2 Hardware: x64 OS: FreeBSD Status: NEW Severity: major Priority: P5 Component: core Assignee: wayned at samba.org