I keep getting this error when I rum : mak.
Has anyone come across such a problem or i am missing something again?
LinuxBox:~/DM365SDK844703$ make
Compiling and installing gst-dmai-plugins... Checking out the code from subversion...Error validating server certificate for 'https://gstreamer.ti.com:443': - The certificate has expired.Certificate information: - Hostname: www.omapzoom.org - Valid: from Wed, 15 Jul 2009 13:46:11 GMT until Thu, 15 Jul 2010 22:30:39 GMT - Issuer: 07969287, http://certificates.godaddy.com/repository, GoDaddy.com, Inc., Scottsdale, Arizona, US - Fingerprint: f9:d6:6c:5c:55:da:b2:29:2c:34:ab:9c:47:a8:56:6f:ed:4d:94:63(R)eject, accept (t)emporarily or accept (p)ermanently? svn: OPTIONS of 'https://gstreamer.ti.com/svn/gstreamer_ti/branches/BRANCH_DDOMPE/gstreamer_ti/ti_build/ticodecplugin': Server certificate verification failed: certificate has expired (https://gstreamer.ti.com)make[3]: *** [src] Error 1Error building gst-dmai-pluginsmake[2]: *** [dependency_build] Error 1make[1]: *** [proprietary_src_build] Error 1make: *** [fs_build] Error 2
Checking out the code from subversion...Error validating server certificate for 'https://gstreamer.ti.com:443': - The certificate has expired.Certificate information: - Hostname: www.omapzoom.org - Valid: from Wed, 15 Jul 2009 13:46:11 GMT until Thu, 15 Jul 2010 22:30:39 GMT - Issuer: 07969287, http://certificates.godaddy.com/repository, GoDaddy.com, Inc., Scottsdale, Arizona, US - Fingerprint: f9:d6:6c:5c:55:da:b2:29:2c:34:ab:9c:47:a8:56:6f:ed:4d:94:63(R)eject, accept (t)emporarily or accept (p)ermanently? svn: OPTIONS of 'https://gstreamer.ti.com/svn/gstreamer_ti/branches/BRANCH_DDOMPE/gstreamer_ti/ti_build/ticodecplugin': Server certificate verification failed: certificate has expired (https://gstreamer.ti.com)make[3]: *** [src] Error 1Error building gst-dmai-pluginsmake[2]: *** [dependency_build] Error 1make[1]: *** [proprietary_src_build] Error 1make: *** [fs_build] Error 2
The certificate TI uses on their website has expired. This happened one other time. In a day or two TI will update the certificate and the problem will go away.
In the short term, you can run
make VERBOSE=1
and then run the svn checkout command manually (make sure your are in the right directory) and accept the expired certificate.
Todd
thanks
I keep getting errors on make
@LinuxBox:~/DM365SDK844703$ make VERBOSE=1
:
Checking dependencies for gst-dmai-plugins
Compiling and installing gst-dmai-plugins...
make[3]: Entering directory `/home/kappiah/DM365SDK844703/proprietary/gst-dmai-plugins'
echo -e "\040\040\040\040\040\040\040" "Checking out the code from subversion..."
Checking out the code from subversion...
echo | svn co --username anonymous --password "" gstreamer.ti.com/.../ticodecplugin src
Error validating server certificate for 'https://gstreamer.ti.com:443':
- The certificate hostname does not match.
Certificate information:
- Hostname: gforge.ti.com
- Valid: from Tue, 20 Jul 2010 21:46:26 GMT until Sat, 20 Jul 2013 21:46:26 GMT
- Issuer: 07969287, certificates.godaddy.com/repository, GoDaddy.com, Inc., Scottsdale, Arizona, US
- Fingerprint: 58:ae:2a:d1:46:f6:e2:1b:65:e8:32:0b:53:19:31:86:5e:5a:1f:f6
(R)eject, accept (t)emporarily or accept (p)ermanently? svn: OPTIONS of 'gstreamer.ti.com/.../ticodecplugin&: Server certificate verification failed: certificate issued for a different hostname (https://gstreamer.ti.com)
make[3]: *** [src] Error 1
make[3]: Leaving directory `/home/kappiah/DM365SDK844703/proprietary/gst-dmai-plugins'
Error building gst-dmai-plugins
make[2]: *** [dependency_build] Error 1
make[2]: Leaving directory `/home/kappiah/DM365SDK844703/proprietary'
make[1]: *** [proprietary_src_build] Error 1
make[1]: Leaving directory `/home/kappiah/DM365SDK844703/fs'
make: *** [fs_build] Error 2
Thanks Todd.
Am i doing something wrong here then? What is the Authentication realm: <https://gstreamer.ti.com:443> Document repository
- Thanks
@LinuxBox:~/DM365SDK844703$ svn checkout gstreamer.ti.com/.../ticodecplugin
(R)eject, accept (t)emporarily or accept (p)ermanently? p
Authentication realm: <https://gstreamer.ti.com:443> Document repository
Password for 'linux-pc':
Username:
Sorry, I didn't read the output closely enough. Notice the valid dates:
This means TI has gotten a new certificate (looks like they got it yesterday).
The computer running the webserver for the domain gstreamer.ti.com has several names including gforge.ti.com
I tried:
svn co gstreamer.ti.com/.../ticodecplugin src
and got the same error as you saw.
I then tried:
svn co gforge.ti.com/.../ticodecplugin src
thinking that would work since I am using the domain name that matches the certificate. However, I saw another error:
Error validating server certificate for 'https://gforge.ti.com:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
I then browsed to http://gstreamer.ti.com to double check how I was doing the check out, and I saw
gstreamer.ti.com uses an invalid security certificate.
The certificate is only valid for the following names:
gforge.ti.com , www.gforge.ti.com , gsteamer.ti.com
which is confusing because I am using the domain name gsteamer.ti.com.
I will check with TI and see if they can fix the issue.
Thanks Todd. That will be very helpful if TI can fix it.
Hi Todd,
Did you manage to get hold of anyone at TI? still getting these errors even with make VERBOSE=1
mkdir -p /home/kappiah/DM355SDK789311/fs/fs/lib/modules/2.6.29-ridgerun-davinci1
cp build/*ko /home/kappiah/DM355SDK789311/fs/fs/lib/modules/2.6.29-ridgerun-davinci1/
cp build/loadmodules.sh /home/kappiah/DM355SDK789311/fs/fs/bin/
make[3]: Leaving directory `/home/kappiah/DM355SDK789311/proprietary/dvsdk_2_00_00'
make[3]: Entering directory `/home/kappiah/DM355SDK789311/proprietary/gst-dmai-plugins'
make[3]: Leaving directory `/home/kappiah/DM355SDK789311/proprietary/gst-dmai-plugins'
make[2]: Leaving directory `/home/kappiah/DM355SDK789311/proprietary'
make[1]: Leaving directory `/home/kappiah/DM355SDK789311/fs'
I heard from TI the certificate problem was supposed to be fixed today.
To work around the problem
cd /home/kappiah/DM355SDK789311/proprietary/gst-dmai-plugins
cd /home/kappiah/DM355SDK789311
make
Thanks Todd. Just followed instructions and this is what i am getting. Am I still doing something wrong?
root@LinuxBox:/home/kappiah/DM355SDK789311/proprietary/gst-dmai-plugins# svn co gstreamer.ti.com/.../ticodecplugin src
Password for 'root':
Thanks Todd. It works now. I really appreciate your help.
I am trying to build for my DM365 and I get this error when i run
make or make VERBOSE=1.
i have installed both xdctools_3_15_01_59 and dvsdk_2_10_01_18
/home/kappiah/xdctools_3_15_01_59 and /home/kappiah/dvsdk_2_10_01_18.
Am i missing something here?
Thanks
configuring dm365.x470MV from package/cfg/dm365_x470MV.cfg ...
js: "/home/kappiah/DM365SDK844703/proprietary/gst-dmai-plugins/src/src/dm365.cfg", line 22: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.sdo.codecs.mpeg4dec_hdvicp.ce' along the path: '/home/kappiah/DM365SDK844703/proprietary/gst-dmai-plugins/arm/src;/home/kappiah/DM365SDK844703/proprietary/xdctools_3_15_01/xdctools_3_15_01_59/packages;/packages;/home/kappiah/DM365SDK844703/proprietary/dvsdk_2_10_01/dvsdk_2_10_01_18/framework_components_2_24/packages;/home/kappiah/DM365SDK844703/proprietary/dvsdk_2_10_01/dvsdk_2_10_01_18/codec_engine_2_24/packages;/home/kappiah/DM365SDK844703/proprietary/dvsdk_2_10_01/dvsdk_2_10_01_18/xdais_6_24/packages;/home/kappiah/DM365SDK844703/proprietary/dvsdk_2_10_01/dvsdk_2_10_01_18/dm365_codecs_01_00_06/packages;/home/kappiah/DM365SDK844703/proprietary/dvsdk_2_10_01/dvsdk_2_10_01_18/linuxutils_2_24_02/packages;/home/kappiah/DM365SDK844703/proprietary/dvsdk_2_10_01/dvsdk_2_10_01_18/dmai_1_21_00_10/packages;/home/kappiah/DM365SDK844703/proprietary/codecs;/home/kappiah/DM365SDK844703/CodecServer;/home/kappiah/DM365SDK844703/proprietary/xdctools_3_15_01/xdctools_3_15_01_59/packages;..;'. Ensure that the package path is set correctly.
"./package/cfg/dm365_x470MV.cfg", line 474
"./package/cfg/dm365_x470MV.cfg", line 429
gmake: *** [package/cfg/dm365_x470MV.c] Error 1
Warning: directory "/packages" on package path does not exist
Warning: directory "/home/kappiah/DM365SDK844703/proprietary/codecs" on package path does not exist
Warning: directory "/home/kappiah/DM365SDK844703/CodecServer" on package path does not exist
js: "/home/kappiah/DM365SDK844703/proprietary/xdctools_3_15_01/xdctools_3_15_01_59/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
make[6]: *** [dm365/linker.cmd] Error 1
make[6]: Leaving directory `/home/kappiah/DM365SDK844703/proprietary/gst-dmai-plugins/arm/src'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/kappiah/DM365SDK844703/proprietary/gst-dmai-plugins/arm'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/kappiah/DM365SDK844703/proprietary/gst-dmai-plugins/arm'
make[3]: *** [build] Error 2