Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 745042 - Patches not applied to openscad => 100% compilation fail
Summary: Patches not applied to openscad => 100% compilation fail
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-28 08:06 UTC by jlm
Modified: 2020-09-28 08:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jlm 2020-09-28 08:06:30 UTC
openscad update fails because some patches seems to be not applied....


compilation error : 
```
src/import.cc:53:10: fatal error: boost/detail/endian.hpp: No such file or directory
   53 | #include <boost/detail/endian.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:3722: objects/src/import.o] Error 1
make: *** Waiting for unfinished jobs....
```

asking gogol : https://bugs.gentoo.org/722302

the patch is present in file dir, it is listed in ebuild
```
PATCHES=(
	"${FILESDIR}/${P}_fix-boost-1.72.0-build.patch"
	"${FILESDIR}/${P}-0001-Fix-build-with-boost-1.73.patch"
)
```

====BUT=====
in compile log :
```
>>> Preparing source in /var/tmp/portage/media-gfx/openscad-2019.05-r3/work/openscad-2019.05 ...
 * Applying openscad-2019.05_fix-boost-1.72.0-build.patch ...
patching file src/parser.y
Hunk #1 succeeded at 46 with fuzz 1.
 [ ok ]
>>> Source prepared.
```
only the first patch is applied...
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-09-28 08:51:27 UTC
Please supply the full build.log and emerge —-info.