Am 02.03.22 um 17:48 schrieb TJ Saunders:


On Wed, Mar 2, 2022, at 07:38, Christian via Proftp-devel wrote:
Am 01.03.22 um 23:23 schrieb TJ Saunders:
running into following compile error:

[   50s] make[3]: Leaving directory
'/home/abuild/rpmbuild/BUILD/proftpd-1.3.7c/lib/libltdl'
[   50s] make[2]: Leaving directory
'/home/abuild/rpmbuild/BUILD/proftpd-1.3.7c/lib/libltdl'
[   50s] ar rc libsupp.a pr_fnmatch.o sstrncpy.o strsep.o vsnprintf.o
glibc-glob.o glibc-hstrerror.o glibc-mkstemp.o pr-syslog.o pwgrent.o
hanson-tpl.
o ccan-json.o openbsd-blowfish.o openbsd-bcrypt.o
[   50s] ar: pr_fnmatch.o: No such file or directory
[   50s] make[1]: *** [Makefile:31: libsupp.a] Error 1
[   50s] make[1]: Leaving directory
'/home/abuild/rpmbuild/BUILD/proftpd-1.3.7c/lib'
[   50s] make: *** [Makefile:48: lib] Error 2

Can you provide the full set of commands/instructions you're using to do your 
build?

Well, I see that you're building an RPM file -- where did you get the rpmspec 
from?  I also see that that RPM build is patching a lot of ProFTPD files; we 
can't really support such custom patches.  They make things much harder to 
debug, since they aren't part of the official distribution.

You can see the GitHub Actions workflow that's used to build an RPM from the 
ProFTPD 1.3.7 branch successfully here, for comparison:
   https://github.com/proftpd/proftpd/blob/1.3.7/.github/workflows/rpm.yml#L75

Not sure if you can review, but it is the package for SUSE I am trying to update from 1.3.6 to 1.3.7
It is here:
https://build.opensuse.org/package/show/network/proftpd

I doubt that any of the patches causes the problem of the built objects to be put into `-o .libs/object.o`

and later trying to access them in ./ instead of ./libs/

I guess it has something to do with `libtool`, because there is the only place where `./libs` is defined

--- snip libtool ---
# The name of the directory that contains temporary libtool files.
objdir=.libs

--- snip ---

is it a 'configure' option ?
a libtool thingy ?

my knowledge is limited, so that's why I am here to ask for help
any idea would be heplful.
There is no need to support the patches.
Thank you in advance

Cheers
Chris

--

Christian
------------------------------------------------------------
   https://join.worldcommunitygrid.org?recruiterId=177038
------------------------------------------------------------
           http://www.sc24.de - Sportbekleidung
------------------------------------------------------------


_______________________________________________
ProFTPD Developers List
<proftpd-de...@proftpd.org>
https://lists.sourceforge.net/lists/listinfo/proftp-devel

Reply via email to