RSS/Atom feed Twitter
Site is read-only, email is disabled

Error compiling gimp-web

This discussion is connected to the gimp-web-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Error compiling gimp-web Sam Gleske 02 May 15:33
  Error compiling gimp-web Sam Gleske 02 May 18:42
Sam Gleske
2014-05-02 15:33:52 UTC (almost 10 years ago)

Error compiling gimp-web

install -m 755 -d ./htdocs/cgi-common sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' wgo.py > ./htdocs/cgi-common/wgo.py sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' apache_ssi.py > ./htdocs/cgi-common/apache_ssi.py sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' xhtml.py > ./htdocs/cgi-common/xhtml.py sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' rdf.py > ./htdocs/cgi-common/rdf.py sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' x_xml.py > ./htdocs/cgi-common/x_xml.py sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' changelog.py > ./htdocs/cgi-common/changelog.py install wgo_config.py ./htdocs/cgi-common install -m 644 extended.css ./htdocs/style/ install: target ‘./htdocs/style/’ is not a directory: No such file or directory
make[1]: *** [install-common] Error 1 make[1]: Leaving directory `/home/sam/git/web/gimp-web/programmatic' make: *** [install] Error 2

Though, ‘./htdocs/style/’ exists and is a directory. So I'm not sure why it's showing that...

$ ls -l ./htdocs | grep style drwxrwxr-x 2 sam sam 4096 May 2 11:05 style

I'm currently looking at the make process to figure out what is actually going wrong but any pointers would be appreciated.

SAM

Sam Gleske
2014-05-02 18:42:59 UTC (almost 10 years ago)

Error compiling gimp-web

This was resolved by setting the HTDOCS build target to outside of the gimp-web repository.

On Fri, May 2, 2014 at 11:33 AM, Sam Gleske wrote:

install -m 755 -d ./htdocs/cgi-common sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' wgo.py > ./htdocs/cgi-common/wgo.py sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' apache_ssi.py > ./htdocs/cgi-common/apache_ssi.py sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' xhtml.py > ./htdocs/cgi-common/xhtml.py sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' rdf.py > ./htdocs/cgi-common/rdf.py sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' x_xml.py > ./htdocs/cgi-common/x_xml.py sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' changelog.py > ./htdocs/cgi-common/changelog.py install wgo_config.py ./htdocs/cgi-common install -m 644 extended.css ./htdocs/style/ install: target ‘./htdocs/style/’ is not a directory: No such file or directory
make[1]: *** [install-common] Error 1 make[1]: Leaving directory `/home/sam/git/web/gimp-web/programmatic' make: *** [install] Error 2

Though, ‘./htdocs/style/’ exists and is a directory. So I'm not sure why it's showing that...

$ ls -l ./htdocs | grep style drwxrwxr-x 2 sam sam 4096 May 2 11:05 style

I'm currently looking at the make process to figure out what is actually going wrong but any pointers would be appreciated.

SAM