Actions:
|
2018-11-07 13:07 AEST by Arthur Barrett - depends on bug 7323 port to Ubuntu 14.04
See bug 7323 for all technical info about the port |
|
2018-11-16 10:26 AEST by Arthur Barrett - These MDNS errors occur when:
not STATIC_MDNS (ie: not WIN32)
the 14.04 compiler actually does give warnings about this:
CMdnsHelperBase::Alloc(CMdnsHelperBase::mdnsType, const char*)':
mdns.cpp:68:11: warning: converting 'false' to pointer type 'CMdnsHelperBase*' [-Wconversion-null]
return false;
^
mdns.cpp:74:11: warning: converting 'false' to pointer type 'CMdnsHelperBase*' [-Wconversion-null]
return false;
^
mdns.cpp:80:11: warning: converting 'false' to pointer type 'CMdnsHelperBase*' [-Wconversion-null]
return false;
So the correct solution here appears to be just to convert this to NULL. This code is identical in Suite
2010/2.8.02 so it needs the fix merged up as well. |
|
2018-11-16 10:27 AEST by Arthur Barrett - Same problem?
SqlConnection.cpp:113:11: error: cannot convert 'bool' to 'CSqlConnection*' in return
return false;
^~~~~
SqlConnection.cpp:120:11: error: cannot convert 'bool' to 'CSqlConnection*' in return
return false;
^~~~~
SqlConnection.cpp:127:11: error: cannot convert 'bool' to 'CSqlConnection*' in return
return false;
^~~~~
SqlConnection.cpp:134:11: error: cannot convert 'bool' to 'CSqlConnection*' in return
return false;
^~~~~
SqlConnection.cpp:145:11: error: cannot convert 'bool' to 'CSqlConnection*' in return
return false;
^~~~~
SqlConnection.cpp:152:11: error: cannot convert 'bool' to 'CSqlConnection*' in return
return false;
^~~~~
SqlConnection.cpp:159:11: error: cannot convert 'bool' to 'CSqlConnection*' in return
return false;
^~~~~ |
|
2018-11-16 14:30 AEST by Arthur Barrett - Created an attachment (id=3304)
patch for compile on Ubuntu 18.04
compiles OK on Ubuntu Bionic 18.04 LTS using GCC 7. Includes compile fixes for
GNU DIFFUTILS.
Checking in cvsapi/SqlConnection.cpp;
/usr/local/cvs/cvsnt/cvsapi/SqlConnection.cpp,v <-- SqlConnection.cpp
new revision: 1.1.2.18.4.3.2.3; previous revision: 1.1.2.18.4.3.2.2
done
Checking in cvsapi/mdns.cpp;
/usr/local/cvs/cvsnt/cvsapi/mdns.cpp,v <-- mdns.cpp
new revision: 1.1.2.4.8.1; previous revision: 1.1.2.4
done
Checking in diff/analyze.c;
/usr/local/cvs/cvsnt/diff/analyze.c,v <-- analyze.c
new revision: 1.10.2.1.12.6.4.2; previous revision: 1.10.2.1.12.6.4.1
done
Checking in diff/context.c;
/usr/local/cvs/cvsnt/diff/context.c,v <-- context.c
new revision: 1.5.2.3.10.1; previous revision: 1.5.2.3
done
Checking in diff/diff.c;
/usr/local/cvs/cvsnt/diff/diff.c,v <-- diff.c
new revision: 1.14.2.24.8.9.4.2; previous revision: 1.14.2.24.8.9.4.1
done
Checking in diff/diff3.c;
/usr/local/cvs/cvsnt/diff/diff3.c,v <-- diff3.c
new revision: 1.11.2.12.8.9.4.1; previous revision: 1.11.2.12.8.9
done
Checking in diff/dir.c;
/usr/local/cvs/cvsnt/diff/dir.c,v <-- dir.c
new revision: 1.7.2.2.12.3.4.1; previous revision: 1.7.2.2.12.3
done
Checking in diff/system.h;
/usr/local/cvs/cvsnt/diff/system.h,v <-- system.h
new revision: 1.7.2.8.10.1; previous revision: 1.7.2.8
done
|
|
2020-01-15 16:13 AEST by Arthur Barrett - Customer writes that they now have 18.04 available for testing.
Also domain levels for the CVSNT server running on Windows Server 2008R2:
$dse = ([ADSI] "LDAP://RootDSE")
# Domain Controller Functional Level
$dse.domainControllerFunctionality=4
# Domain Functional Level
$dse.domainFunctionality=4
# Forest Functional Level
$dse.forestFunctionality=4
|
|
2020-04-30 12:42 AEST by Arthur Barrett - additional notes april 30 2020:
now bionic 10.0.1.244
We need a way to make parts of the install optional (or create multiple packages)
Otherwise someone who only needs the client ends up needing all the server stuff.
Someone who only needs ssh ends up needing openssl, kerberos etc.
Someone who only needs postgres needs mariadb...
|
|
2020-04-30 13:19 AEST by Arthur Barrett - ./build: line 325: reprepro: command not found
./build: line 328: /var/www/ubuntu/dists/bionic/Contents-amd64: No such file or directory
dpkg-deb: error: failed to read archive '/var/www/ubuntu/pool/contrib/c/cvs-suite/cvs-suite_2.8.01.7350-
1_amd64.deb': No such file or directory
gzip: /var/www/ubuntu/dists/bionic/Contents-amd64: No such file or directory
restore original debian/changelog
restore original debian/control
Build completed.
somehow seems like reprepro is missing, so I'll install (again?)
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-4.15.0-91 linux-headers-4.15.0-91-generic linux-image-4.15.0-91-generic
linux-modules-4.15.0-91-generic linux-modules-extra-4.15.0-91-generic
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libarchive13 libgpgme11
Suggested packages:
lrzip inoticoming lzip
The following NEW packages will be installed:
libarchive13 libgpgme11 reprepro
0 upgraded, 3 newly installed, 0 to remove and 121 not upgraded.
Need to get 819 kB of archives.
After this operation, 2,265 kB of additional disk space will be used.
Do you want to continue? [Y/n]
I also upgraded dpkg-dev libdpkg-perl
|
|
2020-04-30 15:02 AEST by Arthur Barrett - now I get:
gpg: signing failed: End of file
gpg: dpkg-sign.KliWYsaa/cvs-suite_2.8.01.7350-1_amd64.buildinfo: clear-sign failed: End of file
dpkg-buildpackage: error: failed to sign .buildinfo file
Created directory "/var/www/ubuntu/db"
Cannot find definition of distribution 'bionic'!
There have been errors!
./build: line 328: /var/www/ubuntu/dists/bionic/Contents-amd64: No such file or directory
dpkg-deb: error: failed to read archive '/var/www/ubuntu/pool/contrib/c/cvs-suite/cvs-suite_2.8.01.7350-
1_amd64.deb': No such file or directory
gzip: /var/www/ubuntu/dists/bionic/Contents-amd64: No such file or directory
restore original debian/changelog
restore original debian/control
Build completed.
|
|
2020-04-30 15:08 AEST by Arthur Barrett - Created an attachment (id=3437)
latest cvstest results (fail) on bionic
|