lidavidm commented on pull request #10260:
URL: https://github.com/apache/arrow/pull/10260#issuecomment-969313047


   > Most of the nightly failures look unrelated, however, the Almalinux/Amazon 
Linux/CentOS builds are failing because of "Installed but unpackaged file(s) 
found", so I need to fix that:
   > 
   > ```
   > Checking for unpackaged file(s): /usr/lib/rpm/check-files 
/root/rpmbuild/BUILDROOT/arrow-7.0.0.dev103-1.el8.x86_64
   > error: Installed (but unpackaged) file(s) found:
   > 
   > 
   > RPM build errors:
   >    
/root/rpmbuild/BUILD/apache-arrow-7.0.0.dev103/cpp/build/opentelemetry_ep-install/include/opentelemetry/baggage/baggage.h
   > …snip…
   > ```
   > 
   > (Autobrew and vcpkg are failing on default. Note that the vcpkg error 
looks like the one we saw during 6.0.0 verification: I would guess we're both 
building vcpkg and installing it as a dependency, and then using the headers of 
one but linking against the other.)
   
   Sorry for the trouble @kou, but do you know what's going on with the RPM 
build error? It appears `opentelemetry_ep-install` gets left behind in 
`/root/rpmbuild/BUILDROOT/arrow-7.0.0-0.dev20211101.el8.x86_64/root/rpmbuild/BUILD/apache-arrow-7.0.0/`
 and so rpmbuild complains, but I can't figure out what is responsible for 
cleaning up the rest of the build files (`ninja clean` on my local machine 
doesn't actually delete them)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to