Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#41258 closed defect (duplicate)

vsftpd build failure

Reported by: maxime@… Owned by: pmq@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: vsftpd

Description

After updating MacPorts (sefl update) on Mavericks

I can not install VSFTP with the following cmd : sudo port install vsftpd I got from /vsftpd/main.log :

:notice:build --->  Building vsftpd
:debug:build Executing org.macports.build (vsftpd)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.9'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/work/vsftpd-3.0.2" && /usr/bin/make -j8 -w'
:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/work/vsftpd-3.0.2" && /usr/bin/make -j8 -w
:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/work/vsftpd-3.0.2'
:info:build gcc -c sysstr.c -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2  -idirafter dummyinc
:info:build sysstr.c:77:40: error: implicit conversion from enumeration type 'enum EVSFSysStrOpenMode' to different enumeration type 'enum EVSFSysUtilOpenMode' [-Werror,-Wenum-conversion]
:info:build   enum EVSFSysUtilOpenMode open_mode = kVSFSysStrOpenUnknown;
:info:build                            ~~~~~~~~~   ^~~~~~~~~~~~~~~~~~~~~
:info:build 1 error generated.
:info:build make: *** [sysstr.o] Error 1
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/work/vsftpd-3.0.2'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/work/vsftpd-3.0.2" && /usr/bin/make -j8 -w
:info:build Exit code: 2
:error:build org.macports.build for port vsftpd returned: command execution failed
:debug:build Error code: CHILDSTATUS 2113 2
:debug:build Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: targets not executed for vsftpd: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Please see the log file for port vsftpd for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/main.log


Attachments (1)

main.log (3.8 KB) - added by maxime@… 10 years ago.
main.log

Download all attachments as: .zip

Change History (6)

comment:1 Changed 10 years ago by maxime@…

Cc: maxime@… added

Cc Me!

comment:2 Changed 10 years ago by mf2k (Frank Schima)

Cc: maxime@… removed
Keywords: vsftpd removed
Owner: changed from macports-tickets@… to pmq@…
Port: vsftpd added
Priority: HighNormal
Summary: Fail to install VSFTPDvsftpd build failure

In the future, please fill in the Port field and Cc the port maintainers (port info --maintainers vsftpd) but not yourself because the reporter is automatically Cc'ed. The Priority field is for use by Macports team members only.

Please attach the complete main.log file after cleaning the port.

comment:3 Changed 10 years ago by maxime@…

maintainers: pmq@…, openmaintainer@…

main.log :

version:1
:debug:main vsftpd has no conflicts
:debug:main Executing org.macports.main (vsftpd)
:debug:main changing euid/egid - current euid: 0 - current egid: 0
:debug:main egid changed to: 501
:debug:main euid changed to: 502
:debug:main Skipping completed org.macports.archivefetch (vsftpd)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (vsftpd)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (vsftpd)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (vsftpd)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (vsftpd)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (vsftpd)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Fri Nov  8 15:21:03 CET 2013
:notice:build --->  Building vsftpd
:debug:build Executing org.macports.build (vsftpd)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.9'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/work/vsftpd-3.0.2" && /usr/bin/make -j8 -w'
:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/work/vsftpd-3.0.2" && /usr/bin/make -j8 -w
:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/work/vsftpd-3.0.2'
:info:build gcc -c sysstr.c -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2  -idirafter dummyinc
:info:build sysstr.c:77:40: error: implicit conversion from enumeration type 'enum EVSFSysStrOpenMode' to different enumeration type 'enum EVSFSysUtilOpenMode' [-Werror,-Wenum-conversion]
:info:build   enum EVSFSysUtilOpenMode open_mode = kVSFSysStrOpenUnknown;
:info:build                            ~~~~~~~~~   ^~~~~~~~~~~~~~~~~~~~~
:info:build 1 error generated.
:info:build make: *** [sysstr.o] Error 1
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/work/vsftpd-3.0.2'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/work/vsftpd-3.0.2" && /usr/bin/make -j8 -w
:info:build Exit code: 2
:error:build org.macports.build for port vsftpd returned: command execution failed
:debug:build Error code: CHILDSTATUS 2113 2
:debug:build Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: targets not executed for vsftpd: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Please see the log file for port vsftpd for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_vsftpd/vsftpd/main.log

Changed 10 years ago by maxime@…

Attachment: main.log added

main.log

comment:4 Changed 10 years ago by danielluke (Daniel J. Luke)

Resolution: duplicate
Status: newclosed

duplicate of #40870

comment:5 Changed 10 years ago by maxime@…

So what to do with haspatch ? How I can install vsftpd ?

Note: See TracTickets for help on using tickets.