Ticket #345 (closed defect: fixed)

Opened 15 years ago

Last modified 15 years ago

git master: mcfs: build failure

Reported by: slyfox Owned by:
Priority: major Milestone: 4.7
Component: mc-core Version:
Keywords: commited-master Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description (last modified by slyfox) (diff)

Out of tree build:
$../mc/configure --prefix=$(pwd)/_mc-bin \

--with-samba \
--with-mcfs \
--enable-charset \
--enable-extcharset \
--enable-maintainer-mode

$ make
gcc -std=gnu99 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../mc -DCONFIGDIR=\"/etc\" -ggdb3 -o mcserv mcserv.o mcfsutil.o -lpam -ldl
mcserv.o: In function `send_status':
/mnt/archive/work/dev/git/mc-build/vfs/../../mc/vfs/mcserv.c:202: undefined reference to `rpc_send'

Somehow we lost declaration of WITH_MCFS define after last m4 reorganization

Other macros should be checked too.

Change History

comment:1 Changed 15 years ago by slyfox

  • Description modified (diff)

comment:2 Changed 15 years ago by slavazanko

  • Keywords review added

See branch 345_mcfs_build_failure

changeset:ae46a004e9f5f220923a696281f5f40d683e7dc1

WITH_MCFS renamed to ENABLE_VFS_MCFS in source code.

Others defined constants checked too.

comment:3 Changed 15 years ago by slyfox

  • Keywords vote-slyfox added

Yeah, mcserv now builds correctly.

comment:4 Changed 15 years ago by styx

  • Keywords vote-styx approved added; review removed

comment:5 Changed 15 years ago by slavazanko

  • Status changed from new to closed
  • Keywords commited-master added; vote-slyfox vote-styx approved removed
  • Resolution set to fixed

comment:6 Changed 15 years ago by slavazanko

  • Status changed from closed to reopened
  • Resolution fixed deleted

Need to fix otherwise :)

mcserv binary don't make

comment:7 Changed 15 years ago by slavazanko

  • Keywords review added; commited-master removed

created branch 345_fix_m4_stuff (parent branch: master)

Changed option --with-mcfs to --enable-mcserver

Review, please

comment:8 Changed 15 years ago by styx

  • Keywords vote-styx added

comment:9 Changed 15 years ago by slyfox

  • Keywords vote-slyfox approved added

comment:10 Changed 15 years ago by slavazanko

  • Status changed from reopened to closed
  • Keywords commited-master added; review vote-styx vote-slyfox approved removed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.