After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 608348 - Tests fail due to data files not included in tarball
Tests fail due to data files not included in tarball
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: VPN: vpnc
0.8.x
Other Linux
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2010-01-28 15:19 UTC by Nirbheek Chauhan
Modified: 2010-01-29 02:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nirbheek Chauhan 2010-01-28 15:19:01 UTC
Tests fail in "properties/tests/pcf" due to missing data files in the tarball

--------
make -j2 -j1 check 
Making check in src
[SNIP]
** (process:5198): WARNING **: Failed to open file '/var/tmp/portage/net-misc/networkmanager-vpnc-0.7.999/work/NetworkManager-vpnc-0.7.999/properties/tests/pcf/nat-cisco.pcf': No such file or directory
FAIL: (nat-cisco) error importing /var/tmp/portage/net-misc/networkmanager-vpnc-0.7.999/work/NetworkManager-vpnc-0.7.999/properties/tests/pcf/nat-cisco.pcf: does not look like a Cisco Compatible VPN (vpnc) VPN connection (parse failed)

--------
properties/tests/pcf/Makefile.am:
EXTRA_DIST = \
        basic.pcf \
        everything-via-vpn.pcf \
        no-natt.pcf \
        always-ask.pcf \
        iso885915.pcf

http://git.gnome.org/browse/network-manager-vpnc/tree/properties/tests/pcf:

always-ask.pcf
basic.pcf
everything-via-vpn.pcf
iso885915.pcf
nat-cisco.pcf <-- MISSING
natt.pcf <-- MISSING
no-natt.pcf
--------

Fix is to include the missing files in EXTRA_DIST so they make it to the tarball.
Comment 1 Dan Williams 2010-01-29 02:05:15 UTC
Thanks, fixed in git.

58c01ee0fa1dd45831b2a548b94501d202a1e1cf