Ticket #98 (closed defect: worksforme)

Opened 6 years ago

Last modified 5 years ago

compile errors...

Reported by: daniel@… Owned by: ftx
Priority: major Milestone: 0.2 rc2
Component: Install Version: 0.2 rc1
Keywords: compile Cc:

Description

Hi there,

i get normaly compile errors when i try to compile the daemom.

Here is snip what is happened:

gcc -lvserver -g -O2 -DPACKAGE_NAME=\"openvcpd\" -DPACKAGE_TARNAME=\"openvcpd\" -DPACKAGE_VERSION=\"0.2\ rc2\" -DPACKAGE_STRING=\"openvcpd\ 0.2\ rc2\" -DPACKAGE_BUGREPORT=\"gerrit@…\" -DHAVE_LIBVSERVER=1 -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_FCNTL_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DRETSIGTYPE=void -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DOPENVCP_CONFIG=\"/usr/local/etc/openvcpd.conf\" -DOPENVCP_DATA=\"/usr/local/share/openvcpd\" -Ilib/ -Isrc/ -o openvcpd src/main.c src/misc.o src/node.o src/traffic.o src/setup.o src/set.o src/parseconfig.o src/get.o src/request.o lib/fs.o lib/strings.o src/get.o(.text+0xb44): In function `get_space': src/get.c:357: undefined reference to `vc_get_dlimit' collect2: ld returned 1 exit status make: *** [openvcpd] Error 1

Change History

Changed 5 years ago by ftx

  • owner set to ftx
  • status changed from new to assigned

The function `vc_get_dlimit' is part of libvserver which is for itself part of util-vserver. Please reinstall the latest util-vserver package from source and try if this fixes the issue.

Changed 5 years ago by cryptronic

  • version set to 0.2 rc1
  • milestone set to 0.2

Changed 5 years ago by ftx

  • status changed from assigned to closed
  • resolution set to worksforme

no fixes for 0.2 anymore

Note: See TracTickets for help on using tickets.