Stonie Cooper
Staff
- Wednesday 4th September 2024 3:57 PM
Gilbert - you may need to remove the links until you have the compilation complete . . Stonie Cooper, PhD Software Engineer III NSF Unidata Program Center University Corporation for Atmospheric Research I acknowledge that the land I live and work on is the traditional home of The Chahiksichahiks (Pawnee), The Umoⁿhoⁿ (Omaha), and The Jiwere (Otoe). |
Sebenste, Gilbert
User
- Wednesday 4th September 2024 3:34 PM
Hi Stonie, -rw-rw-r-- 1 ldm ldm 1768 Dec 21 2022 crontab -rw-rw-r-- 1 ldm ldm 1551 Jan 8 2020 crontab.np1.20191202 drwxrwxr-x 3 ldm ldm 4096 Sep 4 21:14 etc lrwxrwxrwx 1 ldm ldm 15 Jan 8 2020 include -> runtime/include drwxr-xr-x 3 ldm ldm 4096 Dec 6 2023 ldm-6.15.0 -rw-rw-r-- 1 ldm ldm 5975503 Dec 6 2023 ldm-6.15.0.tar.gz lrwxrwxrwx 1 ldm ldm 11 Jan 8 2020 lib -> runtime/lib drwx------ 2 ldm ldm 4096 Nov 18 2022 mail -rw-rw-r-- 1 ldm ldm 423694 May 7 2016 novramon_3.24.1p5-1_amd64.deb -rw-rw-r-- 1 ldm ldm 1583 Jan 19 2019 Novras300Nconfig01192019 -rw-rw-r-- 1 ldm ldm 1488 Mar 15 2017 Novras300Nconfig03152017 -rw-rw-r-- 1 ldm ldm 71 Jan 28 2019 novrasignal -rw-rw-r-- 1 ldm ldm 287820 May 7 2016 npstats_0.5.3p5-1_amd64.deb -rw-rw-r-- 1 ldm ldm 258004 Aug 20 2017 npstats_0.6.1p3-1_amd64.deb lrwxrwxrwx 1 ldm ldm 10 Dec 7 2023 runtime -> ldm-6.15.0 drwxrwxr-x 4 ldm ldm 4096 Jan 8 2020 scripts lrwxrwxrwx 1 ldm ldm 13 Jan 8 2020 share -> runtime/share lrwxrwxrwx 1 ldm ldm 11 Jan 8 2020 src -> runtime/src drwxrwxr-x 3 ldm ldm 4096 Mar 16 2022 util drwxrwxr-x 5 ldm ldm 4096 Jan 8 2020 var
Gilbert Sebenste Meteorology Support Analyst
From: NSF Unidata Local Data Manager (LDM) <address@hidden>
CAUTION: This email originated from outside of COD’s system. Do not click links, open attachments, or respond with sensitive information unless you recognize the sender and know the content is safe.
|
Stonie Cooper
Staff
- Wednesday 4th September 2024 3:30 PM
That type of error typically occurs if the file exists but is not a directory . . .such as a link or an actual file. What do you see when you do this:
ls -l /home/ldm Stonie Cooper, PhD Software Engineer III NSF Unidata Program Center University Corporation for Atmospheric Research I acknowledge that the land I live and work on is the traditional home of The Chahiksichahiks (Pawnee), The Umoⁿhoⁿ (Omaha), and The Jiwere (Otoe). |
Sebenste, Gilbert
User
- Wednesday 4th September 2024 3:25 PM
OK. I see that the issue with the png missing was that I didn’t have my .bashrc properly configured…but up until this point, it wasn’t a problem.
make[1]: Entering directory '/home/ldm/ldm-6.15.0/src/rpc' make[2]: Entering directory '/home/ldm/ldm-6.15.0/src/rpc' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/ldm/ldm-6.15.0/src/rpc' make[1]: Leaving directory '/home/ldm/ldm-6.15.0/src/rpc' Making install in log make[1]: Entering directory '/home/ldm/ldm-6.15.0/src/log' Making install in ulog make[2]: Entering directory '/home/ldm/ldm-6.15.0/src/log/ulog' make[3]: Entering directory '/home/ldm/ldm-6.15.0/src/log/ulog' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/ldm/include' /usr/bin/mkdir: cannot create directory ‘/home/ldm/include’: File exists make[3]: *** [Makefile:744: install-includeHEADERS] Error 1 make[3]: Leaving directory '/home/ldm/ldm-6.15.0/src/log/ulog' make[2]: *** [Makefile:1026: install-am] Error 2 make[2]: Leaving directory '/home/ldm/ldm-6.15.0/src/log/ulog' make[1]: *** [Makefile:898: install-recursive] Error 1 make[1]: Leaving directory '/home/ldm/ldm-6.15.0/src/log' make: *** [Makefile:673: install-recursive] Error 1 ldm@noaaport1:~/src$ env | grep LDMHOME LDMHOME=/home/ldm
Gilbert Sebenste Meteorology Support Analyst
From: NSF Unidata Local Data Manager (LDM) <address@hidden>
CAUTION: This email originated from outside of COD’s system. Do not click links, open attachments, or respond with sensitive information unless you recognize the sender and know the content is safe.
|
Stonie Cooper
Staff
- Wednesday 4th September 2024 3:03 PM
Gilbert,
The missing header file is at the system level; if you are not the admin on the machine, you will need to solicit help from whoever that may be to install the libpng-dev package to get the png.h. And it may not be the only one, but that would resolve that issue.
For the other, you can do the following as a backup to what should be happening automatically:
export LDMHOME;LDMHOME=${HOME} Stonie Cooper, PhD Software Engineer III NSF Unidata Program Center University Corporation for Atmospheric Research I acknowledge that the land I live and work on is the traditional home of The Chahiksichahiks (Pawnee), The Umoⁿhoⁿ (Omaha), and The Jiwere (Otoe). |