maintainer-feedback requested: [Bug 243015] www/firefox 'String.h' file not found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 1 00:38:54 UTC 2020


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-gecko mailing list
<gecko at FreeBSD.org> for maintainer-feedback:
Bug 243015: www/firefox 'String.h' file not found
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243015



--- Description ---
When attempting to build this port on a ports tree that is not located under
`/usr/ports/` it will fail with the following error:

```
/usr/home/daniel/Development/ports/www/firefox/work/.build/dist/system_wrappers
/string.h:3:15:
fatal error: 'String.h' file not found
```

To reproduce:

```
cd ~
mkdir Development
cd Development
svnlite checkout http://svn0.us-east.freebsd.org/ports/head ports
cd www/firefox
make build
````


More information about the freebsd-gecko mailing list